/* IMPORT SITE CUSTOM STYLES */
body {
  font-size: 18px;
  color: #243746;
}

a {
  color: #007CBA;
  cursor: pointer;
}
a:hover {
  color: #005D8B;
}

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

.btn {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  padding: 5px 20px;
  color: #fff;
  background-color: #007CBA;
  border-radius: 0;
  border: none;
}
.btn:hover {
  color: #fff;
  background-color: #005D8B;
}

.btnarrow {
  position: relative;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
.btnarrow:after {
  color: #243746;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  padding: 0.1rem 0.4rem;
  display: inline-block;
  margin-left: 0.5rem;
  background-color: #F6AE2D;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.btnarrow:hover {
  color: #5299D3;
  text-decoration: none;
}
.btnarrow:hover:after {
  transform: translateX(5px);
}

.arrow {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  display: inline-block;
}

.btn-primary {
  background-color: #007CBA;
}
.btn-primary:hover {
  background-color: #005D8B;
}

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

h1,
h2,
h3,
h4 {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}

h1 {
  font-size: 66px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-size: 52px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 24px;
}

.overline {
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #007CBA;
}

#breadcrumb {
  padding: 5px 0px;
}
#breadcrumb ol li a {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #75500B;
  text-transform: uppercase;
}

/**
 * Font-mixin overrides must include `font-family`, `font-style`, and `font-weight`
 */
.textslide {
  position: relative;
  right: -10000px;
  transition: right 0.4s ease-in-out;
}
.textslide.slideleft {
  right: 0;
}

.ghost {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.ghost.boo {
  opacity: 1;
}

.showingthis .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showingthis .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showingthis .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}

.leftsliding {
  opacity: 0;
  transform: translateX(-100%);
  transition: 1.4s ease-in-out;
}
.leftsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.rightsliding {
  opacity: 0;
  transform: translateX(100%);
  transition: 1.4s ease-in-out;
}
.rightsliding.animate {
  opacity: 1;
  transform: translateX(0%);
}

.ghostride {
  opacity: 0;
  transform: translateY(20%);
  transition: 0.8s ease-in-out;
}
.ghostride.animate {
  opacity: 1;
  transform: translateY(0%);
}

.ghostappear {
  opacity: 0;
  transition: 0.8s ease-in-out;
}
.ghostappear.animate {
  opacity: 1;
}

.delaytime {
  transition: 2s ease-in-out !important;
}

.delayalittle {
  transition: 1s ease-in-out !important;
}

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

@media (min-width: 991px) {
  .container {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.alert {
  padding: 1rem;
  margin-bottom: 0;
  border: 0;
  background-color: #007CBA;
  border-radius: 0;
  position: relative;
  z-index: 5;
}
.alert .headline {
  padding: 0 2rem;
}
.alert .headline a {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  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%;
  background-color: #F6AE2D;
  box-sizing: content-box;
  height: 35px;
  margin: 5px auto;
  padding: 0;
  position: relative;
  width: 35px;
  color: #F6AE2D;
  text-align: center;
}
.f-modal-alert .f-modal-icon .f-modal-exclamation {
  position: relative;
  text-align: center;
  color: #243746;
  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: #F6AE2D;
  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: #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 {
  padding: 0rem 1rem;
}
.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: 0rem 0.5rem;
}
.navbar .nav-pills li a {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 14px;
  border-bottom: 3px solid transparent;
  display: block;
  padding-bottom: 0.26rem;
}
.navbar .nav-pills li a:hover {
  text-decoration: none;
}
.navbar .nav-pills li:hover a {
  border-bottom: 3px solid #F6AE2D;
}
.navbar .nav-pills li:hover .dropdown-menu {
  display: block;
}
.navbar .nav-pills li:hover .dropdown-menu li a {
  border-bottom: 3px solid transparent;
}
.navbar .nav-pills li .dropdown-menu {
  top: 100%;
  left: auto;
  margin: 0px;
  padding: 0px;
  border: 0;
  border-radius: 0;
}
.navbar .nav-pills li .dropdown-menu > li {
  padding: 0.5rem 0.5rem;
}
.navbar .nav-pills li .dropdown-menu > li a {
  color: #243746;
}
.navbar .nav-pills li .dropdown-menu > li a:hover {
  border-bottom: 3px solid #F6AE2D;
}
.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;
  font-size: 16px;
  margin-bottom: 0.26rem;
}
.navbar .togglemenu {
  color: #fff;
  font-size: 26px;
}
@media (max-width: 767px) {
  .navbar {
    padding: 0;
  }
}

/*Mobile NAV*/
#NavMobileModal .nav .nav-item a {
  font-size: 24px;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
#NavMobileModal .modal-dialog {
  max-width: 500px;
}
#NavMobileModal .modal-dialog .modal-content {
  background-color: #007CBA;
}

#header {
  background-color: #243746;
  height: auto;
  display: block;
  width: 100%;
  padding: 1rem 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  z-index: 15;
}
#header .header-holder {
  display: flex;
  justify-content: space-between;
  width: 100%;
  vertical-align: bottom;
  margin: 0 auto;
  padding: 0px 0px;
}
#header .header-holder .logo-holder {
  display: table-cell;
  vertical-align: middle;
}
#header .header-holder .logo-holder .logo-hold {
  width: 100%;
  max-width: 180px;
}
#header .header-holder .logo-holder .logo-hold img {
  width: 100%;
}
@media (max-width: 768px) {
  #header .header-holder .logo-holder {
    width: 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 5px 15px;
  }
}
#header .header-holder .header-nav-holder {
  display: flex;
  vertical-align: bottom;
  justify-content: flex-end;
}
#header .header-holder .header-nav-holder .right {
  float: right;
}
#header .header-holder .header-nav-holder .nav-hold {
  vertical-align: middle;
  display: flex;
  flex-flow: column-reverse;
}
@media (max-width: 768px) {
  #header .header-holder .header-nav-holder .nav-hold {
    float: left;
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  #header .header-holder .header-nav-holder {
    width: 100%;
    display: flex;
    padding: 5px 0px;
    margin: 0 auto;
  }
}
@media (min-width: 576px) {
  #header .header-holder {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #header .header-holder {
    height: auto;
    display: block;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  #header .header-holder {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #header .header-holder {
    max-width: 960px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  #header .header-holder {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  #header .header-holder {
    padding: 0 20px;
  }
}
#header .header-holder .header-section {
  display: flex;
  flex-flow: column-reverse;
}
@media (max-width: 767px) {
  #header .header-holder .header-section {
    flex-flow: nowrap;
  }
}
#header.scroll {
  top: 0;
  position: fixed;
  z-index: 100;
}

#filtermodal .modal-dialog {
  max-width: 600px;
}
#filtermodal .modal-content {
  padding: 1rem;
}
#filtermodal #search_sidebar_form input.form-control,
#filtermodal #search_sidebar_form select.form-control {
  height: 50px;
  font-size: 18px;
}
#filtermodal #search_sidebar_form input.form-control:focus,
#filtermodal #search_sidebar_form select.form-control:focus {
  border: 1px solid #CCC;
  box-shadow: 1px, 1px, 5px, 0.5px;
}
#filtermodal #search_sidebar_form input[type=text], #filtermodal #search_sidebar_form input[type=email], #filtermodal #search_sidebar_form textarea, #filtermodal #search_sidebar_form select {
  width: 100%;
  line-height: 1.42857143;
  padding: 10px 15px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#filtermodal #search_sidebar_form select {
  padding: 10px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 1rem;
  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;
}

#updatesModal .modal-dialog {
  max-width: 600px;
}
#updatesModal iframe {
  display: block;
  overflow: hidden;
  height: 650px;
  width: 100%;
  border: 0;
  object-fit: contain;
  object-position: top;
}

.modal .modal-dialog {
  max-width: 1100px;
  margin: 10% auto;
  padding: 2.5rem;
}
.modal .modal-content {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  position: relative;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .close {
  background-color: transparent;
  opacity: 1;
  line-height: 0;
  font-size: 30px;
  padding: 5px;
  position: absolute;
  color: white;
  top: 0;
  right: -2.2rem;
  margin: 0;
}
.modal .modal-content .modal-header .close:hover {
  color: #5299D3;
}
.modal .modal-content .modal-header .close span {
  text-shadow: none;
}
.modal .modal-content .modal-body {
  padding: 2rem;
}
.modal .modal-content:after {
  content: "";
  display: block;
  background-color: #CCDDE2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: translate(2.5rem, 2.5rem);
  width: 100%;
  height: 100%;
}

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

body#home #homepage {
  position: relative;
  display: block;
  overflow: hidden;
}
body#home .hometop {
  background-color: #243746;
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  body#home .hometop__holder {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
body#home .hometop__bannerholder {
  padding-top: 45%;
  display: block;
  width: 100%;
  position: relative;
}
body#home .hometop__banner {
  background-size: contain;
  width: 110%;
  height: 130%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
}
body#home .hometop__banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
@media (max-width: 1199px) {
  body#home .hometop__banner {
    width: 100%;
  }
}
body#home .hometop__textbanner {
  position: absolute;
  top: 5rem;
  z-index: 10;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75) !important;
  padding: 1rem 3rem;
}
body#home .hometop__textbanner--subtext {
  font-size: 28px;
  color: #243746;
  background-color: rgba(255, 255, 255, 0) !important;
}
@media (max-width: 1199px) {
  body#home .hometop__textbanner--subtext {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body#home .hometop__textbanner--subtext {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  body#home .hometop__textbanner {
    padding: 2rem 3rem;
    top: 0;
  }
}
@media (max-width: 767px) {
  body#home .hometop__textbanner {
    padding: 2rem 1rem;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
body#home .hometop__textbanner--title h1 {
  color: #243746;
  background-color: rgba(255, 255, 255, 0) !important;
}
@media (max-width: 1199px) {
  body#home .hometop__textbanner--title h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  body#home .hometop__textbanner--title h1 {
    font-size: 38px;
  }
}
body#home .hometop__textbanner--more a {
  color: #243746;
  background-color: rgba(255, 255, 255, 0) !important;
}
@media (max-width: 767px) {
  body#home .hometop__textbanner {
    position: relative;
    background-color: white;
  }
}
@media (max-width: 767px) {
  body#home .hometop {
    margin-bottom: 0;
  }
}
body#home .press {
  position: relative;
  display: table;
  width: 100%;
  padding: 2rem 0 0;
}
body#home .press__header {
  padding-bottom: 3rem;
}
body#home .press__header--subtext {
  font-size: 28px;
}
@media (max-width: 1199px) {
  body#home .press__header--subtext {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body#home .press__header--subtext {
    font-size: 16px;
  }
}
body#home .press__holder {
  position: relative;
}
body#home .press__holder:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 75%;
  z-index: -1;
  height: 65%;
  background-color: #CCDDE2;
}
@media (max-width: 1199px) {
  body#home .press__holder:after {
    display: none;
  }
}
body#home .press__items .press-card {
  height: 100%;
  transition: transform 0.2s ease-in-out;
  border-radius: 0;
  border: 0px;
}
body#home .press__items .press-card .press-holder {
  position: relative;
  padding-top: 63%;
  display: table;
  width: 100%;
}
body#home .press__items .press-card .press-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
body#home .press__items .press-card .press-title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  padding: 1.25rem 1.25rem 0;
}
body#home .press__items .press-card .press-title .press-date {
  color: #007CBA;
}
body#home .press__items .press-card .press-title .press-header {
  font-size: 22px;
  color: #243746;
}
body#home .press__items .press-card .rightpoint {
  text-align: right;
  color: #5299D3;
  font-size: 24px;
  display: block;
  z-index: 1;
  padding: 1rem 2rem;
}
body#home .press__items .press-card:hover {
  text-decoration: none;
  background-color: #007CBA;
  color: white;
  transform: translateY(-10px);
}
body#home .press__items .press-card:hover .press-date {
  color: white;
}
body#home .press__items .press-card:hover .press-header {
  color: white;
}
body#home .press__items .press-card:hover .rightpoint {
  color: white;
}
body#home .press__items--more {
  text-align: right;
  padding: 3rem 0;
  position: relative;
  margin-right: 13%;
}
@media (max-width: 767px) {
  body#home .press__items--more {
    margin-right: 0;
  }
}
body#home .press__items .press-item {
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  body#home .press {
    padding: 2rem 0rem;
    background-color: #CCDDE2;
  }
}
body#home .featuredinfo {
  display: table;
  width: 100%;
  padding: 5rem 0;
}
body#home .featuredinfo__holder {
  min-height: 500px;
}
body#home .featuredinfo__bgimage {
  height: 100%;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  body#home .featuredinfo__bgimage {
    padding-top: 100%;
  }
}
body#home .featuredinfo__image {
  background-size: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body#home .featuredinfo__body {
  width: 100%;
  max-width: 600px;
  float: right;
}
body#home .featuredinfo__body--title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 1rem;
}
body#home .featuredinfo__body--more {
  padding: 2rem 0;
}
@media (max-width: 991px) {
  body#home .featuredinfo__body {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body#home .featuredinfo__body {
    max-width: 100%;
  }
}
body#home .featuredinfo__header--subtext {
  font-size: 28px;
}
@media (max-width: 1199px) {
  body#home .featuredinfo__header--subtext {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body#home .featuredinfo__header--subtext {
    font-size: 16px;
  }
}
body#home .map {
  display: table;
  width: 100%;
  padding: 1rem 0;
}
body#home .map__panel {
  width: 100%;
  max-width: 1000px;
  float: right;
  padding: 1rem 0;
}
body#home .map__map {
  padding: 1rem;
}
body#home .map__map--image {
  display: block;
  width: 100%;
}
body#home .map__header--subtext {
  font-size: 28px;
}
@media (max-width: 1199px) {
  body#home .map__header--subtext {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body#home .map__header--subtext {
    font-size: 16px;
  }
}

#mainheader {
  position: relative;
}

.page__banner {
  padding-top: 38%;
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .page__banner {
    padding-top: 35%;
  }
}
.page__banner--image {
  background-size: contain;
  width: 110%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .page__banner--image {
    width: 100%;
    background-position: center;
    background-size: cover;
  }
}
.page__banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 50%;
  background-color: #243746;
  z-index: -1;
}

.offset {
  width: 100%;
  display: table;
  max-width: 1010px;
  float: right;
}
@media (max-width: 991px) {
  .offset {
    float: none;
  }
}

.membership__aside {
  display: table;
  width: 100%;
  padding: 2rem 0;
}
.membership__aside--col {
  padding: 0px 1px;
  min-height: 460px;
  display: block;
}
.membership__aside--row {
  margin: 0 -1px;
}
.membership__titlehold {
  padding: 1rem 0;
  display: table;
  width: 100%;
}
.membership__title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #007CBA;
  font-size: 22px;
  text-transform: uppercase;
}
.membership__box {
  display: block;
  color: #243746;
  text-decoration: none;
}
.membership__box:hover {
  color: #5299D3;
  text-decoration: none;
}
.membership__box:hover .membership__figure-link {
  transform: translate(-10px, -10px);
  z-index: 10;
}
.membership__itemhold {
  position: relative;
  display: table;
  width: 100%;
}
.membership__figure {
  padding-top: 100%;
  position: relative;
  background-color: #CCDDE2;
}
.membership__figure-link {
  background-size: cover;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.membership__bio {
  position: relative;
  display: block;
  margin-top: 1rem;
}
.membership__header-tertiary {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  font-size: 26px;
}
.membership__modaltitle {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  color: #007CBA;
}
.membership__modalimagehold {
  display: table;
  width: 100%;
  vertical-align: middle;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.membership__modalimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.membership__linkemail {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
}

.modal-backdrop {
  background-color: #243746;
}
.modal-backdrop.show {
  opacity: 0.9;
}

#listblocks .block {
  margin-bottom: 30px;
  background-color: #CCDDE2;
  width: 100%;
  display: table;
  height: 200px;
}
#listblocks .block .desc {
  display: none;
  padding: 20px;
}
#listblocks .block .desc p {
  width: 100%;
  margin: 0px;
}
#listblocks .block a {
  background-color: #007CBA;
  width: 100%;
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  display: table-cell;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  color: white;
  background-color: #007CBA;
  transition: all 0.2s ease-in-out;
}
#listblocks .block a:hover {
  text-decoration: none;
  transform: translate(-10px, -10px);
}
#listblocks .block a > img {
  float: left;
}
#listblocks .block a .media-heading {
  text-transform: uppercase;
  position: relative;
}
#listblocks .block a .media-heading.noimg {
  width: 100%;
  text-align: center;
  display: block;
}
#listblocks .block a .media-heading.withimg {
  left: 20px;
  display: block;
  width: 75%;
}
#listblocks .block:hover {
  background-color: #CCDDE2;
}
#listblocks .block:hover a {
  background-color: #005D8B;
}
#listblocks .block.noimg a {
  height: auto;
  min-height: 95px;
}

#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#snippets .footer {
  margin-top: 0px;
}

body#newsroom_landing_page .footer {
  margin-top: 0px;
}
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: #CCDDE2;
  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: #CCDDE2;
}
body#newsroom_landing_page #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  top: -100%;
  left: -100%;
  height: 100%;
  background-color: #CCDDE2;
}
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: #007CBA;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__link {
  color: #005D8B;
  text-decoration: none;
}
body#newsroom_landing_page .media__link:hover {
  color: #007CBA;
  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: #F6AE2D;
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  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__side-nav {
  width: 100%;
  margin-top: 2.5rem;
}
body#newsroom_landing_page .media__side-nav .main_page_title {
  text-align: left;
  color: #243746;
  border-bottom: 2px solid #243746;
  margin-bottom: 4rem;
  font-size: 32px;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__side-nav.affix {
  width: 300px;
  top: 8.5rem;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix {
    width: 240px;
  }
}
body#newsroom_landing_page .media__side-nav.affix-bottom {
  position: absolute;
  width: 307px;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix-bottom {
    width: 240px;
  }
}
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: #243746;
  border-radius: 0px;
  border-bottom: 2px solid #243746;
}
body#newsroom_landing_page .media__list-link {
  color: #243746;
  display: inline-block;
  padding: 10px 0px 0px;
  text-decoration: none;
  border-radius: 0px;
  font-size: 28px;
  border-bottom: 2px solid transparent;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
body#newsroom_landing_page .media__list-link:hover {
  color: #243746;
  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: "Mulish", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #243746;
  font-size: 24px;
}

body#snippets #content {
  overflow: hidden;
}
body#snippets #sam-bottom {
  display: table;
  width: 100%;
  padding: 2rem 0;
}

.snippets {
  padding-top: 4rem;
  display: table;
  width: 100%;
}
.snippets .striped {
  background-color: #CCDDE2;
}
.snippets .striped:nth-child(even) {
  background-color: white;
}
.snippets__heading {
  padding-bottom: 3rem;
}
.snippets__section {
  display: table;
  width: 100%;
  padding: 3rem 0;
  position: relative;
}
.snippets__section:after {
  content: "";
  display: block;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: inherit;
}
.snippets__section:before {
  content: "";
  display: block;
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: inherit;
}
.snippets__item {
  display: table;
  width: 100%;
  z-index: 1;
}
.snippets__subtext {
  font-size: 28px;
}
.snippets__body table {
  width: 100% !important;
}
.snippets__body table td strong {
  font-size: 20px;
}
.snippets__body .bigger {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 34px;
}
.snippets__body .map {
  display: block;
  width: 100%;
}
.snippets__body p img {
  display: block;
  width: 100%;
}
.snippets__body .mapimage {
  margin-bottom: 2rem;
}
.snippets__news .news-date {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  color: #007CBA;
  font-size: 16px;
}
.snippets__news .news-header {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #243746;
}
.snippets__news--more {
  text-align: right;
  padding: 3rem 0;
  position: relative;
}
.snippets__links #link-item {
  margin-bottom: 2rem;
}
.snippets__links .link-card {
  height: 100%;
  transition: transform 0.2s ease-in-out;
  border-radius: 0;
  border: 0px;
}
.snippets__links .link-card .link-holder {
  position: relative;
  padding-top: 63%;
  display: table;
  width: 100%;
  border-bottom: 1px solid #CCDDE2;
}
.snippets__links .link-card .link-image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.snippets__links .link-card .link-title {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  padding: 1.25rem 1.25rem 0;
}
.snippets__links .link-card .link-title .link-date {
  color: #007CBA;
}
.snippets__links .link-card .link-title .link-header {
  font-size: 22px;
  color: #243746;
}
.snippets__links .link-card .rightpoint {
  text-align: right;
  color: #005D8B;
  font-size: 24px;
  display: block;
  z-index: 1;
  padding: 1rem 2rem;
}
.snippets__links .link-card:hover {
  text-decoration: none;
  background-color: #007CBA;
  color: white;
  transform: translateY(-10px);
}
.snippets__links .link-card:hover .link-date {
  color: white;
}
.snippets__links .link-card:hover .link-header {
  color: white;
}
.snippets__links .link-card:hover .rightpoint {
  color: white;
}
.snippets__press #press-item {
  margin-bottom: 2rem;
}
.snippets__press .press-card {
  height: 100%;
  transition: transform 0.2s ease-in-out;
  border-radius: 0;
  border: 0px;
}
.snippets__press .press-card .press-image {
  background-size: cover;
  width: 100%;
  height: 175px;
}
.snippets__press .press-card .press-title {
  padding: 1.25rem 1.25rem 0;
}
.snippets__press .press-card .press-title .press-date {
  color: #007CBA;
}
.snippets__press .press-card .press-title .press-header {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: #243746;
  margin-bottom: 2rem;
  display: block;
}
.snippets__press .press-card .press-title .press-summary {
  color: #243746;
}
.snippets__press .press-card .rightpoint {
  text-align: right;
  color: #005D8B;
  font-size: 24px;
  display: block;
  z-index: 1;
  padding: 1rem 2rem;
}
.snippets__press .press-card:hover {
  text-decoration: none;
  background-color: #007CBA;
  color: white;
  transform: translateY(-10px);
}
.snippets__press .press-card:hover .press-date {
  color: white;
}
.snippets__press .press-card:hover .press-header {
  color: white;
}
.snippets__press .press-card:hover .press-summary {
  color: white;
}
.snippets__press .press-card:hover .rightpoint {
  color: white;
}
.snippets__press--more {
  text-align: right;
  padding: 3rem 0;
  position: relative;
}
.snippets__summary {
  padding-bottom: 3rem;
}
.snippets__photos {
  margin-bottom: 2rem;
}
.snippets__photos--image {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
  display: block;
}
.snippets__photos--square {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.snippets__photos--subtitle {
  text-align: left;
  font-weight: bold;
}
.snippets__photos--modal .modal-photoitem {
  display: block;
  width: 100%;
}

.leaflet-control-container .leaflet-top.leaflet-left {
  z-index: 10 !important;
}
.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control {
  border: 1px solid #CCDDE2;
  box-shadow: none;
}

#newscontent.article .date {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
}
#newscontent #press .date {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 20px;
}

.newsroom #filterbuttons {
  position: absolute;
  top: 35px;
  right: 20px;
}
.newsroom #filterbuttons .btn-sm {
  padding: 5px 15px;
}
@media (max-width: 1191px) {
  .newsroom #filterbuttons {
    top: 18px;
  }
}
@media (max-width: 767px) {
  .newsroom #filterbuttons {
    top: 10px;
  }
}
@media (max-width: 600px) {
  .newsroom #filterbuttons {
    top: 0;
    right: 0;
    left: 0;
    position: relative;
  }
}
.newsroom #newscontent {
  padding-top: 3rem;
}
.newsroom .main_page_title {
  border-bottom: 5px solid #243746;
  padding-bottom: 1rem;
}

#map {
  border: 1px solid #CCDDE2;
}

#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;
}
#mediaview #featured-details-description {
  display: table;
  width: 100%;
  padding-top: 4rem;
}
#mediaview #media-view-container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#mediaview #media-view-container:after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -10%;
  width: 75%;
  z-index: -1;
  height: 90%;
  background-color: #CCDDE2;
}
#mediaview #media-player {
  position: relative;
  width: 100%;
}
#mediaview #media-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mediaview #media-player:after {
  content: "";
  padding-top: 56%;
  display: block;
  position: relative;
}
#mediaview #share-footer {
  display: none;
}
#mediaview #share-buttons #share-urlitem {
  opacity: 0;
  position: absolute;
  left: -100%;
}
#mediaview #share-buttons #copyTarget {
  opacity: 0;
  position: absolute;
  left: -100%;
}

.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;
  padding: 0.26rem 1rem;
}
.social-list li {
  padding: 0rem 3px;
  margin-right: 0 !important;
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px;
  }
}
.social-list li a {
  border: 1px solid #5299D3;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  width: 25px;
  height: 25px;
  background-color: #5299D3;
  color: #fff;
  display: block;
  font-size: 14px;
}
.social-list li a:hover {
  border: 1px solid #005D8B;
  background-color: #005D8B;
  color: #fff;
}
@media (max-width: 500px) {
  .social-list--top {
    display: none;
  }
}
.social-list--bottom {
  padding: 0.26rem 0rem;
  justify-content: flex-start;
}
.social-list--bottom li {
  padding: 5px 5px;
}
.social-list--bottom li a:hover {
  color: white !important;
}
@media (max-width: 991px) {
  .social-list--bottom {
    justify-content: flex-end;
  }
}

.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: #243746;
  margin-top: 3rem;
  padding: 3rem 0;
  display: table;
  width: 100%;
}
.footer .address {
  color: white;
  font-size: 14px;
  text-align: left;
}
@media (max-width: 991px) {
  .footer .address {
    text-align: right !important;
  }
}
.footer .left-side {
  float: left;
}
@media (max-width: 991px) {
  .footer .left-side {
    float: right !important;
  }
}
.footer .right-side {
  float: right;
}
.footer ul li a {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  font-size: 14px;
}
.footer ul li a:hover {
  color: #F6AE2D;
  text-decoration: none;
}
.footer .translationsdesk {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.footer .translationsdesk .translateme {
  display: inline-block;
}
.footer .translationsdesk .translateoption {
  display: inline-block;
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.footer .translationsdesk.change .translateoption {
  z-index: 1;
  opacity: 1;
}
@media (max-width: 991px) {
  .footer {
    text-align: right !important;
  }
}

/* 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: "Mulish", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
#main_column form fieldset label {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0.3rem;
}
#main_column form fieldset label .required {
  color: #F6AE2D;
  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: 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;
  color: #FFF;
  background-color: #5299D3;
}
#main_column form .btn:hover {
  background-color: #005D8B;
}
#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: 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: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#content .amend-form-container form select {
  padding: 10px;
  height: 50px;
  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 .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;
}

@media (min-width: 1200px) {
  .map-container {
    display: flex;
  }
}

.map-view {
  flex-grow: 1;
  transition: margin 300ms;
  position: relative;
}

.map-list {
  transition-property: box-shadow, width;
  transition-duration: 300ms;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .map-list {
    height: 0;
  }
}
@media (min-width: 1200px) {
  .map-list {
    width: 0;
    overflow-y: scroll;
    box-shadow: inset 50px 0 30px -100px rgba(0, 0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .map-container.showList .map-list {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .map-container.showList .map-list {
    width: 320px;
    box-shadow: inset 100px 0 30px -100px rgba(0, 0, 0, 0.075);
  }
}

@media (min-width: 1200px) {
  .map-list-content {
    height: 100%;
    width: 320px;
  }
}
.map-list-item {
  max-height: 0;
  overflow: hidden;
  transition-property: background-color, max-height;
  transition-duration: 200ms, 200ms;
  transition-timing-function: ease, ease-out;
}
.map-list-item.active, .map-list-item:hover {
  background-color: rgba(246, 174, 45, 0.133);
  transition-duration: 200ms, 1s;
  transition-timing-function: ease, ease-in;
}
.map-list-item.active {
  max-height: 100%;
}
.map-list-item-content {
  padding: 0.5rem 1rem;
}
.map-list-item-content img {
  width: 100%;
  display: block;
  height: auto;
}

.map-legend {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 1rem;
}
.map-legend-key {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}
.map-legend-key + .map-legend-key {
  margin-top: 0.25em;
}
.map-legend-swatch {
  height: 1em;
  width: 2em;
  margin-right: 0.5em;
}

.click-to-return-message {
  opacity: 0;
  pointer-events: none;
  transition: 300ms ease-in-out;
  transition-property: opacity, transform;
  transform: translate(-50%, 20px);
  background-color: rgba(36, 55, 70, 0.4);
  color: white;
  box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 0.5em;
  position: absolute;
  top: 10px;
  left: 50%;
  font-size: 12px;
}

.map-canvas.zoomed + .click-to-return-message {
  transform: translate(-50%, 0);
  opacity: 1;
}

.fellows_network {
  background-color: #5299D3 !important;
  fill: #5299D3 !important;
}

.global_partners {
  background-color: #007CBA !important;
  fill: #007CBA !important;
}

.country_programs {
  background-color: #005D8B !important;
  fill: #005D8B !important;
}

.map-canvas .feature {
  fill: #CCDDE2;
  stroke: white;
  stroke-width: 0.5px;
  paint-order: stroke;
  transition: fill 200ms ease-in-out;
}
.map-canvas .feature.fellows_network,
.map-canvas .feature.global_partners,
.map-canvas .feature.country_programs {
  stroke: rgba(255, 255, 255, 0.5);
}
.map-canvas .continent {
  fill: transparent;
  transition: fill 100ms ease-in-out;
}
.map-canvas .continent:hover {
  cursor: pointer;
  fill: rgba(255, 255, 255, 0.4);
}
.map-canvas.zoomed .continent {
  pointer-events: none;
}
.map-canvas .background {
  fill: transparent;
}
.map-canvas .pin-shape {
  fill: #243746;
  pointer-events: none;
  transition: fill 100ms ease-in-out;
}
.map-canvas.zoomed .pin-shape {
  pointer-events: auto;
}
.map-canvas g.hover .pin-shape, .map-canvas.zoomed .pin-shape:hover {
  cursor: pointer;
  fill: #F6AE2D;
}
.map-canvas .pin-circle {
  fill: white;
  pointer-events: none;
}

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