/** Modules **/
.margin-after {
  margin-bottom: 15px;
}
.margin-after-lg {
  margin-bottom: 30px;
}
.margin-before {
  margin-top: 15px;
}
.margin-before-lg {
  margin-top: 30px;
}
body {
  background: #ffffff;
  color: #070101;
  font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
}
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}
#mainContainer {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -165px;
  /* Pad bottom by footer height */
  padding: 0 0 165px;
}
@media only screen and  (max-width: 991px) {
  #mainContainer {
    margin-bottom: -359px;
    padding-bottom: 359px;
  }
}
#footer {
  height: 165px;
  margin: 0;
}
@media only screen and  (max-width: 991px) {
  #footer {
    height: 359px;
  }
}
.main-body {
  margin-bottom: 30px;
}
/**
  full width container
  http://stackoverflow.com/a/23742019/405758
*/
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .container {
    margin: 0 auto;
    width: 100%;
  }
}
/**
  no row class to be used with bootstrap's .row class
  http://stackoverflow.com/a/23742019/405758
*/
.row-no-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.float-right,
.float-left {
  float: right;
  margin-bottom: 30px;
  margin-left: 30px;
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .float-right,
  .float-left {
    width: auto;
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.float-left {
  float: left;
  margin-left: 0;
  margin-right: 30px;
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .float-left {
    width: auto;
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  zoom: 1;
}
@font-face {
  font-family: 'Callie Hand';
  src: url('/content/type/callie_hand/callie_hand.eot');
  src: url('/content/type/callie_hand/callie_hand.eot?#iefix') format('embedded-opentype'), url('/content/type/callie_hand/callie_hand.svg#Callie Hand') format('svg'), url('/content/type/callie_hand/callie_hand.woff') format('woff'), url('/content/type/callie_hand/callie_hand.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 3.375em;
  line-height: 1.2em;
  color: #070101;
  margin-bottom: 15px;
  margin-top: 20px;
  white-space: nowrap;
}
@media only screen and (max-width:  767px) {
  h1 {
    font-size: 2.625em;
    line-height: 0.8em;
    white-space: normal;
    line-height: 1.1em;
  }
}
h2 {
  color: #7a051a;
  font-size: 1.25em;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 700;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 3px;
}
h2.script {
  font-size: 3.5em;
  font-weight: normal;
  border-bottom: none;
  padding-bottom: 0;
}
h3 {
  color: #070101;
  font-size: 1.1875em;
  font-weight: 700;
}
p {
  font-size: 1.15625em;
  line-height: 1.4em;
  margin: 0 0 15px;
}
.script {
  font-family: 'Callie Hand';
}
.center {
  text-align: center;
}
.emphasis {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}
.masthead {
  width: 100%;
  background: #070101 url('/content/img/backgrounds/masthead-background-desktop.gif') top center repeat-x;
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .masthead {
    padding-top: 10px;
  }
}
.masthead::after {
  display: block;
  height: 8px;
  width: 100%;
  background-image: -webkit-linear-gradient(top, #686868 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #686868 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #686868 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff686868', endColorstr='#ffffffff', GradientType=0);
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#686868), to(#ffffff));
  /* Konqueror */
  background-image: -moz-linear-gradient(#686868, #ffffff);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#686868, #ffffff);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #686868), color-stop(100%, #ffffff));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#686868, #ffffff);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#686868, #ffffff);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #686868 0%, #ffffff 100%);
  /* IE10+ */
  background-image: linear-gradient(#686868, #ffffff);
  /* the standard */
  content: "";
}
.masthead-logo {
  background: transparent url('/content/img/logos/truenorthlogo_logo_vertical_white.png') top center no-repeat;
  height: 186px;
  width: 299px;
  margin: 0 auto;
  margin-top: 15px;
}
@media only screen and (max-width:  767px) {
  .masthead-logo {
    background: transparent url('/content/img/logos/truenorthlogo_logo_vertical_white_sm.png') top center no-repeat;
    height: 124px;
    width: 200px;
    margin-top: 10px;
  }
}
.masthead-logo-link {
  height: 100%;
  width: 100%;
  display: block;
  text-indent: -9999px;
}
.masthead {
  background-image: -webkit-linear-gradient(top, #7a051a 0%, #070101 100%);
  background-image: -o-linear-gradient(top, #7a051a 0%, #070101 100%);
  background-image: linear-gradient(to bottom, #7a051a 0%, #070101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a051a', endColorstr='#ff070101', GradientType=0);
  background-color: #070101;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7a051a), to(#070101));
  /* Konqueror */
  background-image: -moz-linear-gradient(#7a051a, #070101);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#7a051a, #070101);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a051a), color-stop(100%, #070101));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#7a051a, #070101);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#7a051a, #070101);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #7a051a 0%, #070101 100%);
  /* IE10+ */
  background-image: linear-gradient(#7a051a, #070101);
  /* the standard */
}
.masthead .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.masthead .container .row,
.masthead .container .row-no-padding {
  padding: 0;
  margin: 0;
}
.masthead .container > .row > div[class*="col-md"] {
  width: 100%;
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.masthead .masthead-logo {
  background: transparent url('/content/img/logos/truenorthlogo_horizontal_white.png') top center no-repeat;
  height: 137px;
  width: 433px;
  margin: 15px auto 10px auto;
  display: block;
  float: none;
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .masthead .masthead-logo {
    background: transparent url('/content/img/logos/truenorthlogo_horizontal_white_sm.png') top center no-repeat;
    height: 95px;
    width: 300px;
  }
}
.masthead .main-navigation {
  background: #070101;
}
.masthead .main-navigation div[class*="col-md"] {
  width: auto;
}
.main-navigation-toggle {
  background: #070101 url('/content/img/backgrounds/masthead-background-desktop.gif') top center repeat-x;
  display: none;
}
@media only screen and  (max-width: 991px) {
  .main-navigation-toggle {
    display: block;
  }
}
.main-navigation-toggle a {
  display: table;
  margin: 0 auto;
  color: #ffffff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.5em;
}
.main-navigation-toggle ul {
  margin: 0 auto;
  padding: 0;
  display: table;
}
.main-navigation-toggle ul li {
  display: inline-block;
  padding: 0 6px;
  margin: 0;
}
.ie7 .main-navigation-toggle ul li {
  display: inline;
  zoom: 1;
}
.main-navigation-section-container {
  height: 85px;
  width: 100%;
  line-height: 85px;
  text-align: center;
  background: #c0272d url('/content/img/backgrounds/main-navigation-section-container-off.gif') top center repeat-x;
  position: relative;
}
.main-navigation-section-container:hover {
  background: #070101;
  background-image: none;
}
.main-navigation-section-container-on-hover {
  background-image: url('/content/img/backgrounds/main-navigation-section-container-on-hover.gif');
  background-color: #580909;
}
.main-navigation-section-container-on {
  background-color: #580909;
  background-image: url('/content/img/backgrounds/main-navigation-section-container-on.gif');
}
.main-navigation-section-container-on:hover {
  background-image: url('/content/img/backgrounds/main-navigation-section-container-on-hover.gif');
  background-color: #580909;
}
.main-navigation-section-container-on-alt {
  background-color: #580909;
  background-image: url('/content/img/backgrounds/main-navigation-section-container-on-alt.gif');
}
.main-navigation-section-container-on-alt:hover {
  background-image: url('/content/img/backgrounds/main-navigation-section-container-on-alt-hover.gif');
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .main-navigation {
    display: none;
  }
  .main-navigation > .main-navigation-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .main-navigation-toggle {
    display: block !important;
    visibility: visible;
    margin-left: 0;
    margin-right: 0;
  }
  .main-navigation-toggle a.burger {
    padding: 0 0 4px;
    margin: 0;
  }
  .main-navigation-section:nth-child(odd) > .main-navigation-section-container {
    background-image: url('/content/img/backgrounds/main-navigation-section-container-on.gif') !important;
  }
  .main-navigation-section:nth-child(odd) > .main-navigation-section-container:hover {
    background-image: url('/content/img/backgrounds/main-navigation-section-container-on-hover.gif') !important;
    background-position: 0 -40px;
  }
  .main-navigation-section:nth-child(even) > .main-navigation-section-container {
    background-image: url('/content/img/backgrounds/main-navigation-section-container-off.gif') !important;
    background-position: 0 -40px;
  }
  .main-navigation-section:nth-child(even) > .main-navigation-section-container:hover {
    background: #070101 url('/content/img/backgrounds/main-navigation-section-container-off.gif') 0 -1px repeat-x !important;
  }
}
.main-navigation-section-container-link {
  display: block;
  color: #f3f2f2;
}
.main-navigation-section-container-link:hover,
.main-navigation-section-container-link:active,
.main-navigation-section-container-link:focus {
  color: #ffffff;
}
.main-navigation-section-container-link:focus {
  outline: none;
  outline-offset: 0;
}
.main-navigation-section-container-link span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding-left: 6px;
  padding-right: 6px;
  text-transform: uppercase;
  font-size: 0.875em;
}
.sub-category-list,
.section-links .sub-category-title,
.section-links .sub-category-list,
.section-links .sub-category-bullet,
.section-links .sub-category-list-item {
  font-size: 0.9375em;
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.section-links {
  -webkit-box-shadow: 0px 0px 8px rgba(7, 1, 1, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(7, 1, 1, 0.5);
  box-shadow: 0px 0px 8px rgba(7, 1, 1, 0.5);
  background: #e6e6e6;
  padding: 13px;
  margin: 0 0 13px;
}
@media only screen and (max-width:  767px), only screen and  (max-width: 991px) {
  .section-links {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
.section-links h3 {
  color: #7a051a;
  font-weight: 100;
  font-size: 1.125em;
  margin: 0 0 10px;
  padding: 0;
}
.section-links h3 a {
  font-size: 1em;
}
.section-links ul {
  margin: 0;
  padding: 0;
}
.section-links ul li {
  list-style: none;
  margin: 0 0 7px;
  padding: 0;
}
.section-links a {
  color: #514d4d;
  font-size: 0.9375em;
}
.section-links a:hover,
.section-links aactive {
  color: #7a051a;
}
.section-links .sub-category-title {
  font-size: 0.9375em;
  background: none;
  border: none;
  padding: 0;
  margin: 10px 0 5px 0px;
  font-weight: 700;
  color: #7a051a;
}
.section-links .sub-category-title a {
  color: #7a051a;
}
.section-links .sub-category-list {
  margin: 0 4px 4px;
  font-weight: normal;
}
.section-links .sub-category-bullet {
  position: absolute;
  display: block;
  left: 0;
  width: 12px;
  margin-right: 5px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  color: #ebebeb;
  font-size: 0.9375em;
}
.section-links .sub-category-text {
  display: block;
  padding-left: 12px;
}
.section-links .sub-category-list-item {
  margin: 0;
  padding: 0;
}
.section-links .sub-category-link {
  display: inline-block;
  position: relative;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 1.0625em;
  font-weight: normal;
}
.ie7 .section-links .sub-category-link {
  display: inline;
  zoom: 1;
}
.section-links .sub-category-link:hover,
.section-links .sub-category-link:active {
  color: #7a051a;
}
.section-links .sub-category-link:hover .sub-category-bullet,
.section-links .sub-category-link:active .sub-category-bullet {
  color: #7a051a;
}
.social-links .fa-stack {
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.social-links .social-background {
  color: #514d4d;
}
.social-links .social-icon {
  color: #ffffff;
}
.main-navigation-section-container {
  height: 52px;
  line-height: 52px;
  width: auto;
  padding-right: 6px;
  padding-left: 6px;
}
@media only screen and (min-width: 1200px) {
  .main-navigation-section-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.main-navigation-section-container-off,
.main-navigation-section-container-on,
.main-navigation-section-container-on-alt,
.main-navigation-section-container-off-alt {
  background: #070101;
}
.main-navigation-section-container-off:hover,
.main-navigation-section-container-on:hover,
.main-navigation-section-container-on-alt:hover,
.main-navigation-section-container-off-alt:hover {
  background: #7a051a none;
}
.main-navigation-row {
  display: table;
  margin: 0 auto !important;
}
.main-navigation-section-container-link span {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media only screen and (min-width: 1200px) {
  .main-navigation-section-container-link span {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .main-navigation-row {
    display: block;
  }
  .main-navigation-section {
    display: block;
    width: 100%;
  }
  .main-navigation-section-container-off,
  .main-navigation-section-container-on,
  .main-navigation-section-container-on-alt,
  .main-navigation-section-container-off-alt,
  .main-navigation-section:nth-child(odd) > .main-navigation-section-container,
  .main-navigation-section:nth-child(even) > .main-navigation-section-container {
    background: #070101 !important;
  }
  .main-navigation-section-container-off:hover,
  .main-navigation-section-container-on:hover,
  .main-navigation-section-container-on-alt:hover,
  .main-navigation-section-container-off-alt:hover,
  .main-navigation-section:nth-child(odd) > .main-navigation-section-container:hover,
  .main-navigation-section:nth-child(even) > .main-navigation-section-container:hover {
    background: #7a051a !important;
  }
  .main-navigation-toggle {
    background: #070101;
    font-size: 1.125em;
  }
  .main-navigation-toggle a.burger {
    padding: 0 0 6px;
  }
}
.section-sub-nav-list {
  padding: 0;
  margin: 0;
  float: right;
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .section-sub-nav-list {
    float: none;
  }
}
/** Drop down menu for desktop view */
.main-navigation-section-container::after {
  content: "";
  clear: both;
  display: block;
}
.main-navigation-section-container .section-nav-container {
  display: none;
}
.main-navigation-section-container:hover > .section-nav-container {
  position: absolute;
  top: 100%;
  display: block;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 8px rgba(7, 1, 1, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(7, 1, 1, 0.5);
  box-shadow: 0px 0px 8px rgba(7, 1, 1, 0.5);
  background: #e6e6e6;
  padding: 13px;
  margin: 0 0 13px;
}
.main-navigation-section-container .section-nav-container .section-sub-nav-list {
  float: none;
  position: relative;
}
.main-navigation-section-container .section-nav-container .section-sub-nav-list .section-sub-nav-item {
  white-space: nowrap;
  line-height: 25px;
  height: 25px;
  display: block;
  padding: 0;
}
.main-navigation-section-container .section-nav-container .section-sub-nav-list .section-sub-nav-item::after {
  display: none;
}
.main-navigation-section-container .section-nav-container .section-sub-nav-list .section-sub-nav-item a {
  color: #070101;
}
.main-navigation-section-container .section-nav-container .section-sub-nav-list .section-sub-nav-item.section-sub-nav-item-section {
  display: none;
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .main-navigation-section-container .section-nav-container {
    display: none !important;
  }
}
.section-sub-nav-item {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
}
.ie7 .section-sub-nav-item {
  display: inline;
  zoom: 1;
}
@media only screen and (min-width: 1200px) {
  .section-sub-nav-item {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.section-sub-nav-item::after {
  content: '|';
  padding: 0 3px 0 6px;
  color: #e6e6e6;
  display: inline-block;
}
.ie7 .section-sub-nav-item::after {
  display: inline;
  zoom: 1;
}
.section-sub-nav-item:last-child::after {
  content: '';
  padding: 0;
}
.front-photo-rotator {
  width: 100%;
  background: #070101 url('/content/img/backgrounds/masthead-background-desktop.gif') top center repeat-x;
}
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides,
.section-photo-rotator-container,
.front-photo-rotator-container {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides .caption {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: center;
  background: #070101;
  background: rgba(7, 1, 1, 0.7);
  margin: 0;
  color: #e6e6e6;
}
.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  width: 50%;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  border: none;
}
.rslides_nav.next {
  left: auto;
  right: 0;
}
.section-photo-rotator {
  position: relative;
  width: 100%;
}
@media only screen and (max-width:  767px) {
  .front-photo-rotator-outer-container {
    padding-left: 0;
    padding-right: 0;
  }
}
/** show a slightly smaller rotator.
Usage:
<div class="rotator-smaller"><txp:output_form form="section-photo-rotator" /></div>
*/
.rotator-smaller {
  max-width: 380px;
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .rotator-smaller {
    max-width: 100%;
  }
}
.front-photo-rotator-outer-container .rslides_nav,
.section-photo-rotator .rslides_nav {
  opacity: 0;
  text-align: center;
  text-indent: 0;
  color: rgba(255, 255, 255, 0.5);
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.front-photo-rotator-outer-container .rslides_nav:hover,
.section-photo-rotator .rslides_nav:hover {
  opacity: 100;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.front-photo-rotator-outer-container .rslides_nav::before,
.section-photo-rotator .rslides_nav::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 75%;
  vertical-align: middle;
}
.front-photo-rotator-outer-container .navItem,
.section-photo-rotator .navItem {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  font-size: 5.9375em;
}
.front-photo-rotator-outer-container .rslides_nav.prev::before,
.section-photo-rotator .rslides_nav.prev::before {
  width: 0;
  margin-left: -75%;
}
.section-photo-rotator .navItem {
  font-size: 4.0625em;
}
.front-photo-rotator {
  position: relative;
  background: #070101 url('/content/img/backgrounds/red-black-plaid-pattern.png') top center repeat;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  display: table;
  height: auto;
}
.front-photo-rotator > .container {
  z-index: 4;
}
.front-photo-rotator::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-linear-gradient(top, #7a051a 0%, #070101 100%);
  background-image: -o-linear-gradient(top, #7a051a 0%, #070101 100%);
  background-image: linear-gradient(to bottom, #7a051a 0%, #070101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a051a', endColorstr='#ff070101', GradientType=0);
  background-color: #070101;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7a051a), to(#070101));
  /* Konqueror */
  background-image: -moz-linear-gradient(#7a051a, #070101);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#7a051a, #070101);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a051a), color-stop(100%, #070101));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#7a051a, #070101);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#7a051a, #070101);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #7a051a 0%, #070101 100%);
  /* IE10+ */
  background-image: linear-gradient(#7a051a, #070101);
  /* the standard */
  opacity: 0.8;
  z-index: 1;
}
.section-title,
.home-page-title {
  margin-top: 41px;
  font-size: 2.7843750000000003em;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #4d4d4d;
  font-weight: 700;
}
@media only screen and (max-width:  767px) {
  .section-title,
  .home-page-title {
    font-size: 3.0375em;
    line-height: 1.1em;
  }
}
.article-title .section-name {
  font-size: 0.75em;
  color: #9c9999;
}
.home-page-title {
  text-align: center;
  font-size: 6.125em;
  font-family: 'Callie Hand';
  text-transform: none;
  font-weight: normal;
}
@media only screen and (max-width:  767px) {
  .home-page-title {
    font-size: 3.8249999999999997em;
    line-height: 1.1em;
  }
}
.article_title {
  font-size: 2.3625000000000003em;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 15px;
}
.article_image,
.article img {
  max-width: 100%;
  height: auto;
}
.article {
  width: 100%;
}
/** for displaying social link list inside an article, setting the correct color and in lineing the list elements
usage:
 <txp:linklist category="social" form="social" wraptag="ul" class="article-social" break="li"/>
 */
.article-social {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
}
.article-social .fa-stack-1x {
  line-height: 1;
}
.article-social .fa-stack {
  height: 1em;
  width: 1em;
  display: block;
  padding: 0;
  margin: 0;
}
.article-social a {
  padding: 0;
  margin: 0;
  display: table;
  width: auto;
  height: auto;
}
.article-social li {
  display: inline-block;
}
.ie7 .article-social li {
  display: inline;
  zoom: 1;
}
.article-social .social-background {
  visibility: hidden;
  display: none !important;
  visibility: hidden !important;
}
.article-social .social-icon {
  color: #070101;
}
.article-social .social-icon:hover {
  color: #7a051a;
}
.footer-container {
  background: #7a051a url('/content/img/backgrounds/main-navigation-section-container-on.gif') 0 0 repeat-x;
  color: #ffffff;
  max-height: 165px;
  overflow-y: hidden;
  width: 100%;
  padding: 12px 0;
}
@media only screen and  (max-width: 991px) {
  .footer-container {
    max-height: 359px;
  }
}
@media only screen and (max-width:  767px) {
  .footer-container {
    max-height: 427px;
  }
}
.footer-copyright,
.footer-section-navigation,
.footer-social {
  height: 93px;
  line-height: 93px;
  display: block;
  width: 100%;
  font-size: 0.875em;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and  (max-width: 991px) {
  .footer-copyright,
  .footer-section-navigation,
  .footer-social {
    height: 89px;
    line-height: 89px;
  }
}
@media only screen and (max-width:  767px) {
  .footer-copyright,
  .footer-section-navigation,
  .footer-social {
    height: 140px;
    line-height: 140px;
  }
}
.footer-copyright span,
.footer-section-navigation p {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-left: 0;
  margin-right: 0;
}
.footer-section-navigation {
  color: #f3f2f2;
  font-size: 0.90625em;
}
.footer-section-navigation p {
  margin-left: 0;
  margin-right: 0;
  line-height: 1.45em;
}
.footer-section-navigation-link,
.footer-social li a {
  color: #f3f2f2;
  text-decoration: none;
}
.footer-section-navigation-link:hover,
.footer-section-navigation-link:active,
.footer-section-navigation-link:focus {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width:  767px) {
  .footer-social {
    height: 76px;
    line-height: 76px;
  }
}
.footer-social {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:  767px), only screen and  (max-width: 991px) {
  .footer-social {
    margin-left: 0.9em;
  }
}
.footer-social li {
  display: inline-block;
  font-size: 2.625em;
  padding: 0 0.04em;
}
.ie7 .footer-social li {
  display: inline;
  zoom: 1;
}
.footer-social li a {
  padding: 0;
}
.footer-container {
  height: 165px;
}
.footer-container {
  background: #7a051a url("/content/img/backgrounds/red-black-plaid-pattern.png") top center repeat;
  z-index: 0;
  position: relative;
  overflow: hidden;
  display: table;
}
.footer-container::before {
  content: "";
  width: 100%;
  height: 165px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-linear-gradient(top, #7a051a 0%, #070101 100%);
  background-image: -o-linear-gradient(top, #7a051a 0%, #070101 100%);
  background-image: linear-gradient(to bottom, #7a051a 0%, #070101 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7a051a', endColorstr='#ff070101', GradientType=0);
  background-color: #070101;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7a051a), to(#070101));
  /* Konqueror */
  background-image: -moz-linear-gradient(#7a051a, #070101);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#7a051a, #070101);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a051a), color-stop(100%, #070101));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#7a051a, #070101);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#7a051a, #070101);
  /* Opera 11.10 */
  background-image: -ms-linear-gradient(top, #7a051a 0%, #070101 100%);
  /* IE10+ */
  background-image: linear-gradient(#7a051a, #070101);
  /* the standard */
  opacity: 0.8;
  z-index: 0;
}
@media only screen and  (max-width: 991px) {
  .footer-container::before {
    height: 359px;
  }
}
@media only screen and (max-width:  767px) {
  .footer-container::before {
    height: 427px;
  }
}
.ajax_title {
  font-size: 2.3625000000000003em;
  font-weight: normal;
  margin-top: 0;
}
.upcoming-event-list {
  padding: 5px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 100px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width:  767px) {
  .upcoming-event-list {
    height: 150px;
  }
}
.upcoming-event-scroll-front-page .upcoming-event-list {
  height: 307px;
}
@media only screen and (max-width:  767px) {
  .upcoming-event-scroll-front-page .upcoming-event-list {
    height: 150px;
  }
}
.upcoming-event-row {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #f3f2f2;
}
.upcoming-date {
  display: inline-block;
  width: 20%;
  padding: 0 2% 0 0;
  margin: 0;
  top: 0;
  line-height: 1;
  vertical-align: top;
  font-weight: 700;
  font-size: 0.8125em;
  text-transform: uppercase;
}
.ie7 .upcoming-date {
  display: inline;
  zoom: 1;
}
@media only screen and (max-width:  767px) {
  .upcoming-date {
    width: 100%;
    padding: 0;
  }
}
.upcoming-details {
  display: inline-block;
  width: 78%;
  padding: 0;
  margin: 0;
  top: 0;
}
.ie7 .upcoming-details {
  display: inline;
  zoom: 1;
}
@media only screen and (max-width:  767px) {
  .upcoming-details {
    width: 100%;
    padding: 0;
  }
}
.upcoming-details {
  font-size: 0.9375em;
}
.upcoming-details-title {
  font-weight: 700;
  margin: -3px 0 0 0;
  padding: 0;
  display: block;
}
.upcoming-details-location {
  display: block;
  color: #6a6767;
  font-size: 0.8125em;
  line-height: 1.1em;
}
@media only screen and (max-width:  767px) {
  .upcoming-details-location {
    margin-top: 5px;
  }
}
.contact-logo,
.contact-logo-about {
  margin: 0 15px 10px;
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .contact-logo img {
    max-width: 150px;
  }
}
.contact-logo-about {
  margin-left: 0;
}
.contact-logo-about img {
  max-width: 250px;
  height: auto;
}
@media only screen and  (max-width: 991px), only screen and (max-width:  767px) {
  .contact-logo-about img {
    max-width: 125px;
    height: auto;
  }
}
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
a.text-primary:hover {
  color: #3071a9;
}
a.text-success:hover {
  color: #2b542c;
}
a.text-info:hover {
  color: #245269;
}
a.text-warning:hover {
  color: #66512c;
}
a.text-danger:hover {
  color: #843534;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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;
}
.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, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-compass {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-compass {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-compass {
  border-color: transparent;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: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;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.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;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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 > .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 > .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 > .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;
}
.dl-horizontal dd,
.container,
.container-fluid,
.row,
.form-horizontal .form-group,
.btn-toolbar,
.btn-group-vertical > .btn-group,
.nav,
.navbar,
.navbar-header,
.navbar-collapse,
.pager,
.panel-body,
.modal-footer {
  zoom: 1;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.ie6 .clearfix,
.ie7 .clearfix,
.ie6 .dl-horizontal dd,
.ie7 .dl-horizontal dd,
.ie6 .container,
.ie7 .container,
.ie6 .container-fluid,
.ie7 .container-fluid,
.ie6 .row,
.ie7 .row,
.ie6 .form-horizontal .form-group,
.ie7 .form-horizontal .form-group,
.ie6 .btn-toolbar,
.ie7 .btn-toolbar,
.ie6 .btn-group-vertical > .btn-group,
.ie7 .btn-group-vertical > .btn-group,
.ie6 .nav,
.ie7 .nav,
.ie6 .navbar,
.ie7 .navbar,
.ie6 .navbar-header,
.ie7 .navbar-header,
.ie6 .navbar-collapse,
.ie7 .navbar-collapse,
.ie6 .pager,
.ie7 .pager,
.ie6 .panel-body,
.ie7 .panel-body,
.ie6 .modal-footer,
.ie7 .modal-footer {
  zoom: 1;
}
@media (max-width: 767px) {
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media print {
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.btn-compass {
  color: #070101;
  text-decoration: none;
  overflow: hidden;
  display: table;
}
.btn-compass::after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.btn-compass:hover {
  color: #7a051a;
}
.btn-compass span {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  height: 75px;
  line-height: 75px;
}
.ie7 .btn-compass span {
  display: inline;
  zoom: 1;
}
.btn-compass img {
  height: 75px;
  width: auto;
  margin-top: -16px;
}
.btn-request-for-info {
  margin: 15px auto;
}
