Skip to content
Snippets Groups Projects
style.css 329 KiB
Newer Older
/* line 94, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
bcweaver's avatar
bcweaver committed
}

/* line 6, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "proximanova", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
bcweaver's avatar
bcweaver committed
}
/* line 27, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
bcweaver's avatar
bcweaver committed
}
/* line 28, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
bcweaver's avatar
bcweaver committed
}
/* line 29, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
bcweaver's avatar
bcweaver committed
}
/* line 30, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
bcweaver's avatar
bcweaver committed
}

/* line 33, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
bcweaver's avatar
bcweaver committed
}

/* line 42, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
bcweaver's avatar
bcweaver committed
}

/* line 51, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
bcweaver's avatar
bcweaver committed
}

/* line 61, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
bcweaver's avatar
bcweaver committed
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
bcweaver's avatar
bcweaver committed
}

/* line 70, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
bcweaver's avatar
bcweaver committed
}
/* line 77, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
bcweaver's avatar
bcweaver committed
}
/* line 85, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
bcweaver's avatar
bcweaver committed
}
/* line 92, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
bcweaver's avatar
bcweaver committed
}
/* line 100, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
bcweaver's avatar
bcweaver committed
}
/* line 107, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
bcweaver's avatar
bcweaver committed
}
/* line 116, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
bcweaver's avatar
bcweaver committed
}
/* line 123, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
bcweaver's avatar
bcweaver committed
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
bcweaver's avatar
bcweaver committed
}

/* line 11, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
bcweaver's avatar
bcweaver committed
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
bcweaver's avatar
bcweaver committed
}
/* line 22, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
bcweaver's avatar
bcweaver committed
  }
  /* line 34, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
bcweaver's avatar
bcweaver committed
  }
  /* line 39, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
bcweaver's avatar
bcweaver committed
  }
  /* line 44, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
bcweaver's avatar
bcweaver committed
  }
}
/* line 53, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
bcweaver's avatar
bcweaver committed
}
/* line 59, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
bcweaver's avatar
bcweaver committed
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
/* line 109, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
bcweaver's avatar
bcweaver committed
}
/* line 112, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
bcweaver's avatar
bcweaver committed
}
/* line 119, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
bcweaver's avatar
bcweaver committed
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
bcweaver's avatar
bcweaver committed
}
/* line 128, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
bcweaver's avatar
bcweaver committed
}
/* line 138, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
bcweaver's avatar
bcweaver committed
}
/* line 143, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
bcweaver's avatar
bcweaver committed
}
/* line 148, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
bcweaver's avatar
bcweaver committed
}
/* line 158, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 163, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
bcweaver's avatar
bcweaver committed
}

/* line 174, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
bcweaver's avatar
bcweaver committed
  padding-left: 0;
bcweaver's avatar
bcweaver committed
}
/* line 185, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.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;
bcweaver's avatar
bcweaver committed
}
/* line 207, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
bcweaver's avatar
bcweaver committed
  background-color: #fff;
}

/* line 218, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
bcweaver's avatar
bcweaver committed
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
bcweaver's avatar
bcweaver committed
}
/* line 229, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
bcweaver's avatar
bcweaver committed
}

@media screen and (min-width: 768px) {
  /* line 240, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 249, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 253, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
bcweaver's avatar
bcweaver committed

  /* line 260, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
bcweaver's avatar
bcweaver committed

  /* line 267, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
bcweaver's avatar
bcweaver committed
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
bcweaver's avatar
bcweaver committed
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
bcweaver's avatar
bcweaver committed
  clear: both;
}

/* line 12, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
bcweaver's avatar
bcweaver committed
}

/* line 15, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
bcweaver's avatar
bcweaver committed
}

/* line 18, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
bcweaver's avatar
bcweaver committed
}

/* line 27, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
bcweaver's avatar
bcweaver committed
}

/* line 30, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
bcweaver's avatar
bcweaver committed
}

/* line 33, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
bcweaver's avatar
bcweaver committed
}

/* line 36, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
bcweaver's avatar
bcweaver committed
}

/* line 45, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
bcweaver's avatar
bcweaver committed
}

/* line 53, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
bcweaver's avatar
bcweaver committed
}

@-ms-viewport {
  width: device-width;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
bcweaver's avatar
bcweaver committed
}

/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
bcweaver's avatar
bcweaver committed
}

/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
bcweaver's avatar
bcweaver committed
}

/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
bcweaver's avatar
bcweaver committed
}

/* line 36, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.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;
bcweaver's avatar
bcweaver committed
}

@media (max-width: 767px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
bcweaver's avatar
bcweaver committed
}
@media (max-width: 767px) {
  /* line 54, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
bcweaver's avatar
bcweaver committed
}

@media (max-width: 767px) {
  /* line 59, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
bcweaver's avatar
bcweaver committed
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
bcweaver's avatar
bcweaver committed
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
bcweaver's avatar
bcweaver committed
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
bcweaver's avatar
bcweaver committed
}

@media (min-width: 1200px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
bcweaver's avatar
bcweaver committed
}
@media (min-width: 1200px) {
  /* line 111, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
bcweaver's avatar
bcweaver committed
}

@media (min-width: 1200px) {
  /* line 116, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
bcweaver's avatar
bcweaver committed
}

@media (min-width: 1200px) {
  /* line 121, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
bcweaver's avatar
bcweaver committed
}

@media (max-width: 767px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
bcweaver's avatar
bcweaver committed
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
bcweaver's avatar
bcweaver committed
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
bcweaver's avatar
bcweaver committed
}
@media (min-width: 1200px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
bcweaver's avatar
bcweaver committed
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
bcweaver's avatar
bcweaver committed
}

@media print {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
bcweaver's avatar
bcweaver committed
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
bcweaver's avatar
bcweaver committed
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
bcweaver's avatar
bcweaver committed
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
bcweaver's avatar
bcweaver committed
}
/* line 155, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
bcweaver's avatar
bcweaver committed
}
@media print {
  /* line 155, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
bcweaver's avatar
bcweaver committed
}

/* line 162, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
bcweaver's avatar
bcweaver committed
}

@media print {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
bcweaver's avatar
bcweaver committed
}
/* line 8, ../assets/sass/layout/_aside.scss */
aside {
  background: #efefef;
  border-left: #ffffff solid 15px;
  border-right: #ffffff solid 15px;
bcweaver's avatar
bcweaver committed
}
/* line 13, ../assets/sass/layout/_aside.scss */
aside img {
  width: 100%;
  padding: 20px;
bcweaver's avatar
bcweaver committed
}
/* line 18, ../assets/sass/layout/_aside.scss */
aside .region-sidebar-second {
  padding: 5px 15px 20px;
  width: 100%;
  float: left;
bcweaver's avatar
bcweaver committed
}
/* line 24, ../assets/sass/layout/_aside.scss */
aside .region-sidebar-menu {
  float: left;
  padding: 5px 15px 20px;
  width: 100%;
bcweaver's avatar
bcweaver committed
}
/* line 29, ../assets/sass/layout/_aside.scss */
aside .region-sidebar-menu nav {
  width: 100%;
bcweaver's avatar
bcweaver committed
}
/* line 32, ../assets/sass/layout/_aside.scss */
aside .region-sidebar-menu nav ul {
  width: 100%;
}
/* line 35, ../assets/sass/layout/_aside.scss */
aside .region-sidebar-menu nav ul .menu {
bcweaver's avatar
bcweaver committed
  position: relative;
  background-color: transparent;
  z-index: 0;
  display: block;
  float: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
bcweaver's avatar
bcweaver committed
}
/* line 47, ../assets/sass/layout/_aside.scss */
aside .region-sidebar-menu nav ul li {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 8, ../assets/sass/layout/_aside.scss */
  aside {
    height: 100% !important;
    float: left;
  }
bcweaver's avatar
bcweaver committed
}
/* line 4, ../assets/sass/layout/_default.scss */
bcweaver's avatar
bcweaver committed
}

/* line 7, ../assets/sass/layout/_default.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
bcweaver's avatar
bcweaver committed
}
/* line 15, ../assets/sass/layout/_default.scss */
p {
  margin-bottom: 16px;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* line 20, ../assets/sass/layout/_default.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
bcweaver's avatar
bcweaver committed
}
/* line 26, ../assets/sass/layout/_default.scss */
bcweaver's avatar
bcweaver committed
}

/* line 30, ../assets/sass/layout/_default.scss */
.container > header {
  width: 90%;
  max-width: 70em;
  margin: 0 auto;
  padding: 0 1.875em 3.125em 1.875em;
bcweaver's avatar
bcweaver committed
}
/* line 37, ../assets/sass/layout/_default.scss */
.container > header {
  padding: 2.875em 1.875em 1.875em;
bcweaver's avatar
bcweaver committed
}
/* line 41, ../assets/sass/layout/_default.scss */
.container > header h1 {
  font-size: 2.125em;
  line-height: 1.3;
  margin: 0;
  float: left;
  font-weight: 400;
bcweaver's avatar
bcweaver committed
}

/* line 49, ../assets/sass/layout/_default.scss */
.container > header span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding: 0 0 0.6em 0.1em;
bcweaver's avatar
bcweaver committed
}
/* line 57, ../assets/sass/layout/_default.scss */
bcweaver's avatar
bcweaver committed
}
/* line 61, ../assets/sass/layout/_default.scss */
.container > header nav a {
  display: block;
  float: left;
  position: relative;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 50%;
  color: transparent;
  margin: 0 0.1em;
  border: 4px solid #47a3da;
  text-indent: -8000px;
bcweaver's avatar
bcweaver committed
}

/* line 75, ../assets/sass/layout/_default.scss */
.container > header nav a:after {
  content: attr(data-info);
  color: #47a3da;
  position: absolute;
  width: 600%;
  top: 120%;
  text-align: right;
  right: 0;
  opacity: 0;
  pointer-events: none;
bcweaver's avatar
bcweaver committed
}
/* line 87, ../assets/sass/layout/_default.scss */
bcweaver's avatar
bcweaver committed
}
/* line 91, ../assets/sass/layout/_default.scss */
.container > header nav a:hover {
  background: #47a3da;
bcweaver's avatar
bcweaver committed
}

/* line 95, ../assets/sass/layout/_default.scss */
.icon-drop:before,
.icon-arrow-left:before {
  font-family: 'fontawesome';
  position: absolute;
  top: 0;
  width: 100%;
bcweaver's avatar
bcweaver committed
  height: 100%;
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  text-align: center;
  color: #47a3da;
  -webkit-font-smoothing: antialiased;
  text-indent: 8000px;
  padding-left: 8px;
bcweaver's avatar
bcweaver committed
}

/* line 113, ../assets/sass/layout/_default.scss */
.container > header nav a:hover:before {
  color: #fff;
bcweaver's avatar
bcweaver committed
}

/* line 117, ../assets/sass/layout/_default.scss */
bcweaver's avatar
bcweaver committed
}

/* line 121, ../assets/sass/layout/_default.scss */
bcweaver's avatar
bcweaver committed
}
/* line 125, ../assets/sass/layout/_default.scss */
bcweaver's avatar
bcweaver committed
}

/* line 129, ../assets/sass/layout/_default.scss */
bcweaver's avatar
bcweaver committed
}