/* compiled by scssphp v0.3.2 on Wed, 25 Oct 2017 18:11:02 +0000 (0.3446s) */

/* !Start Variables */
/* Site Wide */
body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625rem;
  overflow-x: hidden;
  color: #333;
  background: #f5f5f5;
}
.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.flash.alert {
  margin-bottom: 0;
}
.alert {
  border-radius: 0;
  border: none;
  color: #fff;
}
.alert.alert-danger {
  background-color: #f44336;
}
.alert.alert-success {
  background-color: #4caf50;
}
.alert.alert-info {
  background-color: #03a9f4;
}
.alert.alert-warning {
  background-color: #ff5722;
}
img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0;
}
img.responsive.pull-left, .img-responsive.pull-left {
  padding: 2rem 2rem 2rem 0;
}
img.responsive.pull-right, .img-responsive.pull-right {
  padding: 2rem 0 2rem 2rem;
}
.scrim {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.flex {
  display: flex;
  align-items: center;
}
.flex.flex-center {
  justify-content: center;
}
.pad, .padded, .padding {
  padding: 3rem 0;
}
.no-pad {
  padding: 0;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #475661;
  opacity: 0.75;
}
.bg-img {
  background-size: cover;
  background-position: center;
}
.gradient {
  background: #e51b24;
  background: -moz-linear-gradient(-45deg, #e51b24 0%, #4a1be5 100%);
  background: -webkit-linear-gradient(-45deg, #e51b24 0%, #4a1be5 100%);
  background: linear-gradient(135deg, #e51b24 0%, #4a1be5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorAlt',GradientType=1);
}
.gradient.primary {
  background: #e51b24;
  background: -moz-linear-gradient(-45deg, #e51b24 0%, #aa0c13 100%);
  background: -webkit-linear-gradient(-45deg, #e51b24 0%, #aa0c13 100%);
  background: linear-gradient(135deg, #e51b24 0%, #aa0c13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorDark',GradientType=1);
}
.gradient.secondary {
  background: #4a1be5;
  background: -moz-linear-gradient(-45deg, #4a1be5 0%, #240caa 100%);
  background: -webkit-linear-gradient(-45deg, #4a1be5 0%, #240caa 100%);
  background: linear-gradient(135deg, #4a1be5 0%, #240caa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColorAlt', endColorstr='$accentColorAltDark',GradientType=1);
}
.gradient.light {
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 0%, #e2e2e2 100%);
  background: -webkit-linear-gradient(-45deg, #fff 0%, #e2e2e2 100%);
  background: linear-gradient(135deg, #fff 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryLightColor', endColorstr='$secondaryLightColor',GradientType=1);
}
.gradient.dark {
  background: #475661;
  background: -moz-linear-gradient(-45deg, #475661 0%, #2e3b44 100%);
  background: -webkit-linear-gradient(-45deg, #475661 0%, #2e3b44 100%);
  background: linear-gradient(135deg, #475661 0%, #2e3b44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryDarkColor', endColorstr='$secondaryDarkColor',GradientType=1);
}
.well {
  background: #e2e2e2;
  border: solid 1px #c6c6c6;
  box-shadow: none;
  padding: 1.5rem;
  border-radius: 0;
}
.item {
  margin-bottom: 2rem;
}
.social .fa {
  font-size: 1.25rem;
}
address ul, address .fa-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
address ul li .fa, address .fa-ul li .fa {
  padding-right: 0.5em;
}
.paper {
  background: #fff;
  padding: 32px;
  border: 1px solid #dce0e0;
}
.paper-head {
  border-bottom: 1px solid #dfdfdf;
  margin: -15px -15px 15px -15px;
  padding: 15px;
}
.paper-head h1 {
  margin: 0;
  font-size: 1.8rem;
}
.paper-head h2 {
  margin: 0;
  font-size: 1.6rem;
}
.paper-head h3 {
  margin: 0;
  font-size: 1.4rem;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #475661;
  margin: 1em 0 0.5em 0;
  font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-top: 0;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
/*
 p, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination), ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) {
 font-size: 1rem;
 line-height: 1.5;
 font-weight: 300;
 margin-bottom: 1em;
 big, .lead {
 font-size: 1.2em;
 font-weight: 500;
 letter-spacing: -.03em;
 }
 &:last-of-type {
 margin-bottom: 0;
 }
 }
 ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul), ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) {
 li {
 margin-bottom: 0;
 a {
 color: $primaryDarkColor;
 &:hover, &:focus {
 color: $accentColor;
 }
 }
 }
 }
 ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) {
 list-style: none;
 padding-left: 1rem;
 li {
 &:before {
 content: '\f105';
 display: inline-block;
 font-family: fontAwesome;
 color: $accentColor;
 font-weight: 900;
 margin-right: .5rem;
 }
 }
 }
 */
a {
  color: #e51b24;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  color: #aa0c13;
}
.label {
  border-radius: 0;
  margin-right: 5px;
  padding: 0.2em 1em 0.3em;
}
/* Buttons */
.nav-stacked > li + li {
  margin-top: 0px;
}
.btn {
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 15px;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
.btn .fa {
  margin-left: 0.5rem;
  font-weight: 900;
}
.btn-small, .btn-sm {
  font-size: 0.6rem;
}
.btn-large, btn-lg, .btn-lrg {
  font-size: 1rem;
}
.btn-default {
  background-color: #475661;
  color: #fff;
  border-color: #475661;
}
.btn-default:hover, .btn-default:focus {
  background-color: #2e3b44;
  color: #fff;
  border-color: #2e3b44;
}
.btn-primary {
  background-color: #e51b24;
  color: #fff;
  border-color: #e51b24;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #aa0c13;
  color: #fff;
  border-color: #aa0c13;
}
.btn-secondary {
  background-color: #4a1be5;
  color: #fff;
  border-color: #4a1be5;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #240caa;
  color: #fff;
  border-color: #240caa;
}
.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.btn-inverse {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus {
  background-color: #e2e2e2;
  color: #333;
  border-color: #e2e2e2;
}
.form-control {
  border-radius: 0px;
  border: 1px solid #dce0e0;
  height: 40px;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 9px 11px;
}
.input-group-addon {
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  /* background-color: #d94f4f; */
  border-radius: 0;
  border: 0px solid transparent;
}
.chzn-container-single .chzn-single {
  height: 38px !important;
  line-height: 38px !important;
}
.table .input-group .form-control {
  border-radius: 0px;
  border: 1px solid #dce0e0;
  height: 23px;
}
/* Header */
header {
  background: #fff;
  padding: 1rem 0;
}
header .logo {
  max-height: 50px;
}
/* Navigation */
.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #2e3b44;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav.navbar-right .dropdown-menu {
  right: auto;
}
.navbar-default .navbar-toggle {
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #475661;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #e2e2e2;
  margin-top: 5px;
  margin-right: -10px;
}
/* MM Menu */
.mm-slideout {
  box-shadow: none !important;
}
.mm-menu {
  background-color: #fff;
}
.mm-menu .mm-panel {
  border: none;
  border-radius: 0;
}
.mm-menu .mm-panel.mm-highest {
  box-shadow: none;
}
.mm-menu > .mm-list {
  padding: 0;
  margin-top: 0 !important;
}
.mm-menu > .mm-list > li {
  width: 100%;
  border-left: 5px #fff solid;
}
.mm-menu > .mm-list > li a {
  font-weight: 300;
  font-family: 'arial', sans-serif;
  color: #333;
  padding: 1em 1.5em !important;
  border: none;
  font-size: 1rem;
}
.mm-menu > .mm-list > li a .fa {
  display: none;
}
.mm-menu > .mm-list > li a:hover, .mm-menu > .mm-list > li a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:hover, .mm-menu > .mm-list > li:focus {
  background: #fff;
  border-left-color: #e51b24;
}
.mm-menu > .mm-list > li:hover a, .mm-menu > .mm-list > li:focus a {
  color: #e51b24;
}
.mm-menu > .mm-list > li:hover a:hover, .mm-menu > .mm-list > li:focus a:hover, .mm-menu > .mm-list > li:hover a:focus, .mm-menu > .mm-list > li:focus a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:hover .mm-subopen:hover, .mm-menu > .mm-list > li:focus .mm-subopen:hover, .mm-menu > .mm-list > li:hover .mm-subopen:focus, .mm-menu > .mm-list > li:focus .mm-subopen:focus {
  background: #aa0c13;
}
.mm-menu > .mm-list > li a.mm-subclose {
  background: #e51b24;
  color: #fff;
  margin: 0;
}
.mm-menu > .mm-list > li a.mm-subclose:before {
  border-color: #fff;
  bottom: 70%;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
  border-color: #2e3b44;
  opacity: 0.5;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  border-color: #e2e2e2;
  opacity: 0.7;
}
.mm-menu > .mm-list > li.mm-selected.open {
  border-color: #e51b24;
}
.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
  background: transparent;
  color: #e51b24;
  border-color: #e51b24;
}
.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
  background: #e51b24;
}
.mm-menu > .mm-list > li.active {
  border-color: #e51b24;
}
.mm-menu > .mm-list > li.active > a {
  color: #e51b24;
}
.mm-menu > .mm-list > li.mm-subtitle {
  border-color: #e51b24;
  transition: all 0.3s;
}
.mm-menu > .mm-list > li.mm-subtitle:hover, .mm-menu > .mm-list > li.mm-subtitle:focus {
  border-color: #aa0c13;
}
.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
  background: #aa0c13;
}
.mm-menu > .mm-list .mm-subopen {
  background: #e51b24;
}
.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 45%;
}
.mm-menu > .mm-list .mm-subopen:hover, .mm-menu > .mm-list .mm-subopen:focus {
  background: #aa0c13;
}
/* Carousel */
.carousel .carousel-caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 0;
}
.carousel .carousel-caption.left {
  text-align: left;
}
.carousel .carousel-caption.right {
  text-align: right;
}
.carousel .carousel-caption.center {
  text-align: center;
  justify-content: center;
}
.carousel .carousel-caption h3 {
  margin: 0 0 1rem 0;
  font-size: 5rem;
  color: #fff;
}
.carousel .carousel-caption p {
  font-size: 1.2rem;
}
.carousel .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 1px !important;
  border-width: 2px;
}
.carousel .carousel-control {
  background: transparent;
  width: 8%;
}
.carousel .carousel-control.left .fa {
  right: 100%;
}
.carousel .carousel-control.right .fa {
  left: 100%;
}
.carousel .carousel-control .fa {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  font-size: 3rem;
  text-shadow: none;
  transition: all 0.3s;
}
.carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
  right: 50%;
}
.carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
  left: 50%;
}
.carousel .carousel-inner .item {
  margin-bottom: 0;
}
/* Shoutout */
.shoutout .item {
  margin-bottom: 0;
}
/* Blog */
.blog-image {
  display: block;
  background-color: #e2e2e2;
  background-position: center;
  background-origin: border-box;
  background-size: cover;
  width: 100%;
  height: 350px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/* CTA */
.cta {
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
}
.cta h4 {
  color: #fff;
}
.cta p {
  color: #fff;
}
.cta .overlay {
  opacity: 0.85;
}
.cta.light h4 {
  color: #475661;
}
.cta.light p {
  color: #333;
}
.cta.no-photo .overlay {
  opacity: 1;
}
/* Child Pages */
/* Special Content */
.spec-content .item {
  margin-bottom: 0;
  /* Main styles for all layouts */
  /* Layouts */
}
.spec-content .item h3 {
  color: #fff;
}
.spec-content .item h3 small {
  color: #475661;
}
.spec-content .item p {
  color: #fff;
}
.spec-content .item.secondary h3 small {
  color: #fff;
}
.spec-content .item.dark {
  background-color: #475661;
}
.spec-content .item.dark h3 {
  color: #e51b24;
}
.spec-content .item.dark h3 small {
  color: #fff;
}
.spec-content .item.light {
  background-color: #e2e2e2;
}
.spec-content .item.light h3 {
  color: #e51b24;
}
.spec-content .item.light p {
  color: #333;
}
.spec-content .item.white {
  background-color: #fff;
}
.spec-content .item.white h3 {
  color: #e51b24;
}
.spec-content .item.white h3 small {
  color: #475661;
}
.spec-content .item.white p {
  color: #333;
}
.spec-content .item.reg.primary, .spec-content .item.bg-img .overlay.primary {
  background-color: #e51b24;
}
.spec-content .item.reg.secondary, .spec-content .item.bg-img .overlay.secondary {
  background-color: #4a1be5;
}
.spec-content .item.reg.dark, .spec-content .item.bg-img .overlay.dark {
  background-color: #475661;
}
.spec-content .item.reg.light, .spec-content .item.bg-img .overlay.light {
  background-color: #e2e2e2;
}
.spec-content .item.reg.white, .spec-content .item.bg-img .overlay.white {
  background-color: #fff;
}
.spec-content .item .overlay {
  opacity: 0.85;
}
/* FAQ */
.faq a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2;
}
.faq a:hover, .faq a:hover::after {
  cursor: pointer;
  color: #e51b24;
}
.faq a:hover::after {
  border: 1px solid #e51b24;
}
.faq a::after {
  font-family: FontAwesome;
  content: '\f067';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 0.8rem;
  color: #333;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #333;
  text-align: center;
}
.faq a.active {
  color: #e51b24;
  border-bottom: 1px solid #e51b24;
}
.faq a.active::after {
  font-family: 'FontAwesome';
  content: '\f068';
  color: #e51b24;
  border: 1px solid #e51b24;
}
.faq .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}
/* Gallery */
.gallery .item {
  margin: 0;
  padding: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #e51b24;
  border-radius: 0;
}
.nav-pills > li > a {
  border-bottom: 1px solid #dfdfdf;
}
/* Footer */
footer.footer {
  text-align: center;
}
footer.footer a {
  color: #e51b24;
}
footer.footer .fa-ul {
  margin: 0;
  padding: 0;
}
/* Media Queries */
@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 25%;
  }
}
@media (max-width: 1199px) {
  body, html {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .pad {
    padding: 2rem 0;
  }
  body, html {
    font-size: 14px;
  }
  header .logo {
    margin: 0 auto;
  }
  .navbar-default {
    text-align: center;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
  }
  .pull-right {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .same {
    height: auto !important;
  }
  .flex {
    display: block !important;
  }
  .pad {
    padding: 2rem 0;
  }
  .item, .shoutout .item {
    margin-bottom: 2rem;
  }
  header {
    /*
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 99;
     */
    background: #fff;
  }
  header .logo {
    margin: 0;
  }
  .carousel {
    margin-top: 50px;
  }
  .carousel .carousel-caption {
    position: static;
    background: #e2e2e2;
    display: block;
    text-shadow: none;
  }
  .carousel .carousel-caption.left, .carousel .carousel-caption.right, .carousel .carousel-caption.center {
    text-align: left;
  }
  .carousel .carousel-caption h3 {
    color: #475661;
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  .carousel .carousel-caption p {
    color: #333;
  }
  .scrim, .carousel-control, .carousel-indicators {
    display: none;
  }
  .cta {
    text-align: left;
  }
  .spec-content .item .bg-img, .spec-content .item.bg-img {
    background-image: none !important;
  }
  .spec-content .item .overlay {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #e2e2e2;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: right;
    width: 100%;
  }
  #no-more-tables td:before {
    position: absolute;
    top: 15px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
@media print {
  .center {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
  }
  body, html {
    font-size: 10px;
  }
  .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 0px;
  }
  .input-group-addon {
    padding: 3px 12px;
    font-size: 10px;
  }
  .paper-head {
    border-bottom: 1px solid #dfdfdf;
    margin: -15px -15px 15px -15px;
    padding: 5px 15px;
  }
  .table .input-group .form-control {
    border-radius: 0px;
    border: 1px solid #dce0e0;
    height: 20px;
  }
  hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  p {
    margin: 0 0 5px;
    line-height: 1.1;
  }
  .paper-head h1 {
    margin: 0;
    font-size: 1.3rem;
  }
  .radio label, .checkbox label {
    min-height: 10px;
  }
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.2;
  }
  .radio, .checkbox {
    margin-bottom: 7px;
  }
  .btn {
    margin: 5px 0;
  }
  .pad {
    padding: 0;
  }
  .paper {
    background: #fff;
    padding: 20px;
    border: 0px solid transparent;
  }
}
