@charset "UTF-8";
/**
 * CONTENTS
 *
 * VENDORS
 * Bootstrap................Bootstrap components importing from node_modules.
 *
 * HELPERS
 * Variables................Useful variables (i.e. colors, font size)
 * Mixins...................Useful mixins (i.e. fonts)
 * Responsibility...........Responsibility set-ups that will override Bootstrap setting
 *
 * HACKS
 * Utility..................Useful classes
 * Sam Customs..............Custom Styles for Sam Contents
 * Base.....................Reset of the HTML
 *
 * COMPONENTS
 * Amend Body Builder.......Style settings for body builder specific elements
 * Half-Circle..............Useful mixins that makes different shapes of half circles
 * Theme Modal..............General setting for modals
 * Sam Forms................Styles for Sam Forms
 *
 * Templates
 * INCLUDES
 *  CRS.....................General styles for crs includes
 *  Donuts Btn..............Styles for the donuts with doug button
 *  Feature Video...........Styles for the featured video player
 *  Insta Widget............Styles for the instagram widget
 *  Multimedia Share........Styles for the multimedia share bar
 *  Page Top Nav............Styles for the page top nav
 *  Press Search............Styles for the search bar in press
 *  Search..................Styles for search in header / navigation
 *  Social-box..............Styles for the social icons
 *  office Locations........Styles for the office location with map interaction
 *  Thomas Search...........Styles for thomas search
 *  Twitter Carousel........Styles for the twitter carousel in home page
 *
 * MACROS
 *  Banner..................Style for the banner macro
 *  Filter Buttons..........Style for the filter macro
 *  Pagination..............Style for the pagination macro
 *  Photos Macros............Style for the photos related macros
 *  Press Browser...........Style for press list macro
 *
 * Structure
 *  Breadcrumbs.............Styles for breadcrumbs
 *  Custom Bottom Navs......Styles for the custom bottom navs in home page
 *  Header..................Styles for the page header
 *  Header Banner...........Styles for the header banner
 *  Navigation..............Styles for the navigation for footer and header
 *  Interior................General Styles for interior page body
 *  Footer..................Styles for the page footer
 *
 * Pages
 *  About...................Styles specificly for about page
 *  Blogs...................Styles specificly for blogs page
 *  Data Browser............Styles specificly for modern data browser
 *  Donuts..................Styles specificly for Donuts with Doug page
 *  Feedback................Styles specificly for feedback (contact page with 2 buttons) page
 *  Flag Request............Styles specificly for flag request page
 *  Guestbook...............Styles specificly for Guestbook Page
 *  Home....................Styles specificly for home page
 *  Icon List...............Styles specificly for icon list
 *  Issue One Column........Styles specificly for IssueOneColumn which serves issue details
 *  Legislation.............Styles specificly for legislation page
 *  List....................Styles specificly for list page
 *  List Blocks.............Styles specificly for list blocks page
 *  Mornings................Styles specificly for Missouri Mornings
 *  Multimedia..............Styles specificly for the multimedia browser
 *  Newsroom Landing........Styles specificly for newsroom landing page
 *  Press Release...........Styles specificly for press release detailed page
 *  Sam Two Column..........Styles specificly for sam two column page
 *  Search Results..........Styles specificly for search result page
 *  Voting Records Ajax.....Styles specifictly for voting record ajax page
 */
/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
/* Container for All Sections */
.is-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

/* Sections */
.is-wrapper > div {
  display: table;
  width: 100%;
  height: auto;
  /* default */
  float: left;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  /*z-index: 1;*/
}

/* Boxes */
.is-boxes {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 200px;
  float: left;
}

.is-box-0 {
  display: table-cell;
  width: 0%;
  height: 100%;
  position: relative;
}

.is-box-1 {
  display: table-cell;
  width: 8.333333%;
  height: 100%;
  position: relative;
}

.is-box-2 {
  display: table-cell;
  width: 16.666667%;
  height: 100%;
  position: relative;
}

.is-box-3 {
  display: table-cell;
  width: 25%;
  height: 100%;
  position: relative;
}

.is-box-4 {
  display: table-cell;
  width: 33.333333%;
  height: 100%;
  position: relative;
}

.is-box-5 {
  display: table-cell;
  width: 41.666667%;
  height: 100%;
  position: relative;
}

.is-box-6 {
  display: table-cell;
  width: 50%;
  height: 100%;
  position: relative;
}

.is-box-7 {
  display: table-cell;
  width: 58.333333%;
  height: 100%;
  position: relative;
}

.is-box-8 {
  display: table-cell;
  width: 66.666667%;
  height: 100%;
  position: relative;
}

.is-box-9 {
  display: table-cell;
  width: 75%;
  height: 100%;
  position: relative;
}

.is-box-10 {
  display: table-cell;
  width: 83.333333%;
  height: 100%;
  position: relative;
}

.is-box-11 {
  display: table-cell;
  width: 91.666667%;
  height: 100%;
  position: relative;
}

.is-box-12 {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
}

.is-box-centered {
  display: table-cell;
  width: 100%;
  position: relative;
  vertical-align: middle;
}

.is-stretch > div:not(.is-arrow-down) {
  /* Unlike .is-overlay (absolute positioned), this section is relative positioned. With this, flowing content is safe, and stretched content can be made absolute with class .flexi-position */
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
}

/*
.flexi-position is set relative by default, but will set absolute (stretched) if placed within section .is-stretch
*/
.flexi-position {
  position: relative;
}

.is-stretch .flexi-position {
  position: absolute;
}

.is-section.is-stretch {
  min-height: 300px;
}

/* New */
@media all and (max-width: 960px) {
  /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
  .is-section:not(.is-box) {
    height: auto !important;
  }

  .is-boxes {
    height: auto !important;
  }

  .is-box-img {
    height: 300px !important;
  }

  .is-box-img .is-boxes {
    height: 100% !important;
  }

  .is-box-1 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-2 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-3 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-4 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-5 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-6 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-7 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-8 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-9 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-10 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-11 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-12 {
    display: table;
    width: 100%;
    height: auto;
  }

  .is-box-centered {
    display: block;
  }
}
.is-container {
  margin: 0 auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media all and (max-width: 960px) {
  .is-container {
    padding: 15px;
  }
}
@media all and (max-width: 480px) {
  .is-container {
    padding: 15px;
  }
}
/* Boxed Layout */
.is-wrapper .is-boxed-layout .is-container {
  padding: 50px;
  background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
  .is-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }

  /* 60px */
}
@media all and (max-width: 1024px) {
  .is-wrapper .is-boxed-layout .is-container {
    padding: 30px;
  }

  .is-wrapper .is-boxed-layout .is-overlay {
    display: none !important;
  }

  .is-wrapper .is-boxed-layout {
    background: #fff !important;
  }
}
/* Default Layout */
/* Middle */
.is-wrapper .is-box .is-container {
  margin-bottom: 80px;
}

/* Scroll Down Icon */
.is-arrow-down {
  display: table;
  position: absolute;
  bottom: 65px;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  cursor: pointer;
  z-index: 1;
}

@media all and (max-width: 1025px) {
  .is-arrow-down {
    display: none !important;
  }
}
.is-arrow-down > a {
  background: rgba(0, 0, 0, 0.18);
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}

.bounce {
  -moz-animation: bounce 5s forwards;
  -webkit-animation: bounce 5s forwards;
  animation: bounce 5s forwards;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.is-arrow-down.light a {
  background: rgba(255, 255, 255, 0.18);
  color: #111;
}

/* Overlay */
.is-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*z-index: 1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated {
  animation: is-scale 10s ease forwards;
  -ms-animation: is-scale 10s ease forwards;
  -webkit-animation: is-scale 10s ease forwards;
  -o-animation: is-scale 10s ease forwards;
  -moz-animation: is-scale 10s ease forwards;
}

@keyframes is-scale {
  from {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
  }
  to {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
  }
}
.is-overlay .is-overlay-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.15;
}

.is-overlay .is-overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Section & Content Styles */
/* Background Color */
.is-bg-grey {
  background-color: #eeeff0 !important;
}

.is-bg-dark {
  background-color: #111 !important;
}

.is-bg-light {
  background-color: #fff !important;
}

/* Text Color */
.is-light-text,
.is-light-text h1,
.is-light-text h2,
.is-light-text h3,
.is-light-text h4,
.is-light-text h5,
.is-light-text h6,
.is-light-text p,
.is-light-text li {
  color: #fff;
}

/*
.is-light-text .is-arrow-down a {
    background: rgba(255, 255, 255, 0.18);
}
*/
.is-dark-text,
.is-dark-text h1,
.is-dark-text h2,
.is-dark-text h3,
.is-dark-text h4,
.is-dark-text h5,
.is-dark-text h6,
.is-dark-text p,
.is-dark-text li {
  color: #111;
}

/*
.is-dark-text .is-arrow-down a {
    background: rgba(0, 0, 0, 0.18);
}
*/
.is-dark-text .is-light-text * {
  color: #fff;
}

.is-light-text .is-dark-text * {
  color: #000;
}

/* Vertical Alignment */
.is-content-top {
  vertical-align: top;
}

.is-content-bottom {
  vertical-align: bottom;
}

/* Horizontal Alignment */
.is-container.is-content-left {
  margin-left: 100px;
}

.is-container.is-content-right {
  margin-right: 100px;
}

@media all and (max-width: 1200px) {
  .is-container.is-content-left {
    margin-left: 60px;
  }

  .is-container.is-content-right {
    margin-right: 60px;
  }
}
@media all and (max-width: 960px) {
  .is-container.is-content-left {
    margin-left: auto;
  }

  .is-container.is-content-right {
    margin-right: auto;
  }
}
.is-box-5 .is-content-left,
.is-box-4 .is-content-left,
.is-box-3 .is-content-left,
.is-box-2 .is-content-left,
.is-box-1 .is-content-left {
  margin-left: auto;
}

.is-box-5 .is-content-right,
.is-box-4 .is-content-right,
.is-box-3 .is-content-right,
.is-box-2 .is-content-right,
.is-box-1 .is-content-right {
  margin-right: auto;
}

/* Edge Spacing */
.is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
  margin-top: -200px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
  margin-bottom: -200px;
}

.is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
  margin-top: -160px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
  margin-bottom: -160px;
}

.is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
  margin-top: -120px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
  margin-bottom: -120px;
}

.is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
  margin-top: -80px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
  margin-bottom: -80px;
}

.is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
  margin-top: -40px;
}

.is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
  margin-bottom: -40px;
}

.is-wrapper .is-box .is-content-top.edge-y-0 .is-container {
  margin-top: 0;
}

.is-wrapper .is-box .is-content-bottom.edge-y-0 .is-container {
  margin-bottom: 0;
}

.is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
  margin-top: 40px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
  margin-bottom: 40px;
}

.is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
  margin-top: 80px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
  margin-bottom: 80px;
}

.is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
  margin-top: 120px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
  margin-bottom: 120px;
}

.is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
  margin-top: 160px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
  margin-bottom: 160px;
}

.is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
  margin-top: 200px;
}

.is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
  margin-bottom: 200px;
}

@media all and (max-width: 960px) {
  .is-wrapper .is-box .is-content-top.edge-y--5 .is-container {
    margin-top: -200px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--5 .is-container {
    margin-bottom: -200px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--4 .is-container {
    margin-top: -160px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--4 .is-container {
    margin-bottom: -160px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--3 .is-container {
    margin-top: -120px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--3 .is-container {
    margin-bottom: -120px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--2 .is-container {
    margin-top: -80px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--2 .is-container {
    margin-bottom: -80px;
  }

  .is-wrapper .is-box .is-content-top.edge-y--1 .is-container {
    margin-top: -20px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y--1 .is-container {
    margin-bottom: -40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-1 .is-container {
    margin-top: 40px;
  }

  /* old: 0px */
  .is-wrapper .is-box .is-content-bottom.edge-y-1 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-2 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-2 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-3 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-3 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-4 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-4 .is-container {
    margin-bottom: 40px;
  }

  .is-wrapper .is-box .is-content-top.edge-y-5 .is-container {
    margin-top: 40px;
  }

  .is-wrapper .is-box .is-content-bottom.edge-y-5 .is-container {
    margin-bottom: 40px;
  }

  /* old: 0px */
}
.is-content-left.edge-x-0 {
  margin-left: 0;
}

.is-content-right.edge-x-0 {
  margin-right: 0;
}

.is-content-left.edge-x-1 {
  margin-left: 40px;
}

.is-content-right.edge-x-1 {
  margin-right: 40px;
}

.is-content-left.edge-x-2 {
  margin-left: 80px;
}

.is-content-right.edge-x-2 {
  margin-right: 80px;
}

.is-content-left.edge-x-3 {
  margin-left: 120px;
}

.is-content-right.edge-x-3 {
  margin-right: 120px;
}

.is-content-left.edge-x-4 {
  margin-left: 160px;
}

.is-content-right.edge-x-4 {
  margin-right: 160px;
}

.is-content-left.edge-x-5 {
  margin-left: 200px;
}

.is-content-right.edge-x-5 {
  margin-right: 200px;
}

@media all and (max-width: 960px) {
  .is-content-left.edge-x-1 {
    margin-left: auto;
  }

  .is-content-right.edge-x-1 {
    margin-right: auto;
  }

  .is-content-left.edge-x-2 {
    margin-left: auto;
  }

  .is-content-right.edge-x-2 {
    margin-right: auto;
  }

  .is-content-left.edge-x-3 {
    margin-left: auto;
  }

  .is-content-right.edge-x-3 {
    margin-right: auto;
  }

  .is-content-left.edge-x-4 {
    margin-left: auto;
  }

  .is-content-right.edge-x-4 {
    margin-right: auto;
  }

  .is-content-left.edge-x-5 {
    margin-left: auto;
  }

  .is-content-right.edge-x-5 {
    margin-right: auto;
  }
}
/* Text Alignment */
.is-align-right {
  text-align: right;
}

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

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

/* Text Opacity */
.is-opacity-20, .is-opacity-20 .is-container {
  opacity: 0.2;
}

.is-opacity-25, .is-opacity-25 .is-container {
  opacity: 0.25;
}

.is-opacity-30, .is-opacity-30 .is-container {
  opacity: 0.3;
}

.is-opacity-35, .is-opacity-35 .is-container {
  opacity: 0.35;
}

.is-opacity-40, .is-opacity-40 .is-container {
  opacity: 0.4;
}

.is-opacity-45, .is-opacity-45 .is-container {
  opacity: 0.45;
}

.is-opacity-50, .is-opacity-50 .is-container {
  opacity: 0.5;
}

.is-opacity-55 .is-container {
  opacity: 0.55;
}

.is-opacity-60, .is-opacity-60 .is-container {
  opacity: 0.6;
}

.is-opacity-65, .is-opacity-65 .is-container {
  opacity: 0.65;
}

.is-opacity-70, .is-opacity-70 .is-container {
  opacity: 0.7;
}

.is-opacity-75, .is-opacity-75 .is-container {
  opacity: 0.75;
}

.is-opacity-80, .is-opacity-80 .is-container {
  opacity: 0.8;
}

.is-opacity-85, .is-opacity-85 .is-container {
  opacity: 0.85;
}

.is-opacity-90, .is-opacity-90 .is-container {
  opacity: 0.9;
}

.is-opacity-95, .is-opacity-95 .is-container {
  opacity: 0.95;
}

/* Content Size */
.is-content-380 {
  max-width: 380px !important;
}

.is-content-500 {
  max-width: 500px !important;
}

.is-content-640 {
  max-width: 640px !important;
}

.is-content-800 {
  max-width: 800px !important;
}

.is-content-970 {
  max-width: 970px !important;
}

.is-content-980 {
  max-width: 980px !important;
}

.is-content-1050 {
  max-width: 1050px !important;
}

.is-content-1100 {
  max-width: 1100px !important;
}

.is-content-1200 {
  max-width: 1200px !important;
}

/* Section Height */
.is-wrapper > div.is-section-20 {
  height: 20%;
}

.is-wrapper > div.is-section-30 {
  height: 30%;
}

.is-wrapper > div.is-section-40 {
  height: 40%;
}

.is-wrapper > div.is-section-50 {
  height: 50%;
}

.is-wrapper > div.is-section-60 {
  height: 60%;
}

.is-wrapper > div.is-section-75 {
  height: 75%;
}

.is-wrapper > div.is-section-100 {
  height: 100%;
}

.is-wrapper > div.is-section-auto {
  height: auto;
}

/* Others */
.is-opacity-1 {
  opacity: 0.95;
}

.is-shadow-1 {
  /* for section */
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
}

.is-lightbox img {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.is-lightbox img:hover {
  opacity: 0.8;
}

.is-hidden {
  display: none !important;
}

/**********************************
    General
***********************************/
h1 {
  font-size: 2.36rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.73rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.48rem;
}

h6 {
  font-size: 1.3rem;
}

.display {
  margin-bottom: 0.5em;
}

.display h1 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.display p {
  font-size: 1.3rem;
  font-style: italic;
}

/* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
.display h1 span {
  font-size: 3rem;
  line-height: 1.4;
}

.display p span {
  font-size: 1.3rem;
  line-height: 2;
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.73rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.48rem;
  }

  h5 {
    font-size: 1.3rem;
    font-weight: bold;
  }

  h6 {
    font-size: 1rem;
    font-weight: bold;
  }

  .display h1 {
    font-size: 2.2rem;
  }

  .display p {
    font-size: 1.1rem;
  }

  /* FIX: Preventing Chrome from wrapping text with span-style (during editing) */
  .display h1 span {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .display p span {
    font-size: 1.1rem;
    line-height: 2;
  }

  h1 span {
    font-size: 2rem;
    line-height: 1.4;
  }

  h2 span {
    font-size: 1.73rem;
    line-height: 1.4;
  }

  h3 span {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  h4 span {
    font-size: 1.48rem;
    line-height: 1.4;
  }

  h5 span {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  h6 span {
    font-size: 1rem;
    line-height: 1.4;
  }

  p span {
    font-size: 1.3rem;
    line-height: 2;
  }

  li span {
    font-size: 1.07rem;
    line-height: 2;
  }
}
hr {
  border: none;
  border-top: rgba(0, 0, 0, 0.18) 1px solid;
  margin: 2rem 0 !important;
}

ol, ul {
  line-height: inherit;
  font-weight: inherit;
}

/**********************************
    Grid
***********************************/
@media (min-width: 40rem) {
  .column {
    float: left;
    padding-left: 1rem;
    /* beta3 */
    padding-right: 1rem;
    /* beta3 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .column.full {
    width: 100%;
  }

  .column.two-third {
    width: 66.7%;
  }

  .column.two-fourth {
    width: 75%;
  }

  .column.two-fifth {
    width: 80%;
  }

  .column.two-sixth {
    width: 83.3%;
  }

  .column.half {
    width: 50%;
  }

  .column.third {
    width: 33.3%;
  }

  .column.fourth {
    width: 25%;
  }

  .column.fifth {
    width: 20%;
  }

  .column.sixth {
    width: 16.6%;
  }

  .column.flow-opposite {
    float: right;
  }
}
/**********************************
    Elements
***********************************/
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.padding-20 {
  padding: 20px;
}

.padding-25 {
  padding: 25px;
}

.padding-30 {
  padding: 30px;
}

.padding-35 {
  padding: 35px;
}

.padding-40 {
  padding: 40px;
}

@media all and (max-width: 540px) {
  .center {
    text-align: initial;
  }

  .right {
    text-align: initial;
  }

  .left {
    text-align: initial;
  }

  .padding-20 {
    padding: 0;
  }

  .padding-25 {
    padding: 0;
  }

  .padding-30 {
    padding: 0;
  }

  .padding-35 {
    padding: 0;
  }

  .padding-40 {
    padding: 0;
  }
}
.margin-0 {
  margin: 0 !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-35 {
  margin: 35px !important;
}

.margin-40 {
  margin: 40px !important;
}

.is-card {
  display: table;
  background-color: #fff;
}

.is-card > * {
  display: table;
}

.is-card-circle {
  width: 280px;
  height: 280px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  padding: 70px;
  margin: 0 auto;
}

@media all and (max-width: 540px) {
  .is-card-circle {
    zoom: 0.7;
    transform: scale(0.7);
    -moz-transform: scale(0.7);
  }
}
.is-card-content-centered {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.max-390 {
  max-width: 390px;
  margin: 0 auto;
}

.shadow-1 {
  /* card */
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-2 {
  /* screenshot */
  -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.shadow-3 {
  /* highlight */
  -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

img.circle {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  margin-top: 0;
}

img.bordered {
  border: #ccc 1px solid;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  margin-top: 1.4rem;
  margin-bottom: 1rem;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.list {
  position: relative;
  margin: 1.5em 0;
}

.list > i {
  position: absolute;
  left: -3px;
  top: 7px;
  font-size: 1.7rem;
  line-height: 1;
}

.list > h2, .list > h3 {
  margin: 0 0 0 50px;
}

.list > p {
  margin: 5px 0 0 50px;
}

.quote {
  position: relative;
  margin: 1.5rem 0;
}

.quote > i {
  position: absolute;
  top: -10px;
  left: -7px;
  font-size: 2rem;
}

.quote > small {
  margin-left: 50px;
  opacity: 0.7;
  font-size: 1rem;
}

.quote > p {
  margin-left: 50px;
  font-size: 1.5rem;
}

@media all and (max-width: 540px) {
  .quote > i {
    left: -15px;
    font-size: 1.5rem;
  }

  .quote > small {
    margin-left: 20px;
    font-size: 1rem;
  }

  .quote > p {
    margin-left: 20px;
    font-size: 1.2rem;
  }
}
.is-social {
  line-height: 1;
  margin-bottom: 1.5rem;
}

.is-social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  margin: 0 15px 0 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.is-social a:hover > i {
  color: #08c9b9;
}

.is-light-text .is-social a > i {
  color: #fff;
}

.is-light-text .is-social a:hover > i {
  color: #fff;
}

.is-dark-text .is-social a > i {
  color: #000;
}

.is-dark-text .is-social a:hover > i {
  color: #000;
}

/* backward compatible */
.social {
  line-height: 1;
  margin-bottom: 1.5rem;
}

.social a > i {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  margin:  0 15px 0 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.social a:hover > i {
  color: #08c9b9;
}

.is-light-text .social a > i {
  color: #fff;
}

.is-light-text .social a:hover > i {
  color: #fff;
}

.is-rounded-button-big {
  display: inline-block;
}

.is-rounded-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}

.is-rounded-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}

.is-rounded-button-big a:first-child {
  margin: 0 20px 0 0;
}

.is-rounded-button-big a:last-child {
  margin: 0 0 0 20px;
}

.is-rounded-button-medium {
  display: inline-block;
}

.is-rounded-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}

.is-rounded-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}

.is-boxed-button-big {
  display: inline-block;
}

.is-boxed-button-big a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 110px;
  height: 110px;
  background-color: #aaa;
}

.is-boxed-button-big a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 40px;
}

.is-boxed-button-big2 {
  display: inline-block;
}

.is-boxed-button-big2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 150px;
  height: 70px;
  background-color: #aaa;
}

.is-boxed-button-big2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 35px;
}

.is-boxed-button-medium {
  display: inline-block;
}

.is-boxed-button-medium a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  background-color: #aaa;
}

.is-boxed-button-medium a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 30px;
}

.is-boxed-button-medium2 {
  display: inline-block;
}

.is-boxed-button-medium2 a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 30px 0 0;
  width: 100px;
  height: 50px;
  background-color: #aaa;
}

.is-boxed-button-medium2 a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 25px;
}

.is-boxed-button-small {
  display: inline-block;
}

.is-boxed-button-small a {
  display: table;
  float: left;
  text-align: center;
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background-color: #aaa;
}

.is-boxed-button-small a i {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 20px;
}

.size-12 {
  font-size: 12px;
}

.size-14 {
  font-size: 14px;
}

.size-16 {
  font-size: 16px;
}

.size-18 {
  font-size: 18px;
}

.size-21 {
  font-size: 21px;
}

.size-24 {
  font-size: 24px;
}

.size-32 {
  font-size: 32px;
}

.size-48 {
  font-size: 48px;
}

.size-64 {
  font-size: 64px;
}

.size-80 {
  font-size: 80px;
}

.size-96 {
  font-size: 96px;
}

@media all and (max-width: 1024px) {
  .size-12 {
    font-size: 12px;
  }

  .size-14 {
    font-size: 14px;
  }

  .size-16 {
    font-size: 16px;
  }

  .size-18 {
    font-size: 18px;
  }

  .size-21 {
    font-size: 21px;
  }

  .size-24 {
    font-size: 24px;
  }

  .size-32 {
    font-size: 28px;
  }

  .size-48 {
    font-size: 32px;
  }

  .size-64 {
    font-size: 36px;
  }

  .size-80 {
    font-size: 40px;
  }

  .size-96 {
    font-size: 44px;
  }
}
/**********************************
    Title Styles
***********************************/
.is-light-text * {
  color: #fff;
}

.is-dark-text * {
  color: #000;
}

/* Style 1 */
.is-title1-96 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.is-title1-80 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.is-title1-64 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.is-title1-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.is-title1-32 {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Style 2 */
.is-title2-96 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.is-title2-80 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.is-title2-64 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.is-title2-48 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.is-title2-32 {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* Style 3 */
.is-title3-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-title3-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-title3-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-title3-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-title3-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-light-text .is-title3-96 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-80 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-64 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-48 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title3-32 {
  border-top: #fff 2px solid;
  border-bottom: #fff 2px solid;
}

.is-dark-text .is-title3-96 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-80 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-64 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-48 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title3-32 {
  border-top: #000 2px solid;
  border-bottom: #000 2px solid;
}

/* Style 4 */
.is-title4-96 {
  margin-top: 30px;
  margin-bottom: 35px;
  padding: 20px 30px;
  border: #000 2px solid;
}

.is-title4-80 {
  margin-top: 25px;
  margin-bottom: 33px;
  padding: 20px 30px;
  border: #000 2px solid;
}

.is-title4-64 {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 18px 28px;
  border: #000 2px solid;
}

.is-title4-48 {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 25px;
  border: #000 2px solid;
}

.is-title4-32 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: #000 2px solid;
}

.is-light-text .is-title4-96 {
  border: #fff 2px solid;
}

.is-light-text .is-title4-80 {
  border: #fff 2px solid;
}

.is-light-text .is-title4-64 {
  border: #fff 2px solid;
}

.is-light-text .is-title4-48 {
  border: #fff 2px solid;
}

.is-light-text .is-title4-32 {
  border: #fff 2px solid;
}

.is-dark-text .is-title4-96 {
  border: #000 2px solid;
}

.is-dark-text .is-title4-80 {
  border: #000 2px solid;
}

.is-dark-text .is-title4-64 {
  border: #000 2px solid;
}

.is-dark-text .is-title4-48 {
  border: #000 2px solid;
}

.is-dark-text .is-title4-32 {
  border: #000 2px solid;
}

/* Style 5 */
.is-title5-96 {
  margin-top: 10px;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}

.is-title5-80 {
  margin-top: 10px;
  margin-bottom: 33px;
  padding-bottom: 25px;
  border-bottom: #000 2px solid;
}

.is-title5-64 {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.is-title5-48 {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.is-title5-32 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #000 2px solid;
}

.is-light-text .is-title5-96 {
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-80 {
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-64 {
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-48 {
  border-bottom: #fff 2px solid;
}

.is-light-text .is-title5-32 {
  border-bottom: #fff 2px solid;
}

.is-dark-text .is-title5-96 {
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-80 {
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-64 {
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-48 {
  border-bottom: #000 2px solid;
}

.is-dark-text .is-title5-32 {
  border-bottom: #000 2px solid;
}

/* Extra Title Styles */
.is-title-lite {
  letter-spacing: 3px;
  word-spacing: 5px;
}

.is-title-lite.is-title3-96,
.is-title-lite.is-title4-96,
.is-title-lite.is-title5-96 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.is-title-lite.is-title3-80,
.is-title-lite.is-title4-80,
.is-title-lite.is-title5-80 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.is-title-lite.is-title3-64,
.is-title-lite.is-title4-64,
.is-title-lite.is-title5-64 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.is-title-lite.is-title3-48,
.is-title-lite.is-title4-48,
.is-title-lite.is-title5-48 {
  letter-spacing: 4px;
  word-spacing: 8px;
}

.is-title-lite.is-title3-32,
.is-title-lite.is-title4-32,
.is-title-lite.is-title5-32 {
  letter-spacing: 3px;
  word-spacing: 5px;
}

.is-title-bold {
  font-weight: 800;
}

.is-title-bold.is-title3-96,
.is-title-bold.is-title4-96,
.is-title-bold.is-title5-96 {
  border-width: 4px;
}

.is-title-bold.is-title3-80,
.is-title-bold.is-title4-80,
.is-title-bold.is-title5-80 {
  border-width: 4px;
}

.is-title-bold.is-title3-64,
.is-title-bold.is-title4-64,
.is-title-bold.is-title5-64 {
  border-width: 3px;
}

.is-title-bold.is-title3-48,
.is-title-bold.is-title4-48,
.is-title-bold.is-title5-48 {
  border-width: 3px;
}

.is-title-bold.is-title3-32,
.is-title-bold.is-title4-32,
.is-title-bold.is-title5-32 {
  border-width: 2px;
}

/**********************************
    Into Styles
***********************************/
.is-info1 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-style: italic;
}

.is-info1.size-21 {
  margin-top: 12px;
}

.is-info1.size-24 {
  margin-top: 15px;
}

.is-info2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.is-info2.size-21 {
  margin-top: 12px;
}

.is-info2.size-24 {
  margin-top: 15px;
}

/**********************************
    Buttons Styles
***********************************/
.is-btn {
  padding: 10px 50px;
  font-size: 1rem;
  line-height: 2rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}

/* ghost1 default */
.is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}

.is-btn-ghost1:hover,
.is-btn-ghost1:active,
.is-btn-ghost1:focus {
  color: #fff;
  background-color: #111;
  border: 2px solid #111;
  text-decoration: none;
}

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
  color: #fff;
  border: 2px solid #fff;
}

.is-light-text .is-btn-ghost1:hover,
.is-light-text .is-btn-ghost1:active,
.is-light-text .is-btn-ghost1:focus,
.is-dark-text .is-light-text .is-btn-ghost1:hover,
.is-dark-text .is-light-text .is-btn-ghost1:active,
.is-dark-text .is-light-text .is-btn-ghost1:focus {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
  color: #000;
  border: 2px solid #111;
}

.is-dark-text .is-btn-ghost1:hover,
.is-dark-text .is-btn-ghost1:active,
.is-dark-text .is-btn-ghost1:focus,
.is-light-text .is-dark-text .is-btn-ghost1:hover,
.is-light-text .is-dark-text .is-btn-ghost1:active,
.is-light-text .is-dark-text .is-btn-ghost1:focus {
  color: #fff;
  background-color: #111;
  border: 2px solid #111;
}

/* ghost2 default */
.is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7;
}

.is-btn-ghost2:hover,
.is-btn-ghost2:active,
.is-btn-ghost2:focus {
  color: #000;
  background-color: #cdcdcd;
  border: 2px solid #cdcdcd;
  text-decoration: none;
}

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
  color: #000;
  border: 2px solid #f9f9f9;
  background-color: #f9f9f9;
}

.is-light-text .is-btn-ghost2:hover,
.is-light-text .is-btn-ghost2:active,
.is-light-text .is-btn-ghost2:focus,
.is-dark-text .is-light-text .is-btn-ghost2:hover,
.is-dark-text .is-light-text .is-btn-ghost2:active,
.is-dark-text .is-light-text .is-btn-ghost2:focus {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
}

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
  color: #000;
  border: 2px solid #d7d7d7;
  background-color: #d7d7d7;
}

.is-dark-text .is-btn-ghost2:hover,
.is-dark-text .is-btn-ghost2:active,
.is-dark-text .is-btn-ghost2:focus,
.is-light-text .is-dark-text .is-btn-ghost2:hover,
.is-light-text .is-dark-text .is-btn-ghost2:active,
.is-light-text .is-dark-text .is-btn-ghost2:focus {
  color: #000;
  background-color: #cdcdcd;
  border: 2px solid #cdcdcd;
}

.is-btn-small {
  padding: 5px 25px;
  font-size: 0.85rem;
}

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

.is-rounded-30 {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

/* Old Buttons */
.btn {
  padding: 7px 25px;
  font-size: 1rem;
  line-height: 2rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
}

/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

figure.hdr img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

figure.hdr:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.hdr figcaption {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  padding: 0 2.5rem;
  color: #fff;
  font-size: 1.55rem;
  text-align: center;
  box-sizing: border-box;
  z-index: 1;
}

/* Text */
figure.hdr h2 {
  font-weight: 300;
  text-transform: uppercase;
}

figure.hdr h2 span {
  font-weight: 800;
}

figure.hdr p {
  letter-spacing: 1px;
  font-size: 68.5%;
  text-transform: uppercase;
}

figure.hdr h2, figure.hdr p {
  margin: 0;
  z-index: 10000;
}

/* Cosmetic */
figure.hdr div {
  height: 100%;
  z-index: 0;
}

figure.hdr div::before,
figure.hdr div::after {
  position: absolute;
  content: "";
}

/* One */
figure.one div::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

figure.one div::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* Two */
figure.two div::before {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

figure.two div::after {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* Three */
figure.three figcaption {
  height: 70%;
}

figure.three p {
  margin: 1rem 0 0;
  padding: 2rem;
  border: 1px solid #fff;
}

/* Four */
figure.four figcaption {
  height: 60%;
  text-align: left;
}

figure.four p {
  position: absolute;
  right: 50px;
  bottom: 50px;
  left: 50px;
  padding: 2rem;
  border: 7px solid #fff;
}

/* Five */
figure.five figcaption {
  height: 100%;
  text-align: right;
}

figure.five h2 {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 10%;
  border-bottom: 5px solid #fff;
}

figure.five p {
  position: absolute;
  right: 50px;
  bottom: 10%;
}

/* Six */
figure.six figcaption {
  height: 70%;
}

figure.six h2 {
  padding-bottom: 3%;
  border-bottom: 1px solid #fff;
}

figure.six p {
  padding-top: 6%;
}

/* Seven */
figure.seven figcaption {
  height: 90%;
  text-align: left;
}

figure.seven h2 {
  border-bottom: 3px solid #fff;
}

figure.seven p {
  padding-top: 1rem;
}

/* Eight */
figure.eight figcaption {
  height: 100%;
  text-align: right;
}

figure.eight h2 {
  position: absolute;
  left: 50%;
  right: 50px;
  bottom: 10%;
}

figure.eight p {
  position: absolute;
  left: 50px;
  right: 50%;
  top: 10%;
  padding-right: 0.5rem;
  border-right: 1px solid #fff;
}

.section-list {
  width: 100%;
  height: auto;
  max-height: 476px;
  margin: 0;
  padding: 27px 0 0;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
}

.section-list div {
  cursor: pointer;
  margin: 0 15px 19px;
  padding: 0;
  display: inline-block;
  background: #acacac;
}

.section-list div:hover img {
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
}

.section-list div img {
  border: #cdcdcd 1px solid;
  width: 100%;
  max-width: 250px;
  margin: 0;
  box-sizing: border-box;
  display: block;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.is-section:hover .is-section-tool {
  z-index: 999;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.is-box {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.is-module {
  width: 100%;
  height: 100%;
  min-height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(images/module.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(0, 0, 0, 0.05);
}

.is-placeholder {
  width: 100%;
  height: 200px;
  position: relative;
  top: 0;
  left: 0;
  background-image: url(images/placeholder.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: rgba(0, 0, 0, 0.05);
}

.is-section-tool {
  z-index: 999;
  opacity: 0;
  position: absolute !important;
  top: 0px;
  left: 0px;
  margin: 0px;
  margin-left: 70px;
  width: 100%;
  height: 28px;
  white-space: nowrap;
}

.is-section-tool > div {
  width: 28px;
  height: 28px;
  box-sizing: border-box;
  padding: 0px;
  font-size: 13px;
  text-align: center;
  line-height: 28px;
  float: left;
}

.is-section-edit {
  cursor: pointer;
  border-bottom-left-radius: 5px;
  background: #00acd6;
  color: #fff;
}

.is-section-remove {
  cursor: pointer;
  border-bottom-right-radius: 5px;
  background: #f7632e;
  color: #fff;
}

.is-section-edit *, .is-section-remove * {
  color: #fff !important;
}

.is-tab-links > a {
  padding: 7px 14px;
  font-size: 13px;
  text-decoration: underline;
  color: #333;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0;
  line-height: 3;
}

.is-tab-links > a.active {
  background: #2C2C2C;
  color: #fff;
  text-decoration: none;
  cursor: default;
}

.is-tab-contents > div {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  max-height: 500px;
  box-sizing: border-box;
}

#inpMasterHead, #inpPageHead {
  border: rgba(187, 187, 187, 0.5) 1px solid;
}

.is-colorbuttons > div {
  padding: 0px;
}

.is-colorbuttons > div > button {
  height: 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* Already defined in base.css. Used this only if base.css is not used.*/
.md-modal .md-title {
  font-size: 20px;
  text-align: center;
}

.md-modal .is-boxes {
  min-height: inherit;
}

.md-modal .is-box-2 {
  height: inherit;
  min-height: inherit;
  padding: 5px;
}

.md-modal .is-box-3 {
  height: inherit;
  min-height: inherit;
  padding: 5px;
}

.md-modal .is-box-4 {
  height: inherit;
  min-height: inherit;
  padding: 5px;
}

.md-modal .is-box-6 {
  height: inherit;
  min-height: inherit;
  padding: 5px;
}

.md-modal .is-box-12 {
  height: inherit;
  min-height: inherit;
  padding: 5px;
}

.md-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cl-button {
  padding: 0 20px;
  font-size: 14px;
  line-height: 35px;
  height: 35px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.cl-button-large {
  padding: 0 30px;
  font-size: 15px;
  line-height: 45px;
  height: 45px;
}

.cl-button-small {
  padding: 0 10px;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
}

.cl-button-full {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
}

.cl-button.uppercase {
  font-size: 11px;
  text-transform: uppercase;
}

.cl-button-large.uppercase {
  font-size: 14px;
  text-transform: uppercase;
}

.cl-button-small.uppercase {
  font-size: 10px;
  text-transform: uppercase;
}

.cl-button {
  color: #333333;
  background-color: #eeeeee;
}

.cl-button:hover {
  color: #111;
  background-color: #f5f5f5;
}

.cl-button-primary {
  color: #ffffff;
  background-color: #08c9b9;
}

.cl-button-primary:hover {
  color: #ffffff;
  background-color: #07b0a2;
  border-color: #07b0a2;
}

/***********/
.is-opacity-20 {
  opacity: 1;
}

.is-opacity-25 {
  opacity: 1;
}

.is-opacity-30 {
  opacity: 1;
}

.is-opacity-35 {
  opacity: 1;
}

.is-opacity-40 {
  opacity: 1;
}

.is-opacity-45 {
  opacity: 1;
}

.is-opacity-50 {
  opacity: 1;
}

.is-opacity-55 {
  opacity: 1;
}

.is-opacity-60 {
  opacity: 1;
}

.is-opacity-65 {
  opacity: 1;
}

.is-opacity-70 {
  opacity: 1;
}

.is-opacity-75 {
  opacity: 1;
}

.is-opacity-80 {
  opacity: 1;
}

.is-opacity-85 {
  opacity: 1;
}

.is-opacity-90 {
  opacity: 1;
}

.is-opacity-95 {
  opacity: 1;
}

.is-opacity-20 .is-container > div > div:not(.row-tool) {
  opacity: 0.2;
}

.is-opacity-25 .is-container > div > div:not(.row-tool) {
  opacity: 0.25;
}

.is-opacity-30 .is-container > div > div:not(.row-tool) {
  opacity: 0.3;
}

.is-opacity-35 .is-container > div > div:not(.row-tool) {
  opacity: 0.35;
}

.is-opacity-40 .is-container > div > div:not(.row-tool) {
  opacity: 0.4;
}

.is-opacity-45 .is-container > div > div:not(.row-tool) {
  opacity: 0.45;
}

.is-opacity-50 .is-container > div > div:not(.row-tool) {
  opacity: 0.5;
}

.is-opacity-55 .is-container > div > div:not(.row-tool) {
  opacity: 0.55;
}

.is-opacity-60 .is-container > div > div:not(.row-tool) {
  opacity: 0.6;
}

.is-opacity-65 .is-container > div > div:not(.row-tool) {
  opacity: 0.65;
}

.is-opacity-70 .is-container > div > div:not(.row-tool) {
  opacity: 0.7;
}

.is-opacity-75 .is-container > div > div:not(.row-tool) {
  opacity: 0.75;
}

.is-opacity-80 .is-container > div > div:not(.row-tool) {
  opacity: 0.8;
}

.is-opacity-85 .is-container > div > div:not(.row-tool) {
  opacity: 0.85;
}

.is-opacity-90 .is-container > div > div:not(.row-tool) {
  opacity: 0.9;
}

.is-opacity-95 .is-container > div > div:not(.row-tool) {
  opacity: 0.95;
}

/* ADJUSTMENT */
#md-view-html {
  height: 90% !important;
}

/* DARK */
.md-content {
  background: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.5);
}

.md-modal-handle {
  color: rgba(255, 255, 255, 0.5);
}

.md-modal .md-title {
  color: rgba(255, 255, 255, 0.5);
}

.md-modal textarea {
  background-color: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.6);
  border: rgba(150, 150, 150, 0.5) 1px solid;
  overflow-x: hidden;
}

.md-modal select {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.6);
}

.md-modal select option {
  color: #000;
}

.md-modal input[type=checkbox] {
  opacity: 0.7;
}

.md-modal .md-label {
  background: none;
  color: rgba(255, 255, 255, 0.6);
}

.md-modal input[type=text] {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  border: none;
}

.md-modal button {
  background: rgba(150, 150, 150, 0.17);
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.md-modal button:hover {
  background-color: rgba(150, 150, 150, 0.25);
  color: rgba(255, 255, 255, 0.6);
}

.md-footer button {
  background: rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 0.6);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.md-footer button:hover {
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.md-modal button.cl-button-footer {
  background: rgba(100, 100, 100, 0.45);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  text-transform: uppercase;
}

.md-modal button.cl-button-footer:hover {
  background-color: rgba(100, 100, 100, 0.55);
  color: rgba(255, 255, 255, 0.7);
}

.is-tab-links > a {
  color: rgba(255, 255, 255, 0.5);
}

.is-tab-links > a.active {
  background: #2C2C2C;
  color: rgba(255, 255, 255, 0.55);
}

#rte-toolbar {
  background: none;
  border: none;
}

#rte-toolbar button {
  background-color: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.7);
}

#rte-toolbar button:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.9);
}

.rte-pop {
  background: none;
  border: none;
  z-index: 1;
}

.rte-pop button {
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: rgba(255, 255, 255, 0.7);
}

.rte-pop button:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
  color: rgba(255, 255, 255, 0.9);
}

#ifrHeadings, #ifrFonts, #ifrFontSize {
  background: #fff;
}

#divTool {
  background-color: #bfbfbf;
}

#divSnippetList {
  border-bottom: transparent 55px solid;
}

#divSnippetList div {
  background-color: rgba(0, 0, 0, 0.45);
}

#divSnippetList div img {
  opacity: 0.85;
}

#divSnippetList div:hover img {
  opacity: 0.95;
}

#lnkToolOpen {
  background-color: #bfbfbf;
  color: black;
}

#divTool select {
  opacity: 0.85;
}

.section-list {
  background: rgba(255, 255, 255, 0.83);
}

.section-list div {
  background: transparent;
}

.section-list div img {
  opacity: 0.9;
}

.section-list div:hover img {
  opacity: 1;
}

.section-list div img {
  border: none;
}

#btnInsertPlh,
#btnDelRowCancel,
#btnDelSectionCancel,
#btnTextColorOk,
#btnTextColorClear {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

#btnInsertPlh:hover,
#btnDelRowCancel:hover,
#btnDelSectionCancel:hover,
#btnTextColorOk:hover,
#btnTextColorClear:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}

/*#btnDelRowOk, #btnDelSectionOk { background-color: rgba(8, 201, 185, 0.51); color: rgba(255,255,255,0.5); border-color: transparent;  }*/
#btnDelRowOk,
#btnDelSectionOk {
  background-color: rgba(94, 167, 240, 0.51);
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

#btnDelRowOk:hover,
#btnDelSectionOk:hover {
  background-color: rgba(94, 167, 240, 0.6);
  color: rgba(255, 255, 255, 0.6);
  border-color: transparent;
}

#inpTextColor {
  background-color: black;
  color: rgba(255, 255, 255, 0.3);
  border: none;
}

#inpSectColor {
  padding: 2px 7px;
  width: 180px;
  height: 36px;
  margin: 5px;
  display: inline-block;
  border: #dcdcdc 1px solid;
  background-color: black;
  color: rgba(255, 255, 255, 0.3);
  border: none;
}

.md-tabs > * {
  background: black;
  color: rgba(255, 255, 255, 0.7);
}

.md-tabs > .active {
  background: rgba(255, 255, 255, 0.7);
  color: black;
}

/* #btnInsertPlh:hover, #btnDelRowCancel:hover, #btnTextColorOk:hover, #btnTextColorClear:hover, .md-pick-tag:hover {border-color:#4e4e4e} */
.md-pick-tag:hover {
  border-color: #4e4e4e;
}

.body-builder-page .custom-body-builder__buttons {
  display: table-cell;
  height: 6rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  white-space: normal;
}
.body-builder-page .custom-body-builder__buttons--md {
  display: table-cell;
  height: 8rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: normal;
}
.body-builder-page .custom-body-builder__buttons--lg {
  display: table-cell;
  height: 10rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  white-space: normal;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

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

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

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

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: white;
  background-color: #093a63;
  border-color: #072c4c;
}
.btn-primary:focus, .btn-primary.focus {
  color: white;
  background-color: #051e34;
  border-color: black;
}
.btn-primary:hover {
  color: white;
  background-color: #051e34;
  border-color: #020b14;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #051e34;
  background-image: none;
  border-color: #020b14;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: white;
  background-color: #020b14;
  border-color: black;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #093a63;
  border-color: #072c4c;
}
.btn-primary .badge {
  color: #093a63;
  background-color: white;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

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

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.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-bar-info {
  background-color: #5bc0de;
}
.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-bar-warning {
  background-color: #f0ad4e;
}
.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-bar-danger {
  background-color: #d9534f;
}
.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);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.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) {
  .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;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .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;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

body {
  background-color: #f2f1f1;
}

.container {
  padding-left: 0rem;
  padding-right: 0rem;
  width: 100%;
  max-width: 1500px;
}
@media (max-width: 768px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

body:not(#home) .main-wrapper {
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

body#home.hasAlert .banner--home {
  margin-top: 22.5rem;
}
@media (max-width: 992px) {
  body#home.hasAlert .banner--home {
    margin-top: 22.2rem;
  }
}

body#list-blocks .main-wrapper--internal {
  padding-bottom: 6rem;
}

.container--no {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.body--internal {
  padding-top: 14.5rem;
}
@media (max-width: 992px) {
  .body--internal {
    padding-top: 14rem;
  }
}
@media (max-width: 576px) {
  .body--internal {
    padding-top: 13rem;
  }
}
.body--internal.hasAlert {
  padding-top: 23rem;
}
@media (max-width: 992px) {
  .body--internal.hasAlert {
    padding-top: 22rem;
  }
}

.visibility-hidden {
  visibility: hidden;
}

.background-white {
  background-color: white;
}

a:focus {
  color: #eaeaea;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.left-zero {
  padding-left: 0;
  margin-left: 0;
}

.btn-press {
  font-size: 22px;
  padding: 10px 15px;
}
@media (max-width: 576px) {
  .btn-press {
    font-size: 16px;
  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.display-table {
  display: table;
}

.sam-margin-top {
  margin-top: 3rem;
}

html.fancybox-margin {
  margin: 0 auto;
}

.modal-backdrop {
  display: none;
}

.page-anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.navbar {
  border: 0px solid transparent;
}

.col-xs-2Half,
.col-sm-2Half,
.col-md-2Half,
.col-lg-2Half {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-2Half {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-2Half {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-2Half {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-2Half {
    width: 20%;
    float: left;
  }
}
.sam-panels__panel {
  border-bottom: 2px solid #9a9a9a;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0px;
}
.sam-panels__panel h2 a {
  display: block;
  color: #363636;
}
.sam-panels__panel h2 a .fa {
  float: right;
}

*,
*::after,
*::before {
  /* select both * and the before and after pseudo elements */
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  /* inherit box-sizing from body
  is a better practice */
}

html {
  /* set root font-size */
  /*font-size: 62.5%;*/
  /* this is 10px with 16px default\
  to make our life easier for converting px to rem
  this way users zooming in will change the font sizes
  rem is not supported below IE9 */
  font-size: 10px !important;
}

body {
  box-sizing: border-box;
  font-size: 1.8rem;
}
body p {
  color: #1d1d1d;
  margin: 15px 0px;
  font-size: 1.8rem;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
}
body p span {
  font-size: 1.8rem;
}
body h1,
body h2,
body h3,
body h4 {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
}
body ul,
body ol {
  margin-left: 3rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem;
  color: #1d1d1d;
}
body a {
  color: #0d5592;
}
body a:focus {
  color: #0d5592;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body .btn-default,
body .btn {
  border: 2px solid #0d5592;
  background-color: #0d5592;
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
}
body .btn-default:hover,
body .btn:hover {
  border: 2px solid #093a63;
  background-color: #093a63;
  color: white;
}
body .btn-default:focus,
body .btn:focus {
  background-color: white;
  color: #093a63;
  border: 2px solid #093a63;
}

body:not(#about) .interior {
  padding-bottom: 8rem;
}

.main-wrapper {
  background-color: white;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.main-wrapper--home {
  background-color: white;
}
.main-wrapper--internal {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.theme-modal, #nav-mobile-modal, #blogmodal {
  font-size: 3rem;
  background-color: rgba(9, 58, 99, 0.8);
}
.theme-modal .modal-backdrop, #nav-mobile-modal .modal-backdrop, #blogmodal .modal-backdrop {
  background-color: rgba(29, 29, 29, 0.2);
  height: 100vh;
  z-index: -1;
}
.theme-modal .modal-header, #nav-mobile-modal .modal-header, #blogmodal .modal-header {
  border: none;
}
.theme-modal .modal-content, #nav-mobile-modal .modal-content, #blogmodal .modal-content {
  height: 100vh;
  overflow: scroll;
}
.theme-modal .modal-content a, #nav-mobile-modal .modal-content a, #blogmodal .modal-content a {
  color: #0d5592;
  font-size: 2.4rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.theme-modal .modal-content .btn:hover, #nav-mobile-modal .modal-content .btn:hover, #blogmodal .modal-content .btn:hover {
  color: white;
}
.theme-modal .modal-content--filter, #nav-mobile-modal .modal-content--filter, #blogmodal .modal-content--filter {
  height: auto;
  background-color: white;
}
.theme-modal .modal-content--filter .btn, #nav-mobile-modal .modal-content--filter .btn, #blogmodal .modal-content--filter .btn {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .theme-modal .modal-content--filter .btn, #nav-mobile-modal .modal-content--filter .btn, #blogmodal .modal-content--filter .btn {
    padding: 1rem 2rem;
  }
}
.theme-modal .modal-content .modal-body ul, #nav-mobile-modal .modal-content .modal-body ul, #blogmodal .modal-content .modal-body ul {
  margin-left: 0px;
}
.theme-modal .theme-modal__title, #nav-mobile-modal .theme-modal__title, #blogmodal .theme-modal__title {
  color: #1d1d1d;
}
.theme-modal__list, #nav-mobile-modal__list, #blogmodal__list {
  padding: 1rem 0;
}
.theme-modal__list__child, #nav-mobile-modal__list__child, #blogmodal__list__child {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
}
.theme-modal__close--dark, .theme-modal__close--light, #nav-mobile-modal__close--dark, #nav-mobile-modal__close--light, #blogmodal__close--dark, #blogmodal__close--light {
  float: right;
  background-color: transparent;
  border: none;
}
.theme-modal__close--dark, #nav-mobile-modal__close--dark, #blogmodal__close--dark {
  color: #1d1d1d;
}
.theme-modal__close--light, #nav-mobile-modal__close--light, #blogmodal__close--light {
  color: #0d5592;
}
.theme-modal__search-field, #nav-mobile-modal__search-field, #blogmodal__search-field {
  width: 70%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #0d5592;
}
.theme-modal__search-field::placeholder, #nav-mobile-modal__search-field::placeholder, #blogmodal__search-field::placeholder {
  color: #363636;
}
.theme-modal__search-field:focus, #nav-mobile-modal__search-field:focus, #blogmodal__search-field:focus {
  outline: none;
}
.theme-modal.theme-modal--full-width .modal-dialog, #nav-mobile-modal.theme-modal--full-width .modal-dialog, #blogmodal.theme-modal--full-width .modal-dialog {
  width: 100%;
  margin: 0;
}

#accomp-all,
#accomp-1,
#accomp-2,
#accomp-3 {
  display: none;
}

.sel_all #accomp-all,
.sel_all #accomp-1,
.sel_all #accomp-2,
.sel_all #accomp-3,
.sel_1 #accomp-1,
.sel_2 #accomp-2,
.sel_3 #accomp-3 {
  display: block;
}

.show_form .form_mode,
.show_preview .preview_mode {
  display: block !important;
}

.show_form input,
.show_form select,
.show_form textarea {
  display: inline-block !important;
}

.show_form .preview_mode {
  display: none !important;
}

.show_preview .form-control,
.show_preview .form_mode,
.show_preview input,
.show_preview select,
.show_preview textarea {
  display: none !important;
}

abbr {
  outline: none;
  border: none;
}

.form-group .preview_mode {
  color: #000;
}

.show_form .picker {
  display: inline-block !important;
}

.show_preview input#send-request {
  display: inline-block !important;
}

.button-right {
  float: right;
}

.button-left {
  float: left;
}

#edit-request {
  margin-right: 1em;
}

#qa-form {
  margin-bottom: 20px;
}
#qa-form .button {
  cursor: pointer;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
}

.main-wrapper form #actions {
  font-size: 22px;
  height: 65px;
}
.main-wrapper form fieldset {
  margin: 50px 0 0 0;
}
.main-wrapper form fieldset legend {
  font-weight: 800;
  font-size: 30px;
}
.main-wrapper form fieldset label {
  font-weight: 500;
}
.main-wrapper form fieldset input,
.main-wrapper form fieldset select {
  padding: 10px;
}
.main-wrapper form fieldset input[type=radio],
.main-wrapper form fieldset input[type=checkbox] {
  padding: 0px;
  padding-top: 2px;
}
.main-wrapper form fieldset abbr[title],
.main-wrapper form fieldset abbr[data-original-title] {
  color: rgba(0, 0, 0, 0.2);
  border-bottom: none;
  cursor: help;
  padding: 5px;
}
.main-wrapper form fieldset textarea {
  min-height: 100px;
  font-size: 18px;
}
.main-wrapper form fieldset input.form-control,
.main-wrapper form fieldset select.form-control {
  height: 50px;
  font-size: 18px;
}
.main-wrapper form fieldset input.form-control:focus,
.main-wrapper form fieldset select.form-control:focus {
  border: 1px solid #CCC;
  -webkit-box-shadow: 1px, 1px, 5px, 0.5px;
  box-shadow: 1px, 1px, 5px, 0.5px;
}
.main-wrapper form fieldset .note-text {
  padding: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.33);
}
.main-wrapper form fieldset + fieldset {
  margin: 50px 0 0 0;
}
.main-wrapper form .btn {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  padding: 20px 45px 20px 45px;
  float: right;
  background-color: white;
  border: 2px solid #0d5592;
  color: #0d5592;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.main-wrapper form .btn:hover {
  background-color: #0d5592;
  border: 2px solid #0d5592;
  color: white;
}
@media (max-width: 576px) {
  .main-wrapper form .btn {
    float: none;
    width: 100%;
    padding: 20px 5px;
  }
}
.main-wrapper form .btn + .btn {
  margin: 0 15px;
}

.popover {
  z-index: 1020;
  background-color: #fff;
}

.popover.fade.in {
  background-color: #fff;
}

.data-containers {
  float: right;
  width: 300px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  margin-left: 20px;
}

#signatures-container {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  width: 100%;
  float: right;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  position: relative;
}
#signatures-container #num-signatures-container {
  display: block;
  float: left;
  padding: 6px 20px;
  font-size: 23px;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 100%;
}
#signatures-container #num-signatures-label {
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 18px;
}

.social-container {
  float: right;
  display: block;
  background: #eee;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.social-container ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.social-container ul li {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
.social-container ul li iframe {
  position: relative;
}
.social-container ul li.social-fb {
  margin-top: 1px;
}
.social-container ul li.social-plusone {
  margin-top: 2px;
}

.social-container {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
.social-container ul li {
  margin: 0px 8px;
}
.social-container ul li:last-child {
  margin-right: 0px;
}

.amend-form-container .loader {
  position: relative;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  border-left: 7px solid rgba(204, 204, 204, 0.15);
  border-right: 7px solid rgba(204, 204, 204, 0.15);
  border-bottom: 7px solid rgba(204, 204, 204, 0.15);
  border-top: 7px solid rgba(204, 204, 204, 0.8);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.amend-form-container form h2 {
  margin: 0 0 1em 0;
  font-size: 25px;
  font-weight: bold;
}
.amend-form-container form h3 {
  margin: 0 0 1em 0;
  font-size: 20px;
}
.amend-form-container form input[type=text],
.amend-form-container form input[type=email],
.amend-form-container form select {
  height: 50px;
}
.amend-form-container form input[type=text],
.amend-form-container form input[type=email],
.amend-form-container form textarea,
.amend-form-container form select {
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.amend-form-container form select {
  padding: 10px;
  height: 50px;
  font-size: 18px;
}
.amend-form-container form textarea {
  min-height: 125px;
}
.amend-form-container form input[type=checkbox] + label,
.amend-form-container form input[type=radio] + label {
  display: inline;
  position: relative;
  top: 2px;
  left: 0.5em;
}
.amend-form-container form .checkbox input[type=checkbox] {
  margin-left: 0;
}
.amend-form-container form .checkbox input[type=checkbox] + label {
  top: -1px;
  left: 0.25em;
}
.amend-form-container form .control-group + .control-group,
.amend-form-container form .control-group + .row,
.amend-form-container form .row + .control-group,
.amend-form-container form .row + .row {
  margin-top: 1em;
}

@media (max-width: 992px) {
  .amend-form-container form div[class^=col-] + div[class^=col-] {
    margin-top: 1em;
  }
  .amend-form-container form .first {
    margin-top: 1em;
  }
}
.fc-tbx {
  padding: 9px 14px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.fc-tbx .arrow, .fc-tbx .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fc-tbx .arrow {
  border-width: 11px;
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.fc-tbx .arrow:after {
  content: "";
  border-width: 10px;
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.fc-tbx ul.error-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-tbx ul.error-list li p {
  margin: 0;
  font-size: 18px;
  color: #464646;
}

.polls input[type=text] {
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px;
}
.polls select {
  padding: 10px;
  height: 50px;
  font-size: 18px;
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.polls label {
  font-weight: 500;
}
.polls .control-group {
  padding: 10px 0px;
}
.polls input[type=radio] {
  margin-right: 10px;
}
.polls input.btn {
  float: right;
  font-size: 30px;
}

.hide-on-submit {
  display: none !important;
}

.hidden_set {
  margin-bottom: 50px;
  margin-top: -50px;
}
.hidden_set .control-group {
  padding-top: 20px;
}

.data-containers {
  float: right;
  width: 300px;
  text-align: center;
  border: 1px solid #d9d9d9;
  margin-bottom: 20px;
  margin-left: 20px;
}

.social-container {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
.social-container ul li {
  margin: 0px 8px;
}
.social-container ul li:last-child {
  margin-right: 0px;
}

#signatures-container {
  width: 100%;
  float: right;
  margin-bottom: 0px;
}
#signatures-container #num-signatures-container {
  display: block;
  float: left;
  padding: 6px 20px;
  font-size: 23px;
  background-color: #d9d9d9;
  text-align: center;
  width: 100%;
}
#signatures-container #num-signatures-container strong {
  font-weight: normal;
}
#signatures-container #num-signatures-label {
  display: block;
  float: left;
  padding: 15px 10px;
  font-size: 18px;
}

.amend-form-container {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem;
}
.amend-form-container h1 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
}
.amend-form-container span {
  font-size: 1.6rem;
}
.amend-form-container textarea,
.amend-form-container input {
  padding: 1rem;
}

.crs {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.8rem;
}
.crs a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.crs hr {
  margin: 0 0 1rem;
}
.crs p {
  line-height: 1.7;
}
.crs__title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  padding-top: 3rem;
}
.crs__section {
  margin: 2rem;
}
.crs__list {
  padding-left: 2rem;
}
.crs__list--side {
  padding-left: 10%;
}
.crs__description--sm {
  font-size: 1.6rem;
}

.crs--dynamic center {
  text-align: left;
}
.crs--dynamic center h3 {
  font-size: 3rem;
}
.crs--dynamic table {
  width: 100%;
}
.crs--dynamic ol li {
  margin-bottom: 2rem;
}
.crs--dynamic ol li a {
  font-size: 1.8rem;
}
.crs--dynamic ol li span {
  font-size: 1.8rem;
}
.crs--dynamic td ul {
  padding-left: 4rem;
}
.crs--dynamic ul,
.crs--dynamic ol {
  padding-left: 2rem;
}
.crs--dynamic ul li,
.crs--dynamic ol li {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.8rem;
}
.crs--dynamic a.crstop {
  display: inline-block;
  padding-top: 4rem;
}
.crs--dynamic td h4 {
  padding-top: 4rem;
  font-size: 2.2rem;
}

.custom-bottom-navs {
  display: block;
  width: 100%;
  position: relative;
  background-color: #093a63;
}
.custom-bottom-navs__container {
  margin: 0 auto;
}
.custom-bottom-navs__boxes {
  position: relative;
  background-color: #093a63;
  padding: 0;
}
.custom-bottom-navs__boxes--middle {
  border-left: 2px solid black;
  border-right: 2px solid black;
}
@media (max-width: 992px) {
  .custom-bottom-navs__boxes--middle {
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
}
@media (max-width: 768px) {
  .custom-bottom-navs__boxes {
    background-color: #f2f1f1;
    border-bottom: 1px solid white;
  }
}
.custom-bottom-navs__parent-links {
  display: block;
  padding: 1.6rem;
  font-size: 1.8rem;
  color: white;
  text-transform: uppercase;
}
.custom-bottom-navs__parent-links:hover, .custom-bottom-navs__parent-links--selected {
  background-color: #f2f1f1;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  .custom-bottom-navs__parent-links:hover, .custom-bottom-navs__parent-links--selected {
    background-color: #093a63;
  }
}
.custom-bottom-navs__parent-links:focus {
  color: white;
}
.custom-bottom-navs__children-dropdown {
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: white;
  box-shadow: 1px 2px 5px #a7a7a7;
}
.custom-bottom-navs__child-box {
  border-top: 1px solid rgba(154, 154, 154, 0.3);
}
.custom-bottom-navs__child-link {
  display: block;
  padding: 2rem;
  font-size: 1.6rem;
  color: #1d1d1d;
  text-transform: uppercase;
}
.custom-bottom-navs__child-link:hover {
  background-color: #093a63;
  color: white;
  text-decoration: none;
}

.featured-video {
  color: #1d1d1d;
}
.featured-video__title {
  font-size: 2.4rem;
}
.featured-video__description {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem;
}
.featured-video__tag-title, .featured-video__tag-name {
  display: inline;
  font-size: 1.6rem;
}
.featured-video__tag-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.featured-video__tag-name {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
}
.featured-video__tag-name a {
  color: #1d1d1d;
}
.featured-video__tag-name a:hover {
  color: #363636;
}

.insta-widget {
  padding: 0 15px;
}
.insta-widget__profile {
  display: inline-block;
  border-radius: 50%;
}
.insta-widget__header a {
  color: #363636;
  padding-top: 1rem;
}
.insta-widget__header a h4 {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #363636;
}
.insta-widget__header a:hover .insta-widget__profile {
  box-shadow: 0px 0px 20px 2px black;
}
.insta-widget__profile {
  max-width: 110px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.insta-widget__follow {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.insta-widget__follow--button {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
  background-color: #363636;
  border: 1px solid #363636;
}
.insta-widget__follow--button:hover {
  background-color: white;
  color: black;
}
.insta-widget__photos--column {
  padding: 2px;
}
.insta-widget__photo-holder {
  display: block;
}
.insta-widget__photo-holder--top {
  height: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}
.insta-widget__photo-holder--photo {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 992px) {
  .mapbox {
    display: none;
  }
}
.mapbox__overlay-image {
  position: relative;
  width: 720px;
  top: 40px;
  margin-bottom: 40px;
  left: 120px;
}
.mapbox #map {
  height: 700px;
  overflow: visible;
  position: absolute;
  top: 0;
  left: 483px;
}
.mapbox .leaflet-popup {
  z-index: 10;
}
.mapbox .leaflet-container {
  background: transparent;
}
.mapbox .leaflet-pane {
  z-index: 2;
}
.mapbox .leaflet-popup-pane {
  position: absolute !important;
}
.mapbox .leaflet-popup-content {
  overflow: auto;
  border: none;
}
.mapbox .leaflet-popup-content-wrapper {
  border-radius: 1rem;
  padding: 1rem;
}
.mapbox .leaflet-proxy.leaflet-zoom-animated {
  display: none;
}
.mapbox .mapbox__popup__event-box:not(:last-child) {
  min-height: 170px;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.mapbox .mapbox__popup--image-box, .mapbox .mapbox__popup--has-image {
  display: inline-block;
  vertical-align: top;
}
.mapbox .mapbox__popup--image-box {
  width: 35%;
}
.mapbox .mapbox__popup--has-image {
  width: 65%;
  padding-left: 20px;
}
.mapbox .mapbox__popup__marker-count {
  display: block;
  float: right;
}
.mapbox .mapbox__popup__marker-date {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  color: black;
  text-transform: uppercase;
}
.mapbox .mapbox__popup__marker-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  color: #0d5592;
}
.mapbox .mapbox__popup__marker-description {
  margin-top: 1rem;
}
.mapbox .mapbox__popup__marker-description p,
.mapbox .mapbox__popup__marker-description span,
.mapbox .mapbox__popup__marker-description p span {
  font-size: 1.4rem;
  line-height: 1.2;
}

.mapbox-filter label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
}
.mapbox-filter__reset, .mapbox-filter__set {
  margin-top: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.mapbox-filter__reset:hover, .mapbox-filter__set:hover {
  cursor: pointer;
  text-decoration: none;
}
.mapbox-filter__reset {
  float: left;
}
.mapbox-filter__set {
  float: right;
}

.multimedia-share__element {
  vertical-align: top;
}
.multimedia-share__youtube {
  background-color: #DF2A2A;
}
.multimedia-share__youtube a {
  color: white;
}
.multimedia-share__youtube a:hover {
  text-decoration: none;
}
.multimedia-share__youtube:hover {
  background-color: #ba1c1c;
}
.multimedia-share__facebook {
  width: 6rem;
  height: 2.5rem;
  border: none;
  overflow: hidden;
}
.multimedia-share__share-link-container {
  position: relative;
}
.multimedia-share__copy-text-field {
  position: absolute;
  z-index: -1;
  width: 30px;
}

.office-locations {
  background-color: white;
}
.office-locations__title {
  margin: 0;
  padding: 15px;
  background-color: #eaeaea;
  border-bottom: 5px solid #d1d1d1;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}
.office-locations__container {
  width: 100%;
  max-width: 1350px;
  margin: 0px auto;
  padding: 5rem 0px;
  display: block;
  background-color: white;
}
.office-locations__image {
  border: 5px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 150px;
}
.office-locations__box {
  padding: 0px;
  margin-bottom: 2rem;
}
.office-locations__box:hover .office-locations__image {
  border: 5px solid #0d5592;
}
.office-locations__box:hover .office-locations__location-name {
  color: #0d5592;
}
.office-locations__location-name {
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  color: #363636;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.office-locations__address p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 2rem;
}

.page-top-nav {
  padding: 20px 0;
}

.page-top-nav__button {
  padding-left: 0px;
  padding-right: 3px;
}
.page-top-nav__button:last-child {
  padding-right: 0px;
}
@media (max-width: 768px) {
  .page-top-nav__button:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .page-top-nav__button {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn.page-top-nav__link {
  width: 100%;
  background-color: #6f9dc3;
  border-bottom: 2px solid #6f9dc3;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  color: black;
}
.btn.page-top-nav__link--selected {
  color: white;
  background-color: #6f9dc3;
  border: none;
  border-bottom: 2px solid #6f9dc3;
}
.btn.page-top-nav__link:hover {
  color: white;
  background-color: #6f9dc3;
  border: none;
  border-bottom: 2px solid #6f9dc3;
}
@media (max-width: 992px) {
  .btn.page-top-nav__link {
    margin-bottom: 5px;
  }
}

.press-search {
  display: inline-block;
  float: right;
}
@media (max-width: 576px) {
  .press-search {
    float: none;
    margin-bottom: 3rem;
    display: block;
  }
}
.press-search input {
  height: 3rem;
  width: 30rem;
  padding: 0px 5px;
  border: none;
  border-bottom: 1px solid #093a63;
  color: #093a63;
}
@media (max-width: 576px) {
  .press-search input {
    width: 20rem;
  }
}
.press-search button {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: 1px solid #1d1d1d;
  color: #1d1d1d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.press-search button:hover {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: white;
}

.search__button {
  background-color: transparent;
  border: none;
  padding: 12px 15px;
}

.search--full-screen {
  cursor: pointer;
}

.search--slide-out {
  position: relative;
  right: 0px;
  top: 0px;
  z-index: 2;
  line-height: 22px;
}
.search--slide-out__button {
  background-color: transparent;
  border: none;
  padding: 12px 15px;
}
.search--slide-out__button .fa {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.search--slide-out__button--showing, .search--slide-out__button:hover {
  background-color: #093a63;
  cursor: pointer;
}
.search--slide-out__button--showing .search__icon, .search--slide-out__button:hover .search__icon {
  color: white;
}
.search--slide-out__button:focus {
  outline: none;
}
.search--slide-out__field {
  position: absolute;
  width: 0;
  height: 46px;
  border: none;
  left: -705px;
  z-index: -1;
  float: left;
  background-color: transparent;
  margin-left: 715px;
  padding: 2rem;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: transparent;
  line-height: 18px;
}
@media (max-width: 992px) {
  .search--slide-out__field {
    left: -550px;
    margin-left: 555px;
  }
}
.search--slide-out__field--showing {
  width: 715px;
  margin-left: 0;
  background-color: white;
  color: #9a9a9a;
  border: 1px solid rgba(154, 154, 154, 0.3);
}
@media (max-width: 992px) {
  .search--slide-out__field--showing {
    width: 555px;
  }
}
.search--slide-out__clear {
  position: absolute;
  left: -2rem;
  top: 32%;
  color: rgba(154, 154, 154, 0.3);
}
.search--slide-out__clear:hover {
  cursor: pointer;
  color: rgba(154, 154, 154, 0.6);
}

.share-bar .share-bar__link {
  margin: 3px 0;
  padding: 0px 10px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.2rem;
}
.share-bar .share-bar__link--facebook:hover {
  background-color: #4268b2;
}
.share-bar .share-bar__link--twitter:hover {
  background-color: #2AA3EF;
}
.share-bar .share-bar__link:hover {
  text-decoration: none;
}

.social-box__element-box {
  margin: 0px;
}
@media (max-width: 1200px) {
  .social-box__element-box {
    display: inline-block;
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .social-box__element-box {
    display: block;
  }
}
.social-box__element {
  display: inline-block;
  padding: 0 2px;
}
.social-box__icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 8px;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.social-box--top {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  color: white;
  position: relative;
  top: 5px;
}
.social-box--top .social-box__icon {
  width: 22px;
  height: 22px;
  padding: 4px;
  border: 1px solid white;
  background-color: white;
  border: 1px solid #9a9a9a;
}
.social-box--top .social-box__icon:hover {
  background-color: #6f9dc3;
  border: 1px solid #6f9dc3;
}
@media (max-width: 1200px) {
  .social-box--top .social-box__icon {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 992px) {
  .social-box--top .social-box__icon {
    width: 25px;
    height: 25px;
    padding: 5px;
  }
}
.social-box--top .social-box__icon--facebook {
  padding-left: 5px;
  color: #4268b2;
}
.social-box--top .social-box__icon--facebook:hover {
  color: white;
  background-color: #4268b2;
  border: 1px solid #4268b2;
}
.social-box--top .social-box__icon--flickr {
  color: #f40083;
}
.social-box--top .social-box__icon--flickr:hover {
  background-color: #006add;
  color: white;
  border: 1px solid #006add;
}
.social-box--top .social-box__icon--youtube {
  color: #DF2A2A;
}
.social-box--top .social-box__icon--youtube:hover {
  background-color: #2AA3EF;
  color: white;
  border: 1px solid #2AA3EF;
}
.social-box--top .social-box__icon--twitter {
  color: #2AA3EF;
}
.social-box--top .social-box__icon--twitter:hover {
  background-color: #2AA3EF;
  color: white;
  border: 1px solid #2AA3EF;
}
.social-box--top .social-box__icon--instagram {
  color: #c32aa3;
}
.social-box--top .social-box__icon--instagram:hover {
  background-color: #ffdc7d;
  color: #c32aa3;
  border: 1px solid #ffdc7d;
}
.social-box--top .social-box__link {
  color: #9a9a9a;
  text-align: center;
  display: block;
  border-radius: 20px;
}
.social-box--top .social-box__element {
  font-size: 1.2rem;
  padding: 5px 0px;
}
@media (max-width: 1200px) {
  .social-box--top .social-box__element {
    padding: 0px 0px;
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .social-box--top .social-box__element {
    padding: 0 1px !important;
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .social-box--top {
    padding-top: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  .social-box--top {
    padding: 9px;
    float: right;
    top: 0px;
  }
}
@media (max-width: 576px) {
  .social-box--top {
    padding: 5px;
  }
}
.social-box--footer {
  display: inline-block;
  text-align: center;
}
.social-box--footer .social-box__element {
  font-size: 1.2rem;
  padding: 5px 0px;
}
@media (max-width: 1200px) {
  .social-box--footer .social-box__element {
    padding: 0px 2px;
  }
}
@media (max-width: 992px) {
  .social-box--footer .social-box__element {
    padding: 0 5px !important;
  }
}
.social-box--footer .social-box__link {
  color: #9a9a9a;
}
.social-box--footer .social-box__icon {
  width: 22px;
  height: 22px;
  padding: 4px;
  border: 1px solid white;
  background-color: white;
  border: 1px solid #9a9a9a;
}
.social-box--footer .social-box__icon:hover {
  background-color: #6f9dc3;
  border: 1px solid #6f9dc3;
}
.social-box--footer .social-box__icon--facebook {
  padding-left: 5px;
  color: #4268b2;
}
.social-box--footer .social-box__icon--facebook:hover {
  color: white;
  background-color: #4268b2;
  border: 1px solid #4268b2;
}
.social-box--footer .social-box__icon--flickr {
  color: #f40083;
}
.social-box--footer .social-box__icon--flickr:hover {
  background-color: #006add;
  color: white;
  border: 1px solid #006add;
}
.social-box--footer .social-box__icon--youtube {
  color: #DF2A2A;
}
.social-box--footer .social-box__icon--youtube:hover {
  background-color: #2AA3EF;
  color: white;
  border: 1px solid #2AA3EF;
}
.social-box--footer .social-box__icon--twitter {
  color: #2AA3EF;
}
.social-box--footer .social-box__icon--twitter:hover {
  background-color: #2AA3EF;
  color: white;
  border: 1px solid #2AA3EF;
}
.social-box--footer .social-box__icon--instagram {
  color: #c32aa3;
}
.social-box--footer .social-box__icon--instagram:hover {
  background-color: #ffdc7d;
  color: #c32aa3;
  border: 1px solid #ffdc7d;
}
@media (max-width: 992px) {
  .social-box--footer {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .thomas-search {
    margin-bottom: 5rem;
  }
}
.thomas-search__title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: #1d1d1d;
  font-size: 1.8rem;
}
.thomas-search__field {
  width: 75%;
  height: 35px;
  padding: 6px 12px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem;
  line-height: 1.42857;
  color: black;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .thomas-search__field {
    width: 70%;
    height: 35px;
  }
}
@media (max-width: 992px) {
  .thomas-search__field {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .thomas-search__field {
    width: 75%;
  }
}
@media (max-width: 576px) {
  .thomas-search__field {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.thomas-search .btn.thomas-search__btn {
  margin: 0;
  padding: 4px 15px;
  background-color: #0d5592;
  color: white;
  font-size: 1.6rem;
}
.thomas-search .btn.thomas-search__btn:hover {
  background-color: #093a63;
}

.twitter-carousel {
  position: relative;
  height: 100%;
  padding: 1rem 2rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.twitter-carousel__title {
  font-size: 2.2rem;
  color: #093a63;
}
.twitter-carousel__verified {
  color: #2AA3EF;
}
.twitter-carousel__handle {
  color: #DF2A2A;
}
.twitter-carousel__handle:hover {
  color: #DF2A2A;
}
.twitter-carousel .tweet span {
  font-size: 1.6rem;
}
.twitter-carousel .tweet a {
  color: #DF2A2A;
}
.twitter-carousel__left, .twitter-carousel__right {
  position: absolute;
  bottom: 1rem;
  font-size: 2.2rem;
}
.twitter-carousel__left {
  left: 2rem;
}
.twitter-carousel__right {
  right: 2rem;
}
@media (max-width: 768px) {
  .twitter-carousel {
    display: table-cell;
    height: 100%;
  }
}
.twitter-carousel .carousel-inner .item {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.banner {
  position: relative;
  height: 620px;
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
@media (max-width: 992px) {
  .banner {
    height: 50rem;
  }
}
@media (max-width: 576px) {
  .banner {
    height: 40rem;
  }
}
@media (max-width: 576px) {
  .banner {
    height: 30rem;
  }
}
.banner__background, .banner__background--no-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: top left;
  top: 0;
}
.banner__background:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  opacity: 1;
  background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.1) 35%, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.19) 85%, rgba(0, 0, 0, 0.45) 100%);
}
.banner__logo-box {
  display: block;
  height: auto;
  width: 35%;
  margin: 10% auto 0;
}
.banner__page-title {
  margin-top: 26rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 5rem;
  color: white;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .banner__page-title {
    margin-top: 12rem;
    font-size: 3rem;
  }
}

.filter-buttons {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.filter-buttons__button {
  color: #093a63;
}
.filter-buttons__button:hover {
  color: #f2f1f1;
}
.filter-buttons__text {
  padding-left: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
}

.filter-form__select {
  height: 50px;
  margin: 1rem 0;
  border: 2px solid #093a63;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  color: #093a63;
}
.filter-form__buttons {
  margin-top: 3rem;
}

.pagination {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
}
@media (max-width: 360px) {
  .pagination {
    font-size: 1.2rem;
  }
}
.pagination__selector, .pagination__buttons {
  display: inline-block;
}
.pagination__selector {
  padding-top: 0.5rem;
}
.pagination__buttons {
  float: right;
}

.photos-macros__image-box {
  margin: 1rem 0;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
}
.photos-macros__image-box--flag {
  height: 10rem;
}
.photos-macros__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.press-browser {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
}
.press-browser__table {
  width: 100%;
}
.press-browser .press-browser__date-divider {
  border: none;
  padding: 0;
  padding-top: 4rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
}
.press-browser__item-row {
  padding: 1rem 0;
}
.press-browser .press-browser__date {
  padding-left: 0;
  font-size: 1.6rem;
}
.press-browser__link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
}
.press-browser__none-found {
  padding-left: 1rem;
  font-size: 1.8rem;
}

.breadcrumbs {
  margin: 0;
  margin-left: 0px !important;
}
.breadcrumbs--no-indent {
  margin-left: 0;
}
.breadcrumbs__link {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.breadcrumbs__link:hover {
  color: #0d5592;
  text-decoration: underline;
}
.breadcrumbs--divider {
  font-size: 1rem;
  position: relative;
  top: -1px;
}
.breadcrumbs ol li:last-child .breadcrumbs__link {
  color: #0d5592;
  text-decoration: underline;
}

.header {
  display: block;
}
.header--internal {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
  height: 145px;
  padding: 25px 0px;
}
.header--internal .main-logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  padding: 5px 5px;
  font-size: 3rem;
  width: 100%;
  max-width: 350px;
  margin-top: 5px;
}
.header--internal .main-logo:hover {
  color: #6f9dc3;
  text-decoration: none;
}
.header--internal .main-logo img {
  width: 100%;
}
@media (max-width: 992px) {
  .header--internal .main-logo {
    padding: 10px 5px;
    max-width: 250px;
    margin-top: 50x;
  }
}
.header--internal .navigation--header__rightnav {
  width: 100%;
  display: block;
  text-align: right;
  background-color: white;
}
.header--internal .navigation--header__rightnav .social-box--top {
  background-color: transparent;
  padding: 0.7rem 1rem;
}
.header--internal .navigation--header__rightnav .social-box--top .social-box__element-box {
  margin-bottom: 0px;
}
.header--internal .navigation--header__rightnav .social-box--top .social-box__element-box .newsletter-signup {
  display: none;
}
@media (max-width: 992px) {
  .header--internal .navigation--header__rightnav .social-box--top .social-box__element-box .social-box__element {
    padding: 5px 1px;
  }
}
@media (max-width: 768px) {
  .header--internal .navigation--header__rightnav .social-box {
    display: block !important;
    float: left;
  }
}
@media (max-width: 400px) {
  .header--internal .navigation--header__rightnav .social-box {
    display: none !important;
  }
}
.header--internal .navigation--header__rightnav .navigation--header__internalnav {
  padding-left: 10px;
  padding-right: 10px;
}
.header--internal .newsletter-box {
  padding: 0px;
}
.header--internal .newsletter-box .newsletter-signup {
  position: relative;
  display: block;
  text-align: right;
  height: auto;
  line-height: 1;
  top: 0px;
}
.header--internal .newsletter-box .newsletter-signup .newsletter {
  color: #9a9a9a;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  position: relative;
  bottom: -2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .header--internal .newsletter-box .newsletter-signup .newsletter {
    font-size: 8px;
  }
}
.header--internal .newsletter-box .newsletter-signup .signup {
  color: #0d5592;
  display: block;
  font-family: "ITC Garamond W01 Book Cond It";
  font-size: 2.4rem;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1300px) {
  .header--internal .newsletter-box .newsletter-signup .signup {
    font-size: 2.2rem;
  }
}
@media (max-width: 1200px) {
  .header--internal .newsletter-box .newsletter-signup .signup {
    font-size: 2rem;
  }
}
.header--internal .newsletter-box .newsletter-signup:hover {
  text-decoration: none;
}
.header--internal .newsletter-box .newsletter-signup:hover .newsletter {
  color: #0d5592;
}
.header--internal .newsletter-box .newsletter-signup:hover .signup {
  color: #1d1d1d;
}
@media (max-width: 1200px) {
  .header--internal .newsletter-box {
    padding: 2px 0px;
  }
}
@media (max-width: 1330px) {
  .header--internal {
    padding: 25px 15px;
  }
}
@media (max-width: 992px) {
  .header--internal {
    padding: 0px;
    height: 130px;
  }
}
.header--internal.hasAlert {
  top: 80px;
}
.header--internal.hasAlert.scrollAlert {
  top: 0;
}
.header__nav-bar {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
}
@media (max-width: 992px) {
  .header__nav-bar--item {
    background-color: #363636;
  }
}
.header__nav-bar--item--logo {
  padding: 0px;
}
@media (max-width: 992px) {
  .header__nav-bar--item--logo {
    text-align: center;
    background-color: white;
    padding: 1px;
  }
}
.header__nav-bar--item__holder {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.header__nav-bar--item--socialitems {
  padding: 0px;
}
.header__nav-bar a {
  color: white;
}
@media (max-width: 992px) {
  .header__nav-bar a {
    padding: 5px 0px;
  }
}
.header__nav-bar.row {
  margin: 0 auto;
}
.header__nav-bar--searchbar {
  display: block;
  width: 100%;
  position: relative;
}
.header__nav-bar--searchbar .search__field {
  width: 100%;
  border: 1px solid #9a9a9a;
  box-shadow: none;
  height: 40px;
  padding: 5px;
  font-size: 1.8rem;
}
.header__nav-bar--searchbar .search__button {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #9a9a9a;
  font-size: 18px;
  height: 38px;
  padding: 5px 15px;
}
.header__nav-bar--searchbar .search__button:hover {
  color: #363636;
}
.header--mobile__logo {
  padding: 3rem;
  background-color: #1d1d1d;
}

.header_banner {
  background-color: #da1e1e;
  color: white;
  font-size: 1.6rem;
  position: absolute;
  top: 0px;
  width: 100%;
}
.header_banner__alert {
  margin: 1rem 0;
  text-transform: uppercase;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .header_banner__alert {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .header_banner__alert {
    font-size: 2.2rem;
  }
}
.header_banner__container {
  display: table;
  width: 100%;
  height: 80px;
  vertical-align: middle;
  position: relative;
}
.header_banner__container:before {
  content: "";
  background-image: url("/assets/images/theme/pattern.png");
  width: 99%;
  height: 100%;
  display: block;
  top: 0px;
  left: -98%;
  position: absolute;
  background-repeat: repeat;
  background-color: #c11718;
}
@media (max-width: 992px) {
  .header_banner__container:before {
    display: none;
  }
}
.header_banner .header_banner__headline {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
  font-size: 2.2rem;
}
@media (max-width: 992px) {
  .header_banner .header_banner__headline {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .header_banner .header_banner__headline {
    font-size: 1.2rem;
  }
}
.header_banner .header_banner__headline:hover {
  text-decoration: underline;
}
.header_banner--leftside {
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: relative;
  background-color: #c11718;
  z-index: 2;
}
.header_banner--leftside:before {
  content: "";
  background-image: url("/assets/images/theme/pattern.png");
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  background-repeat: repeat;
}
.header_banner--leftside:after {
  content: "";
  width: 0;
  position: absolute;
  top: 0px;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #d91d1e;
  border-top: 40px solid #d91d1e;
  right: 0;
  margin: 0 auto;
}
.header_banner--rightside {
  display: table-cell;
  vertical-align: middle;
  float: none;
  position: relative;
  z-index: 2;
  background-color: #d91d1e;
}

.navigation {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
.navigation--header {
  text-align: center;
  color: white;
  position: relative;
  bottom: -6rem;
}
.navigation--header__rightnav__newsletter, .navigation--header__rightnav__newsletter--internal {
  display: inline-block;
  vertical-align: top;
  padding-top: 6px;
  position: relative;
}
.navigation--header__rightnav__newsletter a:hover, .navigation--header__rightnav__newsletter--internal a:hover {
  color: #f2f1f1;
  text-decoration: none;
}
.navigation--header__rightnav__newsletter--newsletter, .navigation--header__rightnav__newsletter--internal--newsletter {
  color: #6f9dc3;
}
.navigation--header__rightnav__newsletter--signup, .navigation--header__rightnav__newsletter--internal--signup {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: italic;
  font-weight: lighter;
  text-transform: none;
}
@media (max-width: 1200px) {
  .navigation--header__rightnav__newsletter, .navigation--header__rightnav__newsletter--internal {
    display: none;
  }
}
.navigation--header__rightnav__newsletter--internal {
  padding: 1.2rem;
}
.navigation--header__rightnav__newsletter--internal a {
  text-transform: uppercase;
  font-size: 1.8rem;
  color: white;
}
@media (max-width: 1200px) {
  .navigation--header__rightnav__newsletter--internal {
    display: inline-block;
  }
}
@media (max-width: 1200px) {
  .navigation--header__rightnav {
    margin-right: 0px;
  }
}
.navigation .nav-bar {
  display: inline-block;
  border: none;
  margin-bottom: 0;
}
.navigation .nav-bar__link {
  display: block;
  padding: 1.6rem;
  text-align: center;
}
.navigation .nav-bar__link--top {
  display: inline-block;
  padding: 10px 15px 30px;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #363636;
  font-size: 2rem;
}
.navigation .nav-bar__link--top:active, .navigation .nav-bar__link--top:hover {
  text-decoration: none;
  color: #0d5592;
}
.navigation .nav-bar__link--top:active:before, .navigation .nav-bar__link--top:hover:before {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #0d5592;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.navigation .nav-bar__link--top--selected {
  color: #0d5592;
}
.navigation .nav-bar__link--top--selected:before {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #0d5592;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1330px) {
  .navigation .nav-bar__link--top {
    font-size: 1.6rem;
  }
}
.navigation .nav-bar__link--footer {
  padding: 5px 15px;
  background-color: #363636;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .navigation .nav-bar__link--footer {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
.navigation .nav-bar__link--footer:hover {
  text-decoration: underline;
}
.navigation .nav-bar__link--footer--selected {
  text-decoration: underline;
}
@media (max-width: 1250px) {
  .navigation .nav-bar {
    margin-left: 1rem;
  }
}
.navigation .nav-bar__internal-logo {
  font-size: 2.4rem;
}
.navigation .nav-bar__block {
  position: relative;
}
.navigation .nav-bar__list:hover .nav-bar__link--top:before, .navigation .nav-bar__list:active .nav-bar__link--top:before {
  content: "";
  width: 0;
  position: absolute;
  bottom: 0px;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #0d5592;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.navigation .nav-bar__list:hover .child-dropdown, .navigation .nav-bar__list:active .child-dropdown {
  display: block;
}
.navigation .nav-bar .nav-item .search--full-screen .fa-search {
  font-size: 1.4rem;
  top: -2px;
  position: relative;
}
.navigation--footer {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 992px) {
  .navigation--footer .nav-bar__block {
    width: 100%;
    display: inline-block;
  }
  .navigation--footer .nav-bar__block .nav-item {
    float: none;
    display: inline-block;
  }
}

.child-dropdown {
  display: none;
  position: absolute;
  z-index: 5;
  min-width: 20rem;
  margin-left: 0;
  background-color: #0d5592;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  box-shadow: 5px 5px 5px #393939;
}
.child-dropdown .child-dropdown__element {
  min-width: 10%;
}
.child-dropdown .child-dropdown__element .child-dropdown__element--link {
  display: block;
  padding: 15px;
  text-align: left;
  color: white;
  text-transform: capitalize;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.child-dropdown .child-dropdown__element .child-dropdown__element--link--selected {
  color: white;
}
.child-dropdown .child-dropdown__element .child-dropdown__element--link:hover {
  background-color: #093a63;
  text-decoration: none;
  color: white;
}

.extra-length {
  min-width: 33rem;
}

.nav--mobile {
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 20px;
}
@media (min-width: 576px) {
  .nav--mobile {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .nav--mobile {
    padding: 0px;
  }
}
.nav--mobile__logo {
  letter-spacing: 2px;
}
.nav--mobile__logo--angus {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: #1d1d1d;
}
.nav--mobile__logo:hover {
  color: white;
  text-decoration: none;
}
.nav--mobile__hamburger {
  float: left;
  margin-bottom: 0px;
}
.nav--mobile a {
  cursor: pointer;
}
.nav--mobile a:hover {
  color: #1d1d1d;
}
@media (max-width: 768px) {
  .nav--mobile a:hover {
    color: white;
  }
}
.nav--mobile__logo {
  width: 100%;
  max-width: 300px;
  display: inline-block;
}
@media (max-width: 576px) {
  .nav--mobile__logo {
    max-width: 200px;
  }
}

.interior--has-extra-content {
  padding-bottom: 1rem;
}
.interior--is-extra-content {
  padding-top: 1rem;
}
.interior__title {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #363636;
  text-transform: uppercase;
  font-size: 44px;
}
.interior__paragraph {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: #1d1d1d;
}
.interior__filter-search {
  margin: 4rem 0 0 0rem;
}
@media (max-width: 576px) {
  .interior__filter-search {
    margin: 0;
  }
}
.interior__office-locations {
  max-width: 1500px;
  margin: 0 auto;
  display: table;
  width: 100%;
}

.footer {
  background-color: #363636;
  padding: 2rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.footer a {
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.footer__sub-nodes {
  margin-top: 0px;
  padding: 5px 0px;
  background-color: #363636;
  font-size: 1.2rem;
}
.footer__sub-nodes__list {
  margin: 0;
  font-size: 1.2rem;
}
.footer__sub-nodes a:hover {
  text-decoration: underline;
}
.footer__locations {
  padding-right: 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .footer__locations {
    padding: 10px;
  }
}
.footer__locations a:hover {
  color: white;
}
.footer .nav-bar {
  display: inline-block;
  vertical-align: middle;
}

.footer--mobile__location {
  display: block;
  width: 100%;
}
.footer--mobile__location__link {
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  background-color: #f2f1f1;
  color: white;
  text-decoration: none;
}
.footer--mobile__location__link:focus {
  color: white;
}
.footer--mobile__location__link:hover {
  text-decoration: none;
  color: white;
  background-color: #093a63;
}

.about-banner-content {
  height: 100%;
  display: table;
  color: white;
  max-width: 1300px;
  margin: 0 auto;
}
.about-banner-content--sidepod {
  display: table;
  height: 100%;
  padding-top: 2rem;
  background-color: rgba(13, 85, 146, 0.9);
  padding-left: 0px;
}
.about-banner-content--sidepod:before {
  width: 100px;
  height: 100%;
  content: "";
  display: inline-block;
  background-color: rgba(13, 85, 146, 0.9);
  right: -100px;
  position: absolute;
  top: 0;
}
.about-banner-content--sidepod--facts {
  padding-left: 3rem;
}
.about-banner-content--sidepod--facts .sidepod__facts {
  padding-bottom: 3rem;
}
.about-banner-content--sidepod--facts .sidepod__facts--title {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.about-banner-content--sidepod--facts .sidepod__facts--text p {
  color: white;
  font-size: 1.8rem;
}
.about-banner-content--sidepod--facts .sidepod__download--title {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
}
.about-banner-content--sidepod--facts .sidepod__download p a {
  font-size: 1.8rem;
  color: white;
}
@media (max-width: 992px) {
  .about-banner-content--sidepod {
    display: none;
  }
}

.about-main {
  display: table;
  height: 100%;
  position: relative;
  background-color: white;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-main {
    display: flex;
    flex-direction: column;
  }
}
.about-main .biography__side {
  height: 100%;
  background-color: #eaeaea;
  padding: 30px 0px 30px 15px;
}
@media (max-width: 992px) {
  .about-main .biography__side {
    display: block;
    height: auto;
    order: 1;
    padding-right: 1.5rem;
  }
}
.about-main .biography__side:before {
  width: 533px;
  height: 50px;
  content: "";
  display: inline-block;
  background-color: #eaeaea;
  left: 0px;
  position: absolute;
  top: -50px;
}
@media (max-width: 992px) {
  .about-main .biography__side:before {
    display: none;
  }
}
.about-main .biography__side:after {
  width: 100px;
  height: 100%;
  content: "";
  display: inline-block;
  background-color: #eaeaea;
  right: -100px;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .about-main .biography__side:after {
    display: none;
  }
}
.about-main .biography__aside {
  padding-left: 1.5rem;
}
.about-main .biography__aside__button {
  width: 100%;
  max-width: 380px;
  margin: 5rem auto;
}
.about-main .biography__aside__button--mornings {
  display: block;
  background-color: white;
  padding: 1.5rem;
  border: 1px solid #9a9a9a;
  cursor: pointer;
  height: 320px;
}
.about-main .biography__aside__button--mornings--buttonholder {
  height: 100%;
  border: 1px solid #9a9a9a;
  padding: 2rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.about-main .biography__aside__button--mornings--text {
  line-height: 0.9;
  padding: 1rem 0px;
}
.about-main .biography__aside__button--mornings--text .missouri__icon--holder {
  position: relative;
  margin-bottom: 2rem;
}
.about-main .biography__aside__button--mornings--text .missouri__icon--state {
  width: 100%;
  max-width: 50px;
  margin: 0 auto;
}
.about-main .biography__aside__button--mornings--text .missouri__icon--state img {
  width: 100%;
  position: relative;
  z-index: 5;
}
.about-main .biography__aside__button--mornings--text .missouri__icon--stateline {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  border: 0.5px solid #0d5592;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.about-main .biography__aside__button--mornings--text .missouri__icon--missouritext {
  color: #0d5592;
  font-family: "ITC Garamond W01 Book Cond It";
  font-size: 60px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--mornings--text .missouri__icon--missouritext {
    font-size: 50px;
  }
}
.about-main .biography__aside__button--mornings--text .missouri__icon--morningstext {
  color: #0d5592;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--mornings--text .missouri__icon--morningstext {
    font-size: 28px;
  }
}
.about-main .biography__aside__button--mornings--text .missouri__icon--senator {
  color: #363636;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--mornings--text .missouri__icon--senator {
    font-size: 12px;
  }
}
.about-main .biography__aside__button--mornings:hover {
  text-decoration: none;
}
.about-main .biography__aside__button--mornings:hover .biography__aside__button--mornings--buttonholder {
  border: 1px solid #DF2A2A;
}
.about-main .biography__aside__button--mornings:hover .missouri__icon--stateline {
  border: 0.5px solid #DF2A2A;
}
.about-main .biography__aside__button--mornings:hover .missouri__icon--missouritext {
  color: #DF2A2A;
}
.about-main .biography__aside__button--mornings:hover .missouri__icon--morningstext {
  color: #DF2A2A;
}
.about-main .biography__aside__button--road {
  display: block;
  background-color: #363636;
  cursor: pointer;
  height: 320px;
  overflow: hidden;
}
.about-main .biography__aside__button--road--buttonholder {
  height: 100%;
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
}
.about-main .biography__aside__button--road--button {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.about-main .biography__aside__button--road--text {
  line-height: 0.9;
  padding: 1rem 0px;
  display: table-cell;
  vertical-align: middle;
}
.about-main .biography__aside__button--road--text .road__icon--holder {
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: center;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--road--text .road__icon--holder {
    text-align: center;
  }
}
.about-main .biography__aside__button--road--text .road__icon--text {
  position: relative;
  display: inline-block;
  line-height: 0.6;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--road--text .road__icon--text {
    line-height: 0.7;
  }
}
.about-main .biography__aside__button--road--text .road__icon--roy {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 60px;
  text-align: left;
  margin-left: -32px;
  display: inline-block;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--road--text .road__icon--roy {
    margin-left: -15px;
    font-size: 40px;
  }
}
.about-main .biography__aside__button--road--text .road__icon--ontheholder {
  position: relative;
  width: 100%;
  max-width: 165px;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--road--text .road__icon--ontheholder {
    max-width: 110px;
  }
}
.about-main .biography__aside__button--road--text .road__icon--onthe {
  color: white;
  display: inline-block;
  font-family: "ITC Garamond W01 Book Cond It";
  font-size: 30px;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--road--text .road__icon--onthe {
    font-size: 24px;
  }
}
.about-main .biography__aside__button--road--text .road__icon--road {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
  text-align: left;
  font-size: 140px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--road--text .road__icon--road {
    font-size: 90px;
  }
}
.about-main .biography__aside__button--road--text .road__icon--arrowright {
  max-width: 35px;
  position: relative;
  display: inline-block;
  left: 10px;
  top: -15px;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--road--text .road__icon--arrowright {
    max-width: 20px;
    left: 5px;
    top: -10px;
  }
}
.about-main .biography__aside__button--road--text .road__icon--arrowright--hover {
  display: none;
}
.about-main .biography__aside__button--road--text .road__icon--arrowleft {
  max-width: 35px;
  position: relative;
  display: inline-block;
  right: 10px;
  bottom: -10px;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--road--text .road__icon--arrowleft {
    max-width: 20px;
    right: 5px;
    bottom: -5px;
  }
}
.about-main .biography__aside__button--road--text .road__icon--arrowleft--hover {
  display: none;
}
.about-main .biography__aside__button--road:hover {
  text-decoration: none;
}
.about-main .biography__aside__button--road:hover .biography__aside__button--road--button {
  transform: scale(1.1);
  opacity: 1;
}
.about-main .biography__aside__button--road:hover .road__icon--arrowright {
  display: none;
}
.about-main .biography__aside__button--road:hover .road__icon--arrowright--hover {
  display: inline-block;
}
.about-main .biography__aside__button--road:hover .road__icon--arrowleft {
  display: none;
}
.about-main .biography__aside__button--road:hover .road__icon--arrowleft--hover {
  display: inline-block;
}
.about-main .biography__aside__button--missouri {
  display: block;
  background-color: white;
  border: 1px solid #9a9a9a;
  cursor: pointer;
  height: 180px;
  overflow: hidden;
  padding: 1.5rem;
}
.about-main .biography__aside__button--missouri--button {
  display: table;
  width: 100%;
  height: 100%;
}
.about-main .biography__aside__button--missouri--text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  line-height: 0.9;
  text-align: left;
  padding: 0rem 4rem;
}
.about-main .biography__aside__button--missouri--text .about__icon--holder {
  position: absolute;
  width: 100%;
  max-width: 150px;
  z-index: 1;
  left: 0;
  top: 0;
}
.about-main .biography__aside__button--missouri--text .about__icon--text {
  position: relative;
  display: inline-block;
  line-height: 0.6;
}
.about-main .biography__aside__button--missouri--text .about__icon--abouttext {
  position: relative;
  z-index: 5;
  color: #9a9a9a;
  font-family: "ITC Garamond W01 Book Cond It";
  font-size: 45px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--missouri--text .about__icon--abouttext {
    font-size: 30px;
  }
}
.about-main .biography__aside__button--missouri--text .about__icon--missouritext {
  position: relative;
  z-index: 5;
  color: #0d5592;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .about-main .biography__aside__button--missouri--text .about__icon--missouritext {
    font-size: 40px;
  }
}
.about-main .biography__aside__button--missouri:hover {
  text-decoration: none;
}
.about-main .biography__aside__button--missouri:hover .about__icon--abouttext {
  color: #363636;
}
.about-main .biography__aside__button--missouri:hover .about__icon--missouritext {
  color: #DF2A2A;
}
@media (max-width: 992px) {
  .about-main .biography__aside {
    padding-left: 0px;
  }
}
.about-main .biography__main {
  padding-right: 3rem;
  padding-left: 0px;
  padding-bottom: 3rem;
  display: table-cell;
  height: 100%;
  background-color: white;
}
.about-main .biography__main .interior__title {
  border-bottom: 1px solid #9a9a9a;
}
@media (max-width: 992px) {
  .about-main .biography__main {
    display: block;
    height: auto;
  }
}
.about-main .biography__main #sam-third {
  padding-top: 3rem;
}
.about-main .biography__main #sam-third h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #9a9a9a;
}
.about-main .biography__main #sam-third p {
  margin-bottom: 3rem;
}
.about-main .biography__main #sam-third p a {
  display: block;
  font-size: 2rem;
}

.blogs__blog-entry {
  margin-top: 20px;
  padding-bottom: 10px;
}
.blogs__blog-entry:not(:last-of-type) {
  border-bottom: 2px solid #093a63;
}
.blogs__blog-date {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
}

.blogs-filter {
  margin-top: 100px;
}
.blogs-filter__label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
}
.blogs-filter__field {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.blogs-filter .btn.blogs-filter__btn {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
  color: white;
  background-color: #0d5592;
}
.blogs-filter .btn.blogs-filter__btn:hover {
  background-color: #093a63;
}
.blogs-filter .btn.blogs-filter__btn.blogs-filter__btn--reset {
  margin-top: 5px;
  margin-bottom: 5px;
}

.blogs {
  margin-bottom: 3rem;
}
.blogs__body-holder {
  max-width: 900px;
  margin: 0 auto;
}
.blogs__title {
  line-height: 1.3;
  color: #0d5592;
}
.blogs__subtitle {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
}
.blogs__date {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.blogs__body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
}
.blogs__body {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 2;
}
.blogs__body p {
  margin: 3rem 0;
}
.blogs__body a {
  color: #6f9dc3;
}
.blogs__body a:hover {
  text-decoration: underline;
}

.event-browser__mapbox {
  padding: 20px 40px;
  background-size: cover;
}
.event-browser__logo-box {
  position: relative;
}
.event-browser__logo {
  position: absolute;
  top: 130px;
  left: 125px;
  width: 365px;
}
.event-browser__event {
  padding: 2rem;
}
.event-browser__event h3 {
  margin-bottom: 0;
}
.event-browser__event:not(:first-child) {
  border-top: 1px solid gray;
}
.event-browser__event__date {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
}
.event-browser__event__address {
  margin: 2rem 0;
}
.event-browser__event__address p {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
}
.event-browser__event__description {
  font-size: 1.6rem;
}
.event-browser__event__description span {
  font-size: 1.6rem;
}
.event-browser__event__show-on-map {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  text-transform: uppercase;
  cursor: pointer;
}

.event-browser-filter {
  background-color: #f2f1f1;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 50px 0;
}
@media (max-width: 992px) {
  .event-browser-filter {
    padding: 15px 50px;
  }
}
.event-browser-filter label {
  margin-right: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
}
.event-browser-filter__input {
  display: inline-block;
  width: 20rem;
  height: 5rem;
}
@media (max-width: 992px) {
  .event-browser-filter__input {
    width: 100%;
  }
}
.event-browser-filter__reset, .event-browser-filter__set {
  margin-top: 5px;
  border: 1px solid #093a63;
  padding: 1rem;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.event-browser-filter__reset:hover, .event-browser-filter__set:hover {
  cursor: pointer;
  text-decoration: none;
}
.event-browser-filter__reset {
  float: right;
}
.event-browser-filter__reset:hover {
  background-color: #093a63;
  color: white;
}
.event-browser-filter__set {
  float: left;
  background-color: #093a63;
  color: white;
}
.event-browser-filter__set:hover {
  background-color: transparent;
  color: #093a63;
}
@media (max-width: 992px) {
  .event-browser-filter__set {
    float: right;
    margin-right: 2rem;
  }
}

.data-browser {
  margin-top: 4rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
}
.data-browser__title {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
}
.data-browser__date {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
}
.data-browser__body {
  margin: 1rem 0;
  font-size: 1.6rem;
  line-height: 1.6;
}
.data-browser__link {
  text-decoration: underline;
}

.feedback__title {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .feedback .feedback-button {
    margin-bottom: 2rem;
  }
}
.feedback .feedback__button {
  display: table-cell;
  height: 8rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: normal;
}
.feedback .feedback__button.feedback__button--selected, .feedback .feedback__button:focus {
  background-color: #0d5592;
  color: white;
  text-decoration: none;
}
.feedback__form {
  margin-top: 3rem;
}

.flag-request .flag-request__button {
  display: table-cell;
  height: 8rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: normal;
}
.flag-request .flag-request__button.flag-request__button--selected {
  background-color: #093a63;
  color: white;
  text-decoration: none;
}
.flag-request__form {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem;
  margin-top: 5rem;
}
.flag-request__section {
  margin-top: 3rem;
}
.flag-request__section:not(:first-child) select,
.flag-request__section:not(:first-child) input[type=text],
.flag-request__section:not(:first-child) input[type=email],
.flag-request__section:not(:first-child) input[type=tel] {
  height: 50px;
}
@media (max-width: 768px) {
  .flag-request__section:not(:first-child) select,
.flag-request__section:not(:first-child) input[type=text],
.flag-request__section:not(:first-child) input[type=email],
.flag-request__section:not(:first-child) input[type=tel] {
    height: 30px;
  }
}
.flag-request__section-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.flag-request__header {
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.flag-request__row-item {
  margin-top: 11px;
}
.flag-request__label {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
}
.flag-request__flag-qty {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #a7a7a7;
  text-align: center;
}
.flag-request__flag-qty:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #a7a7a7;
  box-shadow: none;
}
@media (max-width: 768px) {
  .flag-request__flag-qty {
    width: 6rem;
  }
}
.flag-request__flown-qty {
  box-shadow: none;
  height: auto;
}
.flag-request__flown-qty:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .flag-request__flown-qty {
    width: 2rem;
  }
}
.flag-request__shipping {
  margin-top: 2rem;
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.flag-request__total {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.flag-request__pdf-message {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem;
}
.flag-request__submit {
  display: block;
  float: none !important;
  margin: 2rem auto !important;
  padding: 1.5rem 3rem !important;
  font-size: 1.8rem !important;
}
.flag-request__address {
  padding-left: 4rem;
}

#guestbook.body--internal {
  padding-top: 0px;
  border-top: 3rem solid white;
  border-bottom: 5rem solid white;
}
#guestbook .guestbook-logo-bar {
  background-color: #093a63;
  display: block;
  width: 100%;
  padding: 2rem;
}
#guestbook .guestbook-logo-bar .guestbook-logo {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
  text-align: center;
  background-color: #093a63;
  display: block;
}

.banner--home {
  display: block;
  position: relative;
  height: 700px;
  margin-top: 145px;
}
.banner--home__background {
  height: 100%;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}
.banner--home__background-text {
  position: absolute;
  right: 10rem;
  bottom: 7rem;
  width: 100%;
  max-width: 440px;
  text-align: right;
}
.banner--home__background-text h1 {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-weight: bold;
  color: white;
  font-size: 60px;
}
@media (max-width: 576px) {
  .banner--home__background-text h1 {
    font-size: 40px;
  }
}
.banner--home__background-text a {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  color: #6f9dc3;
}
.banner--home__background-text a:hover {
  color: white;
}
@media (max-width: 576px) {
  .banner--home__background-text {
    max-width: 300px;
    right: 1rem;
  }
}
@media (max-width: 992px) {
  .banner--home {
    margin-top: 134px;
    height: 500px;
  }
}
@media (max-width: 576px) {
  .banner--home {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .banner--home {
    height: 300px;
  }
}

.home {
  display: block;
}
.home__top-section {
  background-color: #eaeaea;
}
@media (max-width: 768px) {
  .home {
    margin-top: 5px;
  }
}
.home__main-section {
  background-color: #eaeaea;
  padding: 7rem 0px;
  display: table;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1330px) {
  .home__main-section {
    padding: 7rem 15px;
  }
}
@media (max-width: 992px) {
  .home__main-section {
    padding: 5rem 15px;
  }
}
@media (max-width: 768px) {
  .home__main-section {
    padding: 0px 0px;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .home__main-section .col-xs-12 {
    padding: 0px 0px;
  }
}
.home__main-section .press-item {
  padding-right: 10px;
  padding-left: 10px;
}
.home__main-section .press-item:first-child {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .home__main-section .press-item:first-child {
    padding-left: 10px;
  }
}
.home__main-section .press-item:last-child {
  padding-right: 0px;
}
@media (max-width: 768px) {
  .home__main-section .press-item:last-child {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .home__main-section .press-item {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.home__featured-block {
  height: 45rem;
  box-sizing: border-box;
  margin-bottom: 0;
  background-color: #eaeaea;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .home__featured-block {
    height: 40rem;
  }
}
@media (max-width: 768px) {
  .home__featured-block {
    display: table;
    width: 100%;
    margin-bottom: 0;
  }
}
.home__featured-block:hover {
  background-color: #d1d1d1;
}
.home__featured-block:hover .home__featured-block__image {
  opacity: 0.3;
}
.home__featured-block:hover .home__featured-block__title-link {
  color: #0d5592;
}
.home__featured-block__image-box {
  height: 26rem;
  background-color: #011d5f;
}
.home__featured-block__image-box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home__featured-block__image-box {
    height: 20rem;
  }
}
.home__featured-block__image {
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home__featured-block__video-iframe {
  height: 100%;
  width: 100%;
}
.home__featured-block__title-box {
  height: auto;
  padding: 1rem;
}
.home__featured-block__title-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #363636;
}
.home__featured-block__title {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
}
.home__featured-block__time {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
.home__featured-block__title-more {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.home__issues {
  margin: 80px auto;
  max-width: 1400px;
  width: 100%;
}
.home__issues__label {
  margin: 2rem 4rem;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #9a9a9a;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home__issues--icon-link {
  display: block;
  height: auto;
  width: auto;
}
.home__issues--icon-link:hover {
  text-decoration: none;
}
.home__issues--icon-link:hover .home__issues--icon-holder {
  background-color: #0d5592;
}
.home__issues--icon-link:hover .home__issues--icon-image {
  display: none;
}
.home__issues--icon-link:hover .home__issues--icon-image--hover {
  display: inline;
}
.home__issues--icon-link:hover .home__issues__label {
  color: #0d5592;
}
.home__issues--icon-holder {
  width: 120px;
  background-color: #eaeaea;
  padding: 3rem;
  height: 120px;
  border-radius: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home__issues--icon-image {
  width: 100%;
  height: 100%;
}
.home__issues--icon-image--hover {
  width: 100%;
  height: 100%;
  display: none;
}
@media (max-width: 768px) {
  .home__issues {
    margin: 10px auto;
  }
}
.home__issues--mobile {
  background-color: #0d5592;
}
.home__issues--mobile--title {
  padding: 2rem;
  display: block;
  font-family: "ITC Garamond W01 Book Cond It";
  background-color: #0d5592;
  color: white !important;
  font-size: 3.4rem;
}
.home__issues--mobile--title .missouri {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  text-transform: uppercase;
}
.home__road-container {
  overflow: hidden;
}
.home__roy-on-the-road {
  display: table;
  width: 100%;
  text-align: center;
  background-color: #363636;
  cursor: pointer;
  height: 450px;
  overflow: hidden;
  position: relative;
}
.home__roy-on-the-road--road--button {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.home__roy-on-the-road .road__icon--holder {
  line-height: 0.9;
  padding: 1rem 0px;
  display: table-cell;
  vertical-align: middle;
}
.home__roy-on-the-road .road__icon--text {
  position: relative;
  display: inline-block;
  line-height: 0.5;
}
@media (max-width: 576px) {
  .home__roy-on-the-road .road__icon--text {
    line-height: 0.6;
  }
}
.home__roy-on-the-road .road__icon--roy {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 90px;
  text-align: left;
  padding-left: 0px;
  display: inline-block;
}
@media (max-width: 576px) {
  .home__roy-on-the-road .road__icon--roy {
    font-size: 64px;
  }
}
.home__roy-on-the-road .road__icon--ontheholder {
  position: relative;
  width: 100%;
  max-width: 285px;
  text-align: left;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 576px) {
  .home__roy-on-the-road .road__icon--ontheholder {
    max-width: 130px;
  }
}
.home__roy-on-the-road .road__icon--onthe {
  color: white;
  display: inline-block;
  font-family: "ITC Garamond W01 Book Cond It";
  font-size: 46px;
}
@media (max-width: 576px) {
  .home__roy-on-the-road .road__icon--onthe {
    font-size: 28px;
  }
}
.home__roy-on-the-road .road__icon--road {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
  text-align: left;
  font-size: 202px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .home__roy-on-the-road .road__icon--road {
    font-size: 110px;
  }
}
.home__roy-on-the-road .road__icon--arrowright {
  max-width: 50px;
  position: relative;
  display: inline-block;
  left: 10px;
  top: -25px;
}
@media (max-width: 576px) {
  .home__roy-on-the-road .road__icon--arrowright {
    max-width: 25px;
    left: 5px;
    top: -10px;
  }
}
.home__roy-on-the-road .road__icon--arrowleft {
  max-width: 50px;
  position: relative;
  display: inline-block;
  right: 10px;
  bottom: -10px;
}
@media (max-width: 576px) {
  .home__roy-on-the-road .road__icon--arrowleft {
    max-width: 25px;
    right: 10px;
    bottom: -5px;
  }
}
.home__roy-on-the-road .road__icon--arrowright--hover {
  display: none;
}
.home__roy-on-the-road .road__icon--arrowleft--hover {
  display: none;
}
.home__roy-on-the-road:hover {
  text-decoration: none;
}
.home__roy-on-the-road:hover .home__roy-on-the-road--road--button {
  transform: scale(1.1);
  opacity: 1;
}
.home__roy-on-the-road:hover .road__icon--arrowright {
  display: none;
}
.home__roy-on-the-road:hover .road__icon--arrowleft {
  display: none;
}
.home__roy-on-the-road:hover .road__icon--arrowright--hover {
  display: inline-block;
}
.home__roy-on-the-road:hover .road__icon--arrowleft--hover {
  display: inline-block;
}
.home__social-section {
  display: table;
  width: 100%;
  margin: 40px auto;
}
.home__social-section--holder {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.home__social-section--holder .home__featured-block {
  background-color: white;
  border: 2px solid #9a9a9a;
  padding: 1rem;
  height: 46rem;
}
@media (max-width: 768px) {
  .home__social-section--holder .home__featured-block {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .home__social-section--holder {
    max-width: 500px;
  }
}

.icon-list.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.icon-list__button-grid {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: white;
  display: block;
  border-radius: 10px;
}
.icon-list.d-flex .icon-list__button-grid {
  width: 50%;
}
@media (min-width: 768px) {
  .icon-list.d-flex .icon-list__button-grid {
    width: 33%;
  }
}
@media (min-width: 992px) {
  .icon-list.d-flex .icon-list__button-grid {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .icon-list.d-flex .icon-list__button-grid {
    width: 20%;
  }
}
.icon-list__button-box {
  display: block;
  border: 1rem solid white;
  border-radius: 10px;
  padding: 0;
}
@media (min-width: 992px) {
  .icon-list__button-box {
    margin-top: 30px;
  }
}
.icon-list .icon-list__button {
  width: 100%;
  height: 100%;
  border: none;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  white-space: normal;
}
.icon-list .icon-list__button:focus {
  border: none;
}
.icon-list .icon-list__button:hover {
  text-decoration: none;
}
.icon-list .icon-list__button:hover .icon-list__button-iconholder {
  background-color: #0d5592;
}
.icon-list .icon-list__button:hover .icon-list__button-iconholder .icon-list__button-icon {
  display: none;
}
.icon-list .icon-list__button:hover .icon-list__button-iconholder .icon-list__button-icon--hover {
  display: inline-block;
}
.icon-list .icon-list__button:hover .icon-list__button-title {
  text-decoration: underline;
}
.icon-list__button-title {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media (min-width: 768px) {
  .icon-list__button-title {
    font-size: 22px;
  }
}
.icon-list__button-iconholder {
  position: relative;
  box-sizing: border-box;
  border: 5px solid #0d5592;
  border-radius: 100%;
  padding: 2rem;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120px;
}
@media (min-width: 768px) {
  .icon-list__button-iconholder {
    max-width: none;
  }
}
.icon-list__button-iconholder:before {
  content: "";
  display: block;
  float: left;
  padding-top: 100%;
  width: 1px;
  height: 0;
}
.icon-list__button-iconholder:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .icon-list__button-iconholder {
    border-width: 10px;
    width: 180px;
  }
}
.icon-list__button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}
.icon-list__button-icon--hover {
  display: none;
}

.issue-one-column__title {
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .issue-one-column__title {
    margin-bottom: 10%;
  }
}
@media (min-width: 768px) {
  .issue-one-column__title--mobile {
    display: none;
  }
}
.issue-one-column__secondary-title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 3rem;
  color: #1d1d1d;
}
.issue-one-column hr {
  margin: 5% 0;
  border-top: 3px solid rgba(154, 154, 154, 0.3);
}
.issue-one-column__list {
  margin-left: 0;
}
.issue-one-column__list-item {
  padding: 2% 0;
}
.issue-one-column__list-item:not(:last-child) {
  border-bottom: 1px solid rgba(154, 154, 154, 0.3);
}
.issue-one-column__list-date {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.6rem;
}
.issue-one-column__list-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
}
.issue-one-column__button {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none;
  background-color: #093a63;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: white;
}
.issue-one-column__button:hover {
  background-color: #6f9dc3;
  color: white;
  text-decoration: none;
}

#zika {
  display: table;
  width: 100%;
}
#zika .panel-group .panel {
  border-radius: 0px;
  display: block;
  border-right: 0px;
  border-left: 0px;
}
#zika .panel-group .panel .panel-body img {
  width: 100%;
  max-width: 800px;
}
#zika .panel-group .panel .fa {
  float: right;
}
@media (max-width: 768px) {
  #zika .panel-group .panel .fa {
    float: none;
  }
}

.legislation__table {
  margin-top: 3rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: #1d1d1d;
  font-size: 1.6rem;
}
@media (max-width: 320px) {
  .legislation__table {
    font-size: 12px;
  }
}
.legislation__table .legislation__table-body-unit {
  padding: 2rem 1rem;
}
.legislation__filter {
  margin: 13rem 0 2rem;
}
@media (max-width: 992px) {
  .legislation__filter {
    margin-top: 0;
  }
}
.legislation__filter fieldset {
  margin-top: 1rem !important;
}
.legislation__filter__title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: #1d1d1d;
  font-size: 1.8rem;
}
.legislation__filter__select {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem !important;
  color: #9a9a9a;
}

.list__container {
  position: relative;
  width: 100%;
  background-size: cover;
  margin-top: 3rem;
  display: table;
}
.list__background {
  display: table;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.list__button-grid {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 10px;
  background-color: white;
  display: block;
  border-radius: 10px;
}
.list__button-last {
  margin-left: 37.8%;
}
@media (max-width: 992px) {
  .list__button-last {
    margin-left: 0px;
  }
}
.list__button-box {
  display: table;
  width: 100%;
  height: 16rem;
  border: 1px solid #363636;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 10px;
}
.list .list__button {
  display: table-cell;
  width: 100%;
  height: 100%;
  background-color: #0d5592;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
  font-size: 2.2rem;
  white-space: normal;
  padding: 0px 4rem;
}
.list .list__button:focus {
  background-color: #0d5592;
  border: none;
  color: white;
}
.list .list__button:hover {
  background-color: #093a63;
  color: white;
  text-decoration: none;
}

body.contact-page .interior__title {
  display: none;
}
body.contact-page .list__button {
  font-size: 3rem;
}

.list-blocks__container {
  position: relative;
  width: 100%;
  background-size: cover;
  margin-top: 3rem;
}
.list-blocks__background {
  display: table;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.list-blocks__button-grid {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 10px;
  background-color: white;
  display: block;
  border-radius: 10px;
}
.list-blocks__button-grid .after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.8;
  border-radius: 1rem;
  margin: 1rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.list-blocks__button-last {
  margin-left: 37.8%;
}
@media (max-width: 992px) {
  .list-blocks__button-last {
    margin-left: 24.8%;
  }
}
@media (max-width: 768px) {
  .list-blocks__button-last {
    margin-left: 0px;
  }
}
.list-blocks__button-box {
  display: table;
  width: 100%;
  height: 16rem;
  border: 1px solid #363636;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 10px;
}
.list-blocks .list-blocks__button {
  display: table-cell;
  width: 100%;
  height: 100%;
  background-color: rgba(13, 85, 146, 0.8);
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
  font-size: 2.2rem;
  white-space: normal;
  padding: 0px 4rem;
}
.list-blocks .list-blocks__button:focus {
  background-color: rgba(13, 85, 146, 0.7);
  border: none;
  color: white;
}
.list-blocks .list-blocks__button:hover {
  background-color: rgba(9, 58, 99, 0.9);
  color: white;
  text-decoration: none;
}

.mornings__list {
  margin: 3rem 0;
  padding-left: 3rem;
}
.mornings__list-item {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.8rem;
  color: #1d1d1d;
}

.multimedia__title {
  margin: 5% 0;
}

.multimedia-content {
  margin-top: 1em;
}

.multimedia-browser__nav-tab li a {
  color: #1d1d1d;
}
.multimedia-browser__nav-tab li:hover a {
  background-color: rgba(111, 157, 195, 0.2);
}
.multimedia-browser__nav-tab li.active a,
.multimedia-browser__nav-tab li.active a:focus {
  background-color: #6f9dc3;
  color: white;
}
.multimedia-browser__nav-tab li.active a:hover,
.multimedia-browser__nav-tab li.active a:focus:hover {
  background-color: #5d91bc;
  color: white;
}
.multimedia-browser__nav-tab a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
}
.multimedia-browser__nav-tab a span {
  font-size: 1.8rem;
}

.multimedia-search {
  margin: 1rem 0;
}
.multimedia-search__group {
  width: 100%;
}
.multimedia-search__element {
  height: 5rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
}
@media (max-width: 768px) {
  .multimedia-search__element {
    float: left;
  }
}
.multimedia-search__element--select {
  width: 40% !important;
}
.multimedia-search__element--search {
  width: 80% !important;
}

.multimedia-item {
  margin: 1rem 0;
}
.multimedia-item__image-link img {
  width: 100%;
}
.multimedia-item__title-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
}

.multimedia-pagination__jump {
  text-align: center;
}
.multimedia-pagination__link-box {
  text-align: center;
}
.multimedia-pagination__link-box a {
  padding: 0 3px;
}

.multimedia .multimedia-search .multimedia-search__buttons {
  margin: 0;
  padding: 8px;
  background-color: #6f9dc3;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: white;
  float: none;
}
.multimedia .multimedia-search .multimedia-search__buttons:hover {
  background-color: #093a63;
}
@media (max-width: 768px) {
  .multimedia .multimedia-search .multimedia-search__buttons {
    margin-left: 5px;
  }
}

.newsroom-landing {
  display: table;
  height: 100%;
  position: relative;
}
.newsroom-landing__nav-container {
  display: table-cell;
  height: 100%;
  padding: 0px;
  background-color: #0d5592;
}
.newsroom-landing__nav-container:before {
  width: 300px;
  height: 100%;
  content: "";
  display: inline-block;
  background-color: #0d5592;
  right: 125px;
  position: absolute;
  top: 0;
}
.newsroom-landing__nav-container:after {
  width: 425px;
  height: 35px;
  content: "";
  display: inline-block;
  background-color: #0d5592;
  right: 0px;
  position: absolute;
  top: -35px;
}
.newsroom-landing__nav-box {
  display: inline-block;
  width: 100%;
  max-width: 325px;
}
@media (max-width: 1330px) {
  .newsroom-landing__nav-box {
    max-width: 292.5px;
  }
}
@media (max-width: 1200px) {
  .newsroom-landing__nav-box {
    max-width: 242.5px;
  }
}
@media (max-width: 992px) {
  .newsroom-landing__nav-box {
    max-width: 187.5px;
  }
}
.newsroom-landing__nav-box .newsroom-landing__nav-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: white;
}
.newsroom-landing__nav-box .nav-stacked {
  margin-left: 0px;
}
.newsroom-landing__nav-title {
  color: white;
  margin-left: 10px;
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}
.newsroom-landing__nav-item .newsroom-landing__nav-link {
  padding: 0px 10px;
  color: white;
  border-bottom: 2px solid transparent;
}
.newsroom-landing__nav-item:hover .newsroom-landing__nav-link {
  border-radius: 0px;
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #f2f1f1;
  padding: 0px 10px;
  text-decoration: underline;
}
.newsroom-landing__nav-item.active .newsroom-landing__nav-link {
  background-color: transparent;
  color: #f2f1f1;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
  text-decoration: underline;
}
.newsroom-landing__nav-item.active:hover .newsroom-landing__nav-link {
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #f2f1f1;
  text-decoration: underline;
}
.newsroom-landing__nav-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  color: white;
  letter-spacing: 0.6px;
  border-bottom: 0px solid transparent;
  padding: 0px 10px;
  margin-left: 0;
  border-radius: 0px;
}
.newsroom-landing__content-box {
  display: table;
  width: 100%;
  padding-left: 2rem;
}
.newsroom-landing__content-box ul {
  margin-left: 0px;
}
@media (max-width: 992px) {
  .newsroom-landing__content-box {
    padding: 0rem 0 5rem;
  }
  .newsroom-landing__content-box .display-table {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.newsroom-landing__content-box:last-of-type {
  margin-bottom: 5%;
}
@media (max-width: 576px) {
  .newsroom-landing__content-box {
    padding: 2rem 0;
  }
}
.newsroom-landing__content-title {
  border-bottom: 1px solid #9a9a9a;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
}
.newsroom-landing__content-title a {
  font-weight: bold;
  color: #9a9a9a;
}
.newsroom-landing__content-title a:hover {
  color: #0d5592;
  text-decoration: none;
}
.newsroom-landing__item {
  margin-top: 3rem;
}
.newsroom-landing__description {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.newsroom-landing__date {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  color: #363636;
}
.newsroom-landing__item-title {
  margin-top: 1rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #093a63;
  font-size: 3rem;
}
.newsroom-landing__content-more {
  margin-top: 2rem;
  font-size: 1.6rem;
}
.newsroom-landing__button {
  display: table-cell;
  height: 8rem;
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  white-space: normal;
}

@media (max-width: 992px) {
  .photo {
    padding: 3% 3% 5%;
  }
}
.photo__gallery-time {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem;
}
.photo__gallery-title {
  margin: 2rem 0 1rem;
}
.photo__gallery-description {
  padding-bottom: 2rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem;
}

@media (max-width: 992px) {
  .photos {
    padding: 3% 3% 5%;
  }
}
.photos__title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #1d1d1d;
  padding-top: 3rem;
}
.photos__gallery {
  padding: 4% 0 6%;
  border-top: 1px solid #ccc;
}
.photos__gallery--first {
  border: none;
}
.photos__gallery-time {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.2rem;
}
.photos__gallery-title {
  margin: 1rem 0;
}
.photos__gallery-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.2rem;
  color: #1d1d1d;
}
.photos__gallery-link:hover {
  color: #363636;
  text-decoration: underline;
}
.photos__image-box {
  overflow: hidden;
}

.press-release {
  margin-bottom: 3rem;
}
.press-release__body-holder {
  max-width: 900px;
  margin: 0 auto;
}
.press-release__title {
  line-height: 1.3;
  color: #0d5592;
}
.press-release__subtitle {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
}
.press-release__date {
  font-family: "Open Sans Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
}
.press-release__body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
}
.press-release__body {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 2;
}
.press-release__body p {
  margin: 3rem 0;
}
.press-release__body a {
  color: #6f9dc3;
}
.press-release__body a:hover {
  text-decoration: underline;
}

.related-issues__title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  color: #9a9a9a;
  font-size: 1.6rem;
}
.related-issues a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  color: #093a63;
  text-decoration: underline;
}
.related-issues a:hover {
  color: #6f9dc3;
  text-decoration: none;
}

.sam-two-column__aside {
  margin-top: 50px;
  word-break: break-all;
}

.amend-textarea iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .amend-textarea iframe {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .amend-textarea iframe {
    height: 300px;
  }
}

@media (max-width: 992px) {
  body#newsletter form .control-group .controls .newsletter-checkboxes div {
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  body#newsletter form .control-group .controls .newsletter-checkboxes div {
    width: 100% !important;
  }
}
body#newsletter form .control-group .controls .newsletter-checkboxes div .checkbox-container {
  width: 100% !important;
}

.search-results__title {
  font-size: 1.8rem;
}
.search-results__date {
  font-size: 1.4rem;
}
.search-results__summary {
  margin-top: 5px;
  margin-bottom: 2rem;
}
.search-results__page-number--selected {
  color: #363636;
}

.voting-record__page {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: lighter;
  font-size: 1.6rem;
  color: black;
}
.voting-record__header, .voting-record__item {
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
}
.voting-record__header {
  margin-top: 3rem;
  border-top: 1px solid #ccc;
}
.voting-record__vote--true {
  color: #6f9dc3;
}
.voting-record__vote--false {
  color: #DF2A2A;
}
.voting-record__result--true {
  color: #6f9dc3;
}
.voting-record__page-select {
  display: inline-block;
}
.voting-record__side-column {
  padding-top: 9rem;
}
@media (max-width: 768px) {
  .voting-record__side-column {
    padding-top: 0;
  }
}
.voting-record__side-column h3 {
  font-size: 2.2rem;
}

/*# sourceMappingURL=common.css.map */
