@charset "UTF-8";

@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=a9f75b54-6cf8-4fa3-b07a-dad5f709e7b1);

div.jp-audio,
div.jp-audio-stream,
div.jp-video {
  font-size: 1.25em;
  font-family: Verdana,Arial,sans-serif;
  line-height: 1.6;
  color: #666;
  border: 1px solid #009be3;
  background-color: #eee;
}

div.jp-audio {
  width: 420px;
}

div.jp-audio-stream {
  width: 182px;
}

div.jp-video-270p {
  width: 480px;
}

div.jp-video-360p {
  width: 640px;
}

div.jp-video-full {
  width: 480px;
  height: 270px;
  position: static!important;
  position: relative;
}

div.jp-video-full div div {
  z-index: 1000;
}

div.jp-video-full div.jp-jplayer {
  top: 0;
  left: 0;
  position: fixed!important;
  position: relative;
  overflow: hidden;
}

div.jp-video-full div.jp-gui {
  position: fixed!important;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

div.jp-video-full div.jp-interface {
  position: absolute!important;
  position: relative;
  bottom: 0;
  left: 0;
}

div.jp-interface {
  position: relative;
  background-color: #eee;
  width: 100%;
}

div.jp-audio div.jp-type-single div.jp-interface {
  height: 80px;
}

div.jp-audio div.jp-type-playlist div.jp-interface {
  height: 80px;
}

div.jp-audio-stream div.jp-type-single div.jp-interface {
  height: 80px;
}

div.jp-video div.jp-interface {
  border-top: 1px solid #009be3;
}

div.jp-controls-holder {
  clear: both;
  width: 440px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  top: -8px;
}

div.jp-interface ul.jp-controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.jp-audio ul.jp-controls {
  width: 380px;
  padding: 20px 20px 0;
}

div.jp-audio-stream ul.jp-controls {
  width: 142px;
  padding: 20px 20px 0;
}

div.jp-video div.jp-type-single ul.jp-controls {
  width: 78px;
  margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
  width: 134px;
  margin-left: 172px;
}

div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
  display: inline;
  float: left;
}

div.jp-interface ul.jp-controls a {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
  width: 40px;
  height: 40px;
}

a.jp-play {
  background: url(jplayer.blue.monday.jpg) 0 0 no-repeat;
}

a.jp-play:hover {
  background: url(jplayer.blue.monday.jpg) -41px 0 no-repeat;
}

a.jp-pause {
  background: url(jplayer.blue.monday.jpg) 0 -42px no-repeat;
  display: none;
}

a.jp-pause:hover {
  background: url(jplayer.blue.monday.jpg) -41px -42px no-repeat;
}

a.jp-stop,
a.jp-previous,
a.jp-next {
  width: 28px;
  height: 28px;
  margin-top: 6px;
}

a.jp-stop {
  background: url(jplayer.blue.monday.jpg) 0 -83px no-repeat;
  margin-left: 10px;
}

a.jp-stop:hover {
  background: url(jplayer.blue.monday.jpg) -29px -83px no-repeat;
}

a.jp-previous {
  background: url(jplayer.blue.monday.jpg) 0 -112px no-repeat;
}

a.jp-previous:hover {
  background: url(jplayer.blue.monday.jpg) -29px -112px no-repeat;
}

a.jp-next {
  background: url(jplayer.blue.monday.jpg) 0 -141px no-repeat;
}

a.jp-next:hover {
  background: url(jplayer.blue.monday.jpg) -29px -141px no-repeat;
}

div.jp-progress {
  overflow: hidden;
  background-color: #ddd;
}

div.jp-audio div.jp-progress {
  position: absolute;
  top: 32px;
  height: 15px;
}

div.jp-audio div.jp-type-single div.jp-progress {
  left: 110px;
  width: 186px;
}

div.jp-audio div.jp-type-playlist div.jp-progress {
  left: 166px;
  width: 130px;
}

div.jp-video div.jp-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}

div.jp-seek-bar {
  background: url(jplayer.blue.monday.jpg) 0 -202px repeat-x;
  width: 0;
  height: 100%;
  cursor: pointer;
}

div.jp-play-bar {
  background: url(jplayer.blue.monday.jpg) 0 -218px repeat-x;
  width: 0;
  height: 100%;
}

div.jp-seeking-bg {
  background: url(jplayer.blue.monday.seeking.gif);
}

a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
  width: 18px;
  height: 15px;
  margin-top: 12px;
}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
  margin-left: 210px;
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
  margin-left: 154px;
}

div.jp-audio-stream div.jp-type-single a.jp-mute,
div.jp-audio-stream div.jp-type-single a.jp-unmute {
  margin-left: 10px;
}

div.jp-audio a.jp-volume-max,
div.jp-audio-stream a.jp-volume-max {
  margin-left: 56px;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
  position: absolute;
  top: 12px;
  margin-top: 0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
  left: 50px;
}

div.jp-video a.jp-volume-max {
  left: 134px;
}

a.jp-mute {
  background: url(jplayer.blue.monday.jpg) 0 -170px no-repeat;
}

a.jp-mute:hover {
  background: url(jplayer.blue.monday.jpg) -19px -170px no-repeat;
}

a.jp-unmute {
  background: url(jplayer.blue.monday.jpg) -60px -170px no-repeat;
  display: none;
}

a.jp-unmute:hover {
  background: url(jplayer.blue.monday.jpg) -79px -170px no-repeat;
}

a.jp-volume-max {
  background: url(jplayer.blue.monday.jpg) 0 -186px no-repeat;
}

a.jp-volume-max:hover {
  background: url(jplayer.blue.monday.jpg) -19px -186px no-repeat;
}

div.jp-volume-bar {
  position: absolute;
  overflow: hidden;
  background: url(jplayer.blue.monday.jpg) 0 -250px repeat-x;
  width: 46px;
  height: 5px;
  cursor: pointer;
}

div.jp-audio div.jp-volume-bar {
  top: 37px;
  left: 330px;
}

div.jp-audio-stream div.jp-volume-bar {
  top: 37px;
  left: 92px;
}

div.jp-video div.jp-volume-bar {
  top: 17px;
  left: 72px;
}

div.jp-volume-bar-value {
  background: url(jplayer.blue.monday.jpg) 0 -256px repeat-x;
  width: 0;
  height: 5px;
}

div.jp-audio div.jp-time-holder {
  position: absolute;
  top: 50px;
}

div.jp-audio div.jp-type-single div.jp-time-holder {
  left: 110px;
  width: 186px;
}

div.jp-audio div.jp-type-playlist div.jp-time-holder {
  left: 166px;
  width: 130px;
}

div.jp-current-time,
div.jp-duration {
  width: 60px;
  font-size: .64em;
  font-style: oblique;
}

div.jp-current-time {
  float: left;
  display: inline;
}

div.jp-duration {
  float: right;
  display: inline;
  text-align: right;
}

div.jp-video div.jp-current-time {
  margin-left: 20px;
}

div.jp-video div.jp-duration {
  margin-right: 20px;
}

div.jp-details {
  font-weight: 700;
  text-align: center;
}

div.jp-details,
div.jp-playlist {
  width: 100%;
  background-color: #ccc;
  border-top: 1px solid #009be3;
}

div.jp-type-single div.jp-details,
div.jp-type-playlist div.jp-details,
div.jp-type-single div.jp-playlist {
  border-top: 0;
}

div.jp-details ul,
div.jp-playlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  font-size: .72em;
}

div.jp-details li {
  padding: 5px 0;
  font-weight: 700;
}

div.jp-playlist li {
  padding: 5px 0 4px 20px;
  border-bottom: 1px solid #eee;
}

div.jp-playlist li div {
  display: inline;
}

div.jp-type-playlist div.jp-playlist li:last-child {
  padding: 5px 0 5px 20px;
  border-bottom: 0;
}

div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
  list-style-type: square;
  list-style-position: inside;
  padding-left: 7px;
}

div.jp-type-playlist div.jp-playlist a {
  color: #333;
  text-decoration: none;
}

div.jp-type-playlist div.jp-playlist a:hover {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
  font-weight: 700;
  color: #666;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
  color: #0d88c1;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media {
  float: right;
  display: inline;
  text-align: right;
  margin-right: 10px;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a {
  color: #666;
}

div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
  color: #0d88c1;
}

span.jp-artist {
  font-size: .8em;
  color: #666;
}

div.jp-video-play {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}

div.jp-video-270p div.jp-video-play {
  margin-top: -270px;
  height: 270px;
}

div.jp-video-360p div.jp-video-play {
  margin-top: -360px;
  height: 360px;
}

div.jp-video-full div.jp-video-play {
  height: 100%;
}

a.jp-video-play-icon {
  position: relative;
  display: block;
  width: 112px;
  height: 100px;
  margin-left: -56px;
  margin-top: -50px;
  left: 50%;
  top: 50%;
  background: url(jplayer.blue.monday.video.play.png) 0 0 no-repeat;
  text-indent: -9999px;
}

div.jp-video-play:hover a.jp-video-play-icon {
  background: url(jplayer.blue.monday.video.play.png) 0 -100px no-repeat;
}

div.jp-jplayer audio,
div.jp-jplayer {
  width: 0;
  height: 0;
}

div.jp-jplayer {
  background-color: #000;
}

ul.jp-toggles {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

div.jp-audio .jp-type-single ul.jp-toggles {
  width: 25px;
}

div.jp-audio .jp-type-playlist ul.jp-toggles {
  width: 55px;
  margin: 0;
  position: absolute;
  left: 325px;
  top: 50px;
}

div.jp-video ul.jp-toggles {
  margin-top: 10px;
  width: 100px;
}

ul.jp-toggles li {
  display: block;
  float: right;
}

ul.jp-toggles li a {
  display: block;
  width: 25px;
  height: 18px;
  text-indent: -9999px;
  line-height: 100%;
}

a.jp-full-screen {
  background: url(jplayer.blue.monday.jpg) 0 -310px no-repeat;
  margin-left: 20px;
}

a.jp-full-screen:hover {
  background: url(jplayer.blue.monday.jpg) -30px -310px no-repeat;
}

a.jp-restore-screen {
  background: url(jplayer.blue.monday.jpg) -60px -310px no-repeat;
  margin-left: 20px;
}

a.jp-restore-screen:hover {
  background: url(jplayer.blue.monday.jpg) -90px -310px no-repeat;
}

a.jp-repeat {
  background: url(jplayer.blue.monday.jpg) 0 -290px no-repeat;
}

a.jp-repeat:hover {
  background: url(jplayer.blue.monday.jpg) -30px -290px no-repeat;
}

a.jp-repeat-off {
  background: url(jplayer.blue.monday.jpg) -60px -290px no-repeat;
}

a.jp-repeat-off:hover {
  background: url(jplayer.blue.monday.jpg) -90px -290px no-repeat;
}

a.jp-shuffle {
  background: url(jplayer.blue.monday.jpg) 0 -270px no-repeat;
  margin-left: 5px;
}

a.jp-shuffle:hover {
  background: url(jplayer.blue.monday.jpg) -30px -270px no-repeat;
}

a.jp-shuffle-off {
  background: url(jplayer.blue.monday.jpg) -60px -270px no-repeat;
  margin-left: 5px;
}

a.jp-shuffle-off:hover {
  background: url(jplayer.blue.monday.jpg) -90px -270px no-repeat;
}

.jp-no-solution {
  padding: 5px;
  font-size: .8em;
  background-color: #eee;
  border: 2px solid #009be3;
  color: #000;
  display: none;
}

.jp-no-solution a {
  color: #000;
}

.jp-no-solution span {
  font-size: 1em;
  display: block;
  text-align: center;
  font-weight: 700;
}

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

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px,0,0);
}

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

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

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

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
  cursor: url(../img/global/grabbing.png) 8 8,move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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: 1000ms;
  animation-duration: 1000ms;
  -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-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

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

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

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

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-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-tap-highlight-color: transparent;
  -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;
  max-width: 100%;
  -webkit-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;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3,1.3);
  -moz-transition: scale(1.3,1.3);
  -ms-transition: scale(1.3,1.3);
  -o-transition: scale(1.3,1.3);
  transition: scale(1.3,1.3);
}

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

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

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

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 6px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.owl-item.loading {
  min-height: 150px;
  background: url(../img/global/AjaxLoader.gif) no-repeat center center;
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  select {
    background: #fff!important;
  }

  .navbar {
    display: none;
  }

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

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000!important;
  }

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

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

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

@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-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #262726;
  background-color: #fff;
}

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

a {
  color: #748555;
  text-decoration: none;
}

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

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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: #7b7b7b;
}

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

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

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

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

h1,
.h1 {
  font-size: 33px;
}

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: 300;
  line-height: 1.4;
}

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

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

cite {
  font-style: normal;
}

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

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

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

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #7b7b7b;
}

.text-primary {
  color: #748555;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #748555;
}

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

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

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

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

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

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

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

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

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

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

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled,
.list-inline,
.rlinks-container .rlinks-panels .rlinks-panel .rlinks-list,
.agencies-container .rlinks-panels .rlinks-panel .rlinks-list,
.guidebook-container .rlinks-panels .rlinks-panel .rlinks-list {
  padding-left: 0;
  list-style: none;
}

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

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

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

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

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

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

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

.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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #7b7b7b;
}

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

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

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

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

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

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

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

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

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

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

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

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

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .col-sm-1,
  .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-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .col-md-1,
  .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-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .col-lg-1,
  .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-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

th {
  text-align: left;
}

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

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

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

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

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

.table-bordered {
  border: 1px solid #ddd;
}

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

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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

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

.form-control:-ms-input-placeholder {
  color: #7b7b7b;
}

.form-control::-webkit-input-placeholder {
  color: #7b7b7b;
}

.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=search] {
  -webkit-appearance: none;
}

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

input[type=date].input-sm,
.form-horizontal .form-group-sm input[type=date].form-control,
.input-group-sm>input[type=date].form-control,
.input-group-sm>input[type=date].input-group-addon,
.input-group-sm>.input-group-btn>input[type=date].btn,
input[type=time].input-sm,
.form-horizontal .form-group-sm input[type=time].form-control,
.input-group-sm>input[type=time].form-control,
.input-group-sm>input[type=time].input-group-addon,
.input-group-sm>.input-group-btn>input[type=time].btn,
input[type=datetime-local].input-sm,
.form-horizontal .form-group-sm input[type=datetime-local].form-control,
.input-group-sm>input[type=datetime-local].form-control,
.input-group-sm>input[type=datetime-local].input-group-addon,
.input-group-sm>.input-group-btn>input[type=datetime-local].btn,
input[type=month].input-sm,
.form-horizontal .form-group-sm input[type=month].form-control,
.input-group-sm>input[type=month].form-control,
.input-group-sm>input[type=month].input-group-addon,
.input-group-sm>.input-group-btn>input[type=month].btn {
  line-height: 30px;
}

input[type=date].input-lg,
.form-horizontal .form-group-lg input[type=date].form-control,
.input-group-lg>input[type=date].form-control,
.input-group-lg>input[type=date].input-group-addon,
.input-group-lg>.input-group-btn>input[type=date].btn,
input[type=time].input-lg,
.form-horizontal .form-group-lg input[type=time].form-control,
.input-group-lg>input[type=time].form-control,
.input-group-lg>input[type=time].input-group-addon,
.input-group-lg>.input-group-btn>input[type=time].btn,
input[type=datetime-local].input-lg,
.form-horizontal .form-group-lg input[type=datetime-local].form-control,
.input-group-lg>input[type=datetime-local].form-control,
.input-group-lg>input[type=datetime-local].input-group-addon,
.input-group-lg>.input-group-btn>input[type=datetime-local].btn,
input[type=month].input-lg,
.form-horizontal .form-group-lg input[type=month].form-control,
.input-group-lg>input[type=month].form-control,
.input-group-lg>input[type=month].input-group-addon,
.input-group-lg>.input-group-btn>input[type=month].btn {
  line-height: 46px;
}

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

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

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

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

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

.form-control-static.input-lg,
.form-horizontal .form-group-lg .form-control-static.form-control,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.form-horizontal .form-group-sm .form-control-static.form-control,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control,
.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-sm,
.form-horizontal .form-group-sm select.form-control,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

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

.input-lg,
.form-horizontal .form-group-lg .form-control,
.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-lg,
.form-horizontal .form-group-lg select.form-control,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.form-horizontal .form-group-lg textarea.form-control,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
  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;
}

.input-lg+.form-control-feedback,
.form-horizontal .form-group-lg .form-control+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.form-horizontal .form-group-sm .form-control+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

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

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

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

.has-success .form-control-feedback {
  color: #3c763d;
}

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

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

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

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

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

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

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

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

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

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

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

@media (min-width:768px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

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

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

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

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

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

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

  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
  .navbar-form .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

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

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

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

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

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

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #748555;
  border-color: #66754b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #596641;
  border-color: #465033;
}

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

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #748555;
  border-color: #66754b;
}

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

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

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

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

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

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

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

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

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  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 {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

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

.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}

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

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

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #262726;
  white-space: nowrap;
}

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

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

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

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

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

.open>a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #7b7b7b;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

.btn-group>.btn:focus,
.btn-group-vertical>.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:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

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

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

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

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

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

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

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

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

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

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

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

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

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

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

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

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .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:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

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

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

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

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

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

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

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

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

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

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

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

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

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

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  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,
.form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

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

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

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

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

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

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

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

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

.nav:after {
  clear: both;
}

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

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

.nav>li.disabled>a {
  color: #7b7b7b;
}

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

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

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

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

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

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

.nav-pills>li {
  float: left;
}

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

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

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

.nav-stacked>li {
  float: none;
}

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

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar:after {
  clear: both;
}

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

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

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

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

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

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media (max-width:480px) and (orientation:landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

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

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

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@media (min-width:768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

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

@media (min-width:768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  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;
}

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

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

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

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

@media (min-width:768px) {
  .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;
  }
}

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

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

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

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

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

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

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

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

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

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

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

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

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 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:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-brand {
  color: #7b7b7b;
}

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

.navbar-inverse .navbar-text {
  color: #7b7b7b;
}

.navbar-inverse .navbar-nav>li>a {
  color: #7b7b7b;
}

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

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

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

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

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

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

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

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

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

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

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

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

.navbar-inverse .navbar-link {
  color: #7b7b7b;
}

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

.navbar-inverse .btn-link {
  color: #7b7b7b;
}

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

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

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

.breadcrumb>li {
  display: inline-block;
}

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

.breadcrumb>.active {
  color: #7b7b7b;
}

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

.pagination>li {
  display: inline;
}

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

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

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

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

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

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

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

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

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

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

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

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

.pager li>a:hover,
.pager li>a:focus {
  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:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #7b7b7b;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

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

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

.label-default {
  background-color: #7b7b7b;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #626262;
}

.label-primary {
  background-color: #748555;
}

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #7b7b7b;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #748555;
}

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

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

.alert .alert-link {
  font-weight: 700;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

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

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-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"] {
  color: #7b7b7b;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

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

.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

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

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

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

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media>.pull-left {
  margin-right: 10px;
}

.media>.pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

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

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

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

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

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

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

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

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #7b7b7b;
}

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

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

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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

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

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

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

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

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

.panel-title>a {
  color: inherit;
}

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

.panel>.list-group {
  margin-bottom: 0;
}

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

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

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

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

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.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 {
  border-bottom: 0;
}

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

.panel>.table-responsive {
  border: 0;
  margin-bottom: 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 {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #262726;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #262726;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #748555;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #748555;
  border-color: #748555;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #748555;
}

.panel-primary>.panel-heading .badge {
  color: #748555;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #748555;
}

.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  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 {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0,-25%,0);
  transform: translate3d(0,-25%,0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.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;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    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;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 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;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0,0,0,.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right!important;
}

.pull-left {
  float: left!important;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none!important;
  visibility: hidden!important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none!important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell!important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline!important;
  }
}

@media (max-width:767px) {
  .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;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .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;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .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;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row!important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell!important;
  }
}

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

@media print {
  .hidden-print {
    display: none!important;
  }
}

@font-face {
  font-family: Chaparral;
  src: url(../fonts/2dfaf112-ad5a-4fc2-8b4f-ebbd4db10b84.eot?#iefix);
  src: url(../fonts/2dfaf112-ad5a-4fc2-8b4f-ebbd4db10b84.eot?#iefix) format("eot"),url(../fonts/3bebc7c1-f3c5-4aa2-84e6-472012138c24.woff) format("woff"),url(../fonts/b2d3476b-60f3-446e-9992-dea793e95f63.ttf) format("truetype"),url(../fonts/263c4b67-191f-4faa-a156-9f8049af2534.svg#263c4b67-191f-4faa-a156-9f8049af2534) format("svg");
}

@font-face {
  font-family: HelvRom;
  src: url(../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix);
  src: url(../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix) format("eot"),url(../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff) format("woff"),url(../fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf) format("truetype"),url(../fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9) format("svg");
}

@font-face {
  font-family: HelvMed;
  src: url(../fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix);
  src: url(../fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix) format("eot"),url(../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff) format("woff"),url(../fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf) format("truetype"),url(../fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5) format("svg");
}

@font-face {
  font-family: HelvStdCon;
  src: url(../fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix);
  src: url(../fonts/ecaa98fe-425a-42de-846b-c235f0dbc449.eot?#iefix) format("eot"),url(../fonts/842088d0-1ae2-40d0-8561-3c95761ba7a6.woff) format("woff"),url(../fonts/c74505d5-13e8-47ed-94a8-630aab4da3e6.ttf) format("truetype"),url(../fonts/6cd480d1-47d0-48b4-86bd-283db2cb9235.svg#6cd480d1-47d0-48b4-86bd-283db2cb9235) format("svg");
}

@font-face {
  font-family: HelvMedCon;
  src: url(../fonts/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix);
  src: url(../fonts/3a605871-b94d-4161-a394-bb2cfc975df7.eot?#iefix) format("eot"),url(../fonts/aef05e22-e1d4-4e59-bc2e-a71c13c26cca.woff) format("woff"),url(../fonts/b785b1cf-24fa-44c9-8c93-d8e2d6912c47.ttf) format("truetype"),url(../fonts/5ab0c585-fb4b-43d9-abb0-b92f452b1284.svg#5ab0c585-fb4b-43d9-abb0-b92f452b1284) format("svg");
}

html,
body {
  overflow-x: hidden;
  color: #666;
}

body {
  padding-top: 57px;
}

body.modal-open {
  padding-right: 0!important;
}

body.has-alerts {
  padding-top: 102px;
}

@media all and (min-width:1200px) {
  body {
    padding-top: 84px;
  }

  body.has-alerts {
    padding-top: 129px;
  }
}

body a.activity-cont.abs-line:hover,
body a.activity-cont.abs-line:active,
body a.activity-cont.abs-line:focus {
  text-decoration: none!important;
}

body .shadowed {
  -moz-text-shadow: 1px 2px 5px rgba(0,0,0,.95);
  -webkit-text-shadow: 1px 2px 5px rgba(0,0,0,.95);
  text-shadow: 1px 2px 5px rgba(0,0,0,.95);
  filter: glow(color=#000000,strength=1);
}

section {
  background: #fff;
}

section img {
  max-width: 100%;
}

.placeholder {
  height: 1080px;
  max-width: 100%;
  background-size: cover;
  background-position: center center;
}

footer {
  background: #fff;
  height: 100%;
}

.banner h2,
.banner .activity-cont p,
.banner .activity-cont h4 {
  text-transform: uppercase;
}

@media all and (min-width:1200px) {
  .banner h2,
  .banner .activity-cont p,
  .banner .activity-cont h4 {
    width: 50%;
    margin: 0 auto;
  }
}

@media all and (min-width:767px) {
  .banner h2,
  .banner .activity-cont p,
  .banner .activity-cont h4 {
    width: 60%;
    margin: 0 auto;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-content button {
  -webkit-appearance: none;
  border: 0;
  background: #262726;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.modal-body {
  padding: 7px 7px 40px;
  text-align: center;
}

@media all and (max-width:767px) {
  .modal-body {
    padding-top: 70px;
  }
}

.modal-body iframe {
  width: 100%;
  height: 100%;
}

.modal-body .vimeo-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.1%;
  display: block;
  position: relative;
}

.modal-body p {
  font-family: Chaparral,"Times New Roman",Times,serif;
  color: #262726;
  font-size: 16px;
  margin: 0;
}

.modal-body h4,
.modal-body h5,
.modal-body a {
  text-transform: uppercase;
}

.modal-body a:focus,
.modal-body a:active {
  outline: 0;
}

.modal-body h4,
.modal-body h5,
.modal-body p {
  padding: 0 70px;
}

@media all and (max-width:767px) {
  .modal-body h4,
  .modal-body h5,
  .modal-body p {
    padding: 0 15px;
  }
}

.modal-body h4 {
  color: #262726;
  font-size: 24px;
  letter-spacing: 1px;
  margin: 16px 0 0;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
}

.modal-body h5 {
  font-size: 20px;
  color: #748555;
  margin: 0;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
}

.modal-body h5:after {
  content: "";
  height: 1px;
  width: 25px;
  background: #262726;
  display: block;
  margin: 36px auto;
}

.modal-body a {
  color: #262726;
  border: 3px solid #262726;
  padding: 15px 40px;
  display: inline-block;
  font-size: 22px;
  letter-spacing: 1px;
  margin-top: 40px;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
}

.modal-body a.play-icon:after {
  content: "\e072";
  margin-left: 7px;
  font-size: 12px;
  display: inline-block;
  padding-bottom: 4px;
  line-height: 14px;
  vertical-align: middle;
  font-family: 'Glyphicons Halflings';
}

@media all and (max-width:767px) {
  .no-pad {
    padding-right: 0;
    padding-left: 0;
  }

  .modal-dialog {
    margin-left: 0;
    margin-right: 0;
  }
}

.fav-overlay {
  background: #000;
  position: fixed;
  background-repeat: no-repeat;
  background-position: center 25%;
  background-image: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: .5;
  display: none;
}

.fav-overlay.anim {
  background: #000;
}

.fav-overlay.anim .gif {
  position: relative;
  margin: 50px auto;
  display: block;
}

.no-padding-left {
  padding-left: 0!important;
}

.no-padding-right {
  padding-right: 0!important;
}

body.ie8 .tile-component .placeholder {
  height: 100%;
}

.fluid-container.mtot-main-container {
  position: relative;
  z-index: 1;
}

.fluid-container.mtot-main-container .mtot-top {
  position: relative;
  z-index: 990;
  background: #fff;
  left: 0;
}

.has-alerts .mtot-menu {
  padding-top: 45px;
}

.panels {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
}

.row-offcanvas,
.hero-nav-comp {
  float: none;
  position: relative;
}

.row-offcanvas-left,
.hero-nav-comp {
  width: 100%;
}

.row-offcanvas-left.active,
.hero-nav-comp.active {
  margin-left: 86%;
}

@media all and (min-width:768px) and (max-width:991px) {
  .row-offcanvas-left.active,
  .hero-nav-comp.active {
    margin-left: 75%;
  }
}

.sidebar-offcanvas {
  background: #748555;
  height: 100%;
  position: fixed;
  top: 0;
  width: 75%;
  margin-left: -80%;
  overflow-x: hidden;
  visibility: hidden;
  overflow-y: visible;
}

.sidebar-offcanvas button,
.sidebar-offcanvas .btn {
  border-radius: 0;
  font-size: 16px;
  height: 57px;
  text-transform: uppercase;
  padding: 0 42px;
  border: 0;
}

.sidebar-offcanvas .closeBar {
  position: relative;
  z-index: 990;
  transform: translate3d(0,0,0);
  height: 57px;
  width: 75%;
  background: #748555;
}

.sidebar-offcanvas .closeBar .closeBtn {
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
  display: none;
  float: right;
}

.sidebar-offcanvas .closeBar .search {
  display: block;
  width: 100%;
  overflow-x: hidden;
  margin: 20px 0 0 20px;
}

.sidebar-offcanvas .closeBar .search .magnifying-glass {
  background-image: url(../img/global/search-icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.sidebar-offcanvas .closeBar .search input {
  background: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #fff;
  width: 100%;
  padding: 0 0 7px 30px;
  border-radius: 0;
  margin-left: -40px;
  color: #fff;
  outline: 0;
}

.sidebar-offcanvas .closeBar .search .search-close {
  position: absolute;
  right: -16px;
  top: -2px;
  color: #fff;
  width: 20px;
  height: 20px;
  opacity: 1;
  padding: 0;
  display: none;
}

.sidebar-offcanvas .closeBar .search .search-close img {
  width: 20px;
  height: 20px;
}

.sidebar-offcanvas .closeBar .search .suggest-results {
  width: 100%;
}

.sidebar-offcanvas .closeBar .search .suggest-results ul {
  padding: 6px 0;
}

.sidebar-offcanvas .closeBar .search .suggest-results ul li {
  margin: 0;
  padding: 0;
  text-transform: none;
  display: block;
}

.sidebar-offcanvas .closeBar .search .suggest-results ul li a {
  text-decoration: none;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  font-size: 18px;
  color: #fff;
  padding: 2px 0 2px 28px;
  display: block;
}

.sidebar-offcanvas .closeBar .search .suggest-results ul li a:hover {
  color: #fff;
}

.sidebar-offcanvas,
#siteHeader,
.mtot-top {
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.sidebar-offcanvas.active {
  visibility: visible;
  margin-left: 0;
  overflow-x: hidden;
  z-index: 300;
}

body.alert-body .sidebar-offcanvas.active #home_menu {
  margin-top: 0;
}

.navbar {
  width: 100%;
  height: 57px;
  border: 0;
  left: 0;
  background: #fff;
  margin-bottom: 0;
}

.navbar button,
.navbar .btn {
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  height: 57px;
  padding: 0 20px;
  border: 0;
}

.navbar .close-bar-overlay {
  background: #748555;
  position: absolute;
  right: 100%;
  width: 100%;
  height: 84px;
  display: none;
}

.navbar .menuBtn {
  background: 0 0;
  color: #748555;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
  outline: 0;
}

.navbar .menuBtn .hamburger {
  font-size: 1.42857em;
  outline: 0;
}

@media all and (max-width:1199px) {
  .navbar .menuBtn {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.navbar .menuBtn span.close-it,
.navbar .menuBtn span.open {
  display: none;
}

.active .navbar .closeBtn {
  display: block;
}

.list-group.menu {
  margin-top: 0;
  background-color: #748555;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.list-group.menu a.list-group-item {
  background-color: #748555;
  text-transform: uppercase;
  border: 0;
  color: #fff;
  font-size: 18px;
  margin: 20px 20px 0;
  padding: 0;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  letter-spacing: 2px;
}

.list-group.menu a.menu-dropdown-toggle {
  background: transparent url(/img/global/collapsed.png) 150px center no-repeat;
  background-size: 20px;
}

@media all and (min-width:1200px) {
  .list-group.menu a.menu-dropdown-toggle {
    background-position-x: 200px;
    background-position: 200px center;
  }
}

.list-group.menu a.menu-dropdown-toggle.in {
  background-image: url(/img/global/expanded.png);
}

.list-group.menu .list-group-item.active,
.list-group.menu .list-group-item.active:hover,
.list-group.menu .list-group-item.active:focus {
  background-color: #748555;
  color: #daebbc;
  border: 0;
}

.list-group.menu .list-group-submenu {
  list-style: none;
}

.list-group.menu .list-group-submenu li a {
  font-size: 16px;
  color: #daebbc;
  margin: 10px 0;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
}

.list-group.menu .panel-default {
  border: 0;
}

.list-group.menu .panel {
  background-color: #748555;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.list-group.menu .panel-group .panel {
  border-radius: 0;
}

.menuGroup {
  margin: 0 0 0 20px;
  padding: 0 0 20px;
}

.menuGroup hr {
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #3e4730;
  width: 20px;
  margin-left: 0;
  text-align: left;
}

.menuGroup .phone,
.menuGroup .phone a,
.menuGroup .chat,
.menuGroup .link a,
.menuGroup .social {
  color: #daebbc;
  font-size: 16px;
}

.menuGroup .phone,
.menuGroup .phone a {
  text-decoration: none;
  cursor: default;
}

@media all and (min-width:1200px) {
  .menuGroup .chat .link a:hover {
    text-decoration: underline;
    cursor: default;
  }
}

.menuGroup .chat {
  margin-top: 20px;
  display: none;
}

.menuGroup .chat .liveChat {
  display: inline-block;
  margin-left: -2px;
}

.menuGroup .chat .liveChat iframe {
  width: 240px;
  border: 0;
  height: 45px;
  overflow-y: hidden;
}

@media all and (min-width:1200px) {
  .menuGroup .chat {
    display: block;
  }
}

.menuGroup .social {
  width: 96%;
}

.menuGroup .social .social-links {
  list-style-type: none;
  padding: 10px 0 0;
}

.menuGroup .social .social-links li {
  float: left;
}

.menuGroup .social .social-links li a {
  margin: 0 10px 20px 0;
}

.phone:before {
  content: " ";
  background-image: url(../img/global/icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 15px;
  height: 14px;
  display: inline-block;
  margin-right: 13px;
}

.menuGroup .chat:before {
  content: " ";
  background-image: url(../img/global/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -29px;
  width: 15px;
  height: 14px;
  display: inline-block;
  margin-right: 13px;
  position: relative;
}

.instagram a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.facebook a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.twitter a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.youtube a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.tumblr a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.flickr a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.mtot-main-container.rs-sm .hero-nav-comp .row-offcanvas-left.mtot-top.active {
  width: 68.4%;
  margin-left: 34%;
}

.mtot-main-container.rs-sm .hero-nav-comp .sidebar-offcanvas {
  width: 36%;
}

.mtot-main-container.rs-md .row-offcanvas-left {
  width: 100%;
  right: 0;
}

.mtot-main-container.rs-md .row-offcanvas-left.active {
  left: 28%;
  float: right;
}

.mtot-main-container.rs-md .sidebar-offcanvas {
  top: 0;
  width: 30%;
  margin-left: -26%;
}

.mtot-main-container.rs-md .sidebar-offcanvas .search input {
  max-width: 100%;
  z-index: 20;
}

.mtot-main-container.rs-md .sidebar-offcanvas.active {
  visibility: visible;
  margin-left: 0;
  overflow-x: hidden;
  padding-left: 0;
  padding-right: 0;
}

.mtot-main-container.rs-md .navbar {
  width: 100%;
  left: auto;
  height: 57px;
}

.mtot-main-container.rs-lg .row-offcanvas-left {
  width: 100%;
  right: 0;
}

.mtot-main-container.rs-lg .row-offcanvas-left.active {
  left: 28%;
  margin: 0;
  right: auto;
}

.mtot-main-container.rs-lg .navbar .menuBtn span.open {
  display: block;
}

.mtot-main-container.rs-lg .navbar .menuBtn .close-it {
  display: none;
}

.mtot-main-container.rs-lg .sidebar-offcanvas {
  top: 0;
  width: 30%;
  margin-left: -26%;
}

.mtot-main-container.rs-lg .sidebar-offcanvas button,
.mtot-main-container.rs-lg .sidebar-offcanvas .btn {
  font-size: 16px;
  height: 84px;
  padding: 0 42px;
}

.mtot-main-container.rs-lg .sidebar-offcanvas .closeBar {
  position: relative;
  z-index: 990;
  transform: translate3d(0,0,0);
  height: 83px;
  width: 100%;
}

.mtot-main-container.rs-lg .sidebar-offcanvas .closeBar .closeBtn {
  display: none;
  float: right;
  margin-right: 0;
}

.mtot-main-container.rs-lg .sidebar-offcanvas.active {
  visibility: visible;
  margin-left: 0;
  overflow-x: hidden;
  padding-right: 30px;
}

.mtot-main-container.rs-lg .sidebar-offcanvas.active .closeBar .closeBtn {
  display: block;
  position: relative;
  margin-right: -2%;
  width: 33%;
  padding-right: 0;
  text-align: left;
  padding-left: 10%;
}

.mtot-main-container.rs-lg .navbar {
  width: 100%;
  left: 0;
  height: 84px;
}

.mtot-main-container.rs-lg .navbar button,
.mtot-main-container.rs-lg .navbar .btn {
  font-size: 18px;
  height: 84px;
  padding: 0 42px;
}

.mtot-main-container.rs-lg .navbar .menuBtn {
  background: #748555;
  color: #fff;
}

.mtot-main-container.rs-lg .navbar .menuBtn:hover {
  background: #596641;
}

.mtot-main-container.rs-lg .navbar .menuBtn .close-it {
  display: none;
}

.mtot-main-container.rs-lg .hero-nav-comp.active .navbar .menuBtn {
  display: none;
}

.mtot-main-container.rs-lg .sidebar-offcanvas button,
.mtot-main-container.rs-lg .sidebar-offcanvas .btn {
  font-size: 18px;
}

.mtot-main-container.rs-lg .navbar button,
.mtot-main-container.rs-lg .navbar .btn {
  font-size: 18px;
}

.mtot-main-container.rs-lg .list-group.menu {
  margin-top: 0;
}

.mtot-main-container.rs-lg .list-group.menu a.list-group-item {
  font-size: 26px;
  margin: 24px 10px 0 45px;
  padding: 0;
}

.mtot-main-container.rs-lg .list-group.menu .list-group-submenu li a {
  font-size: 18px;
  margin: 10px 0 10px 32px;
}

.mtot-main-container.rs-lg .menuGroup {
  margin: 0 0 0 45px;
}

.mtot-main-container.rs-lg .menuGroup .phone,
.mtot-main-container.rs-lg .menuGroup .chat,
.mtot-main-container.rs-lg .menuGroup .link a,
.mtot-main-container.rs-lg .menuGroup .social {
  font-size: 18px;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
}

.mtot-main-container.rs-lg .menuGroup .social {
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}

.hero-nav-comp,
nav.navbar {
  left: 0;
}

.mtot-main-container.rs-lg.active header nav.navbar button.menuBtn {
  position: absolute;
  right: 100%;
  display: block;
}

.mtot-main-container.rs-lg.active header nav.navbar .menuBtn,
.mtot-main-container.rs-lg.active .hero-nav-comp .menuBtn {
  background: #596641;
}

.mtot-main-container.rs-lg.active header nav.navbar .menuBtn .open,
.mtot-main-container.rs-lg.active .hero-nav-comp .menuBtn .open {
  display: none;
}

.mtot-main-container.active #siteHeader {
  left: 86%;
}

.mtot-main-container .mtot-menu.sidebar-offcanvas {
  width: 89%;
}

@media all and (min-width:768px) {
  .mtot-main-container.active #siteHeader {
    left: 75%;
  }

  .mtot-main-container .mtot-menu.sidebar-offcanvas {
    width: 78%;
  }
}

@media all and (min-width:992px) {
  .mtot-main-container.active #siteHeader {
    left: 28%;
  }

  .mtot-main-container .mtot-menu.sidebar-offcanvas {
    width: 30%;
  }
}

#IE-root.ie8 .mtot-menu.sidebar-offcanvas {
  overflow-y: auto;
}

#IE-root.ie8 .mtot-menu.sidebar-offcanvas .menuGroup .social {
  float: left;
  padding-bottom: 50px;
}

#IE-root.ie10 .mtot-main-container.rs-lg .sidebar-offcanvas.active .closeBar .closeBtn {
  margin-right: -6%;
  padding-left: 8%;
}

#IE-root.ie10 .mtot-main-container.rs-lg .sidebar-offcanvas.active .closeBar .closeBtn {
  padding-left: 8%;
}

#IE-root.ie10 .mtot-main-container.active.rs-md .sidebar-offcanvas {
  width: 31%;
}

#IE-root.ie10 .mtot-main-container.active.rs-sm .sidebar-offcanvas {
  width: 38.2%;
}

#IE-root.ie10 .mtot-main-container.active.rs-sm .active.mtot-top.row-offcanvas-left,
#IE-root.ie10 .mtot-main-container.active.rs-sm header nav.navbar,
#IE-root.ie10 .mtot-main-container.active.rs-sm .hero-nav-comp {
  margin-left: 34%;
  width: 66%;
  left: 0;
}

#IE-root.ie10 .mtot-main-container.active.rs-xs .active.mtot-top.row-offcanvas-left,
#IE-root.ie10 .mtot-main-container.active.rs-xs .active.hero-nav-comp,
#IE-root.ie10 .mtot-main-container.active.rs-xs header nav.navbar,
#IE-root.ie10 .mtot-main-container.active.rs-xs .hero-nav-comp {
  margin-left: 69%;
  overflow-x: hidden;
  width: 70.5%;
}

#IE-root.ie10 .mtot-main-container.active.rs-xs .active.mtot-top.row-offcanvas-left.nav.content-nav,
#IE-root.ie10 .mtot-main-container.active.rs-xs .active.hero-nav-comp.nav.content-nav,
#IE-root.ie10 .mtot-main-container.active.rs-xs header nav.navbar.nav.content-nav,
#IE-root.ie10 .mtot-main-container.active.rs-xs .hero-nav-comp.nav.content-nav {
  left: 0;
}

#IE-root.ie10 .mtot-main-container.active.rs-lg .sidebar-offcanvas {
  width: 31%;
}

#IE-root.ie10 .mtot-main-container.active.rs-md header nav.navbar,
#IE-root.ie10 .mtot-main-container.active.rs-md .hero-nav-comp {
  width: 28%;
}

#IE-root.ie9 .mtot-main-container.rs-lg .sidebar-offcanvas.active .closeBar .closeBtn {
  padding-left: 8%;
}



#IE-root.ie9 .mtot-main-container.active.rs-md .sidebar-offcanvas {
  width: 31%;
}

#IE-root.ie9 .mtot-main-container.active.rs-sm .sidebar-offcanvas {
  width: 38.2%;
}

#IE-root.ie9 .mtot-main-container.active.rs-sm .active.mtot-top.row-offcanvas-left,
#IE-root.ie9 .mtot-main-container.active.rs-sm header nav.navbar,
#IE-root.ie9 .mtot-main-container.active.rs-sm .hero-nav-comp {
  margin-left: 36%;
  width: 66%;
  left: 0;
}

#IE-root.ie9 .mtot-main-container.active.rs-xs .active.mtot-top.row-offcanvas-left,
#IE-root.ie9 .mtot-main-container.active.rs-xs header nav.navbar,
#IE-root.ie9 .mtot-main-container.active.rs-xs .hero-nav-comp {
  margin-left: 69%;
  overflow-x: hidden;
  width: 70.5%;
  left: 0;
}

#IE-root.ie9 .mtot-main-container.active.rs-lg .sidebar-offcanvas {
  width: 31%;
}

#IE-root.ie8 .mtot-main-container.rs-lg .sidebar-offcanvas.active .closeBar .closeBtn {
  padding-left: 8%;
}

#IE-root.ie8 .mtot-main-container.active.rs-sm .sidebar-offcanvas {
  width: 36%;
}

#IE-root.ie8 .mtot-main-container.active.rs-sm .active.mtot-top.row-offcanvas-left,
#IE-root.ie8 .mtot-main-container.active.rs-sm header nav.navbar,
#IE-root.ie8 .mtot-main-container.active.rs-sm .hero-nav-comp {
  margin-left: 34%;
  width: 66%;
  left: 0;
}

#IE-root.ie8 .mtot-main-container.active.rs-xs.active .active.mtot-top.row-offcanvas-left,
#IE-root.ie8 .mtot-main-container.active.rs-xs.active header nav.navbar,
#IE-root.ie8 .mtot-main-container.active.rs-xs.active .hero-nav-comp {
  margin-left: 69%;
  overflow-x: hidden;
  width: 70.5%;
  left: 0;
}

#IE-root.ie8 .mtot-main-container.active.rs-lg .sidebar-offcanvas {
  width: 30%;
}

.social {
  float: left;
  margin-bottom: 20px;
}

.social .list-group.menu {
  float: left;
  margin-bottom: 0;
}

.social .logout-menu.menu-link-red.list-group.menu li {
  list-style-type: none;
}

.social .logout-menu.menu-link-red.list-group.menu li a.list-group-item {
  margin-left: 0;
  width: 100%;
  float: left;
  margin-bottom: 0;
  font-size: 16px;
  color: #daebbc;
  margin-top: 15px;
}

.social hr.menu-separ-red {
  float: left;
  margin-right: 90%;
  margin-top: 20px;
  margin-bottom: 0;
}

.glyphicon-align-justify {
  background: transparent url(/img/global/mtot_hamburger.jpg) no-repeat;
  height: 21px;
  width: 27px;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  margin-top: 2px;
}

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

.login-box .social {
  float: none;
}

@media all and (min-width:1200px) {
  .active .navbar .logoWrap {
    left: 30px;
  }
}

.has-alerts #siteHeader {
  top: 45px;
}

#siteHeader {
  width: 100%;
}

.navbar {
  border: 0;
  border-radius: 0;
}

.navbar .logoWrap {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
}

@media all and (min-width:1200px) {
  .navbar .logoWrap {
    left: 175px;
  }
}

.navbar .logoWrap h1.logo {
  color: #748555;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  letter-spacing: 3px;
  vertical-align: middle;
  line-height: 57px;
  font-size: 22px;
  margin: 0;
  position: relative;
  text-align: center;
}

.navbar .logoWrap h1.logo a:hover,
.navbar .logoWrap h1.logo a:focus,
.navbar .logoWrap h1.logo a:active {
  text-decoration: none;
}

@media all and (min-width:1200px) {
  .navbar .logoWrap h1.logo {
    text-align: left;
  }
}

.navbar .wrapRight {
  display: inline-block;
  float: none;
  width: 800px;
  right: 20px;
  position: absolute;
  top: 27px;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
}

.navbar .wrapRight.search-expanded .search {
  width: 274px;
}

.navbar .wrapRight.search-expanded .search a {
  display: none;
}

.navbar .wrapRight.search-expanded .search input[type=search] {
  border-bottom: 1px solid #748555;
  width: 277px;
}

.navbar .wrapRight.search-expanded .search .suggest-results {
  display: block;
}

.navbar .wrapRight.search-expanded form {
  width: 70%;
}

.navbar .wrapRight .search {
  width: 108px;
  transition: width .25s;
}

.navbar .wrapRight .search .suggest-results {
  display: none;
  position: absolute;
  left: 222px;
  width: 277px;
  background-color: #fff;
  z-index: 1000;
}

.navbar .wrapRight .search .suggest-results ul {
  padding: 6px 0;
}

.navbar .wrapRight .search .suggest-results ul li {
  margin: 0;
  padding: 0;
  text-transform: none;
  display: block;
}

.navbar .wrapRight .search .suggest-results ul li a {
  text-decoration: none;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  font-size: 18px;
  color: #c1c1c1;
  position: static;
  padding: 5px 20px 5px 31px;
  display: block;
  line-height: 1;
}

.navbar .wrapRight .search .suggest-results ul li a:hover {
  color: #fff;
  background-color: #748555;
}

.navbar .wrapRight .navRight {
  display: inline-block;
  list-style-type: none;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 0;
  float: right;
}

.navbar .wrapRight .navRight li {
  display: inline-block;
  color: #748555;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 25px;
}

.navbar .wrapRight .navRight li .dropdown-menu {
  background-color: #748555;
  color: #fff;
  margin: 23px 0 0 62%;
  float: none;
  padding: 20px 0;
  text-align: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.navbar .wrapRight .navRight li .dropdown-menu.shareWindow {
  margin-left: 78%;
  width: 200px;
}

.navbar .wrapRight .navRight li .dropdown-menu.shareWindow .social-links {
  margin-left: 0;
  padding-left: 0;
}

.navbar .wrapRight .navRight li .dropdown-menu.shareWindow .social-links li {
  margin: 0;
  padding: 0;
}

.navbar .wrapRight .navRight li .dropdown-menu.shareWindow span {
  width: 174px;
  margin: 0 auto;
  margin-bottom: 16px;
  color: #fff;
  box-shadow: none;
  font-size: 14px;
}

.navbar .wrapRight .navRight li .dropdown-menu.helpWindow a {
  color: #fff;
}

.navbar .wrapRight .navRight li .dropdown-menu.helpWindow .liveChat {
  width: 220px;
}

.navbar .wrapRight .navRight li .dropdown-menu.helpWindow .liveChat iframe {
  width: 208px;
  height: 90px;
  border: 0;
  display: none;
}

.navbar .wrapRight .navRight li .dropdown-menu.helpWindow .liveChat iframe .chat {
  text-align: center;
}

.navbar .wrapRight .navRight li .dropdown-menu.helpWindow .liveChat.chat:before {
  margin: 10px 0 0 -13px;
  position: absolute;
}

.navbar .wrapRight .navRight li .dropdown-menu hr {
  margin-top: 16px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fff;
  width: 40px;
}

.navbar .wrapRight .navRight li span {
  display: block;
}

.navbar .wrapRight .navRight li span.magnifying-glass {
  background-image: url(../img/global/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -98px;
  width: 20px;
  height: 21px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.navbar .wrapRight .navRight li input[type=search] {
  display: inline-block;
  border: 0;
  width: 100%;
  margin-left: -40px;
  padding-left: 30px;
  text-transform: lowercase;
  transition: width .25s;
  outline: 0;
  background: transparent;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  font-size: 22px;
}

.navbar .wrapRight .navRight li.help.open .dropdown-menu.helpWindow .liveChat iframe {
  display: block;
}

.navbar .wrapRight .location {
  display: inline-block;
  position: absolute;
  right: -5px;
  top: -10px;
  z-index: 99;
}

.navbar .wrapRight form {
  display: inline-block;
  width: 62%;
  transition: width .25s;
}

.navbar .wrapRight form a {
  position: absolute;
  top: 5px;
}

.navbar .open .helpWindow:before,
.navbar .open .shareWindow:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #748555;
  position: absolute;
  top: -12px;
  left: 43%;
}

.navbar .help:before {
  content: " ";
  background-image: url(../img/global/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -131px;
  width: 23px;
  height: 27px;
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}

.navbar .share:before {
  content: " ";
  background-image: url(../img/global/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -60px;
  width: 19px;
  height: 27px;
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
}

.navbar .guide:before {
  content: " ";
  margin-right: 50px;
  display: inline-block;
  color: #cbcbcb;
  background: #cbcbcb;
  width: 1px;
  height: 34px;
  vertical-align: middle;
}

.navbar .location a {
  content: " ";
  background-image: url(../img/global/icons.png);
  background-repeat: no-repeat;
  background-position: 0 -665px;
  width: 30px;
  height: 30px;
  display: block;
}

.navbar .shareWindow .facebook a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.navbar .shareWindow .twitter a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.navbar .shareWindow .pinterest a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.navbar .shareWindow .email a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.navbar .shareWindow .link a {
  content: " ";
  display: block;
  height: 33px;
  width: 33px;
}

.mtot-main-container.rs-lg .navbar .logoWrap h1.logo {
  font-size: 30px;
  line-height: 83px;
  letter-spacing: 9px;
}

.mtot-main-container.rs-lg .visible-lg {
  display: inline-block!important;
}

.hero-component {
  text-align: center;
  position: relative;
}

.hero-component .activity-location {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-right: 20px;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: .85em;
}

.hero-component .image-layer {
  max-height: 850px;
  min-height: 500px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-repeat: no-repeat;
}

.hero-component .image-layer img {
  display: block;
  margin: 0 auto;
}

.hero-component .image-layer .light-theme,
.hero-component .image-layer .dark-theme {
  font-family: HelvMed,Helvetica,Arial,sans-serif;
  position: absolute;
  font-size: 14px;
  right: 4px;
  bottom: 4px;
  color: #fff;
  width: 100%;
  text-align: right;
  text-shadow: 2px 2px 2px #000;
}

.hero-component .image-layer .light-theme .photo-credit,
.hero-component .image-layer .dark-theme .photo-credit {
  white-space: nowrap;
}

@media all and (max-width:767px) {
  .hero-component .image-layer .light-theme,
  .hero-component .image-layer .dark-theme {
    font-size: 12px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
}

.hero-component .image-layer .dark-theme {
  color: #000;
  text-shadow: none;
}

.hero-component .image-layer a.dark-theme:hover .photo-credit,
.hero-component .image-layer a.light-theme:hover .photo-credit {
  text-decoration: underline!important;
}

.hero-component .image-layer .bckg-layer {
  min-width: 1115px;
}

.hero-component.black .section-link,
.hero-component.black p,
.hero-component.black h2 {
  color: #000;
}

.hero-component.black .abs-line a.tile-button {
  color: #000;
  border-color: #000;
}

.hero-component.black .abs-line .activity-icon:after {
  content: "";
  height: 1px;
  width: 35px;
  background: #000;
  margin: 25px auto;
  clear: both;
  display: inline-block;
}

.hero-component.black .activity-location {
  color: #000;
}

.hero-component h2,
.hero-component h3,
.hero-component .section-link {
  display: block;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 2em;
}

.hero-component h2 {
  font-size: 6.42857em;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  width: 10em;
}

.hero-component h2.optional-title {
  margin-top: -6%;
  margin-bottom: 3%;
}

.hero-component p {
  color: #fff;
  margin: 10px;
  font-size: 1.42857em;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
}

.hero-component .activity-icon {
  margin-top: 10%;
  display: inline-block;
}

.hero-component .activity-icon img {
  margin-bottom: 10px;
}

.hero-component .activity-icon:after {
  content: "";
  height: 1px;
  width: 25px;
  background: #fff;
  margin: 25px auto;
  clear: both;
  display: inline-block;
}

.hero-component .section-link {
  font-size: 4.57143em;
  display: inline-block;
}

.hero-component .section-link:hover,
.hero-component .section-link:active {
  text-decoration: none;
}

.hero-component .abs-line {
  display: inline-block;
  width: 100%;
  left: 0;
  z-index: 1;
}

.hero-component .abs-line.arrow-container {
  bottom: 29%;
  position: absolute;
}

.hero-component .abs-line.arrow-container a:focus,
.hero-component .abs-line.arrow-container a:hover,
.hero-component .abs-line.arrow-container a:active {
  text-decoration: none;
}

.hero-component .abs-line.activity-cont {
  top: 15%;
}

.hero-component .abs-line a.tile-button {
  border: 3px solid #fff;
  padding: 5px 30px;
  color: #fff;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  font-size: 14pt;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6%;
  display: inline-block;
}

.hero-component .abs-line a.tile-button span {
  font-size: .5em;
  vertical-align: top;
  display: inline-block;
  margin-top: .75em;
}

.hero-component.handheld .abs-line.arrow-container {
  display: none;
}

.hero-component.rs-md .image-layer {
  max-height: 500px;
  min-height: 500px;
}

.hero-component.rs-md.handheld h2 {
  font-size: 3.14286em;
}

.hero-component.rs-md.handheld h2.optional-title {
  margin-top: 0;
}

.hero-component.rs-md.handheld p {
  font-size: 1.14286em;
  margin-top: 15px;
}

.hero-component.rs-md .image-layer .abs-line.arrow-container {
  display: none;
}

.hero-component.rs-sm .image-layer {
  min-height: 420px;
  max-height: 420px;
}

.hero-component.rs-sm .image-layer .abs-line {
  top: 5%;
}

.hero-component.rs-sm .image-layer .abs-line.activity-cont {
  top: 15%!important;
}

.hero-component.rs-sm .image-layer h2 {
  font-size: 44px;
  letter-spacing: 3px;
}

.hero-component.rs-sm .image-layer h2.optional-title {
  margin-top: 0;
}

.hero-component.rs-sm .image-layer p {
  font-size: 16px;
  margin-top: 15px;
  letter-spacing: 2px;
}

.hero-component.rs-sm .section-link {
  font-size: 2.7em;
  display: none;
}

.hero-component.rs-xs {
  width: 100%;
}

.hero-component.rs-xs .image-layer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 5px;
  min-height: 390px;
  min-height: 0;
  max-height: none;
  height: auto;
  padding-bottom: 0;
}

.hero-component.rs-xs .image-layer .abs-line.activity-cont {
  padding: 80px 0 100px;
}

.hero-component.rs-xs .image-layer .bckg-layer {
  top: 0;
  position: absolute;
  min-width: 1400px;
  left: -33%;
}

.hero-component.rs-xs .image-layer .abs-line {
  font-size: 2.5em;
  font-size: .85em;
  position: relative;
}

.hero-component.rs-xs .image-layer .abs-line h2 {
  width: 7em;
  font-size: 41px;
  letter-spacing: 3px;
}

.hero-component.rs-xs .image-layer .abs-line h2.optional-title {
  margin-top: 0;
  font-size: 3em;
}

.hero-component.rs-xs .image-layer .abs-line p {
  margin: 10px;
  font-size: 18px;
  padding: 0;
}

.hero-component.rs-xs .image-layer .abs-line a.tile-button {
  margin-top: 10%;
}

.navbar.navbar-fixed-top {
  padding-bottom: 0;
  margin-bottom: 0;
}

.mtot-top.row-offcanvas.row-offcanvas-left.openTB.rs-sm {
  height: calc(100% - 127px);
  top: 127px;
}

.mtot-top.row-offcanvas.row-offcanvas-left.openTB.rs-sm .hero-nav-comp {
  display: block!important;
}

.mtot-top.row-offcanvas.row-offcanvas-left.openMB.rs-xs {
  height: calc(100% - 127px);
  top: 127px;
}

.mtot-top.row-offcanvas.row-offcanvas-left.openMB.rs-xs .hero-nav-comp {
  display: block;
}

.mtot-top.row-offcanvas.row-offcanvas-left.openMB.rs-xs .hero-nav-comp .content-anchors {
  display: none;
}

.mtot-top.row-offcanvas.row-offcanvas-left.openMB.rs-xs .hero-nav-comp a.add-to-guide {
  position: relative;
  right: 0;
  text-align: center;
}

.mtot-top.row-offcanvas.row-offcanvas-left.openMB.rs-xs .hero-nav-comp a.add-to-guide img {
  display: none;
}

section {
  clear: both;
}

.fav-enabled .hero-nav-comp {
  display: block;
}

.hero-nav-comp {
  display: none;
  width: 100%;
  height: 70px;
  background: #000;
  z-index: 999;
  margin-left: 0!important;
}

@media all and (min-width:1200px) {
  .hero-nav-comp {
    display: block;
  }
}

.hero-nav-comp a {
  cursor: pointer;
}

.hero-nav-comp .content-nav {
  width: 100%;
  text-align: center;
}

@media all and (max-width:1199px) {
  .hero-nav-comp .content-nav {
    padding: 22px 0;
  }
}

.hero-nav-comp .content-nav ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.hero-nav-comp .content-nav ul li {
  float: left;
}

.hero-nav-comp .content-nav ul.breadcrumbs {
  position: absolute;
  top: 11px;
  left: 25px;
  z-index: 99;
}

.hero-nav-comp .content-nav ul.breadcrumbs li {
  padding-top: 15px;
}

.hero-nav-comp .content-nav ul.breadcrumbs li:after {
  color: #fff;
  content: ">";
  padding: 0 5px;
}

.hero-nav-comp .content-nav ul.breadcrumbs li:last-child:after {
  content: "";
}

.hero-nav-comp .content-nav ul.breadcrumbs li a {
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: .92857em;
  font-weight: 400;
  font-style: italic;
}

.hero-nav-comp .content-nav ul.content-anchors {
  float: none;
  text-align: center;
  margin-top: 22px;
  display: none;
}

@media all and (min-width:1200px) {
  .hero-nav-comp .content-nav ul.content-anchors {
    display: inline-block;
  }
}

.hero-nav-comp .content-nav ul.content-anchors li a {
  color: #929191;
  text-transform: uppercase;
  font-weight: 400;
  margin: 18px;
  font-size: 1.28571em;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
}

.hero-nav-comp .content-nav a.add-to-guide {
  color: #929191;
  position: absolute;
  text-transform: uppercase;
  font-size: 1.28571em;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  right: 0;
  text-align: center;
  top: 22px;
}

@media all and (min-width:1200px) {
  .hero-nav-comp .content-nav a.add-to-guide {
    text-align: right;
    right: 25px;
    padding-right: 20px;
  }
}

@media all and (max-width:1199px) {
  .hero-nav-comp .content-nav a.add-to-guide {
    position: static;
    padding: 22px;
  }
}

.hero-nav-comp .content-nav a.add-to-guide img {
  margin-right: 4px;
  vertical-align: top;
  margin-top: 3px;
  display: none;
}

.hero-nav-comp .content-nav a.add-to-guide.added {
  cursor: default;
  opacity: .7;
}

.hero-nav-comp .content-nav a.add-to-guide.added:hover {
  text-decoration: none;
}

.hero-component.resp-size.rs-lg .promo-tiles,
.hero-component.resp-size.rs-md .promo-tiles,
.hero-component.resp-size.rs-sm .promo-tiles {
  bottom: 2px;
}

.hero-component.resp-size.rs-lg .light-theme,
.hero-component.resp-size.rs-lg .dark-theme,
.hero-component.resp-size.rs-md .light-theme,
.hero-component.resp-size.rs-md .dark-theme,
.hero-component.resp-size.rs-sm .light-theme,
.hero-component.resp-size.rs-sm .dark-theme {
  z-index: 9999;
  font-family: HelvMed,Helvetica,Arial,sans-serif;
  position: absolute;
  font-size: 14px;
  right: 4px;
  bottom: 4px;
  color: #fff;
  text-align: right;
  text-shadow: 2px 2px 2px #000;
}

.hero-component.resp-size.rs-lg .light-theme .photo-credit,
.hero-component.resp-size.rs-lg .dark-theme .photo-credit,
.hero-component.resp-size.rs-md .light-theme .photo-credit,
.hero-component.resp-size.rs-md .dark-theme .photo-credit,
.hero-component.resp-size.rs-sm .light-theme .photo-credit,
.hero-component.resp-size.rs-sm .dark-theme .photo-credit {
  white-space: nowrap;
}

@media all and (max-width:767px) {
  .hero-component.resp-size.rs-lg .light-theme,
  .hero-component.resp-size.rs-lg .dark-theme,
  .hero-component.resp-size.rs-md .light-theme,
  .hero-component.resp-size.rs-md .dark-theme,
  .hero-component.resp-size.rs-sm .light-theme,
  .hero-component.resp-size.rs-sm .dark-theme {
    font-size: 12px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
  }
}

.hero-component.resp-size.rs-lg .dark-theme,
.hero-component.resp-size.rs-md .dark-theme,
.hero-component.resp-size.rs-sm .dark-theme {
  color: #000;
  text-shadow: none;
}

.hero-component.resp-size.rs-lg a.dark-theme:hover .photo-credit,
.hero-component.resp-size.rs-lg a.light-theme:hover .photo-credit,
.hero-component.resp-size.rs-md a.dark-theme:hover .photo-credit,
.hero-component.resp-size.rs-md a.light-theme:hover .photo-credit,
.hero-component.resp-size.rs-sm a.dark-theme:hover .photo-credit,
.hero-component.resp-size.rs-sm a.light-theme:hover .photo-credit {
  text-decoration: underline!important;
}

img.activity-icon {
  max-width: 100%;
  margin: 0 auto;
}

.tile-component {
  text-align: center;
  background-size: cover;
  position: relative;
}

.tile-component .activity-location {
  position: absolute;
  right: 0;
  bottom: 10px;
  margin-right: 20px;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: .85em;
}

.tile-component .image-layer {
  max-height: 850px;
  min-height: 500px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  -ms-behavior: url(/js/backgroundsize.min.htc);
  background-repeat: no-repeat;
}



.tile-component .image-layer .bckg-layer {
  min-width: 1115px;
}

.tile-component.black .section-link,
.tile-component.black p,
.tile-component.black h2 {
  color: #000;
}

.tile-component.black .abs-line .tile-button {
  color: #000;
  border-color: #000;
}

.tile-component.black .abs-line .activity-icon .divider {
  width: 25px;
  margin: 25px auto;
  clear: both;
  display: block;
  border-bottom: 1px solid #000;
}

.tile-component.black .activity-location {
  color: #000;
}

.tile-component h2,
.tile-component h3,
.tile-component .section-link {
  display: block;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 2em;
}

.tile-component h2 {
  font-size: 3em;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  width: 10em;
}

.tile-component h2.optional-title {
  margin-top: -6%;
  margin-bottom: 3%;
}

.tile-component p,
.tile-component h4 {
  color: #fff;
  margin: 10px;
  font-size: 1.4em;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
}

.tile-component .activity-icon {
  margin-top: 4%;
  display: inline-block;
}



.tile-component .activity-icon .divider {
  width: 25px;
  margin: 25px auto;
  clear: both;
  display: block;
  border-bottom: 1px solid #fff;
}

.tile-component .section-link {
  font-size: 4.57143em;
  transform: scale3d(1,.55,1);
  display: inline-block;
}

.tile-component .section-link:hover,
.tile-component .section-link:active {
  text-decoration: none;
}

.tile-component .abs-line {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.tile-component .abs-line.arrow-container {
  bottom: 0;
}

.tile-component .abs-line.activity-cont {
  top: 20%;
}

.tile-component .abs-line .tile-button {
  border: 3px solid #fff;
  padding: 5px 30px;
  color: #fff;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  font-size: 14pt;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6%;
  display: inline-block;
}

.tile-component .abs-line .tile-button span {
  font-size: .5em;
  vertical-align: top;
  display: inline-block;
  margin-top: .75em;
  margin-left: 5px;
}

.tile-component.rs-md .image-layer {
  max-height: 500px;
  min-height: 500px;
}

.tile-component.rs-sm .image-layer {
  min-height: 420px;
  max-height: 420px;
}

.tile-component.rs-sm .image-layer .abs-line {
  top: 5%;
}

.tile-component.rs-sm .image-layer h2 {
  font-size: 3em;
}

.tile-component.rs-sm .image-layer h2.optional-title {
  margin-top: 0;
}

.tile-component.rs-sm .image-layer p {
  font-size: 1.4em;
  margin-top: 15px;
}

.tile-component.rs-sm .section-link {
  font-size: 2.7em;
}

.tile-component.rs-xs {
  min-height: 390px;
  width: 100%;
}

.tile-component.rs-xs.negative {
  display: none;
}

.tile-component.rs-xs .image-layer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 5px;
  min-height: 390px;
  max-height: 405px;
}

.tile-component.rs-xs .image-layer .abs-line.activity-cont {
  top: 18%;
}

.tile-component.rs-xs .image-layer .bckg-layer {
  top: 0;
  position: absolute;
  min-width: 1400px;
  left: -33%;
}

.tile-component.rs-xs .image-layer .abs-line {
  font-size: 2.5em;
  font-size: .85em;
}

.tile-component.rs-xs .image-layer .abs-line h2 {
  width: 8em;
  font-size: 2.5em;
}

.tile-component.rs-xs .image-layer .abs-line h2.optional-title {
  margin-top: -6%;
  font-size: 3em;
}

.tile-component.rs-xs .image-layer .abs-line p {
  margin: 10px;
  font-size: 1.6em;
  padding: 10px 30px;
}

.tile-component.rs-xs .image-layer .abs-line .tile-button {
  margin-top: 10%;
}

.tile-component.rs-xs .image-layer .abs-line .activity-icon img {
  max-width: 100%;
}

.tile-component.half-size {
  float: left;
  width: 50%;
  min-height: 0;
  overflow: hidden;
}

.tile-component.half-size .image-layer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 5px;
  min-height: 0;
  max-height: 100%;
}

.tile-component.half-size .image-layer .bckg-layer {
  top: 0;
  position: absolute;
  min-width: 1100px;
  left: -33%;
}

.tile-component.half-size .image-layer .abs-line {
  font-size: 2.5em;
  font-size: .85em;
}

.tile-component.half-size .image-layer .abs-line h2 {
  width: 7em;
  font-size: 2.5em;
}

.tile-component.half-size .image-layer .abs-line h2.optional-title {
  margin-top: 0;
  font-size: 3em;
}

.tile-component.half-size .image-layer .abs-line p {
  margin: 10px;
  font-size: 1.6em;
  padding: 10px 30px;
}

.tile-component.half-size .image-layer .abs-line .tile-button {
  margin-top: 10%;
}

.tile-component.half-size.rs-sm .image-layer .abs-line {
  top: 10%;
}

.tile-component.half-size.rs-xs {
  width: 100%;
}

.tile-component.half-size.rs-xs .image-layer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 5px;
  min-height: 390px;
  max-height: 405px;
}

.tile-component.half-size.rs-xs .image-layer .abs-line.activity-cont {
  top: 18%;
}

.tile-component.quarter-size {
  float: left;
  width: 25%;
  height: 0;
  padding-bottom: 25%;
}

.tile-component.quarter-size .image-layer {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
}

.tile-component.quarter-size .image-layer .bckg-layer {
  top: 0;
  position: absolute;
  min-width: 1100px;
  left: -33%;
}

.tile-component.quarter-size .image-layer .abs-line {
  font-size: .85em;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  cursor: pointer;
  padding-top: 40%;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.tile-component.quarter-size .image-layer .abs-line:hover {
  background: #000;
  background: rgba(0,0,0,.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
  text-decoration: none;
}

.tile-component.quarter-size .image-layer .abs-line:hover h2 span {
  text-decoration: none;
}

.tile-component.quarter-size .image-layer .abs-line:hover .tile-button {
  text-decoration: none;
}

.tile-component.quarter-size .image-layer .abs-line h2 {
  width: 10em;
  font-size: 25px;
}

.tile-component.quarter-size .image-layer .abs-line h2.optional-title {
  margin-top: 10px;
  font-size: 25px;
}

.tile-component.quarter-size .image-layer .abs-line p {
  margin: 10px;
  font-size: 1.6em;
  padding: 10px 30px;
}

.tile-component.quarter-size .image-layer .abs-line .tile-button {
  margin-top: 20px;
  font-size: 18px;
}

.tile-component.quarter-size.tile-noheader .image-layer .abs-line.activity-cont {
  padding-top: 46%;
}

@media all and (max-width:991px) {
  .tile-component.quarter-size .image-layer .abs-line,
  .tile-component.quarter-size .image-layer .abs-line.activity.cont {
    padding-top: 30%;
  }

  .tile-component.quarter-size .image-layer .abs-line h2,
  .tile-component.quarter-size .image-layer .abs-line.activity.cont h2 {
    font-size: 18px;
  }

  .tile-component.quarter-size .image-layer .abs-line h2.optional-title,
  .tile-component.quarter-size .image-layer .abs-line.activity.cont h2.optional-title {
    font-size: 18px;
  }

  .tile-component.quarter-size .image-layer .abs-line .tile-button,
  .tile-component.quarter-size .image-layer .abs-line.activity.cont .tile-button {
    font-size: 15px;
    padding: 5px 15px;
  }
}

@media all and (max-width:767px) {
  .tile-component.quarter-size {
    width: 50%;
    min-height: 0;
    padding-bottom: 50%;
  }

  .tile-component.quarter-size .image-layer {
    padding-bottom: 0;
  }

  .tile-component.quarter-size .image-layer .abs-line,
  .tile-component.quarter-size .image-layer .abs-line.activity-cont {
    top: 0;
  }

  .tile-component.quarter-size .image-layer .abs-line h2,
  .tile-component.quarter-size .image-layer .abs-line.activity-cont h2 {
    width: 100%;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    top: 46%;
    margin: 0 auto;
  }

  .tile-component.quarter-size .image-layer .abs-line h2.optional-title,
  .tile-component.quarter-size .image-layer .abs-line.activity-cont h2.optional-title {
    margin-top: 30px;
    font-size: 14px;
  }

  .tile-component.quarter-size .image-layer .abs-line p,
  .tile-component.quarter-size .image-layer .abs-line.activity-cont p {
    font-size: 1em;
    margin-top: 15px;
  }

  .tile-component.quarter-size .image-layer .abs-line .tile-button,
  .tile-component.quarter-size .image-layer .abs-line.activity-cont .tile-button {
    display: none;
  }

  .tile-component.quarter-size.tile-noheader .image-layer .abs-line.activity-cont {
    padding-top: 30%;
  }
}

.tile-component.quarter-size.rs-sm .image-layer .abs-line {
  padding-top: 32%;
}

.tile-component.banner {
  min-height: 245px;
}

.tile-component.banner .image-layer {
  min-height: 245px;
  background-position: center center;
}

.tile-component.banner .activity-cont.abs-line {
  top: 30%;
}

.tile-component.banner .activity-cont.abs-line p,
.tile-component.banner .activity-cont.abs-line h4 {
  margin-top: 30px;
}

.tile-component.banner.rs-md .image-layer {
  max-height: 245px;
  overflow: hidden;
}

.tile-component.banner.rs-md .image-layer .bckg-layer {
  min-width: 1360px;
  margin-left: -21%;
}

.tile-component.banner.rs-sm .image-layer {
  min-height: 245px;
  max-height: 245px;
  overflow: hidden;
}

.tile-component.banner.rs-xs {
  max-height: 150px;
  min-height: 150px;
  overflow: hidden;
}

.tile-component.banner.rs-xs .image-layer {
  min-height: 150px;
}

.tile-component.banner.rs-xs .image-layer .abs-line {
  top: 65px;
}

.tile-component.banner.rs-xs .image-layer .abs-line h2 {
  width: 10em;
}

.tile-component.banner.rs-xs .image-layer .bckg-layer {
  top: 0;
  position: absolute;
  min-width: 700px;
  left: -45%;
}

.tile-noheader.rs-xs {
  display: none;
}

.tile-component.resp-size.quarter-size.tile-noheader.rs-xs {
  display: block;
}

.tile-noheader .activity-cont {
  display: none;
}

.tile-noheader.quarter-size .activity-cont {
  display: block;
}

#IE-root .tile-component.rs-lg .image-layer,
#IE-root .tile-component.rs-xs .image-layer,
#IE-root .tile-component.rs-sm .image-layer,
#IE-root .tile-component.rs-md .image-layer {
  background-position: 0 0;
}

@media all and (min-width:992px) {
  .tile-component.half-size .image-layer .abs-line h2 {
    width: 11em;
  }
}

.tile-component a.activity-cont.abs-line {
  top: 15%;
}

.tile-component a.activity-cont.abs-line h2 {
  font-size: 6.42857em;
}

.tile-component.rs-sm a.activity-cont h2 {
  font-size: 44px;
}



#feature-carousel .owl-item,
.carousel-base .owl-item {
  max-height: 750px;
  overflow: hidden;
}

#feature-carousel .feature-item img,
.carousel-base .feature-item img {
  outline: 0;
}

#feature-carousel.center,
.carousel-base.center {
  margin-right: auto;
  margin-left: auto;
}

#feature-carousel .activity-image,
.carousel-base .activity-image {
  width: 100%;
  max-height: none;
}

#feature-carousel .activity-info,
.carousel-base .activity-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

#feature-carousel .activity-info .activity-icon,
.carousel-base .activity-info .activity-icon {
  margin-top: 15%;
  max-width: none;
  max-height: none;
}

#feature-carousel .activity-info .activity-title,
.carousel-base .activity-info .activity-title {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  font-size: 39px;
  letter-spacing: 2px;
  padding: 0 45px;
}

#feature-carousel .activity-info .activity-description,
.carousel-base .activity-info .activity-description {
  margin: 3% auto 8%;
  width: 63%;
  min-width: 257px;
  word-wrap: break-word;
  font-size: 20px;
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
  padding: 0 5px;
}

#feature-carousel .activity-info .activity-explore,
.carousel-base .activity-info .activity-explore {
  border: 3px solid #fff;
  padding: 15px 51px;
  width: 30%;
  color: #fff;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  font-size: 18pt;
  letter-spacing: 1px;
}

#feature-carousel .activity-info .activity-explore:hover,
#feature-carousel .activity-info .activity-explore:visited,
.carousel-base .activity-info .activity-explore:hover,
.carousel-base .activity-info .activity-explore:visited {
  text-decoration: none;
}

#feature-carousel .activity-info .activity-explore img,
.carousel-base .activity-info .activity-explore img {
  display: inline-block;
  margin-top: -2px;
  padding-left: 8px;
  width: initial;
}

#feature-carousel .activity-info .activity-location,
.carousel-base .activity-info .activity-location {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 20px;
  margin-bottom: 3px;
  font-family: HelvMed,Helvetica,Arial,sans-serif;
  color: #fff;
  text-decoration: none;
}

#feature-carousel .activity-info .activity-location img,
.carousel-base .activity-info .activity-location img {
  display: inline-block;
  width: 8%;
}

#feature-carousel .activity-info div.divider,
.carousel-base .activity-info div.divider {
  border-top: 2px solid #fff;
  width: 40px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

#feature-carousel .light-theme,
#feature-carousel .dark-theme,
.carousel-base .light-theme,
.carousel-base .dark-theme {
  font-family: HelvMed,Helvetica,Arial,sans-serif;
  position: absolute;
  font-size: 14px;
  right: 4px;
  bottom: 4px;
  color: #fff;
  width: 100%;
  text-align: right;
  text-shadow: 2px 2px 2px #000;
}

#feature-carousel .light-theme .photo-credit,
#feature-carousel .dark-theme .photo-credit,
.carousel-base .light-theme .photo-credit,
.carousel-base .dark-theme .photo-credit {
  white-space: nowrap;
}

@media all and (max-width:400px) {
  #feature-carousel .light-theme,
  #feature-carousel .dark-theme,
  .carousel-base .light-theme,
  .carousel-base .dark-theme {
    font-size: 12px;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
  }
}

#feature-carousel .dark-theme,
.carousel-base .dark-theme {
  color: #000;
  text-shadow: none;
}

#feature-carousel a.dark-theme:hover .photo-credit,
#feature-carousel a.light-theme:hover .photo-credit,
.carousel-base a.dark-theme:hover .photo-credit,
.carousel-base a.light-theme:hover .photo-credit {
  text-decoration: underline!important;
}

@media all and (max-width:1199px) {
  #feature-carousel .activity-info .activity-icon,
  .carousel-base .activity-info .activity-icon {
    margin-top: 12%;
  }

  #feature-carousel .activity-info .activity-title,
  .carousel-base .activity-info .activity-title {
    font-size: 24pt;
  }

  #feature-carousel .activity-info .activity-description,
  .carousel-base .activity-info .activity-description {
    font-size: 15pt;
    margin-bottom: 6%;
  }

  #feature-carousel .activity-info .activity-explore,
  .carousel-base .activity-info .activity-explore {
    padding: 10px 35px;
    font-size: 15pt;
  }
}

@media all and (max-width:400px) {
  #feature-carousel .activity-info .activity-icon,
  .carousel-base .activity-info .activity-icon {
    margin-top: 55px;
  }

  #feature-carousel .activity-info .activity-title,
  .carousel-base .activity-info .activity-title {
    margin-bottom: 40px;
  }

  #feature-carousel .activity-info .carousel-base a.dark-theme,
  .carousel-base .activity-info .carousel-base a.dark-theme {
    font-size: 12px;
  }
}

#feature-carousel>div.owl-controls,
.carousel-base>div.owl-controls {
  margin-top: 0;
}

#feature-carousel>div.owl-controls>div.owl-buttons img,
.carousel-base>div.owl-controls>div.owl-buttons img {
  width: 60%;
}

#feature-carousel>div.owl-controls>div.owl-buttons>div,
.carousel-base>div.owl-controls>div.owl-buttons>div {
  background: 0 0;
  border-radius: 0;
  width: 80px;
  height: 80px;
  opacity: 1;
}

#feature-carousel>div.owl-controls>div.owl-buttons>div.disabled,
.carousel-base>div.owl-controls>div.owl-buttons>div.disabled {
  opacity: .5;
}

#feature-carousel>div.owl-controls>div.owl-buttons>div.owl-prev,
.carousel-base>div.owl-controls>div.owl-buttons>div.owl-prev {
  position: absolute;
  left: -5px;
  top: 41%;
  background: no-repeat center url(../img/global/MT_Concept1_Desktop_Home_02.jpg);
  background-size: 80px 80px;
}

#feature-carousel>div.owl-controls>div.owl-buttons>div.owl-next,
.carousel-base>div.owl-controls>div.owl-buttons>div.owl-next {
  position: absolute;
  right: -5px;
  top: 41%;
  background: no-repeat center url(../img/global/MT_Concept1_Desktop_Home_04.jpg);
  background-size: 80px 80px;
}

#feature-carousel>div.owl-controls>div.owl-pagination,
.carousel-base>div.owl-controls>div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 5%;
  margin: 0 auto;
}

#feature-carousel>div.owl-controls>div.owl-pagination>div.owl-page>span,
.carousel-base>div.owl-controls>div.owl-pagination>div.owl-page>span {
  background: no-repeat top right url(../img/global/carousel_dots.png);
  opacity: 1;
  width: 14px;
  height: 14px;
}

#feature-carousel>div.owl-controls>div.owl-pagination>div.owl-page.active>span,
.carousel-base>div.owl-controls>div.owl-pagination>div.owl-page.active>span {
  background: no-repeat top left url(../img/global/carousel_dots.png);
}

@media all and (min-width:768px) and (max-width:991px) {
  #feature-carousel>div.owl-controls>div.owl-buttons>div,
  .carousel-base>div.owl-controls>div.owl-buttons>div {
    width: 60px;
    height: 60px;
  }

  #feature-carousel>div.owl-controls>div.owl-buttons>div.owl-prev,
  .carousel-base>div.owl-controls>div.owl-buttons>div.owl-prev {
    background-size: 60px 60px;
  }

  #feature-carousel>div.owl-controls>div.owl-buttons>div.owl-next,
  .carousel-base>div.owl-controls>div.owl-buttons>div.owl-next {
    background-size: 60px 60px;
  }
}

@media all and (max-width:767px) {
  #feature-carousel>div.owl-controls>div.owl-pagination,
  .carousel-base>div.owl-controls>div.owl-pagination {
    bottom: 0!important;
  }
}

#feature-carousel .activity-info .activity-location :hover {
  text-decoration: underline;
}

.fluid-container.mtot-main-container.rs-xs #feature-carousel .feature-item {
  overflow-x: hidden;
}

.fluid-container.mtot-main-container.rs-xs #feature-carousel .feature-item .activity-image.resp-img {
  min-width: 110%;
}

@media all and (max-width:767px) {
  #feature-carousel .activity-info .activity-explore {
    width: 198px;
    position: absolute;
  }

  .cc-wrap #content-carousel .owl-wrapper .owl-item {
    max-height: 505px;
    overflow: hidden;
  }
}

@media all and (max-width:400px) {
  #content-carousel img.activity-image.resp-img {
    width: 120%;
    position: relative;
    left: -10%;
    max-width: none;
  }

  #content-carousel .activity-info .divider {
    display: none;
  }

  #content-carousel .activity-info .activity-icon {
    margin-top: 10%;
    width: 25%;
    display: none;
  }

  #content-carousel .activity-info .activity-title {
    margin-bottom: 10%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  #content-carousel .activity-info .activity-description {
    width: 70%;
  }
}

@media all and (max-width:767px) {
  #feature-carousel img.activity-image.resp-img {
    height: auto;
  }

  .fluid-container.mtot-main-container.rs-xs #feature-carousel .feature-item {
    overflow-x: hidden;
  }

  .fluid-container.mtot-main-container.rs-xs #feature-carousel .feature-item .activity-image.resp-img {
    min-width: 100%;
  }

  #feature-carousel .activity-info .activity-icon {
    margin-top: 15%;
  }

  #feature-carousel .activity-info .activity-title {
    margin-bottom: 5%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px!important;
  }

  #feature-carousel .activity-info .activity-description {
    width: 70%;
  }
}

@media all and (min-width:550px) and (max-width:767px) {
  #content-carousel img.activity-image.resp-img {
    width: 120%;
    position: relative;
    max-width: none;
    margin-left: -10%;
  }

  .cc-wrap #content-carousel .activity-info {
    padding-top: 40px;
  }

  .cc-wrap #content-carousel .activity-info .divider {
    display: none;
  }

  .cc-wrap #content-carousel .activity-info .activity-icon {
    margin-top: 10%;
    width: 25%;
    display: none;
  }

  .cc-wrap #content-carousel .activity-info .activity-title {
    margin-bottom: 10%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
    font-size: 34px;
  }

  .cc-wrap #content-carousel .activity-info .activity-description {
    width: 70%;
  }
}

@media all and (min-width:400px) and (max-width:549px) {
  #content-carousel img.activity-image.resp-img {
    width: 100%;
    position: relative;
    max-width: none;
  }

  #content-carousel .activity-info .divider {
    display: none;
  }

  #content-carousel .activity-info .activity-icon {
    margin-top: 10%;
    width: 25%;
    display: none;
  }
}

@media all and (min-width:375px) and (max-width:480px) {
  #content-carousel .activity-info .activity-icon {
    margin-top: 55px;
  }

  #content-carousel .activity-info .carousel-base a.dark-theme {
    font-size: 12px;
  }

  .cc-wrap #content-carousel .owl-item .activity-title {
    font-size: 34px;
  }
}

.features-comp-cont .features-comp.owl-carousel {
  display: block;
  margin: 0;
}

.features-comp-cont .features-comp.owl-carousel .col-md-3,
.features-comp-cont .features-comp.owl-carousel .col-lg-3,
.features-comp-cont .features-comp.owl-carousel .col-sm-3 {
  padding: 0;
  position: relative;
  display: block;
}

.features-comp-cont .features-comp.owl-carousel .col-md-3 h3,
.features-comp-cont .features-comp.owl-carousel .col-lg-3 h3,
.features-comp-cont .features-comp.owl-carousel .col-sm-3 h3 {
  text-transform: uppercase;
  padding: 0;
  font-size: 18px;
  margin: 0;
}

.features-comp-cont .features-comp.owl-carousel .col-md-3 img,
.features-comp-cont .features-comp.owl-carousel .col-lg-3 img,
.features-comp-cont .features-comp.owl-carousel .col-sm-3 img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  outline: 0;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.features-comp-cont .features-comp.owl-carousel .col-md-3 .description,
.features-comp-cont .features-comp.owl-carousel .col-lg-3 .description,
.features-comp-cont .features-comp.owl-carousel .col-sm-3 .description {
  width: 100%;
  position: absolute;
  bottom: 10px;
  padding: 2%;
  color: #fff;
}

.features-comp-cont .features-comp.owl-carousel .col-md-3 .description h3,
.features-comp-cont .features-comp.owl-carousel .col-lg-3 .description h3,
.features-comp-cont .features-comp.owl-carousel .col-sm-3 .description h3 {
  color: #fff;
  font-size: 1.35714em;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

.features-comp-cont .features-comp.owl-carousel .col-md-3 .description p,
.features-comp-cont .features-comp.owl-carousel .col-lg-3 .description p,
.features-comp-cont .features-comp.owl-carousel .col-sm-3 .description p {
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 1.14286em;
}

.features-comp-cont .features-comp.owl-carousel .col-md-3 .description small,
.features-comp-cont .features-comp.owl-carousel .col-lg-3 .description small,
.features-comp-cont .features-comp.owl-carousel .col-sm-3 .description small {
  color: #fff;
}

.features-comp-cont .features-comp.owl-carousel .col-md-3 a.feature-link,
.features-comp-cont .features-comp.owl-carousel .col-lg-3 a.feature-link,
.features-comp-cont .features-comp.owl-carousel .col-sm-3 a.feature-link {
  display: block;
  min-height: 50px;
  position: relative;
  background: #000;
}

.features-comp-cont .features-comp.owl-carousel .col-md-3 a.feature-link:hover img,
.features-comp-cont .features-comp.owl-carousel .col-lg-3 a.feature-link:hover img,
.features-comp-cont .features-comp.owl-carousel .col-sm-3 a.feature-link:hover img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  -ms-filter: "alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
}

.features-comp-cont.resp-size {
  display: block;
}

.features-comp-cont.resp-size.rs-xs .owl-carousel .owl-wrapper-outer {
  display: block;
  margin: 0;
  background-color: #748555;
}

.features-comp-cont.resp-size.rs-xs .owl-controls {
  margin: 0;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  display: inline-block;
}

.features-comp-cont.resp-size.rs-xs .owl-controls .owl-prev {
  left: 2%;
  position: absolute;
  top: -4px;
  background-color: transparent;
  background-image: url(../img/carousel/c_m_carousel_controls.png);
  background-position: 0 0;
  height: 60px;
  width: 15px;
  opacity: 1;
  background-repeat: no-repeat;
}

.features-comp-cont.resp-size.rs-xs .owl-controls .owl-prev.disabled {
  opacity: .2;
}

.features-comp-cont.resp-size.rs-xs .owl-controls .owl-next {
  background-color: transparent;
  background-image: url(../img/carousel/c_m_carousel_controls.png);
  background-position: -30px 0;
  background-repeat: no-repeat;
  height: 60px;
  position: absolute;
  right: 2%;
  top: -4px;
  opacity: 1;
  width: 15px;
}

.features-comp-cont.resp-size.rs-xs .owl-controls .owl-next.disabled {
  opacity: .2;
}

.features-comp-cont.resp-size.rs-xs .features-comp.owl-carousel {
  background-color: #748555;
}

.features-comp-cont.resp-size.rs-xs .features-comp.owl-carousel .description {
  display: inline;
  position: relative;
  float: left;
  padding: 20px 0;
  top: 0;
}

.features-comp-cont.resp-size.rs-xs .features-comp.owl-carousel .description h3 {
  margin-top: 0;
  padding-bottom: 4px;
  color: #e5e5e5;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.21429em;
  color: #eee;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
}

.features-comp-cont.resp-size.rs-xs .features-comp.owl-carousel .description p {
  line-height: 1;
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 1.14286em;
  margin-bottom: 0;
}

.features-comp-cont.resp-size.rs-xs .features-comp.owl-carousel .feature-link {
  display: inline;
  line-height: 0;
  margin: 0;
}

.features-comp-cont.resp-size.rs-xs .features-comp.owl-carousel .feature-link img {
  display: none;
}

.quote-component-container {
  width: 100%;
  background: #748555;
  color: #fff;
}

.quote-component-container div.quote-component {
  padding: 30px 0;
}

.quote-component-container div.quote-component p.quote-content {
  font-size: 2.28571em;
  letter-spacing: 1px;
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
}

.quote-component-container div.quote-component p.quote-content:before {
  content: open-quote;
}

.quote-component-container div.quote-component p.quote-content:after {
  content: close-quote;
}

.quote-component-container div.quote-component div.divider {
  border-top: 2px solid #fff;
  width: 40px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.quote-component-container div.quote-component div.quote-author {
  font-size: 12pt;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
}

@media all and (max-width:767px) {
  .quote-component-container div.quote-component p.quote-content {
    font-size: 1.42857em;
  }
}

footer {
  height: auto;
  overflow-x: auto;
}

footer ul.col-xs-12,
footer ul.col-lg-12,
footer ul.col-md-12,
footer ul.col-sm-12 {
  padding-left: 0;
}

footer .copyright {
  min-height: 80px;
}

footer .copyright,
footer h3 {
  color: #748555;
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
  font-size: 1.14286em;
  display: inline-block;
}

footer .copyright h4,
footer h3 h4 {
  z-index: 990;
  color: red;
  bottom: 40px;
  right: 20px;
  position: absolute;
  font-size: 10px;
}

footer h3.title {
  font-size: 1.78571em;
  font-weight: 400;
  margin-top: 60px;
  font-style: normal;
  margin-bottom: 15px;
  letter-spacing: 3px;
  width: 100%;
  text-align: center;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
}

footer h3.title a:hover,
footer h3.title a:active,
footer h3.title a:focus {
  text-decoration: none;
  cursor: pointer;
}

footer .separator {
  border-top: 1px solid #748555;
  display: inline-block;
  height: 5px;
  padding-bottom: 20px;
  width: 35px;
  margin-top: 10px;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  text-transform: uppercase;
}

footer ul.lang-icons {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 77px;
  max-width: 517px;
}

footer ul.lang-icons li {
  padding-left: 0;
}

footer ul.lang-icons a.flag-icon {
  display: block;
  height: 27px;
  margin: 0 5px;
  width: 40px;
  font-size: 0;
}

footer ul.lang-icons a.flag-icon img {
  height: 27px;
}

footer ul.share-icons {
  display: inline-block;
  margin-bottom: 50px;
  padding-left: 15px;
}

footer ul.share-icons li {
  display: inline-block;
}

footer ul.share-icons li a.share-icon {
  display: block;
  height: 30px;
  margin: 0 5px;
  width: 30px;
  font-size: 0;
  text-decoration: none;
  background-repeat: no-repeat;
  color: transparent;
}

footer ul.related-links {
  display: inline-block;
  margin-bottom: 60px;
  padding-left: 0;
}

footer ul.related-links li {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid gray;
}

footer ul.related-links li:first-child {
  border-left: medium none;
}

footer ul.related-links li a {
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
  font-size: 1.28571em;
}

footer ul.contact-links {
  margin-bottom: 27px;
}

footer ul.contact-links li a {
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
  font-size: 1.35714em;
}

footer ul.contact-links .tel-icon {
  background-image: url(../img/footer/footer_icons.png);
  background-position: 54px 23px;
  display: inline-block;
  height: 18px;
  margin: 0 10px 0 5px;
  width: 16px;
}

footer ul.contact-links .tx-label {
  font-size: 1.2em;
}

footer ul.contact-links .liveChat {
  text-align: left;
  padding-left: 45px;
}

footer ul.contact-links .chat-icon {
  background-image: url(../img/footer/footer_icons.png);
  background-position: 34px 23px;
  display: inline-block;
  height: 18px;
  margin: 0 10px 0 5px;
  width: 16px;
  position: relative;
}

footer ul.contact-links .chat-icon a {
  margin-right: 33%;
}

footer ul.contact-links .chat {
  display: inline-block;
}

footer .discover {
  margin-bottom: 30px;
}

footer .discover img {
  outline: 0;
}

footer.rs-lg ul.contact-links li.telephone-number a {
  max-width: 230px;
  display: block;
  float: right;
  margin-right: 5%;
}

footer.rs-lg ul.contact-links li.telephone-number a:hover {
  text-decoration: none;
  color: #748555;
  cursor: default;
}

footer.rs-lg ul.contact-links li.live-chat iframe {
  border: 0;
  height: 50px;
  display: inline-block;
}

footer.rs-sm ul.lang-icons li {
  padding-left: 10px;
}

footer.rs-xs h3.title {
  font-size: 22px;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 22px;
}

footer.rs-xs .copyright .year {
  display: block;
}

footer.rs-xs .separator {
  border-top: 1px solid #bbb;
  vertical-align: top;
  height: 1px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 22px;
}

footer.rs-xs ul.lang-icons {
  margin-bottom: 0;
  padding: 0 20px;
  width: 100%;
  max-width: 290px;
}

footer.rs-xs ul.lang-icons li {
  display: inline-block;
  padding-left: 15px;
}

footer.rs-xs ul.lang-icons a.flag-icon {
  margin-bottom: 10px;
}

footer.rs-xs ul.related-links {
  margin: 0 0 40px;
  padding: 0 20px;
  display: block;
}

footer.rs-xs ul.related-links li {
  padding: 15px 10px;
  display: block;
  min-width: 100%;
  text-align: left;
  border-left: medium none;
  border-bottom: 1px solid #bbb;
}

footer.rs-xs ul.contact-links {
  margin-bottom: 35px;
  padding-left: 0;
}

footer.rs-xs ul.contact-links .tel-icon {
  margin: 0 5px 0 0;
}

footer.rs-xs ul.share-icons {
  display: inline-block;
  margin-bottom: 35px;
  font-size: 0;
  padding-left: 0;
}

footer.rs-xs .discover {
  margin-top: 32px;
}

.sky-component {
  height: 970px;
  text-align: center;
  background: #000 url(../img/sky/twinkle.gif) top left repeat;
  position: relative;
  padding-top: 220px;
  overflow: hidden;
}

.sky-component .star-dots {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -700px;
  margin: 0;
  padding: 0 700px;
  box-sizing: content-box;
  z-index: 11;
}

.sky-component .star-dots:focus {
  outline: 0;
}

.sky-component .star-dots li {
  display: block;
  position: absolute;
  cursor: pointer;
}

.sky-component .star-dots li a:focus,
.sky-component .star-dots li img {
  outline: 0;
}

.sky-component .parallax-layer,
.sky-component .section-link {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.sky-component h2,
.sky-component h3,
.sky-component .section-link {
  display: block;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 28px;
}

.sky-component h2 {
  font-size: 94px;
  letter-spacing: 30px;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
}

.sky-component h2 span {
  padding-left: 12px;
}

.sky-component h2:after {
  content: "";
  height: 1px;
  width: 25px;
  background: #fff;
  display: block;
  margin: 36px auto;
}

.sky-component h3 {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  letter-spacing: 1px;
}

.sky-component .section-link {
  position: relative;
  font-size: 64px;
  margin-top: 100px;
  display: inline-block;
  z-index: 1000;
}

.sky-component .section-link span {
  transform: scale3d(1,.55,1);
  display: block;
}

.sky-component .section-link:hover,
.sky-component .section-link:active,
.sky-component .section-link:focus {
  text-decoration: none;
}

.modal-body .vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.modal.sky-modal .modal-dialog {
  margin-top: 57px;
}

.modal.sky-modal .modal-dialog .image-wrapper img {
  width: 100%;
}

@media all and (min-width:768px) {
  .modal.sky-modal .modal-dialog {
    margin-top: 200px;
  }
}

@media all and (max-width:991px) {
  .sky-component {
    height: 720px;
    padding-top: 180px;
  }

  .sky-component h2 {
    font-size: 74px;
    letter-spacing: 20px;
  }

  .sky-component h2 span {
    padding-left: 0;
  }

  .sky-component h3 {
    font-size: 18px;
  }

  .sky-component .star-dots {
    left: -600px;
    padding: 0 600px;
  }

  .sky-component .section-link {
    margin-top: 60px;
  }
}

@media all and (max-width:767px) {
  .sky-component {
    height: 900px;
    padding-top: 300px;
  }

  .sky-component h2 {
    font-size: 36px;
  }

  .sky-component h2 span {
    padding-left: 16px;
  }

  .sky-component h3 {
    font-size: 16px;
  }

  .sky-component .section-link {
    margin-top: 60px;
  }
}

.special-directions-container {
  width: 100%;
  background: #000;
  color: #929191;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  padding: 20px 0 55px;
}

.special-directions-container.container {
  width: 100%;
}

.special-directions-container img {
  outline: 0;
}

.special-directions-container div.special-directions-content {
  padding: 2% 0;
}

.special-directions-container div.special-directions-content div.special-directions-image {
  text-align: right;
}

.special-directions-container div.special-directions-content div.special-directions-image:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.special-directions-container div.special-directions-content div.special-directions-text:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.special-directions-container div.special-directions-content div.special-directions-text p {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2%;
  font-size: 12pt;
}

.special-directions-container div.special-directions-content div.special-directions-text h4.special-directions {
  color: #fff;
  margin-left: 15px;
  margin-top: -25px;
}

.special-directions-container div.special-directions-content div.divider {
  border-top: 2px solid #fff;
  width: 40px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (max-width:768px) {
  .special-directions-container div.special-directions-content {
    padding: 5% 0;
  }

  .special-directions-container div.special-directions-content div.special-directions-image {
    text-align: center;
  }

  .special-directions-container div.special-directions-content div.special-directions-text h4.special-directions {
    margin-top: 0;
    text-align: center;
    padding: 0 2%;
  }
}

.active .cc-wrap .transition-img {
  top: -27%;
}

.cc-wrap {
  position: relative;
}

.cc-wrap .transition-img {
  position: absolute;
  display: none;
  top: -30%;
  z-index: 10;
  width: 100%;
}

.cc-wrap .transition-img.initialized {
  display: block;
}



.cc-wrap #content-carousel .owl-item,
.cc-wrap #media-carousel .owl-item,
.cc-wrap #trailmap-carousel .owl-item,
.cc-wrap #tile-carousel .owl-item {
  max-height: inherit;
}

.cc-wrap #content-carousel .owl-item .modal-holder,
.cc-wrap #media-carousel .owl-item .modal-holder,
.cc-wrap #trailmap-carousel .owl-item .modal-holder,
.cc-wrap #tile-carousel .owl-item .modal-holder {
  display: none;
}

.cc-wrap #content-carousel .textNoIcon,
.cc-wrap #media-carousel .textNoIcon,
.cc-wrap #trailmap-carousel .textNoIcon,
.cc-wrap #tile-carousel .textNoIcon {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  line-height: 1;
  display: block;
}

.cc-wrap #content-carousel .activity-info,
.cc-wrap #media-carousel .activity-info,
.cc-wrap #trailmap-carousel .activity-info,
.cc-wrap #tile-carousel .activity-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  bottom: 0;
}

.cc-wrap #content-carousel .activity-title,
.cc-wrap #media-carousel .activity-title,
.cc-wrap #trailmap-carousel .activity-title,
.cc-wrap #tile-carousel .activity-title {
  font-size: 54px;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
}

.cc-wrap #content-carousel .activity-icon,
.cc-wrap #media-carousel .activity-icon,
.cc-wrap #trailmap-carousel .activity-icon,
.cc-wrap #tile-carousel .activity-icon {
  margin-top: 12%;
  max-width: none;
  max-height: none;
}

.cc-wrap #content-carousel .activity-description,
.cc-wrap #media-carousel .activity-description,
.cc-wrap #trailmap-carousel .activity-description,
.cc-wrap #tile-carousel .activity-description {
  margin: 2% auto 3%;
  font-family: Chaparral,"Times New Roman",Times,serif;
  font-size: 24px;
}

.cc-wrap #content-carousel a.activity-explore,
.cc-wrap #media-carousel a.activity-explore,
.cc-wrap #trailmap-carousel a.activity-explore,
.cc-wrap #tile-carousel a.activity-explore {
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  font-size: 22px;
  padding: 18px 50px;
}

.cc-wrap #content-carousel a.activity-explore:hover,
.cc-wrap #content-carousel a.activity-explore:active,
.cc-wrap #media-carousel a.activity-explore:hover,
.cc-wrap #media-carousel a.activity-explore:active,
.cc-wrap #trailmap-carousel a.activity-explore:hover,
.cc-wrap #trailmap-carousel a.activity-explore:active,
.cc-wrap #tile-carousel a.activity-explore:hover,
.cc-wrap #tile-carousel a.activity-explore:active {
  text-decoration: none;
}

.cc-wrap #content-carousel div.divider,
.cc-wrap #media-carousel div.divider,
.cc-wrap #trailmap-carousel div.divider,
.cc-wrap #tile-carousel div.divider {
  border-top: 1px solid #fff;
  width: 35px;
}

.cc-wrap #content-carousel .jumpArrow,
.cc-wrap #media-carousel .jumpArrow,
.cc-wrap #trailmap-carousel .jumpArrow,
.cc-wrap #tile-carousel .jumpArrow {
  font-size: 64px;
  color: #fff;
  display: block;
  text-align: center;
  position: relative;
  top: 6%;
}

.cc-wrap #content-carousel .jumpArrow:hover,
.cc-wrap #content-carousel .jumpArrow:active,
.cc-wrap #media-carousel .jumpArrow:hover,
.cc-wrap #media-carousel .jumpArrow:active,
.cc-wrap #trailmap-carousel .jumpArrow:hover,
.cc-wrap #trailmap-carousel .jumpArrow:active,
.cc-wrap #tile-carousel .jumpArrow:hover,
.cc-wrap #tile-carousel .jumpArrow:active {
  text-decoration: none;
}

.cc-wrap #content-carousel .jumpArrow.up,
.cc-wrap #media-carousel .jumpArrow.up,
.cc-wrap #trailmap-carousel .jumpArrow.up,
.cc-wrap #tile-carousel .jumpArrow.up {
  top: 120px;
}

.cc-wrap #content-carousel .jumpArrow img,
.cc-wrap #media-carousel .jumpArrow img,
.cc-wrap #trailmap-carousel .jumpArrow img,
.cc-wrap #tile-carousel .jumpArrow img {
  display: inline-block;
}

.cc-wrap #content-carousel #media-carousel .activity-description,
.cc-wrap #content-carousel #trailmap-carousel .activity-description,
.cc-wrap #content-carousel #tile-carousel .activity-description,
.cc-wrap #media-carousel #media-carousel .activity-description,
.cc-wrap #media-carousel #trailmap-carousel .activity-description,
.cc-wrap #media-carousel #tile-carousel .activity-description,
.cc-wrap #trailmap-carousel #media-carousel .activity-description,
.cc-wrap #trailmap-carousel #trailmap-carousel .activity-description,
.cc-wrap #trailmap-carousel #tile-carousel .activity-description,
.cc-wrap #tile-carousel #media-carousel .activity-description,
.cc-wrap #tile-carousel #trailmap-carousel .activity-description,
.cc-wrap #tile-carousel #tile-carousel .activity-description {
  width: 29%;
}

.cc-wrap #content-carousel>div.owl-controls>div.owl-buttons,
.cc-wrap #media-carousel>div.owl-controls>div.owl-buttons,
.cc-wrap #trailmap-carousel>div.owl-controls>div.owl-buttons,
.cc-wrap #tile-carousel>div.owl-controls>div.owl-buttons {
  text-indent: -99999px;
}

.cc-wrap #content-carousel>div.owl-controls>div.owl-pagination,
.cc-wrap #media-carousel>div.owl-controls>div.owl-pagination,
.cc-wrap #trailmap-carousel>div.owl-controls>div.owl-pagination,
.cc-wrap #tile-carousel>div.owl-controls>div.owl-pagination {
  bottom: 1%;
  margin: 0 auto;
}

@media all and (min-width:1401px) {

}

@media all and (max-width:992px) {
  .cc-wrap #content-carousel .activity-title,
  .cc-wrap #media-carousel .activity-title,
  .cc-wrap #trailmap-carousel .activity-title,
  .cc-wrap #tile-carousel .activity-title {
    font-size: 44px;
    margin-bottom: 5%;
  }

  .cc-wrap #content-carousel .activity-description,
  .cc-wrap #media-carousel .activity-description,
  .cc-wrap #trailmap-carousel .activity-description,
  .cc-wrap #tile-carousel .activity-description {
    font-size: 18px;
    width: 55%;
    margin-bottom: 5%;
  }
}

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


  .cc-wrap #content-carousel .activity-title,
  .cc-wrap #media-carousel .activity-title,
  .cc-wrap #trailmap-carousel .activity-title,
  .cc-wrap #tile-carousel .activity-title {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10%;
  }

  .cc-wrap #content-carousel .activity-explore,
  .cc-wrap #media-carousel .activity-explore,
  .cc-wrap #trailmap-carousel .activity-explore,
  .cc-wrap #tile-carousel .activity-explore {
    font-size: 18px;
  }
}

@media all and (max-width:320px) {

}

#cc-modal.modal {
  position: absolute;
  top: auto;
  left: auto;
  right: 15%;
  width: 70%;
}

#cc-modal.modal .modal-content {
  height: 100%;
  min-height: 320px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

#cc-modal.modal .modal-content button {
  position: absolute;
  top: 0;
  right: 0;
  outline: 0;
  border: 0;
  color: #fff;
  height: 75px;
  width: 70px;
  z-index: 990;
}

#cc-modal.modal .modal-content button:hover,
#cc-modal.modal .modal-content button:active {
  background: #596641;
}

#cc-modal.modal .modal-content .modal-body {
  padding: 0;
}

#cc-modal.modal .modal-content .modal-body h3 {
  font-size: 34px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  color: #262726;
  letter-spacing: 3px;
}

#cc-modal.modal .modal-content .modal-body h3:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #262726;
  display: block;
  margin: 25px 0;
}

#cc-modal.modal .modal-content .modal-body h5 {
  font-size: 18px;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  display: inline-block;
  padding: 0;
}

#cc-modal.modal .modal-content .modal-body h5:after {
  display: none;
}

#cc-modal.modal .modal-content .modal-body span {
  display: inline-block;
}

#cc-modal.modal .modal-content .modal-body span.phone {
  margin-bottom: 27px;
  margin-left: 28px;
}

#cc-modal.modal .modal-content .modal-body span.phone:before {
  display: none;
}

#cc-modal.modal .modal-content .modal-body p {
  padding: 0;
}

#cc-modal.modal .modal-content .modal-body p.credit {
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  font-size: 18px;
  color: #242424;
  margin-top: 26px;
  text-transform: uppercase;
}

#cc-modal.modal .modal-content .modal-body a.btn {
  margin-top: 60px;
  margin-right: 10px;
}

@media (min-width:768px) {
  #cc-modal.modal {
    width: 80%;
    min-height: 30%;
    position: absolute;
    bottom: 2%;
    top: auto;
    right: 10%;
    left: auto;
  }

  #cc-modal.modal .modal-dialog {
    width: 620px;
    min-height: 30%;
    min-height: 550px;
    margin: 0 auto;
  }

  #cc-modal.modal .modal-dialog .modal-content {
    width: 620px;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body {
    padding: 130px 85px 60px 100px;
    text-align: left;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body p {
    font-family: Chaparral,"Times New Roman",Times,serif;
    font-size: 18px;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body p.credit {
    font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body a.btn {
    font-size: 18px;
    border: 3px solid #748555;
    border-radius: 0;
    padding: 15px 20px;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body a.field {
    color: #748555;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body a.field:after {
    display: none;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body a.detail {
    border: 3px solid #333;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body a.detail:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    content: "\e072";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body span.address {
    margin-left: 20px;
    margin-bottom: 60px;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body .phone a {
    color: #262726;
    border: medium none;
    padding: 15px;
    display: inline-block;
    font-size: 14px;
    margin-top: 40px;
  }

  #cc-modal.modal .modal-dialog .modal-content .modal-body .phone a:after {
    content: "";
    margin-left: 0;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 0;
    vertical-align: middle;
  }
}

.cc-wrap {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cc-wrap #media-carousel,
.cc-wrap #trailmap-carousel {
  max-height: 100%;
}

.cc-wrap #media-carousel .image-layer,
.cc-wrap #trailmap-carousel .image-layer {
  width: 100%;
  background-position: center center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.cc-wrap #media-carousel .activity-video,
.cc-wrap #trailmap-carousel .activity-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cc-wrap #media-carousel>div.owl-controls>div.owl-buttons,
.cc-wrap #trailmap-carousel>div.owl-controls>div.owl-buttons {
  text-indent: -99999px;
}

.cc-wrap #media-carousel>div.owl-controls>div.owl-buttons>div.owl-prev,
.cc-wrap #media-carousel>div.owl-controls>div.owl-buttons>div.owl-next,
.cc-wrap #trailmap-carousel>div.owl-controls>div.owl-buttons>div.owl-prev,
.cc-wrap #trailmap-carousel>div.owl-controls>div.owl-buttons>div.owl-next {
  top: 42%;
}

@media all and (max-width:767px) {
  .cc-wrap #media-carousel>div.owl-controls>div.owl-buttons>div.owl-prev,
  .cc-wrap #media-carousel>div.owl-controls>div.owl-buttons>div.owl-next,
  .cc-wrap #trailmap-carousel>div.owl-controls>div.owl-buttons>div.owl-prev,
  .cc-wrap #trailmap-carousel>div.owl-controls>div.owl-buttons>div.owl-next {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
  }
}

.cc-wrap #media-carousel>div.owl-controls>div.owl-pagination,
.cc-wrap #trailmap-carousel>div.owl-controls>div.owl-pagination {
  bottom: 10%;
  margin: 0 auto;
}

@media all and (max-width:1199px) {
  .cc-wrap #media-carousel .image-layer,
  .cc-wrap #trailmap-carousel .image-layer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 0;
    min-height: 0;
    max-height: none;
    background: #000;
  }
}

.carousel-about {
  display: inline-block;
  width: 33.33333%;
  vertical-align: top;
  padding: 0 70px 0 50px;
}

.carousel-about h2 {
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 50px;
}

.carousel-about h2:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #262726;
  display: block;
  margin: 25px 0;
}

.carousel-about p {
  font-family: HelvMed,Helvetica,Arial,sans-serif;
  font-size: 16px;
  color: #666;
}

.carousel-holder {
  width: 66%;
  display: inline-block;
  margin-top: 50px;
  padding-right: 50px;
}

@media all and (max-width:767px) {
  .carousel-about,
  .carousel-holder {
    width: 100%;
  }

  .carousel-about {
    padding: 0 25px;
  }

  .carousel-holder {
    padding-right: 0;
  }

  #media-carousel.carousel-base img.activity-image.resp-img {
    height: auto;
  }

  #trailmap-carousel.carousel-base img.activity-image.resp-img {
    height: auto;
  }
}

.owl-carousel .owl-item img.youtube-overlay {
  padding-top: 20%;
  padding-bottom: 20%;
  position: absolute;
  top: 15%;
  left: 1%;
  width: 20%;
  height: 60%;
  opacity: .5;
}

.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #content-carousel .activity-icon,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #media-carousel .activity-icon,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #trailmap-carousel .activity-icon,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #tile-carousel .activity-icon {
  padding-bottom: 5px;
}

.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #content-carousel .activity-info div.divider,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #media-carousel .activity-info div.divider,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #trailmap-carousel .activity-info div.divider,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #tile-carousel .activity-info div.divider {
  margin-top: 22px;
}

.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #content-carousel a.activity-explore,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #media-carousel a.activity-explore,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #trailmap-carousel a.activity-explore,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #tile-carousel a.activity-explore {
  padding: 15px 30px 15px 40px;
  font-size: 20px;
  font-weight: 400;
}

.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #content-carousel a.activity-explore::after,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #media-carousel a.activity-explore::after,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #trailmap-carousel a.activity-explore::after,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #tile-carousel a.activity-explore::after {
  padding-left: 0;
  padding-top: 4px;
  font-size: 10px;
}

.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #content-carousel .activity-title,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #media-carousel .activity-title,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #trailmap-carousel .activity-title,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #tile-carousel .activity-title {
  margin-bottom: 14%;
}

.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #content-carousel>div.owl-controls>div.owl-pagination,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #media-carousel>div.owl-controls>div.owl-pagination,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #trailmap-carousel>div.owl-controls>div.owl-pagination,
.fluid-container.mtot-main-container.handheld.rs-xs .cc-wrap #tile-carousel>div.owl-controls>div.owl-pagination {
  padding-bottom: 10px;
}

.carousel-holder .cc-wrap #media-carousel .image-layer,
.carousel-holder .cc-wrap #trailmap-carousel .image-layer {
  max-height: 0;
  min-height: 0;
}

@media all and (min-width:1280px) {
  .cc-wrap #content-carousel .jumpArrow,
  .cc-wrap #media-carousel .jumpArrow,
  .cc-wrap #trailmap-carousel .jumpArrow,
  .cc-wrap #tile-carousel .jumpArrow {
    top: 8%;
  }
}

#IE-root.ie8 .cc-wrap #media-carousel .image-layer,
#IE-root.ie8 .cc-wrap #trailmap-carousel .image-layer {
  max-height: none;
  min-height: 0;
}

.trips-component-container {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
}

.trips-component-container h1,
.trips-component-container h3 {
  margin-top: 0;
}

.trips-component-container .trips-carousel {
  color: #fff;
}

.trips-component-container .trips-carousel img {
  outline: 0;
}

.trips-component-container .trips-carousel .owl-item {
  overflow-y: hidden;
  max-height: 850px;
}

.trips-component-container .trips-carousel .divider {
  background: #fff;
  height: 1px;
  width: 40px;
  margin: 40px auto;
}

.trips-component-container .trips-carousel .trip-background-image {
  background-image: url(../img/global/blank.gif);
  max-height: none;
  width: 100%;
}

.trips-component-container .trips-carousel .trip-info {
  position: absolute;
  top: 0;
  letter-spacing: 1px;
}

.trips-component-container .trips-carousel .trip-info.black {
  color: #000;
}

.trips-component-container .trips-carousel .trip-info.black .trip-action {
  border-color: #000;
}

.trips-component-container .trips-carousel .trip-info.black .trip-action a {
  color: #000;
}

.trips-component-container .trips-carousel .trip-info .trip-suggested {
  margin-top: 8%;
}

.trips-component-container .trips-carousel .trip-info .trip-suggested h3 {
  font-weight: 200;
  font-size: 34px;
}

.trips-component-container .trips-carousel .trip-info .trip-title h1 {
  font-size: 64px;
}

.trips-component-container .trips-carousel .trip-info .trip-description {
  width: 60%;
  margin: 10px auto 50px;
  font-weight: 300;
}

.trips-component-container .trips-carousel .trip-info .trip-description p {
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
  font-size: 24px;
}

.trips-component-container .trips-carousel .trip-info .trip-image {
  width: 65%;
  margin: 0 auto;
}

.trips-component-container .trips-carousel .trip-info .trip-image img {
  margin: 0 auto;
}

.trips-component-container .trips-carousel .trip-info .trip-action {
  border: 3px solid #fff;
  padding: 10px 20px;
  width: auto;
  display: inline-block;
  margin-top: 3%;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  font-size: 22px;
}

.trips-component-container .trips-carousel .trip-info .trip-action a,
.trips-component-container .trips-carousel .trip-info .trip-action a:active,
.trips-component-container .trips-carousel .trip-info .trip-action a:visited,
.trips-component-container .trips-carousel .trip-info .trip-action a:hover {
  color: #fff;
  text-decoration: none;
}

.trips-component-container .trips-carousel .trip-info .trip-action a i {
  font-size: 10px;
  padding-left: 5px;
  padding-bottom: 7px;
  vertical-align: middle;
}

@media all and (max-width:1025px) {
  .trips-component-container .trips-carousel .trip-info .trip-suggested {
    margin-top: 7%;
  }

  .trips-component-container .trips-carousel .trip-info .trip-suggested h3 {
    font-size: 24px;
  }

  .trips-component-container .trips-carousel .trip-info .trip-title h1 {
    font-size: 44px;
  }

  .trips-component-container .trips-carousel .trip-info .trip-description {
    width: 60%;
    margin-bottom: 20px;
  }

  .trips-component-container .trips-carousel .trip-info .trip-description p {
    font-size: 18px;
  }

  .trips-component-container .trips-carousel .trip-info .trip-image {
    width: 57%;
  }

  .trips-component-container .trips-carousel .trip-info .trip-action {
    margin-top: 3%;
    font-size: 18px;
  }
}

@media all and (max-width:801px) {
  .trips-component-container .trips-carousel .trip-info .trip-suggested {
    margin-top: 4%;
  }

  .trips-component-container .trips-carousel .trip-info .trip-description {
    width: 67%;
    margin-bottom: 25px;
  }

  .trips-component-container .trips-carousel .trip-info .trip-description p {
    font-size: 11pt;
  }

  .trips-component-container .trips-carousel .trip-info .trip-image {
    width: 50%;
  }

  .trips-component-container .trips-carousel .trip-info .trip-action {
    margin-top: 3%;
    font-size: 16px;
  }
}

@media all and (max-width:767px) {
  .trips-component-container .trips-carousel .trip-info .trip-suggested {
    margin-top: 17%;
  }

  .trips-component-container .trips-carousel .trip-info .trip-suggested h3 {
    font-size: 18px;
  }

  .trips-component-container .trips-carousel .trip-info .trip-title {
    width: 60%;
    margin: 0 auto;
  }

  .trips-component-container .trips-carousel .trip-info .trip-title h1 {
    font-size: 32px;
  }

  .trips-component-container .trips-carousel .trip-info .trip-action {
    margin-top: 0;
  }

  .trips-component-container .trips-carousel .trip-background-image {
    height: 400px;
    max-width: none;
    width: auto;
  }
}

@media all and (max-width:400px) {
  .trips-component-container .trips-carousel {
    font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  }

  .trips-component-container .trips-carousel .trip-info .trip-suggested h3 {
    font-size: 16px;
  }

  .trips-component-container .trips-carousel .trip-info .trip-title {
    width: 57%;
    margin: 0 auto;
  }

  .trips-component-container .trips-carousel .trip-info .trip-title h1 {
    font-size: 22px;
  }

  .trips-component-container .trips-carousel .trip-info .trip-action {
    margin-top: 0;
  }
}

.trips-component-container .trips-carousel>div.owl-controls {
  margin-top: 0;
}

.trips-component-container .trips-carousel>div.owl-controls>div.owl-buttons img {
  width: 60%;
}

.trips-component-container .trips-carousel>div.owl-controls>div.owl-buttons>div {
  background: 0 0;
  border-radius: 0;
  width: 44px;
  height: 43px;
  opacity: 1;
}

.trips-component-container .trips-carousel>div.owl-controls>div.owl-buttons>div.disabled {
  opacity: .5;
}

.trips-component-container .trips-carousel>div.owl-controls>div.owl-buttons>div.owl-prev,
.trips-component-container .trips-carousel>div.owl-controls>div.owl-buttons>div.owl-next {
  position: absolute;
  top: 48%;
  background-size: 44px 43px;
}

@media all and (min-width:768px) {
  .trips-component-container .trips-carousel>div.owl-controls>div.owl-buttons>div.owl-prev,
  .trips-component-container .trips-carousel>div.owl-controls>div.owl-buttons>div.owl-next {
    background-size: 80px 80px;
  }
}

.trips-component-container .trips-carousel>div.owl-controls>div.owl-buttons>div.owl-prev {
  left: -5px;
  background: no-repeat center url(../img/global/MT_Concept1_Desktop_Home_02.jpg);
}

.trips-component-container .trips-carousel>div.owl-controls>div.owl-buttons>div.owl-next {
  right: -5px;
  background: no-repeat center url(../img/global/MT_Concept1_Desktop_Home_04.jpg);
}

.trips-component-container .trips-carousel>div.owl-controls>div.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 2%;
  margin: 0 auto;
}

.trips-component-container .trips-carousel>div.owl-controls>div.owl-pagination>div.owl-page>span {
  background: no-repeat top right url(../img/global/carousel_dots.png);
  opacity: 1;
  width: 14px;
  height: 14px;
}

.trips-component-container .trips-carousel>div.owl-controls>div.owl-pagination>div.owl-page.active>span {
  background: no-repeat top left url(../img/global/carousel_dots.png);
}

.cssdefs {
  font-size: 14px;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
}

.cssdefs .ln {
  color: #000;
  font-weight: 400;
  font-style: normal;
}

.cssdefs .s0 {
  color: #bc9455;
  font-style: italic;
}

.cssdefs .s1 {
  color: #a9b7c6;
}

.cssdefs .s2 {
  color: #6d9cbe;
}

.cssdefs .s3 {
  color: #ffc66d;
}

.cssdefs .s4 {
  color: #a5c261;
}

.cssdefs .s5 {
  color: #cc7832;
  font-weight: 700;
}

.cssdefs .s6 {
  color: #cc7832;
}

.cssdefs .s7 {
  color: #d0d0ff;
}

.cssdefs .s8 {
  color: #9876aa;
}

.cssdefs .s9 {
  color: #287bde;
}

.cssdefs .s10 {
  color: #6897bb;
}

.cssdefs h1 {
  font-size: 33px;
}

.cssdefs h2 {
  font-size: 30px;
}

.cssdefs h3 {
  font-size: 24px;
}

.cssdefs h4 {
  font-size: 18px;
}

.cssdefs h5 {
  font-size: 14px;
}

.cssdefs h6 {
  font-size: 12px;
}

.cssdefs .par1 {
  font-size: 18px;
}

.cssdefs .par2 {
  font-size: 12px;
}

.cssdefs .par3 {
  font-family: HelvRom,Helvetica,Arial,sans-serif;
}

.cssdefs .code-snapchot {
  background-color: gray;
}

.cssdefs pre {
  background-color: #333;
}

.text-pane {
  float: left;
  padding: 0 15px;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
}

.text-pane .field-label {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.text-pane .field-label h4 {
  font-size: 1.14286em;
  padding-top: 0;
}

.text-pane .field-body {
  width: 66%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.text-pane .field-body a.block {
  display: block;
}

.text-pane h3 {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-size: 2em;
}

.text-pane h4 {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 1.71429em;
}

.text-pane .pane-title {
  margin-bottom: 15px;
  color: #262726;
}

.text-pane a.btn {
  border: 3px solid #748555;
  padding: 10px;
  color: #748555;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 1;
  margin-top: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.text-pane a.btn:after {
  content: "\25B6";
  margin-left: 6px;
  font-size: 16px;
  display: inline-block;
  padding-bottom: 6px;
  vertical-align: middle;
  transform: scale3d(0.55,1,1);
}

.text-pane a.btn:hover,
.text-pane a.btn:active,
.text-pane a.btn:focus {
  text-decoration: none;
}

.text-pane a.highlight {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-pane.info-pane a {
  text-decoration: underline;
}

.text-pane.info-pane a.btn {
  text-decoration: none;
}

.text-pane ul.pane-tags {
  list-style-type: none;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  cursor: default;
}

.text-pane ul.pane-tags:hover,
.text-pane ul.pane-tags:visited,
.text-pane ul.pane-tags:focus,
.text-pane ul.pane-tags:active {
  text-decoration: none;
}

.text-pane ul.pane-tags li {
  font-style: italic;
  text-transform: uppercase;
  color: #748555;
  float: left;
  padding: 0 3px;
}

.text-pane ul.pane-tags li:first-child {
  padding-left: 0;
}

.text-pane ul.pane-tags li:after {
  content: " /";
}

.text-pane ul.pane-tags li:last-child:after {
  content: "";
}

.text-pane ul.pane-tags li a {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  font-size: 1.07143em;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  cursor: default;
}

.text-pane ul.pane-tags li a:hover,
.text-pane ul.pane-tags li a:visited,
.text-pane ul.pane-tags li a:focus,
.text-pane ul.pane-tags li a:active {
  text-decoration: none;
  color: #748555;
}

.text-pane .field-cont {
  font-size: 1em;
  padding: 10px 0;
}

.text-pane .field-cont .field-label {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  color: #748555;
  text-transform: uppercase;
  padding-left: 0;
}

.text-pane .columns-block {
  width: 48%;
  padding: 0;
  margin-top: 10px;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  clear: both;
  display: inline-block;
  vertical-align: top;
}

.text-pane .columns-block.col-lg-5 {
  width: 41%;
}

.text-pane .columns-block .field-label {
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  color: #000;
  text-transform: uppercase;
  padding-left: 0;
  width: 100%;
}

.text-pane .columns-block ul {
  list-style-type: none;
  padding: 0;
  float: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

.text-pane .columns-block ul li {
  padding: 2px 2px 5px 0;
}

.text-pane .columns-block ul.no-label {
  margin-top: 0;
}

.about-comp {
  margin-bottom: 20px;
}

.about-comp .title-separator {
  background-color: #d3d3d3;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0;
}

.about-comp .about-pane {
  overflow-x: hidden;
}

.about-comp.rs-sm {
  font-size: 1em;
}

.about-comp.rs-sm .field-cont {
  font-size: 1em;
}

.about-comp.rs-xs .text-pane {
  padding-bottom: 15px;
}

.about-comp.rs-xs .text-pane .field-label {
  width: 93%;
  margin-left: 7%;
}

.about-comp.rs-xs .text-pane .field-body {
  width: 93%;
  margin-left: 7%;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.about-comp.rs-xs .text-pane.details-pane .columns-block {
  width: 90%;
  margin: 0 0 20px;
}

.about-comp.rs-xs .text-pane.details-pane .columns-block ul li {
  width: 100%;
  margin-left: 0;
}

.about-comp.rs-xs .text-pane.details-pane .columns-block .field-label {
  width: 100%;
  margin-left: 0;
}

.about-comp.rs-xs .text-pane.general-pane .field-label {
  width: 43%;
  margin-left: 7%;
}

.about-comp.rs-xs .text-pane.general-pane .field-body {
  width: 47%;
  margin-left: 0;
}

.about-comp {
  padding-left: 20px;
  float: left;
  overflow-x: hidden;
  width: 100%;
  font-size: 1.14286em;
}

.about-comp.rs-sm {
  font-size: .92857em;
}

.about-comp.rs-sm .field-cont {
  font-size: .92857em;
}

.about-comp a {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
}

.about-comp .read-more {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 10px;
}

.about-comp .read-more span {
  cursor: pointer;
}

.about-comp .read-more .icon-less {
  display: none;
}

.about-comp .read-more .icon-more {
  display: inline-block;
}

.about-comp .read-more.expanded .icon-less {
  display: inline-block;
}

.about-comp .read-more.expanded .icon-more {
  display: none;
}

.about-comp a.social-icon {
  outline: 0;
}

.about-comp a.social-icon img {
  outline: 0;
  padding: 0 2px;
  height: 20px;
}

.about-comp.rs-lg,
.about-comp.rs-xs {
  overflow-y: hidden;
  position: relative;
}

.about-comp.rs-lg .read-more,
.about-comp.rs-xs .read-more {
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 10px;
  height: 40px;
  width: 100%;
  padding-top: 15px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#fff 20%,#fff 21%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(20%,#fff),color-stop(21%,#fff));
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 20%,#fff 21%);
  background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 20%,#fff 21%);
  background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 20%,#fff 21%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 20%,#fff 21%);
}

.about-comp.rs-xs {
  padding: 0;
}

.about-comp.rs-xs .about-pane {
  padding: 0 30px 50px;
}

.about-comp.rs-xs .info-pane {
  padding: 0;
}

.about-comp.rs-xs .info-pane #myTab {
  border-bottom: medium none;
  border-top: 1px solid #c1c0c0;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.about-comp.rs-xs .info-pane #myTab li.tab-xs {
  margin: 0;
  padding: 0;
  width: 50%;
  background: #000;
  text-align: left;
  padding-left: 15px;
}

.about-comp.rs-xs .info-pane #myTab li.tab-xs.active {
  background: #fff;
}

.about-comp.rs-xs .info-pane #myTab li.tab-xs.active a {
  color: #000;
}

.about-comp.rs-xs .info-pane #myTab li.tab-xs a {
  outline: 0;
  padding: 0;
  text-decoration: none;
  color: #fff;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
}

.about-comp.rs-xs .info-pane #myTab li.tab-xs a h4 {
  margin: 0;
  padding: 25px 0;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  font-size: 1.35714em;
}

.about-comp.rs-xs .info-pane #myTab li.tab-xs a h4 span {
  display: inline-block;
  font-size: 9px;
  margin-left: 3px;
  top: -2px;
}

.about-comp.rs-xs .text-pane .field-label h4 {
  padding-top: 0;
}

#IE-root.ie8 .about-comp.rs-sm .read-more,
#IE-root.ie8 .about-comp.rs-lg .read-more,
#IE-root.ie8 .about-comp.rs-md .read-more,
#IE-root.ie8 .about-comp.rs-xs .read-more {
  background: #fff;
}

.services-comp {
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  padding-bottom: 5px;
  color: #fff;
  margin-top: 20px;
  clear: both;
  background: #748555;
  padding-left: 20px;
  column-fill: auto;
  float: left;
}

.services-comp.collapsed h3.title img.expanded {
  display: none;
}

.services-comp.collapsed h3.title img.collapsed {
  display: inline;
}

.services-comp.collapsed .servContainer {
  display: none;
}

.services-comp.expanded h3.title img.expanded {
  display: inline;
}

.services-comp.expanded h3.title img.collapsed {
  display: none;
}

.services-comp.expanded .servContainer {
  display: block;
}

.services-comp h3.title {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  font-weight: 400;
  color: #fff;
  margin: 0;
  width: 100%;
  padding: 25px 15px 20px;
  text-transform: uppercase;
  font-size: 1.71429em;
  letter-spacing: .07143em;
  cursor: pointer;
}

.services-comp h3.title img {
  outline: 0;
  padding-left: 10px;
  width: 30px;
}

.services-comp .servContainer {
  float: left;
  max-width: 50%;
  width: 50%;
  font-size: .92857em;
}

.services-comp .servContainer h4 {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 15px 25px;
  margin: 0;
  font-size: 1.42857em;
  letter-spacing: .07143em;
}

.services-comp .servContainer ul {
  float: left;
  display: block;
  height: auto;
}

.services-comp .servContainer li {
  display: inline-block;
  text-decoration: none;
  height: 40px;
  font-weight: 400;
  font-size: 1em;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  max-width: 79%;
  min-width: 79%;
  float: left;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
  font-family: HelvRom,Helvetica,Arial,sans-serif;
}

.services-comp.rs-xs {
  padding: 0;
  width: 100%;
}

.services-comp.rs-xs .servContainer {
  width: 100%;
  min-width: 100%;
  display: none;
}

.services-comp.rs-xs .servContainer.active {
  display: block;
}

.services-comp.rs-xs .servContainer ul {
  padding: 10px 20px;
  clear: none;
  float: left;
  height: auto;
  display: block;
}

.services-comp.rs-xs .servContainer ul ul.nav {
  height: 40px;
}

.services-comp.rs-xs .servContainer ul li {
  height: 35px;
  line-height: 1;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  min-width: 9em;
}

.services-comp.rs-xs #servicesTab {
  border-bottom: medium none;
  padding: 0;
  margin-bottom: 60px;
}

.services-comp.rs-xs #servicesTab li.tab-xs {
  margin: 0;
  padding: 0;
  width: 50%;
  text-align: center;
}

.services-comp.rs-xs #servicesTab li.tab-xs.active a {
  background-color: #748555;
  color: #fff;
}

.services-comp.rs-xs #servicesTab li.tab-xs a {
  background-color: #4d5737;
  font-weight: 400;
  outline: 0;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  color: #748555;
  border: medium none;
}

.services-comp.rs-xs #servicesTab li.tab-xs a h4 {
  margin: 0;
  padding: 25px 0;
  font-size: 1.42857em;
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
}

.services-comp.rs-xs #servicesTab li.tab-xs a h4 span {
  display: inline-block;
  font-size: .64286em;
  margin-left: 3px;
  top: -2px;
}

.services-comp.rs-xs #servicesTab li.tab-xs a h4 span.glyphicon {
  display: none;
}

.services-comp.rs-xs #servicesTab li.tab-xs a h4 span.glyphicon,
#activities-list li.tab-xs a h4 span.glyphicon {
  display: none;
}

.about-comp.rs-xs .info-pane #myTab li.tab-xs a h4 span.glyphicon {
  display: none;
}

.rcol.cols-3 {
  width: 33%;
  float: left;
}

.rcol.cols-2 {
  width: 48%;
  float: left;
}

.snow-report-container {
  background: #748555;
  color: #fff;
  font-family: HelvMed,Helvetica,Arial,sans-serif;
}

.snow-report-container .top-section,
.snow-report-container .bottom-section div.section {
  padding: 20px 30px;
}

.snow-report-container .bottom-section div.section.four:before {
  border-right: 0;
}

.snow-report-container .bottom-section .twentyfour-and-fortyeight-hour-report-entry,
.snow-report-container .two .twentyfour-and-fortyeight-hour-report .twentyfour-and-fortyeight-hour-report-entry {
  padding-left: 0;
  padding-right: 0;
}

.snow-report-container .bottom-section .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-data,
.snow-report-container .two .twentyfour-and-fortyeight-hour-report .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-data {
  display: inline;
  vertical-align: center;
  font-size: 14pt;
  padding-left: 0;
  padding-right: 0;
}

@media all and (max-width:991px) {
  .snow-report-container .bottom-section .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-data,
  .snow-report-container .two .twentyfour-and-fortyeight-hour-report .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-data {
    text-align: center;
    margin-bottom: -5px;
  }
}

@media all and (max-width:767px) {
  .snow-report-container .bottom-section .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-data,
  .snow-report-container .two .twentyfour-and-fortyeight-hour-report .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-data {
    font-size: 16pt;
  }
}

@media all and (min-width:1200px) {
  .snow-report-container .bottom-section .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-data,
  .snow-report-container .two .twentyfour-and-fortyeight-hour-report .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-data {
    max-width: 80px;
    font-size: 16pt;
  }
}

.snow-report-container .bottom-section .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-label,
.snow-report-container .two .twentyfour-and-fortyeight-hour-report .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-label {
  text-align: center;
  display: inline;
  vertical-align: center;
  padding-left: 5px;
  padding-right: 0;
  margin-top: 3px;
}

@media all and (max-width:991px) {
  .snow-report-container .bottom-section .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-label,
  .snow-report-container .two .twentyfour-and-fortyeight-hour-report .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-label {
    margin-top: 0;
  }
}

@media all and (min-width:992px) {
  .snow-report-container .bottom-section .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-label,
  .snow-report-container .two .twentyfour-and-fortyeight-hour-report .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-label {
    text-align: left;
  }
}

.snow-report-container .bottom-section .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-label .snow-state,
.snow-report-container .two .twentyfour-and-fortyeight-hour-report .twentyfour-and-fortyeight-hour-report-entry .twentyfour-and-fortyeight-hour-report-label .snow-state {
  text-align: center;
  display: inline;
  vertical-align: bottom;
  margin-left: 0;
  margin-right: 0;
}

.snow-report-container .extended-ski-report {
  display: none;
}

.snow-report-container .extended-ski-report small,
.snow-report-container .extended-ski-report .two span {
  display: block;
}

.snow-report-container .extended-ski-report .two .snow-value span {
  font-size: 12pt;
}

@media all and (max-width:767px) {
  .snow-report-container .extended-ski-report .two .snow-value span {
    font-size: 25pt;
  }
}

.snow-report-container .extended-ski-report .four {
  display: block;
  margin-top: 4px;
}

@media all and (min-width:767px) and (max-width:910px) {
  .snow-report-container .bottom-section div.section.two .snow-state {
    display: block;
  }
}

@media all and (min-width:1200px) {
  .snow-report-container .bottom-section.extended-ski-report .two .snow-value {
    margin-top: 10px;
  }
}

@media all and (min-width:767px) and (max-width:1200px) {
  .snow-report-container .bottom-section.extended-ski-report .two .snow-value {
    margin-top: 3px;
  }
}

.snow-report-container .top-section {
  border-bottom: 1px solid #000;
  letter-spacing: 1px;
}

.snow-report-container .top-section .title {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 14pt;
}

.snow-report-container .bottom-section div.section:before {
  content: "";
  position: absolute;
  right: 0;
  top: 5%;
  height: 90%;
  border-right: 1px solid #000;
}

.snow-report-container .bottom-section div.section .snow-value {
  font-size: 30pt;
}

@media all and (min-width:768px) and (max-width:1200px) {
  .snow-report-container .bottom-section div.section .snow-value {
    font-size: 22pt;
  }
}

.snow-report-container .bottom-section div.section .snow-state {
  font-size: 9pt;
  opacity: .8;
}

.snow-report-container .bottom-section div.section.three {
  padding-top: 30px;
  padding-bottom: 30px;
}

.snow-report-container .bottom-section div.section .mtn-status-title {
  font-size: 10pt;
}

.snow-report-container .bottom-section div.section .mtn-status-value {
  font-size: 9pt;
  padding-left: 10px;
}

.snow-report-container .bottom-section div.section.four {
  padding-top: 27px;
  padding-bottom: 27px;
}

.snow-report-container .bottom-section div.section.four a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  border: 3px solid #fff;
}

.snow-report-container .bottom-section div.section.four a:hover,
.snow-report-container .bottom-section div.section.four a:active {
  text-decoration: none;
}

.snow-report-container .bottom-section div.section.four a img {
  margin-top: -2px;
  padding-left: 8px;
  max-width: none;
}

@media all and (max-width:1025px) {
  .snow-report-container .top-section,
  .snow-report-container .bottom-section div.section {
    padding: 20px 25px;
  }

  .snow-report-container .bottom-section div.section .snow-value {
    font-size: 20pt;
  }

  .snow-report-container .bottom-section div.section .snow-state {
    font-size: 8pt;
  }

  .snow-report-container .bottom-section div.section.three {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .snow-report-container .bottom-section div.section .mtn-status-title {
    font-size: 8pt;
  }

  .snow-report-container .bottom-section div.section .mtn-status-value {
    font-size: 8pt;
  }

  .snow-report-container .bottom-section div.section.four {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .snow-report-container .bottom-section div.section.four a {
    padding: 8px 18px;
  }
}

@media all and (max-width:801px) {
  .snow-report-container .bottom-section div.section .snow-value {
    font-size: 19pt;
  }

  .snow-report-container .bottom-section div.section .mtn-status-title {
    font-size: 7pt;
  }

  .snow-report-container .bottom-section div.section .mtn-status-value {
    font-size: 7pt;
  }

  .snow-report-container .bottom-section div.section.four a {
    font-size: 9pt;
  }
}

@media all and (max-width:767px) {
  .snow-report-container .top-section {
    border-bottom: 0;
  }

  .snow-report-container .top-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 94%;
    border-bottom: 1px solid #000;
  }

  .snow-report-container .bottom-section div.section {
    text-align: center;
  }

  .snow-report-container .bottom-section div.section.three {
    padding-bottom: 35px;
  }

  .snow-report-container .bottom-section div.section.three:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 94%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    border-right: 0;
  }

  .snow-report-container .bottom-section div.section .snow-value {
    font-size: 25pt;
  }

  .snow-report-container .bottom-section div.section .snow-state {
    font-size: 12pt;
    display: block;
  }

  .snow-report-container .bottom-section div.section .mtn-status-title {
    font-size: 12pt;
    width: 100%;
  }

  .snow-report-container .bottom-section div.section .mtn-status-value {
    font-size: 11pt;
  }

  .snow-report-container .bottom-section div.section .surface {
    position: absolute;
    width: 30%;
    padding-left: 12px;
  }



  .snow-report-container .bottom-section div.section.four {
    padding-left: 15px;
    padding-right: 15px;
  }

  .snow-report-container .bottom-section div.section.four a {
    padding: 15px 35px;
    font-size: 12pt;
  }
}

#nearby {
  position: relative;
}

.infoBox {
  max-width: 375px;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  width: 375px!important;
}

.infoBox>img {
  position: absolute!important;
  background: #262726;
  padding: 25px;
  z-index: 20;
  right: 0;
  top: 0;
}

.infoBox .modal-content {
  padding: 10px 10px 32px;
  box-shadow: none;
  border: 0;
}

.infoBox .modal-body {
  padding: 0;
  text-align: left;
  overflow: hidden;
}

.infoBox .modal-body img {
  height: 224px;
  width: 100%;
}

.infoBox .modal-body h4,
.infoBox .modal-body p {
  padding: 0 12px;
}

.infoBox .modal-body h4:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #262726;
  display: block;
  margin: 15px 0;
}

.infoBox .modal-body p:before {
  margin: 25px 0;
}

.infoBox .modal-body a {
  margin-left: 12px;
  padding: 10px 12px;
  font-size: 16px;
  margin-top: 15px;
}

.infoBox .modal-body a:last-child {
  color: #748555;
  border-color: #748555;
}

.infoBox .modal-body a:hover,
.infoBox .modal-body a:focus,
.infoBox .modal-body a:active {
  text-decoration: none;
  cursor: pointer;
}

.infoBox .map-frame {
  height: 197px;
  border: 10px solid #fff;
  border-bottom: 0;
  box-sizing: content-box;
  cursor: pointer;
}

.location-list h2,
.location-list h3,
.location-list .location-categories {
  text-transform: uppercase;
}

.location-list h2,
.location-list h3 {
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
}

.location-list ul,
.location-list p,
.location-list h2,
.location-list h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.location-list h2,
.location-list ul {
  padding: 0 50px;
}

.location-list h2 {
  font-size: 34px;
}

.location-list h3 {
  font-size: 18px;
}

.location-list .pagination-wrapper {
  position: relative;
}

.location-list .location-info {
  float: left;
}

.location-list .location-info li {
  margin-top: 30px;
}

.location-list .location-info a {
  color: #262726;
  display: block;
}

.location-list .location-info a:hover {
  text-decoration: none;
  color: #748555;
}

.location-list .location-info a:hover p {
  color: #748555;
}

.location-list .location-info a p {
  margin-top: 4px;
  color: #7b7b7b;
}

.location-list .location-info span {
  float: right;
}

.location-list .location-categories {
  margin-top: 15px;
  margin-left: 0;
  position: relative;
}

.location-list .location-categories:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #262726;
  display: block;
  margin: 25px 0;
}

.location-list .location-categories .active a {
  color: #000;
  cursor: default;
}

.location-list .location-categories .active a:hover {
  text-decoration: none;
}

.location-list .location-categories img {
  margin-left: 20px;
  width: 35px;
}

.location-list .page-count {
  font-family: Chaparral,"Times New Roman",Times,serif;
  clear: both;
}

.location-list .page-count li {
  vertical-align: middle;
  padding: 0;
}

.location-list .page-count li a {
  color: #262726;
  font-family: courier;
  font-size: 50px;
  line-height: 32px;
}

.location-list .page-count li a:hover,
.location-list .page-count li a:focus {
  color: #748555;
  text-decoration: none;
}

.location-list .page-count li.inactive a {
  color: #7b7b7b;
  cursor: default;
}

.location-list .page-count li.inactive a:hover {
  color: #7b7b7b;
}

.pagination-arrow {
  font-family: courier;
  color: #262726;
  font-size: 32px;
  color: #262726;
}

.gmnoprint img {
  max-width: none;
}

.close-map,
div[title="Show street map"],
div[title="Show satellite imagery"] {
  display: none;
}

#nearby .map-canvas {
  width: 60%;
  left: 40%;
  height: 1000px;
  position: relative;
}

#nearby .location-list {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  padding: 50px 0;
  font-family: HelvMed,Helvetica,Arial,sans-serif;
  overflow-x: hidden;
}

@media all and (max-width:1199px) and (min-width:768px) {
  #nearby .map-canvas {
    width: 50%;
    left: 50%;
  }

  #nearby .location-list {
    width: 50%;
  }

  #nearby .location-list .location-categories>li {
    display: block;
    padding-left: 0;
  }

  #nearby .location-list .location-info span {
    display: none;
  }

  .infoBox {
    max-width: 350px;
  }

  .infoBox .modal-body img {
    max-height: 284px;
    height: auto;
    width: 100%;
  }

  .infoBox .modal-body h4 {
    font-size: 24px;
  }

  .infoBox .modal-body a {
    font-size: 12px;
    margin-left: 15px;
  }

  .infoBox .modal-body a:first-child {
    margin-left: 22px;
  }
}

@media all and (max-width:767px) {
  div[title="Zoom in"],
  div[title="Zoom out"],
  [src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt3.png"],
  [src="https://maps.gstatic.com/mapfiles/api-3/images/google_white2_hdpi.png"],
  [src="https://maps.gstatic.com/mapfiles/api-3/images/cb_scout2_hdpi.png"],
  [src="https://maps.gstatic.com/mapfiles/api-3/images/cb_scout2.png"] {
    display: none;
  }

  #nearby {
    overflow: hidden;
  }

  #nearby .map-canvas {
    width: 100%;
    left: 0;
    position: absolute;
  }

  #nearby.map-active.closeable .close-map {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    background: #262726;
    cursor: pointer;
  }

  #nearby.map-active .location-list {
    display: none;
  }

  #nearby.map-active .map-toggle a {
    background: #7b7b7b;
    color: #fff;
  }

  #nearby.map-active .map-toggle a:last-child {
    background: #fff;
    color: #262726;
  }

  #nearby .location-list {
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
  }

  #nearby .location-list .hide-important {
    display: none!important;
  }

  #nearby .location-list h2 {
    text-align: center;
  }

  #nearby .location-list .location-info p a.detailPhone {
    padding-left: 20px;
    background-image: url(../../img/nearby/icon-phone.gif);
    background-repeat: no-repeat;
    background-size: 17px 17px;
  }

  #nearby .location-list .location-info p a.detailAddress {
    padding-left: 20px;
    background-image: url(../../img/nearby/icon-pin.gif);
    background-repeat: no-repeat;
    background-size: 17px 17px;
  }

  #nearby .location-list .location-categories {
    padding: 0;
    text-align: center;
    width: 100%;
  }

  #nearby .location-list .location-categories:after {
    display: none;
  }

  #nearby .location-list .location-categories li {
    padding: 0;
    width: 100%;
    position: absolute;
    left: 100%;
  }

  #nearby .location-list .location-categories li.active {
    left: 0;
    position: relative;
  }

  #nearby .location-list .location-categories .pagination-arrow {
    top: -8px;
    left: 8%;
    float: none;
    line-height: 30px;
    text-align: left;
    width: 40px;
  }

  #nearby .location-list .location-categories .pagination-arrow.right {
    right: 8%;
    left: auto;
    text-align: right;
  }

  #nearby .location-list .location-categories .pagination-arrow a:hover,
  #nearby .location-list .location-categories .pagination-arrow a:focus {
    text-decoration: none;
  }

  #nearby .location-list .location-categories a {
    color: #262726;
  }

  #nearby .location-list .page-count {
    text-align: center;
    padding-top: 40px;
  }

  #nearby .infoBox {
    max-width: none;
  }

  #nearby .infoBox .modal-content {
    padding-bottom: 142px;
  }

  #nearby .infoBox .modal-body a {
    margin: 22px 22px 0;
    display: block;
    text-align: center;
  }

  #nearby .infoBox .modal-body img {
    display: none;
  }

  #nearby .infoBox .modal-body h4 {
    font-size: 18px;
  }

  #nearby .infoBox .modal-body p {
    font-size: 16px;
    display: none;
  }
}

#customMap.custom_map .map-canvas {
  width: 100%;
  left: 0;
  height: 800px;
}

.custom-map-wrapper {
  margin: 0 100px;
}

.custom-map-wrapper h3.tile-title {
  padding-left: 0;
}



.ski-info-container .trail-map-container {
  max-height: 773px;
  overflow: hidden;
  -ms-behavior: url(/js/backgroundsize.min.htc);
}

.ski-info-container .ski-info .ski-info-item {
  padding: 10px 0;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
}

.ski-info-container .ski-info .ski-info-item h4.title {
  font-size: 23px;
  padding: 10px 30px 20px;
  border-bottom: 1px solid #7b7b7b;
}

.ski-info-container .ski-info .ski-info-item ul.info-list {
  margin-left: 6px;
  font-size: 16px;
}

.ski-info-container .ski-info .ski-info-item ul.info-list li {
  list-style: none;
  padding-left: 0;
  color: #748555;
  line-height: 2em;
}

.ski-info-container .ski-info .ski-info-item ul.info-list li span {
  float: right;
  color: #000;
  text-transform: none;
  margin-right: 10px;
  font-family: HelvMed,Helvetica,Arial,sans-serif;
}

.ski-info-container .ski-info .ski-info-item ul.info-list li a {
  text-decoration: underline;
  margin-left: -16px;
  font-family: HelvMed,Helvetica,Arial,sans-serif;
}

.ski-info-container .ski-info .ski-info-item p.info-text {
  padding-right: 36px;
  padding-left: 30px;
  text-align: justify;
  font-size: 16px;
  font-family: HelvMed,Helvetica,Arial,sans-serif;
}

.ski-info-container .ski-info.handheld .ski-info-item h4.title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.ski-info-container .ski-info.handheld .ski-info-item ul.info-list,
.ski-info-container .ski-info.handheld .ski-info-item p.info-text {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  font-size: 16px;
}

.ski-info-container .ski-info.handheld .ski-info-item ul.info-list li span {
  font-size: 14px;
}

@media all and (max-width:1024px) {


  .ski-info-container .ski-info .ski-info-item h4.title {
    font-size: 12px;
  }

  .ski-info-container .ski-info .ski-info-item ul.info-list {
    font-size: 9px;
  }

  .ski-info-container .ski-info .ski-info-item p.info-text {
    font-size: 9px;
  }
}

@media all and (max-width:991px) {
  .ski-info-container .trail-map-container {
    width: 100%;
    max-height: 450px;
    background-position: center center;
    background-size: cover;
    -ms-behavior: url(/js/backgroundsize.min.htc);
    background-repeat: no-repeat;
  }

  .ski-info-container .ski-info .ski-info-item h4.title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }

  .ski-info-container .ski-info .ski-info-item ul.info-list,
  .ski-info-container .ski-info .ski-info-item p.info-text {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    font-size: 16px;
  }

  .ski-info-container .ski-info .ski-info-item ul.info-list li span {
    font-size: 14px;
  }
}

.ski-info-container div.owl-controls {
  margin-top: 0;
}

.ski-info-container div.owl-controls>div.owl-buttons img {
  width: 60%;
}

.ski-info-container div.owl-controls>div.owl-buttons>div {
  background: 0 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  opacity: 1;
}

.ski-info-container div.owl-controls>div.owl-buttons>div.disabled {
  opacity: .5;
}

.ski-info-container div.owl-controls>div.owl-buttons>div.owl-prev {
  position: absolute;
  left: 8%;
  top: 8%;
  background: no-repeat 10px url(../img/global/carousel_black_arrows.png);
}

.ski-info-container div.owl-controls>div.owl-buttons>div.owl-next {
  position: absolute;
  right: 8%;
  top: 8%;
  background: no-repeat -10px url(../img/global/carousel_black_arrows.png);
}

.has-error label.help-block,
.has-error label.control-label,
.has-error label.radio,
.has-error label.checkbox,
.has-error label.radio-inline,
.has-error label.checkbox-inline {
  color: #000;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #000;
}

.has-success .form-control,
.has-success .form-control:focus {
  border-color: #ccc;
}

form label {
  font-family: HelvStdCon,Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: .85em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 15px;
}

form label span {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  float: right;
  color: #777;
  font-family: Chaparral;
}

form .has-error {
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
}

form .has-error .help-block {
  font-size: 14px;
}

form .has-error input.form-control,
form .has-error select.form-control,
form .has-error textarea {
  margin-bottom: 10px;
}

form .has-error.textarea-group {
  margin-bottom: 34px;
}

form .form-group {
  margin-bottom: 0;
}

button.btn.form-button,
a.btn.form-button {
  border: 3px solid #949a84;
  padding: 7px 20px 7px 25px;
  color: #949a84;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
  font-size: .85em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  display: inline-block;
  border-radius: 0;
  margin-top: 25px;
}

button.btn.form-button span,
a.btn.form-button span {
  font-size: .5em;
  vertical-align: top;
  display: inline-block;
  margin-top: .8em;
  margin-left: 2px;
}

button.btn.form-button:hover,
button.btn.form-button:active,
button.btn.form-button:focus,
a.btn.form-button:hover,
a.btn.form-button:active,
a.btn.form-button:focus {
  background-color: transparent;
  border-color: #949a84;
  cursor: pointer;
}

div.checkbox label {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

div.checkbox label input[type=checkbox] {
  height: 12px;
  margin-top: 0;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  text-align: left;
  border-radius: 0;
  -webkit-border-radius: 0;
}

div.policy-checkbox {
  display: table-row;
  margin-top: 10px;
}

div.policy-checkbox input {
  margin: 0;
}

div.policy-checkbox span {
  display: table-cell;
}

#guidebook-form div.policy-checkbox span,
#contact-form div.policy-checkbox span {
  vertical-align: text-top;
}

#registerForm div.policy-checkbox span,
#pressroom-contact-form div.policy-checkbox span,
#pressroomcontact-form div.policy-checkbox span,
#pressroomPhotoDownload-form div.policy-checkbox span,
#loginForm div.policy-checkbox span {
  vertical-align: top;
}

div.policy-checkbox label {
  display: table-cell;
  padding-left: 4px;
}

.forgot-box,
.register-box,
.login-box,
.pressroom-box {
  min-height: 400px;
  margin-left: 50px;
}

.forgot-box div.errors,
.register-box div.errors,
.login-box div.errors,
.pressroom-box div.errors {
  margin-top: 30px;
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
}

.forgot-box div.errors span,
.register-box div.errors span,
.login-box div.errors span,
.pressroom-box div.errors span {
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
}

.forgot-box div.errors p.help-block,
.register-box div.errors p.help-block,
.login-box div.errors p.help-block,
.pressroom-box div.errors p.help-block {
  font-size: 14pt;
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
}

.forgot-box .form-container,
.register-box .form-container,
.login-box .form-container,
.pressroom-box .form-container {
  padding: 30px 0;
  margin: 0 5%;
  float: left;
}

.forgot-box .form-container .half-width-field,
.register-box .form-container .half-width-field,
.login-box .form-container .half-width-field,
.pressroom-box .form-container .half-width-field {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
}

.forgot-box .form-container form#loginForm,
.register-box .form-container form#loginForm,
.login-box .form-container form#loginForm,
.pressroom-box .form-container form#loginForm {
  float: left;
  margin-bottom: 25px;
}

.forgot-box .form-container h3,
.register-box .form-container h3,
.login-box .form-container h3,
.pressroom-box .form-container h3 {
  font-size: 1.4em;
  text-transform: uppercase;
  padding-left: 15px;
  font-family: HelvMedCon,Helvetica,Arial,sans-serif;
}

.forgot-box .form-container p,
.register-box .form-container p,
.login-box .form-container p,
.pressroom-box .form-container p {
  padding-top: 10px;
}

.forgot-box .form-container p.italic,
.register-box .form-container p.italic,
.login-box .form-container p.italic,
.pressroom-box .form-container p.italic {
  padding-left: 15px;
  font-size: 1em;
  font-family: Chaparral,"Times New Roman",Helvetica,Arial,sans-serif;
}

.forgot-box .form-container .separator,
.register-box .form-container .separator,
.login-box .form-container .separator,
.pressroom-box .form-container .separator {
  vertical-align: top;
  display: inline-block;
  margin-left: 15px;
  clear: both;
  border-top: 1px solid #000;
  width: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 70%;
}

.forgot-box i.form-control-feedback,
.register-box i.form-control-feedback,
.login-box i.form-control-feedback,
.pressroom-box i.form-control-feedback {
  display: none;
}

.forgot-box .sign-in-social,
.register-box .sign-in-social,
.login-box .sign-in-social,
.pressroom-box .sign-in-social {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.forgot-box .sign-in-social h3,
.register-box .sign-in-social h3,
.login-box .sign-in-social h3,
.pressroom-box .sign-in-social h3 {
  padding-bottom: 0;
}

.forgot-box .sign-in-social h3 a:first-child,
.register-box .sign-in-social h3 a:first-child,
.login-box .sign-in-social h3 a:first-child,
.pressroom-box .sign-in-social h3 a:first-child {
  padding-left: 20px;
}

.forgot-box .sign-in-social h3 .social,
.register-box .sign-in-social h3 .social,
.login-box .sign-in-social h3 .social,
.pressroom-box .sign-in-social h3 .social {
  margin-right: 10px;
  width: 45px;
}

.forgot-box.rs-lg .form-container,
.register-box.rs-lg .form-container,
.login-box.rs-lg .form-container,
.pressroom-box.rs-lg .form-container {
  width: 460px;
  margin-right: 0;
}

.forgot-box.rs-lg .form-container h3,
.register-box.rs-lg .form-container h3,
.login-box.rs-lg .form-container h3,
.pressroom-box.rs-lg .form-container h3 {
  font-size: 2.14286em;
}