/* IMPORT SITE CUSTOM STYLES */
.orange {
  color: #FFA966;
}

.yellow {
  color: #FEFE88;
}

body {
  font-size: 18px;
  color: #243746;
  font-family: "Karla", sans-serif;
  font-size: 20px;
}

a {
  color: #386eaf;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #bc002e;
  text-decoration: underline;
}

#content p a {
  text-decoration: underline;
}

.inline-item {
  display: inline-block;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 10px 15px;
  color: white;
  background-color: #2a5696;
  color: white;
  border-radius: 2px;
}
.btn:hover {
  color: white;
  background-color: #bc002e;
}
.btn.tools {
  font-size: 16px;
  padding: 5px 25px;
  border-radius: 0;
  border: 0;
  background-color: #2a5696;
  color: #fff;
}
.btn.tools:hover {
  color: white;
  background-color: #386eaf;
}
.btn.facebook {
  background-color: #4268b2;
  color: white;
}
.btn.twitter {
  background-color: #386eaf;
  color: white;
}

.btn-xs {
  font-size: 14px;
  padding: 0px 10px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  word-break: break-word;
}

h1, .h1 {
  font-size: 54px;
}
@media (max-width: 540px) {
  h1, .h1 {
    font-size: 46px;
  }
}

h2, .h2 {
  font-size: 40px;
}
@media (max-width: 540px) {
  h2, .h2 {
    font-size: 32px;
  }
}

#breadcrumb {
  padding: 5px 0px;
}
#breadcrumb ol li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #bc002e;
  text-transform: uppercase;
}

.buttonarrow {
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #bc002e;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  cursor: pointer;
  border: 0;
}
.buttonarrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 30px;
  content: "\f30b";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.buttonarrow:hover {
  color: #2a5696;
  text-decoration: none;
}
.buttonarrow:hover:after {
  transform: translateX(5px);
}
@media (max-width: 767px) {
  .buttonarrow {
    font-size: 16px;
  }
}
.buttonarrow.white {
  color: #fff;
}
.buttonarrow.white:hover {
  text-decoration: none;
}
.buttonarrow.left:after {
  display: none;
}
.buttonarrow.left:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30a";
  display: inline-block;
  margin-right: 0.5rem;
  color: #bc002e;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.buttonarrow.left:hover:before {
  transform: translateX(-5px);
  color: #2a5696;
  text-decoration: none;
}

.btn.buttonarrow {
  align-items: center;
  justify-content: center;
  display: flex;
}

.arrow {
  content: "\f30b";
  display: inline-block;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

.main_page_title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 3rem;
}
.main_page_title .boldarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.main_page_title:after {
  content: "";
  display: block;
  padding: 0.1rem;
  width: 125px;
  text-align: center;
  margin: 0;
  background-color: #2a5696;
}

.btn-primary {
  background-color: #243746;
  background: #243746;
}
.btn-primary:hover {
  background-color: #3e5f79;
}

.calibri {
  font-family: "Calibri", sans-serif;
}

.bebas {
  font-family: "Bebas Neue", cursive;
}

/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
@media (max-width: 576px) {
  .hidden-xxs {
    display: none !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-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xxs-block,
.visible-xs-block,
.visible-xxs-inline,
.visible-xs-inline,
.visible-xxs-inline-block,
.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: 576px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table !important;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 576px) {
  .visible-xxs-inline-block {
    display: inline-block !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;
  }
}
.hidden,
.hide {
  display: none !important;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.affix {
  position: fixed !important;
  top: 1rem;
}

.affix-bottom {
  position: absolute !important;
}

.navbar .nav-pills {
  opacity: 1;
  -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;
}
.navbar .nav-pills.fade-out {
  opacity: 0;
}
.navbar .nav-pills li {
  padding: 1rem;
}
.navbar .nav-pills li a {
  color: #243746;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
.navbar .nav-pills li:hover .dropdown-menu {
  display: none;
}
.navbar .nav-pills li:hover a {
  border-bottom: 3px solid #bc002e;
}
.navbar .nav-pills li .dropdown-menu {
  top: 100%;
  left: auto;
  margin: 0px;
  padding: 0px;
  display: none;
}
.navbar .nav-pills li .dropdown-menu > li a {
  color: #83b1ab;
}
.navbar .nav-pills li:last-child .dropdown-menu {
  right: 0;
}
.navbar #search {
  float: left;
  width: 0;
  position: absolute;
  right: 33px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search.showme {
  width: 95%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.navbar #search #sitesearch {
  width: 100%;
  float: left;
  padding: 10px 15px 0px;
  position: relative;
  height: 50px;
}
.navbar #search #sitesearch #search-field {
  position: absolute;
  left: 0px;
  width: 95%;
  border: none;
  height: 40px;
  padding: 5px;
}
.navbar #search #sitesearch #search-field:focus {
  outline: none;
  border: none;
  filter: none;
}
.navbar #search #sitesearch button {
  position: absolute;
  color: #fff;
  right: 0px;
  width: 42px;
  height: 40px;
  border: none;
}
.navbar .srchbutton,
.navbar .srchbuttonmodal {
  color: #243746;
}
.navbar .togglemenu {
  margin-left: 0px;
  color: #243746;
  font-size: 34px;
  justify-content: center;
  vertical-align: middle;
  display: flex;
}

@media (max-width: 600px) {
  .srchbuttonmodal .text {
    display: none;
  }
}

/*Mobile NAV*/
#NavMobileModal .nav .nav-item a {
  font-size: 24px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #8DACC4;
  font-size: 28px;
}
#NavMobileModal .nav .nav-item a:hover {
  color: white;
}
#NavMobileModal .nav .nav-item .dropdown-menu {
  display: block;
  position: relative;
  text-align: center;
  background-color: transparent;
  float: none;
  border: none;
  margin: 0;
  top: 0;
}
#NavMobileModal .nav .nav-item .dropdown-menu li a {
  color: #fff;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
#NavMobileModal .nav .nav-item .dropdown-menu li a:hover {
  color: #8DACC4;
}

#header {
  background-color: transparent;
  height: auto;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 100;
  transition: all 0.2s ease-in-out;
}
#header .header-holder {
  display: table;
  height: 80px;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0px 15px;
}
#header .header-holder .logo-holder {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
#header .header-holder .logo-holder .logo-hold {
  width: 100%;
  max-width: 250px;
}
#header .header-holder .logo-holder .logo-hold img {
  width: 100%;
}
#header .header-holder .header-nav-holder {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .header-holder .header-nav-holder .right {
  float: right;
}
#header .header-holder .header-nav-holder .nav-hold {
  float: none;
}
#header .header-holder .header-nav-holder .social-icons {
  float: none;
}
#header .header-holder .header-nav-holder .extranav li {
  padding: 1rem;
}
#header .header-holder .header-nav-holder .extranav li a {
  color: #243746;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}
#header .header-holder .header-nav-holder .extranav li:hover a {
  border-bottom: 3px solid #bc002e;
}
@media (min-width: 576px) {
  #header .header-holder {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #header .header-holder {
    height: auto;
    display: block;
  }
}
@media (min-width: 768px) {
  #header .header-holder {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #header .header-holder {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #header .header-holder {
    max-width: 1300px;
  }
}
#header.internal {
  position: relative;
  background-color: white;
  box-shadow: 0px 2px 5px 0px #243746;
}
#header.internal .logo-holder {
  opacity: 1;
  z-index: 1;
}
#header.scrolling {
  position: fixed;
  top: 0;
  background-color: white;
  box-shadow: 0px 2px 5px 0px #243746;
}
#header.logoshow .logo-holder {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-content {
  background-color: #83b1ab;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .close {
  color: white;
  background-color: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 26px;
  padding: 5px;
  box-shadow: none !important;
  position: relative;
  z-index: 10;
  top: 0;
  right: 0;
}
.modal .modal-content .modal-header .close:hover {
  color: #bc002e;
}
.modal .modal-content .modal-body {
  padding: 2rem;
}
.modal .modal-content .modal-body .modal-title {
  color: white;
}

#breadcrumb {
  margin-top: 20px;
}
#breadcrumb > ol li:first-child {
  display: none;
}
#breadcrumb > ol li:after {
  content: "/";
  color: #eee;
  left: 5px;
  position: relative;
}
#breadcrumb > ol li:last-child:after {
  content: "";
}

.modal {
  background-color: #243746;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .close {
  opacity: 1;
  color: white;
  font-size: 28px;
  padding: 5px;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.modal .close:hover {
  color: #bc002e;
}
@media (max-width: 991px) {
  .modal .close {
    position: relative;
    top: 0;
  }
}
.modal .modal-content {
  background-color: #243746;
  border: 0;
  margin: 15% auto;
  position: relative;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .modal-title {
  color: white;
}
.modal .modal-content .modal-body {
  margin-top: 0;
  padding: 1.5rem;
}
.modal .modal-content .modal-body #sitesearch {
  padding: 0px;
  width: 100%;
}
.modal .modal-content .modal-body #sitesearch input[type=search] {
  background: rgba(0, 0, 0, 0.18);
  text-align: center;
  color: white;
  font-size: 50px;
  width: 100%;
  border: none;
}
.modal .modal-content .modal-body #sitesearch input[type=search]:focus {
  outline: none;
}
.modal .modal-content .modal-body #sitesearch button {
  background-color: #2a5696;
  width: 100%;
  max-width: 300px;
  padding: 0.7rem;
  border: 0;
  font-size: 26px;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  color: white;
  margin: 2rem auto;
  cursor: pointer;
}
.modal .modal-content .modal-body #sitesearch button:hover {
  background-color: #bc002e;
}
.modal .modal-content .modal-body .btn {
  margin-top: 1rem;
}
.modal .modal-content .modal-body select {
  border: none;
  font-size: 26px;
  height: 40px;
  width: 100%;
  margin: 10px 0;
}

body#home .homebanner {
  padding-top: 45%;
  display: block;
  position: relative;
  width: 100%;
  box-shadow: inset 0px 104px 150px -100px white;
}
body#home .homebanner__background {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}
body#home .homebanner__logoholder {
  display: block;
  position: relative;
  bottom: 5rem;
}
body#home .homebanner__logo {
  width: 100%;
  max-width: 800px;
  position: relative;
  margin: 0 auto;
}
body#home .bottombar:after {
  content: "";
  display: block;
  padding: 0.1rem;
  width: 125px;
  text-align: center;
  margin: 0 auto;
  background-color: #2a5696;
}
body#home .bottombar.barleft:after {
  content: "";
  display: block;
  padding: 0.1rem;
  width: 125px;
  text-align: left;
  margin: 0;
  background-color: #2a5696;
}
body#home .bottombar.barright:after {
  content: "";
  display: block;
  padding: 0.1rem;
  width: 125px;
  text-align: right;
  margin: 0;
  background-color: #2a5696;
}
body#home .home-content {
  background-color: #fff;
}
body#home .home-content .home {
  background-color: #e4edf1;
  padding: 4rem 1.5rem;
  display: table;
  width: 100%;
}
body#home .home-content .home:nth-child(even) {
  background-color: white;
}
body#home .home-content .home__newsletter--form .thankyoutext {
  text-align: center;
  color: #243746;
}
body#home .home-content .home__newsletter--title {
  display: block;
  text-align: center;
  padding-bottom: 3rem;
}
body#home .home-content .home__newsletter--first {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #243746;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__newsletter--second {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #243746;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__newsletter--firstname {
  padding: 0px 5px;
}
body#home .home-content .home__newsletter--lastname {
  padding: 0px 5px;
}
body#home .home-content .home__newsletter--email {
  padding: 0px 5px;
}
body#home .home-content .home__newsletter--zip {
  padding: 0px 5px;
}
body#home .home-content .home__newsletter--submit {
  padding: 0px 5px;
  text-align: center;
}
body#home .home-content .home__newsletter--button {
  height: 60px;
}
body#home .home-content .home__buttons--title {
  display: block;
  text-align: center;
  padding-bottom: 3rem;
}
body#home .home-content .home__buttons--first {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #243746;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__buttons--second {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #243746;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__buttons--link {
  background-color: #2a5696;
  font-size: 24px;
  padding: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
body#home .home-content .home__buttons--link:hover {
  background-color: #386eaf;
}
body#home .home-content .home__buttons--button:nth-child(even) .home__buttons--link {
  background-color: #bc002e;
}
body#home .home-content .home__buttons--button:nth-child(even) .home__buttons--link:hover {
  background-color: #EF2E3B;
}
body#home .home-content .home__presssocial--block {
  min-height: 500px;
  margin-bottom: 2rem;
}
body#home .home-content .home__presssocial--pressitem {
  padding: 2rem;
  border-radius: 0px;
  border: none;
  height: 100%;
}
body#home .home-content .home__presssocial--presstop {
  display: inline-block;
  color: #243746;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
body#home .home-content .home__presssocial--presstype {
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  color: #243746;
  padding-bottom: 1rem;
  font-size: 18px;
}
body#home .home-content .home__presssocial--presstype:after {
  content: "|";
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body#home .home-content .home__presssocial--pressdate {
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  color: #243746;
  padding-bottom: 1rem;
  font-size: 18px;
}
body#home .home-content .home__presssocial--presstitle {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  display: block;
  color: #243746;
  padding: 2rem 0rem;
}
body#home .home-content .home__presssocial--presstitle:hover {
  color: #bc002e;
}
body#home .home-content .home__presssocial--readmore {
  color: #bc002e;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
body#home .home-content .home__presssocial--readmore:hover {
  color: #243746;
}
body#home .home-content .home__presssocial--twitteritem {
  padding: 2rem;
  border-radius: 0px;
  border: none;
  height: 100%;
}
body#home .home-content .home__presssocial--twittertop {
  display: inline-block;
  color: #243746;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
body#home .home-content .home__presssocial--twitterhandle {
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  color: #243746;
  padding-bottom: 1rem;
  font-size: 18px;
}
body#home .home-content .home__presssocial--twitterhandle:after {
  content: "|";
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body#home .home-content .home__presssocial--twittertype {
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  color: #243746;
  padding-bottom: 1rem;
  font-size: 18px;
}
body#home .home-content .home__presssocial--instagramitem {
  padding: 2rem;
  border-radius: 0px;
  border: none;
  height: 100%;
}
body#home .home-content .home__presssocial--instagramtop {
  display: inline-block;
  color: #243746;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
body#home .home-content .home__presssocial--instagramhandle {
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  color: #243746;
  padding-bottom: 1rem;
  font-size: 18px;
}
body#home .home-content .home__presssocial--instagramhandle:after {
  content: "|";
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body#home .home-content .home__presssocial--instagramtype {
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  color: #243746;
  padding-bottom: 1rem;
  font-size: 18px;
}
body#home .home-content .home__presssocial--instalink {
  display: block;
  padding-top: 50%;
  float: left;
  width: 50%;
  overflow: hidden;
  border: 5px solid white;
  position: relative;
}
body#home .home-content .home__presssocial--instalink:hover .home__presssocial--instaimage {
  transform: scale(1.1);
}
body#home .home-content .home__presssocial--instaimage {
  background-position: center;
  display: block;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
body#home .home-content .home__offices--block {
  margin-bottom: 2rem;
}
body#home .home-content .home__offices--office {
  border: 0;
  border-radius: 0px;
  background-color: #e4edf1;
}
body#home .home-content .home__offices--title {
  display: block;
  text-align: center;
  padding-bottom: 3rem;
}
body#home .home-content .home__offices--first {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #243746;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__offices--second {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #243746;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__offices--location {
  text-align: center;
  position: relative;
  height: 430px;
}
body#home .home-content .home__offices--location:hover .home__offices--officeimage {
  transform: scale(0.3);
  top: -5rem;
}
@media (max-width: 991px) {
  body#home .home-content .home__offices--location:hover .home__offices--officeimage {
    transform: none;
    max-width: 120px;
    top: 0rem;
    position: relative;
  }
}
body#home .home-content .home__offices--location:hover .home__offices--body {
  opacity: 1;
  z-index: 1;
  bottom: 4rem;
}
@media (max-width: 991px) {
  body#home .home-content .home__offices--location:hover .home__offices--body {
    opacity: 1;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 0;
  }
}
body#home .home-content .home__offices--location:hover .home__offices--title {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  body#home .home-content .home__offices--location:hover .home__offices--title {
    opacity: 1;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  body#home .home-content .home__offices--location {
    margin-bottom: 2rem;
  }
}
body#home .home-content .home__offices--officeimage {
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
  top: 0;
  z-index: 5;
  border-radius: 50%;
  height: auto;
  width: 100%;
  max-width: 200px;
}
@media (max-width: 991px) {
  body#home .home-content .home__offices--officeimage {
    transform: none;
    max-width: 120px;
    top: 0rem;
    position: relative;
  }
}
body#home .home-content .home__offices--title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3rem 0;
  text-align: center;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  body#home .home-content .home__offices--title {
    opacity: 0;
    padding: 0.5rem;
    display: none;
  }
}
body#home .home-content .home__offices--mobiletitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin: 1rem 0;
}
body#home .home-content .home__offices--body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
  font-family: "Karla", sans-serif;
}
@media (max-width: 991px) {
  body#home .home-content .home__offices--body {
    opacity: 1;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 0;
  }
}
body#home .home-content .home__offices--address {
  padding: 0rem 0;
}
body#home .home-content .home__offices--phone {
  padding: 0rem 0;
}
body#home .home-content .home__offices--directions {
  text-transform: uppercase;
  text-decoration: underline;
}
body#home .home-content .home__offices--directions:hover {
  text-decoration: underline;
  color: #426f69;
}
body#home .home-content .home__offices--location {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 5rem 0;
}
body#home .home-content .home__offices--bottomarea {
  text-align: center;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2a5696;
}

.figure__banner {
  position: relative;
  padding-top: 30%;
  width: 100%;
  display: table;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1330px) {
  .figure__banner {
    padding-top: 33%;
  }
}
.figure__banner-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center center;
  top: 0;
  left: 0;
}

body.nobreadcrumb #breadcrumb {
  display: none;
}
body.nobreadcrumb #main_container {
  padding-top: 3rem;
}

.page__banner {
  padding-top: 45%;
  display: block;
  width: 100%;
  position: relative;
  background-color: white;
}
@media (max-width: 1300px) {
  .page__banner {
    overflow: hidden;
  }
}
.page__banner-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .page__banner-image {
    background-position: center;
  }
}

#listblocks li {
  margin-bottom: 1.5rem;
}
#listblocks .block {
  background-color: #bc002e;
  width: 100%;
  display: table;
  height: 100%;
  vertical-align: middle;
  min-height: 95px;
}
#listblocks .block .desc {
  padding: 20px;
  min-height: 170px;
}
#listblocks .block .desc p {
  width: 100%;
  margin: 0px;
}
#listblocks .block a {
  background-color: #bc002e;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 15px;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}
#listblocks .block a:hover {
  text-decoration: none;
}
#listblocks .block a > img {
  float: left;
}
#listblocks .block a .media-heading {
  position: relative;
  font-size: 22px;
}
#listblocks .block a .media-heading.noimg {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#listblocks .block a .media-heading.withimg {
  left: 20px;
  display: block;
  width: 75%;
}
#listblocks .block:hover {
  background-color: #EF2E3B;
}
#listblocks .block:hover a {
  background-color: #EF2E3B;
}
#listblocks .block.noimg a {
  height: auto;
  min-height: 95px;
}
#listblocks li:nth-child(even) .block {
  background-color: #2a5696;
}
#listblocks li:nth-child(even) .block a {
  background-color: #2a5696;
}
#listblocks li:nth-child(even) .block:hover {
  background-color: #386eaf;
}
#listblocks li:nth-child(even) .block:hover a {
  background-color: #386eaf;
}

#filterbuttons {
  position: absolute;
  top: 10px;
  right: 40px;
}
@media (max-width: 767px) {
  #filterbuttons {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 2rem 0;
  }
}

#voting_record .page {
  margin: 30px 0;
  display: none;
  transition: 1s ease-in-out;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
#voting_record .page .row {
  margin: 0 0 20px 0;
  padding: 5px 5px 15px 5px;
  border-bottom: 1px solid #ccc;
  /* ----- */
}
#voting_record .page .row .date {
  font-size: 15px;
}
#voting_record .page .row .vote {
  font-size: 16px;
  color: #666;
}
#voting_record .page .row .No, #voting_record .page .row .Nay {
  color: red;
}
#voting_record .page .row .Yea, #voting_record .page .row .Aye {
  color: green;
}
#voting_record .page .row .result {
  font-size: 16px;
  color: #666;
}
#voting_record .page .row .Failed {
  color: red !important;
}
#voting_record .page .row .Passed {
  color: green !important;
}
#voting_record .page .row .category {
  font-size: 15px;
}
#voting_record .page.in {
  opacity: 1;
}
#voting_record .pagination {
  display: table;
  width: 100%;
}
#voting_record .pagination .pages {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  margin: 0;
}
#voting_record .pagination .pages_nav {
  display: table-cell;
  vertical-align: middle;
}

#search-thomas-pod #thomas_search {
  height: 45px;
  width: 100%;
  padding: 10px;
}
#search-thomas-pod #side-search-btn {
  padding: 10px 20px;
}

#pagination-container {
  text-align: right;
  margin-top: 80px;
  display: table;
  width: 100%;
}
#pagination-container .pagination-right {
  display: table-cell;
  vertical-align: middle;
  float: none;
  margin-bottom: 0px;
}
#pagination-container .pager {
  display: table-cell;
  float: right;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
#pagination-container .pager li {
  display: table-cell;
}

body#newsroom_landing_page .videoiframe {
  margin-bottom: 2rem;
}
body#newsroom_landing_page #main_column {
  padding: 0;
  background-color: transparent;
}
body#newsroom_landing_page #breadcrumb {
  display: none;
}
body#newsroom_landing_page #main_container {
  padding-top: 4rem;
}
body#newsroom_landing_page .one_column {
  margin-left: 0;
  margin-right: 0;
}
body#newsroom_landing_page #rightside {
  padding: 3rem;
  background-color: #fff;
}
body#newsroom_landing_page #rightside hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body#newsroom_landing_page #leftside {
  text-align: left;
  padding: 0px 0px 0 15px;
  background-color: #2a5696;
  position: relative;
  z-index: 1;
}
body#newsroom_landing_page #leftside:before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  left: -100%;
  height: 100%;
  background-color: #2a5696;
}
body#newsroom_landing_page #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  top: -100%;
  left: -100%;
  height: 100%;
  background-color: #2a5696;
}
body#newsroom_landing_page .media__summary {
  padding-bottom: 2rem;
}
body#newsroom_landing_page .media__header {
  font-size: 23px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  body#newsroom_landing_page .media__header {
    font-size: 46px;
  }
}
body#newsroom_landing_page .media__header a {
  color: #243746;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__link {
  color: #243746;
  text-decoration: none;
}
body#newsroom_landing_page .media__link:hover {
  color: #243746;
  text-decoration: underline;
}
body#newsroom_landing_page .media__link--underline {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
body#newsroom_landing_page .media__button {
  text-align: right;
  bottom: 3rem;
  right: 3rem;
  color: #bc002e;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__button--container {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__button--container.videos {
  padding: 3rem 0 3rem;
}
body#newsroom_landing_page .media__button--podcast {
  display: block;
}
body#newsroom_landing_page .media__side-nav {
  width: 100%;
  margin-top: 2.5rem;
}
body#newsroom_landing_page .media__side-nav .main_page_title {
  text-align: left;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 4rem;
}
body#newsroom_landing_page .media__side-nav.affix {
  width: 310px;
  top: 6.5rem;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix {
    width: 225px;
  }
}
body#newsroom_landing_page .media__side-nav.affix-bottom {
  position: absolute;
  width: 310px;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix-bottom {
    width: 225px;
  }
}
body#newsroom_landing_page .media__list {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item.active a, body#newsroom_landing_page .media__list-item:hover a {
  background-color: transparent;
  color: #fff;
  border-radius: 0px;
  border-bottom: 2px solid #fff;
}
body#newsroom_landing_page .media__list-link {
  color: #fff;
  display: inline-block;
  padding: 10px 0px 0px;
  text-decoration: none;
  border-radius: 0px;
  font-size: 28px;
  border-bottom: 2px solid transparent;
  font-family: "Montserrat", sans-serif;
}
body#newsroom_landing_page .media__list-link:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__list-link {
    font-size: 22px;
  }
}
body#newsroom_landing_page .media__date {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #2a5696;
  font-size: 22px;
}
body#newsroom_landing_page .media__videos .ce_youtube_video {
  margin-bottom: 4rem;
}
body#newsroom_landing_page .media__figure {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
body#newsroom_landing_page .media__image {
  display: block;
  width: 100%;
}

#pagetools {
  padding: 5rem 0 2rem;
}

#main_column {
  padding: 0 2.5rem;
}

blockquote {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  padding: 1.5rem 3rem 1.5rem 0;
}
blockquote span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
blockquote:after {
  content: "";
  display: block;
  padding: 0.1rem;
  width: 125px;
  text-align: center;
  margin: 0;
  background-color: #2a5696;
  margin-top: 1.5rem;
}

.bio__holder {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45%;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  right: 0;
  padding: 5rem 0 5rem 1.5rem;
  box-shadow: 60px 0px 40px 15px rgba(255, 255, 255, 0.4);
}
.bio__holder .main_page_title {
  font-size: 96px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .bio__holder .main_page_title {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .bio__holder {
    padding: 1rem 0 0rem 5rem;
  }
}
@media (max-width: 767px) {
  .bio__holder {
    position: relative;
    width: 100%;
    padding: 1rem;
    box-shadow: none;
  }
}
@media (max-width: 1200px) {
  .bio__holder--text {
    position: absolute;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .bio__holder--text {
    position: relative;
    bottom: 20%;
  }
}
.bio__nav {
  padding: 4rem 1.5rem;
}
.bio__nav--button {
  background: #2a5696;
  text-align: center;
  color: white;
  height: 100%;
}
.bio__nav--button:hover {
  background: #386eaf;
}
.bio__nav--col {
  margin-bottom: 1.5rem;
}
.bio__nav--col:nth-child(even) .bio__nav--button {
  background: #bc002e;
}
.bio__nav--col:nth-child(even) .bio__nav--button:hover {
  background: #EF2E3B;
}

.snippets__banner--holder {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45%;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  right: 0;
  padding: 5rem 0 5rem 5rem;
  box-shadow: 40px 0px 45px 30px rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
}
.snippets__banner--holder .main_page_title {
  font-size: 96px;
  text-transform: uppercase;
  margin-bottom: 15;
}
@media (max-width: 1199px) {
  .snippets__banner--holder .main_page_title {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .snippets__banner--holder {
    padding: 1rem 0 0rem 5rem;
  }
}
@media (max-width: 767px) {
  .snippets__banner--holder {
    position: relative;
    width: 100%;
    padding: 1rem;
    background-color: #426f69;
    box-shadow: none;
  }
}
.snippets__nav {
  padding: 1rem 0;
}
.snippets__nav ul li {
  margin-bottom: 1rem;
}
.snippets__nav ul li a {
  font-size: 22px;
}
@media (max-width: 991px) {
  .snippets__nav ul li a {
    font-size: 16px;
  }
}

.snippets {
  padding-top: 0.5rem;
}
.snippets__section {
  display: table;
  width: 100%;
  margin: 1rem 0;
}
.snippets__presskit {
  position: relative;
  background-color: #243746;
  padding: 3rem 0;
}
.snippets__presskit:before {
  content: "";
  background-color: #243746;
  right: -1000%;
  width: 1000%;
  height: 100%;
  top: 0;
  position: absolute;
}
.snippets__presskit:after {
  content: "";
  background-color: #243746;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}
.snippets__bodyhold {
  align-items: center;
  padding: 2rem 5rem;
}
.snippets__bodyhold.flexend {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .snippets__bodyhold {
    padding: 2rem 0;
  }
}
.snippets__bodytext {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.snippets__stars {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.snippets__star {
  display: inline-block;
  color: #bc002e;
  font-size: 18px;
}
.snippets__bodyimage img {
  display: block;
  width: 100%;
}

.prevpress__holder .prevarticle, .prevpress__holder .nextarticle {
  font-size: 24px;
}

.internal__offices--office {
  border: 0;
  border-radius: 0px;
  background-color: #e4edf1;
  margin-bottom: 1.5rem;
}
.internal__offices--title {
  display: block;
  text-align: center;
  padding-bottom: 3rem;
}
.internal__offices--first {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  color: #243746;
  margin-bottom: 1rem;
  display: inline-block;
}
.internal__offices--second {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #243746;
  margin-bottom: 1rem;
  display: inline-block;
}
.internal__offices--location {
  text-align: center;
  position: relative;
  height: 450px;
}
.internal__offices--location:hover .internal__offices--officeimage {
  transform: scale(0.3);
  top: -5rem;
}
@media (max-width: 991px) {
  .internal__offices--location:hover .internal__offices--officeimage {
    transform: none;
    max-width: 120px;
    top: 0rem;
    position: relative;
  }
}
.internal__offices--location:hover .internal__offices--body {
  opacity: 1;
  z-index: 1;
  bottom: 4rem;
}
@media (max-width: 991px) {
  .internal__offices--location:hover .internal__offices--body {
    opacity: 1;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 0;
  }
}
.internal__offices--location:hover .internal__offices--title {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .internal__offices--location:hover .internal__offices--title {
    opacity: 1;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 0;
  }
}
@media (max-width: 991px) {
  .internal__offices--location {
    margin-bottom: 2rem;
  }
}
.internal__offices--officeimage {
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
  top: 0;
  z-index: 5;
  border-radius: 50%;
  height: auto;
  width: 100%;
  max-width: 200px;
}
@media (max-width: 991px) {
  .internal__offices--officeimage {
    transform: none;
    max-width: 120px;
    top: 0rem;
    position: relative;
  }
}
.internal__offices--title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3rem 0;
  text-align: center;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .internal__offices--title {
    opacity: 1;
    padding: 0.5rem;
  }
}
.internal__offices--mobiletitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
.internal__offices--body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
  font-family: "Karla", sans-serif;
}
@media (max-width: 991px) {
  .internal__offices--body {
    opacity: 1;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 0;
  }
}
.internal__offices--address {
  padding: 0rem 0;
}
.internal__offices--phone {
  padding: 0rem 0;
}
.internal__offices--directions {
  text-transform: uppercase;
  text-decoration: underline;
}
.internal__offices--directions:hover {
  text-decoration: underline;
  color: #426f69;
}
.internal__offices--location {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 5rem 0;
}
.internal__offices--bottomarea {
  text-align: center;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2a5696;
}

.bottombar:after {
  content: "";
  display: block;
  padding: 0.1rem;
  width: 125px;
  text-align: center;
  margin: 0 auto;
  background-color: #2a5696;
}
.bottombar.barleft:after {
  content: "";
  display: block;
  padding: 0.1rem;
  width: 125px;
  text-align: left;
  margin: 0;
  background-color: #2a5696;
}
.bottombar.barright:after {
  content: "";
  display: block;
  padding: 0.1rem;
  width: 125px;
  text-align: right;
  margin: 0;
  background-color: #2a5696;
}

.issue__breakout {
  padding-top: 3rem;
}
.issue__link {
  color: #2a5696;
}
.issue__link:hover {
  color: #bc002e;
}
.issue__title {
  font-size: 36px;
}
.issue__list-item {
  padding: 1rem 0;
}
.issue__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #bc002e;
}

.sr-result .sr-title a {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.sr-result .sr-title .sr-metadata .source a {
  font-size: 16px;
  font-family: "Karla", sans-serif;
}

.videoiframe {
  position: relative;
  padding-top: 55%;
  display: block;
  width: 100%;
}
.videoiframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#vekeo_stream {
  width: 100% !important;
}

.photos__carousel {
  position: relative;
}
.photos__carousel .item {
  background-size: cover;
  background-position: center top;
  height: 100%;
  width: 100%;
  padding-top: 120%;
  transition: transform 0.2s ease-in-out;
}
.photos__carousel .item:hover {
  transform: scale(1.02);
  z-index: 5;
  box-shadow: 0px 0px 20px 0px rgba(240, 162, 2, 0.35);
}
.photos__carousel--link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.photos__carousel .owl-nav {
  position: absolute;
  top: 15%;
  width: 100%;
  display: none;
  left: 0;
  right: 0;
}
.photos__carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  font-size: 10rem;
  color: #386eaf;
}
.photos__carousel .owl-nav .owl-prev:hover {
  color: #243746;
}
.photos__carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  font-size: 10rem;
  color: #386eaf;
}
.photos__carousel .owl-nav .owl-next:hover {
  color: #243746;
}
.photos__imagehold {
  padding-bottom: 2rem;
}
.photos__imagehold--holder {
  padding-top: 120%;
  position: relative;
  display: block;
  overflow: hidden;
  transition: transform 0.2s ease-in-out;
}
.photos__imagehold--holder:hover {
  transform: scale(1.02);
  z-index: 5;
  box-shadow: 0px 0px 20px 0px rgba(240, 162, 2, 0.35);
}
.photos__imagehold--item {
  background-size: cover;
  background-position: center top;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.photos__imagehold--buttonholder {
  display: block;
  text-align: center;
}
.photos__imagehold--caption {
  display: block;
  margin-top: 1rem;
  text-align: center;
  position: relative;
}

.form-validation-error-message {
  font-weight: 700;
  color: red;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  border-radius: 7rem;
  border: 3px solid red;
}

body.livetownhalltall #content {
  min-height: 1000px;
}
body.livetownhalltall #content .embed-responsive {
  overflow: visible !important;
}
@media (max-width: 580px) {
  body.livetownhalltall #content {
    min-height: 1200px;
  }
  body.livetownhalltall #content .embed-responsive-item {
    height: 100% !important;
    min-height: 700px;
  }
}

.social-list {
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 0.4rem 1rem;
}
.social-list li {
  padding: 1rem 5px;
  margin-right: 0px !important;
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px;
  }
}
.social-list li a {
  border: 1px solid #2a5696;
  border-radius: 50px;
  padding: 3px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #2a5696;
  color: #fff;
  display: block;
  font-size: 16px;
}
.social-list li a:hover {
  background-color: #fff;
  color: #2a5696;
}
.social-list--bottom li {
  padding: 5px 3px;
}

.social-area #socialareablock {
  margin-bottom: 1rem;
}
.social-area #socialareablock .socialblock {
  padding: 1rem;
}
.social-area #socialareablock .socialblock .socialheader .socialfeedbackbutton {
  border: 1px solid #0e0e0e;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center;
  background-color: #fff;
  color: #0e0e0e;
  display: block;
  font-size: 18px;
  display: inline-block;
  width: auto;
  margin-bottom: 1rem;
}
.social-area #socialareablock .socialblock .socialheader .socialfeedbackbutton span {
  margin-right: 10px;
  text-decoration: none;
}
.social-area #socialareablock .socialblock .twitter .socialfeedbackbutton {
  border: 1px solid #2AA3EF;
  background-color: #fff;
  color: #2AA3EF;
}
.social-area #socialareablock .socialblock .twitter .socialfeedbackbutton:hover {
  border: 1px solid #2AA3EF;
  background-color: #2AA3EF;
  color: #fff;
  text-decoration: none;
}
.social-area #socialareablock .socialblock .facebook .socialfeedbackbutton {
  border: 1px solid #4268b2;
  background-color: #fff;
  color: #4268b2;
}
.social-area #socialareablock .socialblock .facebook .socialfeedbackbutton:hover {
  border: 1px solid #4268b2;
  background-color: #4268b2;
  color: #fff;
  text-decoration: none;
}

footer {
  background-color: #e4edf1;
  margin-top: 3rem;
  padding: 3rem 1.5rem;
}
footer ul li a {
  color: #243746;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #bc002e;
}
footer .footernav {
  display: block;
}
footer .footernav li {
  margin-right: 3.5rem !important;
}
@media (max-width: 767px) {
  footer .footernav li {
    margin-right: 1.5rem !important;
  }
}
footer .socialmedia {
  display: block;
}

body#newsroom_landing_page footer {
  margin-top: 0;
}

body#snippets footer {
  margin-top: 0;
}

body#home footer {
  margin-top: 0;
}

.alert {
  padding: 1rem;
  margin-bottom: 0;
  border: 0;
  background-color: #243746;
  border-radius: 0;
  position: relative;
  z-index: 5;
}
.alert .headline {
  padding: 0 2rem;
}
.alert .headline a {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
}
.alert .headline a:hover {
  color: white;
}
@media (max-width: 520px) {
  .alert .headline a {
    font-size: 22px;
  }
}

.alerttwo {
  background-color: #9e0000;
}

.alert-container {
  align-items: center;
  display: flex;
}
@media (max-width: 1100px) {
  .alert-container {
    max-width: 100% !important;
  }
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  background-color: #bc002e;
  box-sizing: content-box;
  height: 35px;
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 35px;
  color: #bc002e;
  text-align: center;
}
.f-modal-alert .f-modal-icon .f-modal-exclamation {
  position: relative;
  text-align: center;
  color: #fff;
  top: 4px;
}

.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

.animateXLeft {
  animation: animateXLeft 0.75s;
}

.animateXRight {
  animation: animateXRight 0.75s;
}

.scaleWarning {
  animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}

@keyframes Pulse {
  50% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}
.Pulse {
  color: #bc002e;
  position: relative;
}
.Pulse:before {
  content: "";
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: Pulse 2s ease-out infinite;
  background-color: currentColor;
  transform: scale3d(1, 1, 1);
}
.Pulse > * {
  position: relative;
}

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateXLeft {
  0%, 65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%, 65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes scaleWarning {
  0% {
    transform: scale(1);
    border-color: #bc002e;
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: transparent;
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #fff;
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #bc002e;
  }
  100% {
    background-color: #fff;
  }
}
/* FORM SYSTEM styles page

This are mostly functional styles at the top, with customizations below...

*/
#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: sans-serif;
}

/*

FORM SYSTEM Customizations
*/
#main_column form #actions {
  font-size: 22px;
  height: 65px;
}
#main_column form fieldset {
  margin: 50px 0 0 0;
}
#main_column form fieldset legend {
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
#main_column form fieldset label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0.3rem;
}
#main_column form fieldset label .required {
  color: #bc002e;
  margin: 0 5px;
}
#main_column form fieldset input, #main_column form fieldset select {
  padding: 10px;
  box-shadow: none;
  border-radius: 5px;
}
#main_column form fieldset input[type=radio], #main_column form fieldset input[type=checkbox] {
  padding: 0px;
  padding-top: 2px;
}
#main_column form fieldset abbr[title], #main_column form fieldset abbr[data-original-title] {
  color: rgba(0, 0, 0, 0.2);
  border-bottom: none;
  cursor: help;
  padding: 5px;
}
#main_column form fieldset textarea {
  min-height: 100px;
  font-size: 18px;
}
#main_column form fieldset input.form-control,
#main_column form fieldset select.form-control {
  height: 60px;
  font-size: 18px;
}
#main_column form fieldset input.form-control:focus,
#main_column form fieldset select.form-control:focus {
  border: 1px solid #CCC;
  box-shadow: 1px, 1px, 5px, 0.5px;
}
#main_column form fieldset .note-text {
  padding: 5px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.33);
}
#main_column form fieldset + fieldset {
  margin: 50px 0 0 0;
}
#main_column form .btn {
  margin-top: 30px;
  font-size: 22px;
  padding: 20px 45px 20px 45px;
  float: right;
  color: #FFF;
  background-color: #e4edf1;
}
#main_column form .btn:hover {
  background-color: #243746;
}
#main_column 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;
}

#content .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);
  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);
  }
}
#content .amend-form-container form {
  display: table;
  width: 100%;
  /*input[type="submit"] {
  	padding: .25em .5em;
  	font-size: 1.3em;
  }*/
}
#content .amend-form-container form h2 {
  margin: 0 0 1em 0;
  font-size: 25px;
  font-weight: bold;
}
#content .amend-form-container form h3 {
  margin: 0 0 1em 0;
  font-size: 20px;
}
#content .amend-form-container form input[type=text], #content .amend-form-container form input[type=email], #content .amend-form-container form select {
  height: 60px;
}
#content .amend-form-container form input[type=text], #content .amend-form-container form input[type=email], #content .amend-form-container form textarea, #content .amend-form-container form select {
  width: 100%;
  line-height: 1.42857143;
  padding: 10px 15px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #243746;
  border-radius: 0px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
}
#content .amend-form-container form select {
  padding: 10px;
  height: 60px;
  font-size: 18px;
  padding-right: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 30px center, right 16px center, right 10px center;
  text-indent: 0.01px;
}
#content .amend-form-container form textarea {
  min-height: 125px;
}
#content .amend-form-container form input[type=checkbox] + label,
#content .amend-form-container form input[type=radio] + label {
  display: inline;
  position: relative;
  top: 2px;
  left: 0.5em;
}
#content .amend-form-container form .btn, #content .amend-form-container form input[type=submit] {
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: white;
  background-color: #2a5696;
}
#content .amend-form-container form .btn:hover, #content .amend-form-container form input[type=submit]:hover {
  color: white;
  background-color: #e4edf1;
}
#content .amend-form-container form .checkbox input[type=checkbox] {
  margin-left: 0;
}
#content .amend-form-container form .checkbox input[type=checkbox] + label {
  top: -1px;
  left: 0.25em;
}
#content .amend-form-container form .control-group + .control-group, #content .amend-form-container form .control-group + .row, #content .amend-form-container form .row + .control-group, #content .amend-form-container form .row + .row {
  margin-top: 1em;
}

@media (max-width: 990px) {
  #content .amend-form-container form div[class^=col-] + div[class^=col-] {
    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);
  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;
}
.fc-tbx .arrow:after {
  content: "";
  border-width: 10px;
}
.fc-tbx .arrow {
  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 {
  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;
  border-radius: 0;
  padding: 10px;
}
.polls select {
  padding: 10px;
  height: 60px;
  font-size: 18px;
  width: 100%;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.polls label {
  /*font-size: 14px;*/
  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;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
  border-radius: 0;
}
.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*# sourceMappingURL=common.css.map */
