/* IMPORT SITE CUSTOM STYLES */
/* Fonts

font-family:'Century Gothic W01';
font-family:'Century Gothic W01 Bold';


*/
body {
  font-size: 20px;
  color: #4f85ad;
  font-family: "Century Gothic W01";
}

a {
  color: #364f79;
  cursor: pointer;
}
a:hover {
  color: #8cb7d9;
}

p {
  font-size: 20px !important;
}
p span {
  font-size: 20px !important;
}
p a {
  text-decoration: underline;
}

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

.btn {
  font-family: "Century Gothic W01 Bold";
  font-weight: bold;
  padding: 10px 35px;
  color: #fff;
  background-color: #364f79;
  text-transform: uppercase;
  border-radius: 25px;
  text-decoration: none;
}
.btn:hover {
  color: #fff;
  background-color: #8cb7d9;
  text-decoration: none;
}

.block {
  padding: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Century Gothic W01 Bold";
  border: 1.5px solid #4f85ad;
  background-color: #fff;
  color: #4f85ad;
  text-align: center;
  font-size: 28px;
}
.block:hover {
  border: 1.5px solid #8cb7d9;
  color: #fff;
  background-color: #8cb7d9;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4 {
  font-weight: bold;
  font-family: "Century Gothic W01 Bold";
}

h1 {
  text-transform: uppercase;
  font-size: 60px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 21px;
}

.main_page_title {
  color: #364f79;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #364f79;
  display: block;
  width: 100%;
  margin-bottom: 4rem;
}

#breadcrumb {
  padding: 5px 0px;
}
#breadcrumb ol li a {
  font-family: "Century Gothic W01 Bold";
  font-size: 14px;
  color: #363636;
  text-transform: uppercase;
}

#newscontent .main_page_title {
  font-size: 50px;
}
#newscontent p span {
  font-size: 20px !important;
}
#newscontent p a {
  text-decoration: underline;
}

body.nopagetitle .main_page_title {
  display: none;
}

/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@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;
}

.alert {
  padding: 0.5rem;
  margin-bottom: 0;
  border: 0;
  background-color: #149843;
  border-radius: 0;
  z-index: 10000;
}
.alert .headline {
  padding: 0 2rem;
}
.alert .headline a {
  font-family: "Century Gothic W01 Bold";
  text-transform: uppercase;
  color: white;
  font-size: 16px;
}
.alert .headline a:hover {
  color: white;
}

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

.alert-container {
  align-items: center;
  display: flex;
}

.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  border: 4px solid #4f85ad;
  box-sizing: content-box;
  height: 35px;
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 35px;
}
.f-modal-alert .f-modal-icon.f-modal-warning {
  border-color: #fff;
  /*
      &:before {
        animation: pulseWarning 2s linear infinite;
        background-color: transparent;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 100%;
        opacity: 0;
        position: absolute;
        width: 100%;
      }

      &:after {
        background-color: transparent;
        border-radius: 50%;
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1;
      }*/
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
  background-color: #fff;
  border-radius: 2px;
  height: 15px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  top: 6px;
  width: 5px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
  background-color: #fff;
  border-radius: 50%;
  bottom: 5px;
  height: 7px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon + .f-modal-icon {
  margin-top: 50px;
}

.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 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: #ffdc7d;
  }
  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: #ffdc7d;
  }
  100% {
    background-color: #fff;
  }
}
.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: #fff;
  font-family: "Century Gothic W01 Bold";
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
}
.navbar .nav-pills li a:hover {
  text-decoration: none;
  color: #8cb7d9;
}
.navbar .nav-pills li:hover .dropdown-menu {
  display: block;
}
.navbar .nav-pills li .dropdown-menu {
  top: 100%;
  left: auto;
  margin: 0px;
  padding: 0px;
  border: 0;
  box-shadow: 20px 40px 40px -20px rgba(0, 0, 0, 0.75);
}
.navbar .nav-pills li .dropdown-menu > li {
  padding: 0;
}
.navbar .nav-pills li .dropdown-menu > li a {
  color: #364f79;
  white-space: nowrap;
  padding: 1rem;
  background-color: transparent;
  display: block;
  text-decoration: none;
}
.navbar .nav-pills li .dropdown-menu > li a:hover {
  background-color: #4f85ad;
  color: #fff;
}
.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: #fff;
}
.navbar .srchbutton:hover,
.navbar .srchbuttonmodal:hover {
  color: #8cb7d9;
}
@media (max-width: 991px) {
  .navbar .srchbutton,
.navbar .srchbuttonmodal {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .navbar .srchbutton,
.navbar .srchbuttonmodal {
    color: #364f79;
  }
}
.navbar .togglemenu {
  margin-left: 10px;
  color: #fff;
  font-size: 38px;
}
@media (max-width: 768px) {
  .navbar .togglemenu {
    color: #364f79;
  }
}

/*Mobile NAV*/
#NavMobileModal .nav .nav-item a {
  font-size: 24px;
  color: #fff;
  font-family: "Century Gothic W01 Bold";
}
@media (max-width: 991px) {
  #NavMobileModal .nav .nav-item a {
    font-size: 44px;
  }
}

#header {
  background-color: transparent;
  height: auto;
  display: block;
  width: 100%;
  position: relative;
  z-index: 100;
}
#header .working {
  background-color: #4f85ad;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
}
#header .working__stats {
  display: table;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#header .working__stats--text {
  vertical-align: middle;
  padding: 0rem 0.3rem;
  margin: 0.5rem 0;
  border-top: 3px solid #8cb7d9;
  border-bottom: 3px solid #8cb7d9;
  font-family: "Century Gothic W01 Bold";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1136px) {
  #header .working__stats--text {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  #header .working__stats--text {
    font-size: 12px;
  }
}
#header .working__stats--stats {
  margin: 0;
  justify-content: space-around;
  padding: 0 1rem;
}
#header .working__stats--stat {
  padding: 0.5rem;
}
#header .working__stats--stat:hover {
  text-decoration: none;
  /* .working__stats--icon{
     background-color: $primary-dark;
   }

   .working__stats--fa{
     color: $primary-light;
   } */
}
@media (max-width: 1080px) {
  #header .working__stats--stat {
    padding: 0.2rem;
  }
}
@media (max-width: 990px) {
  #header .working__stats--stat {
    padding: 0.5rem 0;
  }
}
#header .working__stats--icon {
  padding: 3px;
  background-color: #8cb7d9;
  color: #364f79;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  display: table;
  float: left;
  margin-right: 1rem;
}
@media (max-width: 1280px) {
  #header .working__stats--icon {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1136px) {
  #header .working__stats--icon {
    font-size: 16px;
    width: 35px;
    height: 35px;
    margin-right: 0.5rem;
  }
}
@media (max-width: 991px) {
  #header .working__stats--icon {
    display: none;
  }
}
#header .working__stats--fa {
  color: #364f79;
  vertical-align: middle;
  text-align: center;
}
#header .working__stats--value {
  display: table-cell;
  font-size: 16px;
  color: #fff;
  font-family: "Century Gothic W01 Bold";
  padding-right: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 1191px) {
  #header .working__stats--value {
    font-size: 14px;
  }
}
@media (max-width: 1136px) {
  #header .working__stats--value {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  #header .working__stats--value {
    font-size: 16px;
  }
}
#header .working__stats--name {
  display: table-cell;
  font-size: 12px;
  color: #fff;
  font-family: "Century Gothic W01 Bold";
  text-transform: uppercase;
  vertical-align: middle;
}
@media (max-width: 1191px) {
  #header .working__stats--name {
    font-size: 11px;
  }
}
@media (max-width: 1136px) {
  #header .working__stats--name {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  #header .working {
    display: none;
  }
}
@media (max-width: 768px) {
  #header .header-holder {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
  }
}
#header .header-holder .header-container {
  display: table;
  height: 80px;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 1.5rem;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#header .header-holder .header-container .logo-holder {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media (max-width: 768px) {
  #header .header-holder .header-container .logo-holder {
    top: 0.3rem;
  }
}
#header .header-holder .header-container .logo-holder .logo-hold {
  width: 100%;
  max-width: 250px;
}
#header .header-holder .header-container .logo-holder .logo-hold .top-logo {
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  #header .header-holder .header-container .logo-holder .logo-hold .top-logo.white {
    display: none;
    opacity: 0;
  }
}
#header .header-holder .header-container .logo-holder .logo-hold .top-logo.blue {
  opacity: 0;
}
@media (max-width: 768px) {
  #header .header-holder .header-container .logo-holder .logo-hold .top-logo.blue {
    width: 160px !important;
    opacity: 1;
  }
}
#header .header-holder .header-container .header-nav-holder {
  display: table-cell;
  vertical-align: middle;
}
#header .header-holder .header-container .header-nav-holder .right {
  float: right;
}
@media (max-width: 1200px) {
  #header .header-holder .header-container .header-nav-holder .right {
    display: none;
  }
}
#header .header-holder .header-container .header-nav-holder .nav-hold {
  float: right;
}
@media (max-width: 768px) {
  #header .header-holder .header-container .header-nav-holder {
    width: 100%;
    display: table;
    padding: 5px 15px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  #header .header-holder .header-container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #header .header-holder .header-container {
    height: auto;
    display: block;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  #header .header-holder .header-container {
    height: auto;
    padding: 0.6rem;
  }
}
@media (min-width: 1200px) {
  #header .header-holder .header-container {
    max-width: 1400px;
  }
}
#header.scrolling .header-holder {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
}
#header.scrolling .header-holder .logo-holder {
  top: 5px;
}
#header.scrolling .header-holder .logo-holder .top-logo {
  width: 200px !important;
}
@media (max-width: 1191px) {
  #header.scrolling .header-holder .logo-holder .top-logo {
    width: 175px !important;
  }
}
@media (max-width: 768px) {
  #header.scrolling .header-holder .logo-holder .top-logo {
    width: 160px !important;
  }
}
#header.scrolling .header-holder .logo-holder .top-logo.white {
  opacity: 0;
}
#header.scrolling .header-holder .logo-holder .top-logo.blue {
  opacity: 1 !important;
}
#header.scrolling .header-holder .navbar .srchbuttonmodal {
  color: #364f79;
}
#header.scrolling .header-holder .navbar .togglemenu {
  color: #364f79;
}
#header.scrolling .header-nav-holder .nav-hold .navbar .nav-pills li a {
  color: #364f79;
}
#header.scrolling .header-nav-holder .nav-hold .navbar .nav-pills li a:hover {
  color: #8cb7d9;
}
#header.scrolling .header-nav-holder .nav-hold .navbar .srchbutton {
  color: #364f79;
}
#header.scrolling .header-nav-holder .nav-hold .navbar .srchbutton:hover {
  color: #8cb7d9;
}
#header.scrolling .header-nav-holder .social-list li a {
  color: #364f79;
}

.modal .modal-dialog {
  margin: 10% auto;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-content {
  background-color: #b2cee4;
  padding: 2rem 1rem;
}
.modal .modal-content form select {
  width: 100%;
  display: block;
  height: 50px;
  margin-bottom: 1rem;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .close {
  background-color: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal .modal-content .modal-header .close:hover {
  background-color: #e6e6e6;
}
.modal .modal-content .modal-header .modal-title {
  display: block;
  width: 100%;
  text-align: center;
}
.modal .modal-content .modal-body {
  padding: 2rem;
}

#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: "";
}

#internal-header .header-holder {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  background-color: #fff;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
  padding: 0;
}
#internal-header .header-holder .header-container {
  display: table;
  height: 90px;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
  padding: 0.5rem;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#internal-header .header-holder .header-container .logo-holder {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: auto;
  left: 1.5rem;
}
@media (max-width: 768px) {
  #internal-header .header-holder .header-container .logo-holder {
    float: left;
  }
}
#internal-header .header-holder .header-container .logo-holder .logo-hold {
  width: 100%;
  max-width: 200px;
  display: block;
  position: relative;
  top: 0;
}
#internal-header .header-holder .header-container .logo-holder .logo-hold .top-logo {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-in-out;
}
#internal-header .header-holder .header-container .logo-holder .logo-hold .top-logo.blue {
  opacity: 0;
}
#internal-header .header-holder .header-container .header-nav-holder {
  display: table-cell;
  vertical-align: middle;
}
#internal-header .header-holder .header-container .header-nav-holder .right {
  float: right;
}
#internal-header .header-holder .header-container .header-nav-holder .right .social-list li a {
  color: #364f79;
  text-decoration: none;
}
#internal-header .header-holder .header-container .header-nav-holder .right .social-list li a:hover {
  color: #8cb7d9;
}
@media (max-width: 1200px) {
  #internal-header .header-holder .header-container .header-nav-holder .right {
    display: none;
  }
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold {
  float: right;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .nav-pills li a {
  color: #364f79;
  text-decoration: none;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .nav-pills li a:hover {
  color: #8cb7d9;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .nav-pills li .dropdown-menu li a {
  text-decoration: none;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .nav-pills li .dropdown-menu li a:hover {
  color: #fff;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .nav-pills li .dropdown-menu li:first-child a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .nav-pills li .dropdown-menu li:last-child a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .nav-pills li.selected a {
  color: #8cb7d9;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .nav-pills li.selected .dropdown-menu li a {
  color: #364f79;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .nav-pills li.selected .dropdown-menu li a:hover {
  color: #fff;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .srchbutton {
  color: #364f79;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .srchbuttonmodal {
  color: #364f79;
}
#internal-header .header-holder .header-container .header-nav-holder .nav-hold .navbar .togglemenu {
  color: #364f79;
}
@media (max-width: 768px) {
  #internal-header .header-holder .header-container .header-nav-holder {
    float: right;
    display: block;
    padding: 5px 15px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  #internal-header .header-holder .header-container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #internal-header .header-holder .header-container {
    height: auto;
    display: table;
    width: 100%;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  #internal-header .header-holder .header-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #internal-header .header-holder .header-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #internal-header .header-holder .header-container {
    max-width: 1400px;
  }
}

.modal {
  background-color: #4f85ad;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .close {
  background-color: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 18px;
  padding: 5px;
  right: 2rem;
}
.modal .modal-content .modal-header .close:hover {
  background-color: #e6e6e6;
}
.modal .modal-content .modal-body {
  padding: 2rem;
}

#NavMobileModal .modal-dialog, #SearchModal .modal-dialog, #ContactModal .modal-dialog, #filtermodal .modal-dialog {
  margin: 10% auto;
  width: 100%;
  max-width: 600px;
}
#NavMobileModal .modal-dialog .modal-content, #SearchModal .modal-dialog .modal-content, #ContactModal .modal-dialog .modal-content, #filtermodal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  color: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#NavMobileModal .modal-dialog .modal-content .modal-header, #SearchModal .modal-dialog .modal-content .modal-header, #ContactModal .modal-dialog .modal-content .modal-header, #filtermodal .modal-dialog .modal-content .modal-header {
  display: table;
  width: 100%;
  padding: 0rem 2rem;
}
#NavMobileModal .modal-dialog .modal-content .modal-body, #SearchModal .modal-dialog .modal-content .modal-body, #ContactModal .modal-dialog .modal-content .modal-body, #filtermodal .modal-dialog .modal-content .modal-body {
  margin-top: 0;
}
#NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch, #SearchModal .modal-dialog .modal-content .modal-body #sitesearch, #ContactModal .modal-dialog .modal-content .modal-body #sitesearch, #filtermodal .modal-dialog .modal-content .modal-body #sitesearch {
  padding: 0px;
}
#NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch input[type=search], #SearchModal .modal-dialog .modal-content .modal-body #sitesearch input[type=search], #ContactModal .modal-dialog .modal-content .modal-body #sitesearch input[type=search], #filtermodal .modal-dialog .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;
}
#NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch input[type=search]:focus, #SearchModal .modal-dialog .modal-content .modal-body #sitesearch input[type=search]:focus, #ContactModal .modal-dialog .modal-content .modal-body #sitesearch input[type=search]:focus, #filtermodal .modal-dialog .modal-content .modal-body #sitesearch input[type=search]:focus {
  outline: none;
}
#NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button, #SearchModal .modal-dialog .modal-content .modal-body #sitesearch button, #ContactModal .modal-dialog .modal-content .modal-body #sitesearch button, #filtermodal .modal-dialog .modal-content .modal-body #sitesearch button {
  color: #fff;
  background-color: #364f79;
  margin-top: 2em;
  width: 100%;
  padding: 0.7rem;
  border: 0;
  font-size: 26px;
  border-radius: 25px;
  font-family: "Century Gothic W01 Bold";
}
#NavMobileModal .modal-dialog .modal-content .modal-body #sitesearch button:hover, #SearchModal .modal-dialog .modal-content .modal-body #sitesearch button:hover, #ContactModal .modal-dialog .modal-content .modal-body #sitesearch button:hover, #filtermodal .modal-dialog .modal-content .modal-body #sitesearch button:hover {
  color: #fff;
  background-color: #8cb7d9;
}
#NavMobileModal .modal-dialog .modal-content .modal-body .btn, #SearchModal .modal-dialog .modal-content .modal-body .btn, #ContactModal .modal-dialog .modal-content .modal-body .btn, #filtermodal .modal-dialog .modal-content .modal-body .btn {
  margin-top: 1rem;
}
#NavMobileModal .modal-dialog .modal-content .modal-body select, #SearchModal .modal-dialog .modal-content .modal-body select, #ContactModal .modal-dialog .modal-content .modal-body select, #filtermodal .modal-dialog .modal-content .modal-body select {
  border: none;
  font-size: 26px;
  height: 40px;
  width: 100%;
  margin: 10px 0;
}

body#home .banner {
  position: relative;
  overflow: hidden;
  display: table;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0px;
  margin-top: -130px;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
  z-index: 6;
}
@media (max-width: 768px) {
  body#home .banner {
    margin-top: 0;
  }
}
body#home .banner__toparea {
  display: table;
  width: 100%;
  height: 900px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1191px) {
  body#home .banner__toparea {
    height: 750px;
  }
}
@media (max-width: 991px) {
  body#home .banner__toparea {
    height: 650px;
  }
}
body#home .banner__toparea--banner {
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: inset 540px 0px 200px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 0;
}
body#home .banner__toparea--banner:before {
  content: "";
  background-image: linear-gradient(rgba(0, 0, 0, 0.6) 5%, rgba(235, 235, 235, 0) 40%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
body#home .banner__toparea--img {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 900px;
  display: block;
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 18s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-duration: 18s;
}
@media (max-width: 1191px) {
  body#home .banner__toparea--img {
    height: 750px;
  }
}
@media (max-width: 991px) {
  body#home .banner__toparea--img {
    height: 650px;
    background-position: center center;
  }
}
body#home .banner__toparea--img2 {
  animation-delay: -12s;
}
body#home .banner__toparea--img3 {
  animation-delay: -6s;
}
body#home .banner__toparea--contact {
  position: absolute;
  left: 8rem;
  bottom: 40%;
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-size: 44px;
  color: #364f79;
}
@media (max-width: 1191px) {
  body#home .banner__toparea--contact {
    left: 6rem;
    bottom: 25%;
  }
}
@media (max-width: 991px) {
  body#home .banner__toparea--contact {
    left: 0rem;
    bottom: 5%;
  }
}
body#home .banner__toparea--contact:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  top: 50%;
  box-shadow: 0px 0px 10rem 18rem rgba(255, 255, 255, 0.7);
  border-radius: 100%;
  z-index: 0;
}
@media (max-width: 1191px) {
  body#home .banner__toparea--contact:after {
    box-shadow: 0px 0px 10rem 14rem rgba(255, 255, 255, 0.7);
  }
}
body#home .banner__toparea--contacttext {
  position: relative;
  z-index: 1;
}
@media (max-width: 1191px) {
  body#home .banner__toparea--contacttext {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  body#home .banner__toparea--contacttext {
    font-size: 30px;
  }
}
body#home .banner__toparea--contactbtn {
  position: relative;
  z-index: 1;
}
body#home .banner__toparea--subtext {
  font-size: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1191px) {
  body#home .banner__toparea--subtext {
    font-size: 26px;
  }
}
body#home .banner__toparea--townhall {
  position: absolute;
  bottom: 10rem;
  width: 100%;
}
@media (max-width: 991px) {
  body#home .banner__toparea--townhall {
    bottom: 14rem;
  }
}
body#home .banner__toparea--thbutton {
  background-color: #4f85ad;
  float: right;
  padding: 0.5rem 4rem 0.5rem 4rem;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: all 0.3s ease-in-out;
}
body#home .banner__toparea--thbutton:hover {
  text-decoration: none;
  padding: 0.5rem 6rem 0.5rem 4rem;
}
body#home .banner__toparea--thtitle {
  font-family: "Century Gothic W01 Bold";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  padding: 0rem 0rem 0.5rem;
}
body#home .banner__toparea--thsubtext {
  display: table;
  width: 100%;
  vertical-align: middle;
  padding-bottom: 0.5rem;
}
body#home .banner__toparea--thicon {
  display: table-cell;
  width: 80px;
  padding-right: 1rem;
}
body#home .banner__toparea--thicon img {
  width: 100%;
}
body#home .banner__toparea--thtext {
  display: table-cell;
  color: #fff;
  font-family: "Century Gothic W01 Bold";
  width: 200px;
  font-size: 16px;
  vertical-align: middle;
}
body#home .banner.scrolling {
  padding-top: 126px;
}
@media (max-width: 991px) {
  body#home .banner.scrolling {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  body#home .banner.scrolling {
    padding-top: 0px;
  }
}
body#home .services {
  display: table;
  width: 100%;
  background-color: #4f85ad;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 4;
  overflow: hidden;
}
body#home .services__buttons {
  padding: 2rem 1.5rem;
}
body#home .services__buttons--servicescontent {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
body#home .services__buttons--servicesbox:hover .services__buttons--servicescircle {
  border: 3px solid #364f79;
}
body#home .services__buttons--servicesbox:hover .services__buttons--servicestitle {
  color: #8cb7d9;
}
body#home .services__buttons--button {
  text-align: center;
}
@media (max-width: 768px) {
  body#home .services__buttons--button {
    margin-bottom: 1rem;
  }
}
body#home .services__buttons--servicestitle {
  color: #fff;
  font-family: "Century Gothic W01 Bold";
  text-transform: uppercase;
  padding: 0.2rem;
}
@media (max-width: 768px) {
  body#home .services__buttons--servicestitle {
    font-size: 16px;
    margin-top: 0.5rem;
  }
}
body#home .services__buttons--servicescircle {
  border-radius: 50%;
  padding: 1.2rem;
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-color: #8cb7d9;
  border: 3px solid transparent;
  margin: 0 auto;
}
body#home .services__buttons--servicesimage {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: table;
  vertical-align: middle;
  position: relative;
}
body#home .services__buttons--servicesimage img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
body#home .news {
  display: table;
  width: 100%;
  background-color: #4f85ad;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
body#home .news__section {
  height: 900px;
  width: 100%;
  display: table;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
body#home .news__section--pressheader {
  font-family: "Century Gothic W01 Bold";
  text-transform: uppercase;
  color: #4f85ad;
}
body#home .news__section--pressitem {
  float: right;
  padding: 3rem;
  background-color: #fff;
  display: table-cell;
  height: 100%;
  box-shadow: -80px 0px 60px 70px #fff;
}
body#home .news__section--pressitem:after {
  content: "";
  height: 100%;
  position: absolute;
  right: -100%;
  width: 100%;
  background-color: white;
  top: 0;
}
@media (max-width: 991px) {
  body#home .news__section--pressitem {
    padding: 3rem 1rem;
  }
}
body#home .news__section--press {
  padding: 1.5rem 0;
}
body#home .news__section--pressdate {
  font-family: "Century Gothic W01 Bold";
  color: #364f79;
  display: block;
  padding-bottom: 0.2rem;
}
body#home .news__section--presstitle {
  font-family: "Century Gothic W01 Bold";
  color: #4f85ad;
  font-size: 24px;
}
body#home .news__section--button {
  padding: 10px 70px;
  font-size: 20px;
  margin-top: 1rem;
}
body#home .videos {
  display: table;
  width: 100%;
  background-color: #4f85ad;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
body#home .videos__section {
  height: auto;
  width: 100%;
  display: table;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5rem 1.5rem 3rem;
}
body#home .videos__section--video {
  text-align: center;
  min-height: 400px;
}
body#home .videos__section--imageholder {
  display: table;
  width: 100%;
  height: 250px;
  position: relative;
}
body#home .videos__section--playbutton {
  position: absolute;
  color: white;
  text-align: center;
  top: 30%;
  left: 0;
  right: 0;
  font-size: 60px;
}
body#home .videos__section--image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  height: 100%;
  background-position: center;
}
body#home .videos__section--title {
  font-family: "Century Gothic W01 Bold";
  font-size: 24px;
  color: white;
  text-align: left;
  padding: 2rem 0;
}
body#home .videos__section--morebutton {
  text-align: center;
  padding: 2rem 1rem 1rem;
}
body#home .videos__section--button {
  padding: 10px 70px;
  font-size: 20px;
}

.office {
  display: table;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.office__location {
  display: table;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media (max-width: 991px) {
  .office__location--holder {
    justify-content: space-around;
  }
}
.office__location--header {
  color: #364f79;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .office__location--header h1 {
    font-size: 40px;
  }
}
.office__location--location {
  text-align: center;
  position: relative;
  height: 390px;
}
@media (max-width: 991px) {
  .office__location--location {
    max-width: 275px;
  }
}
.office__location--location:hover .office__location--officeimage {
  transform: scale(0.3);
  top: -4rem;
}
.office__location--location:hover .office__location--body {
  opacity: 1;
  z-index: 1;
  bottom: 7rem;
}
@media (max-width: 991px) {
  .office__location--location:hover .office__location--body {
    bottom: 6rem;
  }
}
.office__location--location:hover .office__location--title {
  opacity: 0;
  z-index: -1;
}
.office__location--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: 260px;
}
.office__location--title {
  font-family: "Century Gothic W01 Bold";
  color: #8cb7d9;
  padding: 2rem 0;
  text-align: center;
  font-size: 40px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .office__location--title {
    font-size: 30px;
  }
}
.office__location--body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
  font-family: "Century Gothic W01 Bold";
  color: #364f79;
}
.office__location--address {
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .office__location--address {
    font-size: 18px;
  }
}
.office__location--phone {
  color: #8cb7d9;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .office__location--phone {
    font-size: 18px;
  }
}
.office__location--location {
  font-family: "Century Gothic W01 Bold";
}
.office.internal {
  display: table;
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.office.internal .office__location {
  padding: 0;
}
.office.internal .office__location--title {
  font-size: 30px;
}

body:not(#home) {
  margin-top: 6.5rem;
}
body:not(#home) #content {
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 5;
  overflow: hidden;
}
body:not(#home) #content.scrolling {
  padding-top: 6.5rem;
}
body:not(#home) footer {
  position: relative;
  z-index: 4;
}
body:not(#home).alertactive {
  margin-top: 0;
}
body:not(#home).alertactive #internal-header .header-holder {
  position: relative;
}
body:not(#home).alertactive #internal-header.scrolling .header-holder {
  position: fixed;
}

body:not(#newsroom_landing_page) #main_container {
  padding-bottom: 5rem;
  padding-top: 1rem;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
body:not(#newsroom_landing_page) #main_container.podexists {
  max-width: 1350px;
}

body#eventsmap #main_container {
  max-width: 1140px;
}

#filterbuttons {
  position: absolute;
  top: 17px;
  right: 15px;
}

.bio__buttons {
  padding-top: 5rem;
}

.figure__banner {
  height: 750px;
  display: table;
  width: 100%;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
}
@media (max-width: 991px) {
  .figure__banner {
    height: 650px;
  }
}
@media (max-width: 768px) {
  .figure__banner {
    height: 550px;
  }
}
.figure__banner-image {
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#listblocks .block {
  margin-bottom: 30px;
  display: table;
  width: 100%;
  vertical-align: middle;
  min-height: 130px;
}
#listblocks .block .desc {
  display: none;
}
#listblocks .block a {
  background-color: #fff;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 26px;
  color: #fff;
  font-family: "Century Gothic W01 Bold";
  color: #4f85ad;
}
#listblocks .block a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4f85ad;
}
#listblocks .block a > img {
  display: none;
}
#listblocks .block a .media-heading {
  position: relative;
  top: 0px;
}
#listblocks .block:hover {
  background-color: #4f85ad;
}
#listblocks .block:hover a {
  background-color: #4f85ad;
  color: #fff;
}

#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 8px;
}

#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;
}

.videoiframe {
  width: 100%;
  height: 500px;
}

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: 0;
  background-color: #364f79;
  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: #364f79;
}
body#newsroom_landing_page #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  top: -100%;
  left: -100%;
  height: 100%;
  background-color: #364f79;
}
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: #364f79;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__link {
  color: #4f85ad;
  text-decoration: none;
}
body#newsroom_landing_page .media__link:hover {
  color: #4f85ad;
  text-decoration: underline;
}
body#newsroom_landing_page .media__link--green {
  text-transform: uppercase;
}
body#newsroom_landing_page .media__button {
  text-align: right;
  bottom: 3rem;
  right: 3rem;
  color: #363636;
  display: inline-block;
  font-family: "Century Gothic W01 Bold";
  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 .arrow-circle {
  margin-left: 10px;
  padding: 5px;
  right: 0;
  top: 3px;
  font-size: 26px;
  color: white;
  background-color: #363636;
  border: 1px solid #363636;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
body#newsroom_landing_page .media__button:hover {
  color: #4f85ad;
}
body#newsroom_landing_page .media__button:hover .arrow-circle {
  right: -10px;
  background-color: #4f85ad;
  border: 1px solid #4f85ad;
}
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;
}
body#newsroom_landing_page .media__side-nav.affix {
  width: 285px;
  top: 6.5rem;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix {
    width: 280px;
  }
}
body#newsroom_landing_page .media__side-nav.affix-bottom {
  position: absolute;
  width: 285px;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix-bottom {
    width: 209px;
  }
}
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: "Century Gothic W01 Bold";
}
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: 26px;
  }
}
body#newsroom_landing_page .media__date {
  font-family: "Century Gothic W01 Bold";
  text-transform: uppercase;
  color: #b2cee4;
  font-size: 24px;
}

#mediaview .social-media li {
  display: inline-block;
}
#mediaview .social-media #share-facebook iframe {
  width: 75px;
  height: 25px;
  position: relative;
  top: 9px;
}
#mediaview .social-media #share-twitter iframe {
  width: 75px;
  height: 25px;
  position: relative !important;
  top: 7px;
}

.modal-backdrop.show {
  display: none;
}

body#issue #asides {
  padding-top: 4.5rem;
}

body#legislation #asides {
  padding-top: 4.5rem;
}
body#legislation #asides h3 {
  font-size: 26px;
}
body#legislation #asides #filter-legislation {
  margin-bottom: 2rem;
}
body#legislation #asides #filter-legislation form select {
  width: 100%;
  display: block;
  height: 40px;
  margin-bottom: 1rem;
}

.votingrecordaside {
  padding-top: 4.5rem;
}
.votingrecordaside h3 {
  font-size: 26px;
}
.votingrecordaside form .vote-btn {
  width: 100%;
}

body#eventsmap #map .leaflet-popup-content-wrapper {
  background-color: #fff;
  border: 3px solid #364f79;
}
body#eventsmap #map .leaflet-popup-content-wrapper .leaflet-popup-content {
  padding: 2rem;
  display: table;
}
body#eventsmap #map .leaflet-popup-content-wrapper .leaflet-popup-content .map-popup {
  color: #fff;
}
body#eventsmap #map .leaflet-popup-content-wrapper .leaflet-popup-content .map-popup .marker-title {
  font-family: "Century Gothic W01 Bold";
  font-size: 18px;
  color: #364f79;
  text-transform: uppercase;
}
body#eventsmap #map .leaflet-popup-content-wrapper .leaflet-popup-content .map-popup .marker-city {
  font-family: "Century Gothic W01 Bold";
  font-size: 16px;
  font-style: italic;
  color: #363636;
}
body#eventsmap #map .leaflet-popup-content-wrapper .leaflet-popup-content .map-popup .marker-date {
  font-family: "Century Gothic W01";
  color: #4f85ad;
}
body#eventsmap #map .leaflet-popup-content-wrapper .leaflet-popup-content .map-popup .marker-description {
  color: #363636;
}
body#eventsmap #map .leaflet-popup-content-wrapper .leaflet-popup-content .map-popup--image-box {
  max-width: 300px;
  margin: 0 auto;
  padding: 0rem;
  width: 100%;
  padding-bottom: 1rem;
}
body#eventsmap #map .leaflet-popup-tip-container .leaflet-popup-tip {
  border-top: 10px solid #364f79;
}
body#eventsmap #map .leaflet-pane .leaflet-marker-icon {
  background-color: transparent;
  border: 0;
}
body#eventsmap #map .leaflet-pane .leaflet-marker-icon .icon-marker {
  position: absolute;
  top: -7px;
  left: -7px;
  background-color: #4f85ad;
  padding: 0px 7px;
  color: white;
  border-radius: 40px;
  border: 3px solid #364f79;
  transition: all 0.2s ease-in-out;
}
body#eventsmap #map .leaflet-pane .leaflet-marker-icon .icon-marker:hover {
  border: 3px solid #4f85ad;
  background-color: #364f79;
}
body#eventsmap .coordinateslist {
  margin-top: 2rem;
}
body#eventsmap .coordinateslist .ui-coordinates {
  height: 630px;
  overflow: scroll;
  background: radial-gradient(50% 1em at 50% 0%, rgba(0, 0, 0, 0.05), transparent), radial-gradient(50% 1em at 50% 100%, rgba(0, 0, 0, 0.05), transparent);
  border-bottom: 1px solid #e0e7f1;
  padding: 1rem;
}
body#eventsmap .coordinateslist .ui-coordinates .marker-map-location .marker-title {
  font-size: 22px !important;
  color: #364f79;
}
body#eventsmap .coordinateslist .ui-coordinates .marker-map-location p {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
body#eventsmap .coordinateslist .ui-coordinates .marker-map-location .marker-date {
  font-size: 18px !important;
  font-family: "Century Gothic W01 Bold";
  color: #363636;
}
body#eventsmap #mapfilter .modal-dialog {
  margin: 13% auto;
}
body#eventsmap #mapfilter .modal-dialog #event-types {
  padding: 1rem;
  background-color: white;
  margin-bottom: 1rem;
  border-radius: 5px;
}
body#eventsmap #mapfilter .modal-dialog .filter-group .checkbox {
  font-family: "Century Gothic W01 Bold";
  font-weight: bold;
}
body#eventsmap #mapfilter .modal-dialog .filter-group .checkbox input[type=checkbox] {
  margin-right: 8px;
  float: left;
  margin-top: 7px;
}
body#eventsmap #mapfilter .modal-dialog .filter-group .checkbox__generalevent {
  color: #364f79;
}
body#eventsmap #mapfilter .modal-dialog .filter-group .checkbox__coffee {
  color: #4f85ad;
}
body#eventsmap #mapfilter .modal-dialog .filter-group .checkbox__seniorsaturday {
  color: #ff0000;
}
body#eventsmap #mapfilter .modal-dialog .filter-group .checkbox__sitevisit {
  color: #c6d900;
}
body#eventsmap #mapfilter .modal-dialog .filter-group .checkbox__townhall {
  color: #fca102;
}

.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: space-between;
  padding: 0.4rem 1rem;
}
.social-list li {
  padding: 1rem 5px;
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px;
  }
}
.social-list li a {
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  width: 35px;
  height: 35px;
  background-color: transparent;
  color: #fff;
  display: block;
  font-size: 20px;
}
.social-list li a:hover {
  background-color: transparent;
  color: #8cb7d9;
  border: 1px solid transparent;
}
.social-list--bottom li {
  padding: 5px 5px;
}

.social {
  display: table;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.75);
  position: relative;
  padding: 6rem 3rem;
  z-index: 1;
}
.social__area {
  display: table;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.social__area--block {
  padding: 1rem;
}
@media (max-width: 768px) {
  .social__area--block {
    margin-bottom: 1rem;
  }
}
.social__area--card .instagram__feed {
  height: 450px;
  text-align: center;
  width: 100%;
  background-color: white;
  padding-top: 20px;
  overflow: scroll;
}
.social__area--card .instagram__feed--holder {
  padding: 2rem;
}
.social__area--card .instagram__feed #instamedia > a {
  padding: 5px;
  display: block;
  width: 100%;
}
.social__area--card .instagram__feed > img {
  height: auto;
  width: 100%;
  margin: 10px auto;
  border-radius: 60px;
}
.social__area--card .instagram__feed .instaimage {
  overflow: hidden;
  height: auto;
  width: 100%;
  background-size: cover;
}
.social__area--card .instagram__feed .instaimage img {
  width: 100%;
  min-width: 200px;
  min-height: 150px;
}
.social__area--holder {
  margin: 0;
}
.social__area--feedback {
  text-align: center;
  font-size: 20px;
  display: block;
  width: auto;
  margin-bottom: 1.5rem;
}
.social__area--feedback span {
  font-family: "Century Gothic W01 Bold";
  text-decoration: none;
}
.social__area--logo {
  font-size: 36px;
  border-radius: 50%;
  background-color: #4f85ad;
  color: #fff;
  width: 75px;
  display: block;
  height: 75px;
  padding: 12px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: -2.3rem;
  right: 0;
  left: 0;
}
.social__area--text {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

body#multimedia.new #breadcrumb {
  display: none;
}
body#multimedia.new #newscontent.video {
  padding: 0;
}
body#multimedia.new #content {
  overflow: hidden;
}
body#multimedia.new #video-content {
  background-color: #fff;
  padding-top: 3rem;
  position: relative;
}
body#multimedia.new #video-content input#copyTarget {
  position: absolute;
  z-index: -1;
  opacity: 0;
  right: -1000000px;
}
body#multimedia.new #video-content #media-player {
  width: 100%;
}
body#multimedia.new #video-content #media-player iframe {
  height: 500px;
  width: 100%;
  border: 0;
}
@media (max-width: 767px) {
  body#multimedia.new #video-content #media-player iframe {
    height: 340px;
  }
}
@media (max-width: 550px) {
  body#multimedia.new #video-content #media-player iframe {
    height: 220px;
    min-height: 220px;
  }
}
body#multimedia.new #video-content #featured-details-header {
  font-size: 32px;
  margin-top: 20px;
}
@media (max-width: 550px) {
  body#multimedia.new #video-content #featured-details-header {
    font-size: 26px;
  }
}
body#multimedia.new #video-content #featured-details-header a:hover {
  text-decoration: underline;
}
body#multimedia.new #video-content #featured-details-description p {
  line-height: 25px;
}
body#multimedia.new #video-content #social-container .btn-xs {
  font-size: 10px;
  width: 60px;
  padding: 0;
}
body#multimedia.new #video-content footer {
  display: none;
}
body#multimedia.new .media-header {
  font-size: 56px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}
body#multimedia.new #share-buttons {
  float: right;
  padding: 18px;
}
body#multimedia.new #share-buttons #share-youtube a {
  color: white;
}
body#multimedia.new #share-buttons #share-copy-link {
  cursor: pointer;
}
body#multimedia.new #share-buttons #share-link-button-container {
  display: grid;
}
body#multimedia.new #multimedia-browser ul.nav-tabs {
  border-bottom: 3px solid #4f85ad;
  border-bottom: 0px;
  display: none;
}
body#multimedia.new #multimedia-browser .pagination .paging {
  display: inline-block;
  width: 100%;
}
body#multimedia.new #multimedia-browser .pagination .paging .listing-jump {
  display: inline-block;
}
body#multimedia.new #multimedia-browser .pagination .paging .listing-increment {
  display: inline-block;
  float: right;
}
body#multimedia.new #multimedia-browser legend {
  display: none;
}
body#multimedia.new #multimedia-browser .loading div#search-results-header {
  display: none;
}
body#multimedia.new #multimedia-browser .multimedia-tools #search-mm input {
  text-transform: uppercase;
}
body#multimedia.new #multimedia-browser .multimedia-tools fieldset {
  margin: 0;
}
body#multimedia.new #multimedia-browser .multimedia-tools .date-btn, body#multimedia.new #multimedia-browser .multimedia-tools .search-media-btn {
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0;
  font-size: 18px;
  margin-left: 1rem;
  margin-right: 1rem;
}
body#multimedia.new #multimedia-browser .multimedia-tools select {
  color: #bcbaba;
  height: 50px;
  text-transform: uppercase;
}
body#multimedia.new #multimedia-browser .multimedia-tools input[type=text] {
  color: #bcbaba;
  height: 50px;
  text-transform: uppercase;
}
body#multimedia.new #multimedia-browser .pagination {
  background-color: white;
  color: #0e0e0e;
}
body#multimedia.new #multimedia-browser .pagination .listing-increment a {
  padding: 0px 5px;
}
body#multimedia.new #multimedia-browser .pagination.first-one {
  display: none !important;
}
body#multimedia.new #multimedia-browser .media-thumbnail {
  height: 185px;
  width: 25%;
  margin: 0;
  display: inline-table;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
body#multimedia.new #multimedia-browser .media-thumbnail img {
  margin-top: -32px;
  width: 100%;
}
body#multimedia.new #multimedia-browser .media-thumbnail .image a {
  overflow: hidden;
  display: inline-block;
}
body#multimedia.new #multimedia-browser .media-thumbnail .image a a {
  overflow: hidden;
  display: inline-block;
}

#newscontent #photos a.imghold {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 107px;
  background: url(/themes/default_v3/images/loading.gif) no-repeat scroll center center transparent;
  background-size: 100px auto;
}
#newscontent #photos a.imghold img {
  width: 100%;
}

#photos #gallery li {
  padding-bottom: 30px;
}
#photos #gallery a.fancybox-thumbs.imghold {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 107px;
  background: url(/themes/default_v3/images/loading.gif) no-repeat scroll center center transparent;
  background-size: 100px auto;
}
#photos #gallery a.fancybox-thumbs.imghold img {
  width: 100%;
}

footer {
  background-color: #4f85ad;
  margin-top: 0rem;
  padding: 2rem;
}
footer .newsletter {
  font-family: "Century Gothic W01 Bold";
  padding: 10px 40px;
  font-size: 18px;
  text-transform: uppercase;
}
footer .footer__nav--list {
  padding: 2rem 3rem 1rem;
}
footer .footer__nav--sub ul li a {
  text-decoration: none;
  font-size: 14px;
}
footer ul li a {
  text-transform: uppercase;
  color: #fff;
  font-family: "Century Gothic W01 Bold";
  font-size: 18px;
  text-decoration: none;
}
footer ul li a:hover {
  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-weight: 800;
  font-size: 30px;
}
#main_column form fieldset label {
  font-weight: 500;
}
#main_column form fieldset input, #main_column form fieldset select {
  padding: 10px;
}
#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: 50px;
  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;
}
#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 {
  /*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: 50px;
}
#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: 5px 10px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
}
#content .amend-form-container form select {
  padding: 10px;
  height: 50px;
  font-size: 18px;
}
#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 .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: 50px;
  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 */
