/* IMPORT SITE CUSTOM STYLES */
body {
  font-size: 1.125rem;
  color: #111D13;
  font-family: "Lato", sans-serif;
}

a {
  color: #008037;
  cursor: pointer;
}
a:hover {
  color: #004AAD;
  text-decoration-color: #68BBE3;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

#main_container a {
  word-break: break-word;
  cursor: pointer;
  text-decoration: underline;
}
#main_container a.btn {
  text-decoration: none;
}

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

.btn {
  font-family: "Lato", sans-serif;
  padding: 0.2rem 1rem;
  text-transform: uppercase;
  background-color: #013120;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  border: 0;
  color: white;
  text-decoration: underline;
  text-decoration-color: #C9E265;
  text-underline-offset: 10px;
}
.btn:hover {
  color: white;
  background-color: #024a30;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}
.btn.tools {
  font-size: 1rem;
  padding: 5px 25px;
  border: 0;
  background-color: #061563;
  background: #061563;
  color: #fff;
  text-decoration: none !important;
  margin-bottom: 1rem;
  min-width: 126px;
}
.btn.tools .svg-inline--fa {
  color: #008037;
}
.btn.tools:hover {
  color: #fff;
  background-color: #004AAD;
}
.btn.tools:hover .svg-inline--fa {
  color: #fff;
}
.btn.facebook {
  background-color: #4268b2;
  color: white;
}
.btn.facebook .svg-inline--fa {
  color: white;
}
.btn.facebook:hover {
  color: white !important;
  background-color: #34528d;
}
.btn.facebook:hover .svg-inline--fa {
  color: white;
}
.btn.twitter {
  background-color: #2AA3EF;
  color: white;
}
.btn.twitter .svg-inline--fa {
  color: white;
}
.btn.twitter:hover {
  color: white !important;
  background-color: #108ad6;
}
.btn.twitter:hover .svg-inline--fa {
  color: white;
}

.servicebutton {
  font-family: "Lato", sans-serif;
  padding: 2rem;
  text-transform: uppercase;
  background-color: #013120;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  border: 0;
  color: white;
}
.servicebutton--text {
  border-bottom: 2px solid #C9E265;
  margin-bottom: 1px;
}
.servicebutton:hover {
  text-decoration: none;
  background-color: #008037;
}
.servicebutton:hover .servicebutton--text {
  border-bottom: 3px solid #C9E265;
  margin-bottom: 0px;
}

.btn-sm {
  text-decoration: none;
}

.largebtn {
  padding: 2rem;
}

.btn-primary {
  background-color: #061563;
}
.btn-primary:hover {
  background-color: #02061b;
}

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

#breadcrumb {
  padding: 5px 0px;
}
#breadcrumb ol li a {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  color: #008037;
  text-transform: uppercase;
}

.buttonarrow {
  position: relative;
  padding: 1rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  color: white;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  background-color: #008037;
  text-decoration: none !important;
  border: 0;
  vertical-align: middle;
  align-items: center;
  display: inline-block;
  text-align: left;
}
.buttonarrow:after {
  font-family: "Font Awesome 6 Free";
  transition: all 0.2s ease-in-out;
  font-weight: 600 !important;
  position: relative;
  top: 0px;
  content: "\f178";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  padding: 0.1rem 0.5rem;
  color: inherit;
}
.buttonarrow:hover {
  color: #fff;
  text-decoration: none;
  background-color: #013120;
}
.buttonarrow:hover:after {
  color: #fff;
  transform: translateX(5px);
}
.buttonarrow.left:after {
  display: none;
}
.buttonarrow.left:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f177";
  display: inline-block;
  margin-right: 1.5rem;
  border-radius: 100%;
  font-size: 1.15rem;
  transition: all 0.2s ease-in-out;
  color: inherit;
  position: relative;
  top: 0px;
}
.buttonarrow.left:hover:before {
  transform: translateX(-5px);
  text-decoration: none;
  color: inherit;
}
.buttonarrow.full {
  width: 100%;
}

.textarrow {
  position: relative;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #C9E265;
}
.textarrow:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 1.25rem;
  content: "\f178";
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  transition: all 0.2s ease-in-out;
  top: -1px;
  position: relative;
}
.textarrow:hover {
  text-decoration: none;
}
.textarrow:hover:after {
  transform: translateX(5px);
}
.textarrow.left:after {
  display: none;
}
.textarrow.left:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f177";
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: middle;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
  margin-left: 15px;
}
.textarrow.left:hover:before {
  transform: translateX(-5px);
  color: inherit;
  text-decoration: none;
}

.largebtn.buttonarrow {
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.btn-block {
  width: 100%;
}

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

.quoting {
  text-align: center;
  font-style: italic;
  text-transform: capitalize;
  padding: 2rem;
}

.main_page_title {
  color: #111D13;
}
.main_page_title .altcolor {
  color: #004AAD;
}

body.notitle .main_page_title {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  text-decoration: none !important;
}

h1, .h1 {
  font-size: 4.25rem;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 3.625rem;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 450px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}

h2, .h2 {
  font-size: 3.125rem;
}
@media (max-width: 991px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  h2, .h2 {
    font-size: 2.125rem;
  }
}
@media (max-width: 450px) {
  h2, .h2 {
    font-size: 1.625rem;
  }
}

h3, .h3 {
  font-size: 2.375rem;
}
@media (max-width: 991px) {
  h3, .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 450px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}

h4, .h4 {
  font-size: 1.625rem;
}
@media (max-width: 991px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 450px) {
  h4, .h4 {
    font-size: 1rem;
  }
}

h5, .h5 {
  font-size: 1.375rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

#content p {
  font-size: 1.125rem;
}

b, strong {
  font-weight: bold;
}

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

.textslideup {
  position: relative;
  top: -10000px;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.textslideup.slidetop {
  top: 0;
  opacity: 1;
}

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

.showsection .leftsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .rightsliding {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .ghostride {
  opacity: 1;
  transform: translateY(0%);
}
.showsection .ghostappear {
  opacity: 1;
  transform: translateX(0%);
}
.showsection .popoff {
  transition: transform 0.8s ease-in-out;
  transform: scale(1);
}

.popoff {
  transition: transform 0.8s ease-in-out;
  transform: scale(0.6);
}

.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%);
}
.showingthis .popoff {
  transform: scale(1);
}

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

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 2rem;
}

.navbar {
  height: 100%;
}
.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, .navbar .nav-pills .subnav-split li {
  padding: 1rem 0.7rem;
}
.navbar .nav-pills li a, .navbar .nav-pills .subnav-split li a {
  color: white;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding: 0.5rem;
  border-radius: 10px;
  border: 0;
  text-decoration: none;
}
.navbar .nav-pills li a.btn, .navbar .nav-pills .subnav-split li a.btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .navbar .nav-pills li a, .navbar .nav-pills .subnav-split li a {
    color: #C9E265;
  }
}
.navbar .nav-pills li:hover a, .navbar .nav-pills .subnav-split li:hover a {
  background-color: #004AAD;
  text-decoration: none;
}
.navbar .nav-pills li:hover .dropdown-menu, .navbar .nav-pills .subnav-split li:hover .dropdown-menu {
  display: block;
}
.navbar .nav-pills li.selected a, .navbar .nav-pills .subnav-split li.selected a {
  border-bottom: 3px solid #68BBE3;
  text-decoration: none;
}
.navbar .nav-pills li .dropdown-menu, .navbar .nav-pills li .dropdown-menu .subnav-split, .navbar .nav-pills .subnav-split li .dropdown-menu, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split {
  top: 87%;
  left: auto;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  list-style-type: none;
  box-shadow: 1px 5px 10px -5px #061563;
}
.navbar .nav-pills li .dropdown-menu > li, .navbar .nav-pills li .dropdown-menu .subnav-split > li, .navbar .nav-pills .subnav-split li .dropdown-menu > li, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li {
  padding: 0rem;
  display: table;
  width: 100%;
}
.navbar .nav-pills li .dropdown-menu > li a, .navbar .nav-pills li .dropdown-menu .subnav-split > li a, .navbar .nav-pills .subnav-split li .dropdown-menu > li a, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li a {
  color: #061563;
  font-size: 1rem;
  white-space: nowrap;
  margin-bottom: 0px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: table-cell;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  border: 0;
  border-radius: 0;
  border-left: 0.5rem solid transparent;
  transition-property: text-shadow, transform;
  transition: all 0.2s ease-in-out;
  border-bottom: 0px solid transparent;
  background-color: #fff;
}
.navbar .nav-pills li .dropdown-menu > li a:hover, .navbar .nav-pills li .dropdown-menu .subnav-split > li a:hover, .navbar .nav-pills .subnav-split li .dropdown-menu > li a:hover, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li a:hover {
  border-left: 0.5rem solid #C9E265;
  color: #061563;
  background-color: #fff;
  border-bottom: 0px solid transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-shadow: -0.5px 0, 0.5px 0;
}
@media (max-width: 991px) {
  .navbar .nav-pills li .dropdown-menu > li a, .navbar .nav-pills li .dropdown-menu .subnav-split > li a, .navbar .nav-pills .subnav-split li .dropdown-menu > li a, .navbar .nav-pills .subnav-split li .dropdown-menu .subnav-split > li a {
    color: #C9E265;
  }
}
.navbar .nav-pills li:last-child .dropdown-menu, .navbar .nav-pills .subnav-split li:last-child .dropdown-menu {
  right: 8px;
}
@media (max-width: 1200px) {
  .navbar .nav-pills li, .navbar .nav-pills .subnav-split li {
    padding: 1rem 0rem;
  }
}
.navbar .togglemenu {
  margin-left: 10px;
  color: #fff;
  font-size: 1.875rem;
}
.navbar .togglemenu:hover {
  color: #68BBE3;
}
@media (max-width: 1199px) {
  .navbar {
    padding: 0.5rem 0;
  }
}

.search-area #search {
  float: none;
  width: 0;
  position: absolute;
  right: 35px;
  top: 5px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.search-area #search.showme {
  width: 980%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media (max-width: 1200px) {
  .search-area #search.showme {
    width: 750%;
  }
}
.search-area #search #sitesearch, .search-area #search #sitesearchmodal {
  width: 95%;
  float: none;
  padding: 0px 10px 0px;
  position: relative;
  height: 50px;
  border-bottom: 5px solid #68BBE3;
}
.search-area #search #sitesearch #search-field, .search-area #search #sitesearch #search-filedmodal, .search-area #search #sitesearchmodal #search-field, .search-area #search #sitesearchmodal #search-filedmodal {
  position: absolute;
  left: 0px;
  width: 90%;
  border: none;
  height: 100%;
  padding: 5px;
}
.search-area #search #sitesearch #search-field:focus, .search-area #search #sitesearch #search-filedmodal:focus, .search-area #search #sitesearchmodal #search-field:focus, .search-area #search #sitesearchmodal #search-filedmodal:focus {
  outline: none;
  border: none;
  filter: none;
}
.search-area #search #sitesearch button, .search-area #search #sitesearchmodal button {
  position: absolute;
  color: #061563;
  background-color: white;
  right: 0px;
  width: 10%;
  height: 100%;
  border: none;
}
.search-area #search #sitesearch button:hover, .search-area #search #sitesearchmodal button:hover {
  color: #68BBE3;
  background-color: white;
}
.search-area .srchbutton,
.search-area .srchbuttonmodal {
  color: #fff;
  padding: 1rem 0.8rem;
  width: 45px;
  text-align: center;
  display: block;
}
.search-area .srchbutton:hover,
.search-area .srchbuttonmodal:hover {
  color: #68BBE3;
}

body:not(#home) .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;
}
body:not(#home) .navbar .nav-pills.fade-out {
  opacity: 0;
}
body:not(#home) .navbar .nav-pills li {
  padding: 1rem 0.7rem;
}
body:not(#home) .navbar .nav-pills li a {
  color: white;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  border: 0;
  text-decoration: none;
}
body:not(#home) .navbar .nav-pills li:hover a {
  text-decoration: none;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split {
  top: 88%;
  left: auto;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  list-style-type: none;
  box-shadow: 1px 5px 10px -5px #061563;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li {
  padding: 0rem;
  display: table;
  width: 100%;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li a, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li a {
  color: #061563;
  font-size: 1rem;
  white-space: nowrap;
  margin-bottom: 0px;
  padding: 0.5rem 1rem;
  text-decoration: none;
  display: table-cell;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-left: 0.5rem solid transparent;
}
body:not(#home) .navbar .nav-pills li:hover .dropdown-menu > li a:hover, body:not(#home) .navbar .nav-pills li:hover .dropdown-menu .subnav-split > li a:hover {
  border-left: 0.5rem solid #C9E265;
  color: #061563;
}
body:not(#home) .navbar .nav-pills li.selected a {
  background-color: #004AAD;
  text-decoration: none;
}
body:not(#home) .navbar .nav-pills li.selected .dropdown-menu li, body:not(#home) .navbar .nav-pills li.selected .dropdown-menu .subnav-split li {
  padding: 0;
}
body:not(#home) .navbar .nav-pills li.selected .dropdown-menu li a, body:not(#home) .navbar .nav-pills li.selected .dropdown-menu .subnav-split li a {
  border-bottom: 0;
  background-color: white;
}
body:not(#home) .navbar .nav-pills li .dropdown-menu {
  box-shadow: 5px 10px 10px -6px #061563;
}
body:not(#home) .navbar .nav-pills li .dropdown-menu li, body:not(#home) .navbar .nav-pills li .dropdown-menu .subnav-split li {
  padding: 0;
}
body:not(#home) .navbar .nav-pills li .dropdown-menu li a, body:not(#home) .navbar .nav-pills li .dropdown-menu .subnav-split li a {
  border-bottom: 0 !important;
}
@media (max-width: 1200px) {
  body:not(#home) .navbar .nav-pills li {
    padding: 1rem 0.5rem;
  }
}
body:not(#home) .navbar .togglemenu {
  margin-left: 10px;
  color: #fff;
  font-size: 1.875rem;
}
body:not(#home) .navbar .togglemenu:hover {
  color: #68BBE3;
}
body:not(#home) .srchbutton,
body:not(#home) .srchbuttonmodal {
  color: #fff;
  padding: 1rem 0.8rem;
}
body:not(#home) .srchbutton:hover,
body:not(#home) .srchbuttonmodal:hover {
  color: #68BBE3;
}

/*Mobile NAV*/
#NavMobileModal .nav .nav-item a {
  font-size: 1.875rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  #NavMobileModal .nav .nav-item a {
    color: #C9E265;
  }
}
#NavMobileModal .nav .dropdown-menu {
  position: relative;
  text-align: center;
  background-color: transparent;
  border: none;
  font-size: 1.125rem;
  display: block;
  float: none;
}
#NavMobileModal .nav .dropdown-menu li a {
  font-size: 1.125rem;
}
@media (max-width: 991px) {
  #NavMobileModal .nav .dropdown-menu li a {
    color: #fff;
  }
}

#header,
.pin-spacer-SiteHeader {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}

#header {
  background-color: #061563;
  height: auto;
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
#header #siteheader {
  height: auto;
  display: block;
  width: 100%;
  position: relative;
  z-index: 20;
  transition: all 0.2s ease-in-out;
  background-color: #061563;
}
#header #siteheader .header-holder {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  height: auto;
  width: 100%;
  vertical-align: middle;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  background-color: #061563;
}
#header #siteheader .header-holder .social__links {
  display: flex;
  justify-content: end;
  vertical-align: middle;
  align-items: center;
}
@media (max-width: 576px) {
  #header #siteheader .header-holder .social__links {
    display: none;
  }
}
#header #siteheader .header-holder .logo-holder {
  display: flex;
  display: -ms-flexbox;
  vertical-align: middle;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  width: 340px;
  position: relative;
  transition: width 0.1s ease-in-out;
}
#header #siteheader .header-holder .logo-holder .logo-hold {
  width: 100%;
  position: relative;
  padding: 0.5rem;
}
#header #siteheader .header-holder .logo-holder .logo-hold img {
  width: 100%;
  display: block;
  height: 100%;
  padding: 0rem;
}
@media (max-width: 1199px) {
  #header #siteheader .header-holder .logo-holder {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .logo-holder {
    justify-content: normal;
  }
}
@media (max-width: 576px) {
  #header #siteheader .header-holder .logo-holder {
    max-width: 220px;
  }
}
#header #siteheader .header-holder .header-nav-side {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#header #siteheader .header-holder .header-nav-holder {
  display: flex;
  display: -ms-flexbox;
  vertical-align: middle;
  justify-content: end;
  padding: 1.5rem 0rem;
  align-content: center;
  align-items: center;
  transform: translateX(-80%);
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .header-nav-holder .social__links {
    display: none;
  }
}
@media (max-width: 991px) {
  #header #siteheader .header-holder .header-nav-holder .nav-hold {
    margin-right: 0rem;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder .header-nav-holder .nav-hold {
    float: right;
  }
}
@media (max-width: 1199px) {
  #header #siteheader .header-holder .header-nav-holder {
    transform: translateX(-100%);
  }
}
@media (max-width: 991px) {
  #header #siteheader .header-holder .header-nav-holder {
    transform: none;
  }
}
@media (min-width: 576px) {
  #header #siteheader .header-holder {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #header #siteheader .header-holder {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) {
  #header #siteheader .header-holder {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #header #siteheader .header-holder {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #header #siteheader .header-holder {
    max-width: 1140px;
  }
}
#header #siteheader .header-holder .search-area {
  position: relative;
  display: flex;
}
#header.scrolling #siteheader {
  background-color: #061563;
  background: #061563;
}
#header.scrolling #siteheader .header-nav-holder {
  transform: translateX(0rem);
}
#header.scrolling #siteheader .logo-holder {
  opacity: 1;
  z-index: 1;
  width: 340px;
}
#header.scrolling #siteheader .navbar .nav-pills li a {
  color: #fff;
}
#header.scrolling #siteheader .navbar .nav-pills li .dropdown-menu li a, #header.scrolling #siteheader .navbar .nav-pills li .dropdown-menu .subnav-split li a {
  color: #061563;
}
#header.scrolling #siteheader .navbar .srchbutton {
  color: #fff;
}
#header.scrolling #siteheader .navbar .srchbutton:hover {
  color: #68BBE3;
}
#header.scrolling #siteheader .navbar .srchbuttonmodal {
  color: #fff;
}
#header.scrolling #siteheader .navbar .srchbuttonmodal:hover {
  color: #68BBE3;
}
#header.scrolling #siteheader .navbar .togglemenu {
  color: #fff;
}
#header.scrolling #siteheader .navbar .togglemenu:hover {
  color: #68BBE3;
}
#header.scrolling #siteheader #search #sitesearch #search-field {
  color: #061563;
}
#header.scrolling #siteheader #search #sitesearch button {
  color: #061563;
}

body:not(#home) #siteheader {
  background-color: #061563;
}
body:not(#home) #siteheader .header-nav-holder {
  transform: translateX(0rem) !important;
}
body:not(#home) #header {
  background-color: #061563;
  position: relative;
  background: #061563;
}
body:not(#home) #header .header-holder {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  height: auto;
  width: 100%;
  vertical-align: middle;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  background-color: #061563;
}
body:not(#home) #header .header-holder .logo-holder {
  opacity: 1;
  z-index: 1;
}
@media (max-width: 767px) {
  body:not(#home) #header .header-holder {
    padding: 0 15px;
  }
}
body:not(#home) #header.scrolling {
  background-color: #061563;
}

@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-content {
  background-color: #111D13;
}
.modal .modal-content .modal-body {
  padding: 0rem;
}
.modal .modal-content .modal-body .modal-title {
  color: white;
}

.modal {
  background-color: #061563;
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    margin: 2rem;
  }
}
.modal .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-header .close {
  color: white;
  background-color: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  font-size: 1.625rem;
  padding: 5px;
  box-shadow: none !important;
  z-index: 10;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}
.modal .modal-header .close:hover {
  color: #008037;
}
.modal .close:hover {
  color: #008037;
}
@media (max-width: 991px) {
  .modal .close {
    position: relative;
    top: 0;
  }
}
.modal .modal-content {
  background-color: #061563;
  border: 0;
  margin: 15% auto;
  position: relative;
}
.modal .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0;
}
.modal .modal-content .modal-header .modal-title {
  color: white;
}
.modal .modal-content .modal-body {
  margin-top: 0;
  padding: 2rem;
}
.modal .modal-content .modal-body #sitesearch, .modal .modal-content .modal-body #sitesearchmodal {
  padding: 0px;
  width: 100%;
}
.modal .modal-content .modal-body #sitesearch input[type=search], .modal .modal-content .modal-body #sitesearchmodal input[type=search] {
  background: rgba(0, 0, 0, 0.18);
  text-align: center;
  color: white;
  font-size: 3.125rem;
  width: 100%;
  border: none;
}
.modal .modal-content .modal-body #sitesearch input[type=search]:focus, .modal .modal-content .modal-body #sitesearchmodal input[type=search]:focus {
  outline: none;
}
.modal .modal-content .modal-body #sitesearch button, .modal .modal-content .modal-body #sitesearchmodal button {
  background-color: #004AAD;
  width: 100%;
  text-decoration: none;
  padding: 0.7rem;
  border: 0;
  font-size: 1.625rem;
  border-radius: 0;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: white;
  margin: 2rem auto;
  cursor: pointer;
}
.modal .modal-content .modal-body #sitesearch button:hover, .modal .modal-content .modal-body #sitesearchmodal button:hover {
  background-color: #008037;
}
.modal .modal-content .modal-body .btn {
  margin-top: 1rem;
  color: white;
  text-decoration: none;
}
.modal .modal-content .modal-body select {
  border: none;
  font-size: 1.625rem;
  height: 40px;
  width: 100%;
  margin: 10px 0;
}

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

#translations {
  position: relative;
  top: -1px;
  padding: 0 0.5rem;
}
#translations .closeme {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  border-bottom: 1px solid #fff;
  color: white;
  text-decoration: none;
  position: absolute;
  left: 0;
  z-index: 1;
}
#translations .closeme:hover {
  border-bottom: 1px solid #111D13;
}
#translations .closeme.fade-out {
  opacity: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  #translations .closeme {
    font-size: 0.875rem;
  }
}
#translations .translateoption {
  display: block;
  position: absolute;
  top: 35px;
  width: 135px;
  overflow: hidden;
}

body#home footer {
  margin-top: 0;
}
body#home .home__background {
  position: relative;
  display: block;
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: -1;
}
body#home .homebanner {
  padding-top: 48%;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
body#home .homebanner__background {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
body#home .homebanner__background--shadow {
  display: block;
  background: linear-gradient(to left, #004AAD 0%, rgba(255, 255, 255, 0) 30%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#home .homebanner__logoholder {
  display: block;
  position: absolute;
  bottom: 30%;
  right: 5rem;
  width: 100%;
  height: auto;
  max-width: 42%;
}
@media (max-width: 767px) {
  body#home .homebanner__logoholder {
    max-width: 52%;
    right: 2rem;
  }
}
body#home .homebanner__logo {
  position: relative;
  margin: 0 auto;
}
body#home .homebanner__logo img {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  body#home .homebanner {
    padding-top: 55%;
  }
}
body#home .home-content {
  background-color: #fff;
  overflow: hidden;
}
body#home .home-content .home {
  display: table;
  width: 100%;
  padding: 2rem 0;
}
body#home .home-content .home__buttons {
  padding: 0;
}
body#home .home-content .home__buttons--title {
  display: block;
  text-align: center;
  padding-bottom: 3rem;
}
body#home .home-content .home__buttons--first {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #061563;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__buttons--second {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  color: #061563;
  margin-bottom: 1rem;
  display: inline-block;
}
body#home .home-content .home__buttons--link {
  background-color: #004AAD;
  font-size: 2.5rem;
  padding: 0rem;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  line-height: 1;
  padding-bottom: 0.5rem;
  width: auto;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0px 3px 0px #C9E265;
}
body#home .home-content .home__buttons--link:hover {
  background-color: #002961;
  box-shadow: 0px 5px 0px #C9E265;
}
@media (max-width: 991px) {
  body#home .home-content .home__buttons--link {
    margin-bottom: 0;
    font-size: 36px;
    max-width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body#home .home-content .home__buttons--link {
    margin-bottom: 0;
    font-size: 36px;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  body#home .home-content .home__buttons--link {
    margin-bottom: 0;
    font-size: 30px;
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  body#home .home-content .home__buttons--link {
    font-size: 30px;
    max-width: 85%;
  }
}
@media (max-width: 440px) {
  body#home .home-content .home__buttons--link {
    font-size: 28px;
    max-width: 100%;
  }
}
body#home .home-content .home__buttons--link::after {
  color: #fff;
  font-size: 30px;
  width: 0;
  transform: scale(0);
  transition: all 0.2s ease-in-out;
}
body#home .home-content .home__buttons--link::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  transition: all 0.2s ease-in-out;
  top: -9px;
  position: relative;
  transform: scale(1.3);
  width: 42px;
}
body#home .home-content .home__buttons--button {
  padding: 5rem 2.5rem;
  text-align: center;
  background-color: #061563;
  position: relative;
}
body#home .home-content .home__buttons--button:hover {
  text-decoration: none;
}
body#home .home-content .home__buttons--button:hover .home__buttons--link:after {
  width: 45px;
  transform: scale(1);
  margin-left: 2.8rem;
}
body#home .home-content .home__buttons--button:hover .home__buttons--link:before {
  width: 0;
  transform: scale(0);
  margin: 0;
}
body#home .home-content .home__buttons--button:first-child {
  background-color: #013120;
}
body#home .home-content .home__buttons--button:first-child:before {
  content: "";
  display: block;
  height: 100%;
  width: 1000%;
  left: -1000%;
  top: 0;
  position: absolute;
  background-color: inherit;
}
@media (max-width: 991px) {
  body#home .home-content .home__buttons--button:first-child:before {
    left: -100%;
  }
}
body#home .home-content .home__buttons--button:first-child .home__buttons--link {
  background-color: inherit;
  position: relative;
  color: white;
}
body#home .home-content .home__buttons--button:first-child .home__buttons--link::before {
  content: url("/themes/mcgarvey/images/home/icons/question.svg");
}
body#home .home-content .home__buttons--button:first-child .home__buttons--link:hover {
  color: #fff;
  box-shadow: 0px 5px 0px #C9E265;
}
body#home .home-content .home__buttons--button:first-child:hover {
  color: #fff;
  background-color: #026341;
}
body#home .home-content .home__buttons--button:first-child:hover .home__buttons--link {
  color: #fff;
  box-shadow: 0px 5px 0px #C9E265;
}
body#home .home-content .home__buttons--button:last-child {
  background-color: #008037;
}
body#home .home-content .home__buttons--button:last-child:before {
  content: "";
  display: block;
  height: 100%;
  width: 1000%;
  right: -1000%;
  top: 0;
  position: absolute;
  background-color: inherit;
}
@media (max-width: 991px) {
  body#home .home-content .home__buttons--button:last-child:before {
    right: -100%;
  }
}
body#home .home-content .home__buttons--button:last-child .home__buttons--link {
  background-color: inherit;
  color: white;
}
body#home .home-content .home__buttons--button:last-child .home__buttons--link::before {
  content: url("/themes/mcgarvey/images/home/icons/comment.svg");
}
body#home .home-content .home__buttons--button:last-child:hover {
  color: #fff;
  background-color: #00b34d;
}
body#home .home-content .home__buttons--button:last-child:hover .home__buttons--link {
  color: #fff;
  box-shadow: 0px 5px 0px #C9E265;
}
body#home .home-content .home__stats {
  padding: 5rem 0 2rem;
}
@media (max-width: 991px) {
  body#home .home-content .home__stats {
    padding: 3rem 0 2rem;
  }
}
body#home .home-content .home__stats--stat {
  margin-bottom: 2rem;
}
body#home .home-content .home__stats--box {
  padding: 2rem;
  border: 1px solid #061563;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  body#home .home-content .home__stats--box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
body#home .home-content .home__stats--value {
  display: block;
  text-align: center;
  color: #008037;
}
body#home .home-content .home__stats--name {
  display: block;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
body#home .home-content .home__stats--icon {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#home .home-content .home__stats--image {
  padding: 0 1rem;
  background-color: white;
}
body#home .home-content .home__stats--image.closedmail {
  display: block;
  width: 100%;
  max-width: 60px;
}
body#home .home-content .home__press--imageholder {
  display: block;
  height: 100%;
  width: 100%;
}
body#home .home-content .home__press--image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body#home .home-content .home__press--img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}
body#home .home-content .home__press--holder {
  min-height: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: flex-start;
}
body#home .home-content .home__press--press {
  padding-bottom: 2rem;
}
body#home .home-content .home__press--pressdate {
  color: #004AAD;
  font-family: "League Gothic", sans-serif;
  font-size: 1.25rem;
}
body#home .home-content .home__press--pressicon {
  color: #004AAD;
  margin-right: 1rem;
}
body#home .home-content .home__press--presstitle {
  color: #111D13;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 1.75rem;
}
body#home .home-content .home__press--seemorebtn {
  display: block;
  width: 100%;
  text-align: right;
}
body#home .home-content .home__press--seemorebtn a {
  font-size: 0.875rem;
}
body#home .home-content .home__help {
  background-image: url("/themes/mcgarvey/images/home/homeservices.jpg");
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  display: block;
  padding-top: 35%;
  background-repeat: no-repeat;
  position: relative;
}
body#home .home-content .home__help--shadow {
  display: block;
  background: linear-gradient(to top, black 5%, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#home .home-content .home__help--top {
  padding: 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  body#home .home-content .home__help--top {
    text-shadow: 0px 0px 20px #0e0e0e;
  }
}
body#home .home-content .home__help--text {
  color: #fff;
}
body#home .home-content .home__help--holder {
  padding-bottom: 1rem;
}
body#home .home-content .home__help--button {
  margin-bottom: 1rem;
}
body#home .home-content .home__help--button:nth-child(2) .servicebutton {
  background-color: #008037;
}
body#home .home-content .home__help--button:nth-child(2) .servicebutton:hover {
  background-color: #00b34d;
}
body#home .home-content .home__help--button:nth-child(3) .servicebutton {
  background-color: #C9E265;
  color: #111D13;
}
body#home .home-content .home__help--button:nth-child(3) .servicebutton--text {
  color: #111D13;
  border-bottom: 2px solid #013120;
}
body#home .home-content .home__help--button:nth-child(3) .servicebutton:hover {
  background-color: #bada3a;
}
body#home .home-content .home__help--button:nth-child(3) .servicebutton:hover .servicebutton--text {
  border-bottom: 3px solid #013120;
}
body#home .home-content .home__help--link {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
@media (max-width: 1199px) {
  body#home .home-content .home__help--link {
    font-size: 1rem;
  }
}
body#home .home-content .home__help--icon {
  margin-right: 0.5rem;
}
body#home .home-content .home__help--icon.tours {
  content: url("/themes/mcgarvey/images/home/icons/touricon.svg");
}
body#home .home-content .home__help--icon.flags {
  content: url("/themes/mcgarvey/images/home/icons/flagicon.svg");
}
body#home .home-content .home__help--icon.students {
  content: url("/themes/mcgarvey/images/home/icons/studenticon.svg");
}
body#home .home-content .home__offices {
  padding: 0;
}

#listblocks {
  padding-top: 3rem;
}
#listblocks li:nth-of-type(4n+1) .block a {
  background-color: #061563;
}
#listblocks li:nth-of-type(4n+1) .block a:hover {
  background-color: #008037;
}
#listblocks li:nth-of-type(4n+2) .block a {
  background-color: #004AAD;
}
#listblocks li:nth-of-type(4n+2) .block a:hover {
  background-color: #008037;
}
#listblocks li:nth-of-type(4n+3) .block a {
  background-color: #061563;
}
#listblocks li:nth-of-type(4n+3) .block a:hover {
  background-color: #008037;
}
#listblocks li:nth-of-type(4n+3) .block a {
  background-color: #004AAD;
}
#listblocks li:nth-of-type(4n+3) .block a:hover {
  background-color: #008037;
}

.block {
  margin-bottom: 30px;
  background-color: #061563;
  width: 100%;
  display: table;
  height: 200px;
}
.block .desc {
  display: none;
  padding: 20px;
}
.block .desc p {
  width: 100%;
  margin: 0px;
}
.block a {
  width: 100%;
  padding: 15px;
  font-size: 1.75rem;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  text-decoration: none;
  display: table-cell;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  color: white;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
}
.block a:hover {
  text-decoration: none;
  transform: translate(-10px, -10px);
  border-bottom: 0px !important;
  color: #fff;
}
.block a > img {
  float: left;
}
.block a .media-heading {
  text-transform: uppercase;
  position: relative;
}
.block a .media-heading i {
  margin-right: 1rem;
}
.block a .media-heading.noimg {
  width: 100%;
  text-align: center;
  display: block;
}
.block a .media-heading.withimg {
  left: 20px;
  display: block;
  width: 75%;
}
.block:hover {
  background-color: #061563;
}
.block:hover a {
  background-color: #008037;
}
.block.noimg a {
  height: auto;
  min-height: 95px;
}

#content .main_page_title {
  padding-bottom: 2rem;
  text-transform: uppercase;
  color: #008037;
}

#breadcrumb {
  padding: 1rem 0;
  margin-top: 0;
}
#breadcrumb ul {
  margin-bottom: 0;
}
#breadcrumb ul li a {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #111D13;
  font-size: 1rem;
  text-decoration: none;
}
#breadcrumb ul li a:hover {
  text-decoration: underline;
  color: #68BBE3;
}
#breadcrumb ul li:first-child {
  display: none;
}
#breadcrumb ul li:nth-child(2):before {
  display: none;
}
#breadcrumb ul li:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}

body#newsroom_landing_page footer {
  margin-top: 0 !important;
}
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 .one_column {
  margin-left: 0;
  margin-right: 0;
}
body#newsroom_landing_page #rightside {
  padding: 3rem;
  background-color: #fff;
}
body#newsroom_landing_page #rightside hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body#newsroom_landing_page #leftside {
  text-align: left;
  padding: 0px 0px 0 15px;
  background-color: #E1EFF0;
  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: #E1EFF0;
}
body#newsroom_landing_page #leftside:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 200%;
  top: -100%;
  left: -100%;
  height: 100%;
  background-color: #E1EFF0;
}
body#newsroom_landing_page .media__summary {
  padding-bottom: 2rem;
}
body#newsroom_landing_page .media__header {
  margin-bottom: 0;
}
body#newsroom_landing_page .media__header a {
  color: #061563;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__link {
  color: #061563;
  text-decoration: none;
  padding-bottom: 0.5rem;
}
body#newsroom_landing_page .media__link:hover {
  color: #004AAD;
  text-decoration: none;
}
body#newsroom_landing_page .media__link--underline {
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
body#newsroom_landing_page .media__button {
  text-align: right;
  bottom: 3rem;
  right: 3rem;
  color: #008037;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
body#newsroom_landing_page .media__button--container {
  text-align: right;
  display: table;
  width: 100%;
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__button--container.videos {
  padding: 0rem 0 3rem;
}
body#newsroom_landing_page .media__side-nav {
  width: 100%;
  margin-top: 3rem;
}
body#newsroom_landing_page .media__side-nav .main_page_title {
  text-align: left;
  color: #061563;
}
body#newsroom_landing_page .media__side-nav.affix {
  width: 270px;
  top: 9.5rem;
  position: fixed;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix {
    width: 225px;
  }
}
body#newsroom_landing_page .media__side-nav.affix-bottom {
  position: absolute;
  width: 270px;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__side-nav.affix-bottom {
    width: 225px;
  }
}
body#newsroom_landing_page .media__list {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item {
  text-align: left;
  display: block;
}
body#newsroom_landing_page .media__list-item.active a, body#newsroom_landing_page .media__list-item:hover a {
  background-color: transparent;
  color: #008037;
  border-radius: 0px;
  border-bottom: 2px solid #008037;
}
body#newsroom_landing_page .media__list-link {
  color: #111D13;
  display: inline-block;
  padding: 10px 0px 0px;
  text-decoration: none;
  border-radius: 0px;
  font-size: 1.75rem;
  border-bottom: 2px solid transparent;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
body#newsroom_landing_page .media__list-link:hover {
  color: #008037;
  text-decoration: none;
}
@media (max-width: 1200px) {
  body#newsroom_landing_page .media__list-link {
    font-size: 1.625rem;
  }
}
body#newsroom_landing_page .media__date {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #008037;
  font-size: 1.125rem;
}
body#newsroom_landing_page .media__videos .ce_youtube_video {
  margin-bottom: 4rem;
}

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

.prevpress {
  display: table;
  padding: 1rem;
  width: 100%;
}
.prevpress .prevarticle {
  white-space: nowrap;
}

#pagetools #actions {
  padding-top: 1.5rem;
}

#newscontent .date.black {
  display: block;
  margin-bottom: 0rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #061563;
  font-size: 1.125rem;
  text-transform: uppercase;
}
#newscontent #press .subtitle {
  font-size: 2.5rem;
}
#newscontent #press .title a {
  color: #061563;
}
#newscontent #press .title a:hover {
  color: #004AAD;
}

#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;
}
@media (max-width: 560px) {
  #pagination-container .pagination-right {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}
#pagination-container .pagination-right .form-inline select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -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 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}
#pagination-container .pager {
  display: table-cell;
  float: right;
  width: auto;
  margin: 0;
  vertical-align: middle;
}
#pagination-container .pager li {
  display: table-cell;
  padding-right: 5px;
}
#pagination-container .pager li:last-child {
  padding-right: 0px;
}
@media (max-width: 560px) {
  #pagination-container .pager {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
}

#asides.legislation {
  padding-bottom: 2rem;
}

.pagination .pages select {
  padding: 2px 5px;
  height: 30px;
  font-size: 1rem;
  padding-right: 1.5rem;
  -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 20px center, right 10px center, right 5px center;
  text-indent: 0.01px;
}

#filter-legislation {
  padding-bottom: 1rem;
}
#filter-legislation form {
  padding-bottom: 0.5rem;
}
#filter-legislation form select {
  padding: 2px 10px;
  height: 40px;
  font-size: 1.125rem;
  padding-right: 2.8rem;
  -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 15px center, right 10px center;
  text-indent: 0.01px;
}

#content #asides {
  padding-top: 2.5rem;
}

#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: 1rem;
}
#voting_record .page .row .vote {
  font-size: 1rem;
  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: 1rem;
  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: 1rem;
}
#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;
  text-align: right;
}
#voting_record .pagination .pages_nav .next {
  margin-left: 5px;
}

@media (max-width: 991px) {
  .legislationrow {
    flex-direction: column-reverse;
  }
}

#thomas_search {
  margin-bottom: 1rem;
}

#content.hasbanner {
  position: relative;
  /*
  &:before{
  	content: '';
  	display: block;
  	width: 100%;
  	height: 25em;
  	position: absolute;
  	top: 0;
  	left: 0;
  	background-color: $primary-dark;
  	z-index: -1;
  	@media(max-width:991px){
  		height: 22em;
  	}

  	@media(max-width:767px){
  		height: 18em;
  	}

  	@media(max-width:575px){
  		height: 16em;
  	}
  	@media(max-width:450px){
  		height: 14em;
  	}
  	@media(max-width:420px){
  		height: 13.5em;
  	}
  } */
}
#content.hasbanner .main_page_title.banneravail {
  display: block;
}
#content.hasbanner.moving {
  /*
  &:before{

  	height: 24.5em;

  	@media(max-width:991px){
  		height: 21.5em;
  	}

  	@media(max-width:767px){
  		height: 17.5em;
  	}

  	@media(max-width:575px){
  		height: 15.5em;
  	}
  	@media(max-width:450px){
  		height: 13.5em;
  	}
  	@media(max-width:400px){
  		height: 13em;
  	}
  }*/
}
#content.hasbanner .main_page_title {
  color: #004AAD;
}
#content.hasbanner .main_page_title .altcolor {
  color: #fff;
}
#content.hasbanner #breadcrumb {
  padding: 1rem 0;
  margin-top: 0;
}
#content.hasbanner #breadcrumb ol {
  margin-bottom: 0;
}
#content.hasbanner #breadcrumb ol li a {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#content.hasbanner #breadcrumb ol li a:hover {
  text-decoration: underline;
  color: #68BBE3;
}
#content.hasbanner #main_column {
  padding-top: 1rem;
}
@media (max-width: 991px) {
  #content.hasbanner #main_column {
    padding-top: 2rem;
  }
}

.figure__banner {
  width: 100%;
  position: relative;
  margin: 0;
}
.figure__banner--holder {
  padding-left: 10px;
  padding-right: 10px;
}
.figure__banner--holder:nth-child(1) {
  padding-left: 0;
}
.figure__banner--holder:nth-child(4) {
  padding-right: 0;
}
.figure__banner--holder:nth-child(2) {
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .figure__banner--holder:nth-child(2) {
    margin-top: 1rem;
  }
}
.figure__banner--holder:nth-child(4) {
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .figure__banner--holder:nth-child(4) {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .figure__banner--holder {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.figure__banner--imageholder {
  min-height: 330px;
  position: relative;
}
@media (max-width: 1199px) {
  .figure__banner--imageholder {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .figure__banner--imageholder {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .figure__banner--imageholder {
    min-height: 165px;
  }
}
@media (max-width: 420px) {
  .figure__banner--imageholder {
    min-height: 130px;
  }
}
.figure__banner--image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center top;
}

.membership__leadershiparea {
  padding: 2rem;
  background-color: #061563;
}
.membership__row {
  padding-top: 3rem;
}
.membership__header-tertiary {
  padding: 1rem 0;
  border-bottom: 2px solid #061563;
}
.membership__header-tertiary--name {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
}
.membership__list-item {
  position: relative;
  min-height: 350px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.membership__district {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  color: #111D13;
  text-align: center;
  font-size: 0.875rem;
}
.membership__figure {
  padding-top: 115%;
  position: relative;
  display: block;
}
.membership__figure-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.leadership__header-secondary {
  color: #E1EFF0;
  width: 100%;
  text-align: left;
  display: block;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #E1EFF0;
}
.leadership__figure {
  width: 100%;
  display: block;
  position: relative;
}
.leadership__figure-image {
  display: block;
  width: 100%;
}
.leadership__district {
  color: #111D13;
}
.leadership__bio {
  padding: 2rem;
}
.leadership__bio .social-list {
  justify-content: flex-start;
}
.leadership__link {
  color: #fff;
}

.location__offices--holder {
  overflow: hidden;
}
.location__offices--officeholder {
  padding: 0;
  position: relative;
  background-color: #061563;
}
.location__offices--officeholder.louisville:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: inherit;
}
.location__offices--officeholder.louisville .location__offices--body {
  background-color: #061563;
}
.location__offices--officeholder.louisville .location__offices--body:after {
  content: url("/themes/mcgarvey/images/home/icons/kyicon.svg");
  display: block;
  position: absolute;
  bottom: 1rem;
  z-index: 0;
  right: 1rem;
}
@media (max-width: 991px) {
  .location__offices--officeholder.louisville:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    display: block;
    background-color: inherit;
  }
}
.location__offices--officeholder.dc {
  background-color: #004AAD;
}
.location__offices--officeholder.dc:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  display: block;
  background-color: inherit;
}
.location__offices--officeholder.dc .location__offices--body {
  background-color: #004AAD;
}
.location__offices--officeholder.dc .location__offices--body:after {
  content: url("/themes/mcgarvey/images/home/icons/dcicon.svg");
  display: block;
  position: absolute;
  bottom: -5px;
  z-index: 0;
  right: 0rem;
}
@media (max-width: 991px) {
  .location__offices--officeholder.dc:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    display: block;
    background-color: inherit;
  }
}
.location__offices--body {
  padding: 3rem;
  color: white;
  min-height: 370px;
  position: relative;
}
.location__offices--office {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.location__offices--address {
  font-size: 0.875rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
  z-index: 1;
}
.location__offices--directions {
  position: absolute;
  display: block;
  bottom: 7rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .location__offices--directions {
    position: relative;
    bottom: 0;
  }
}
.location__offices--link {
  color: #fff;
}
.location__offices--link:hover {
  color: white;
}
.location__offices--internal .location__offices--officeholder {
  padding: inherit;
  background-color: transparent;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .location__offices--internal .location__offices--officeholder {
    margin-bottom: 1rem;
  }
}
.location__offices--internal .location__offices--officeholder:before {
  display: none;
}
.location__offices--internal .location__offices--body {
  min-height: 465px;
}
.location__offices--internal .location__offices--body .smalltext {
  font-size: 0.825rem !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .location__offices--internal .location__offices--body .smalltext {
    padding: 1rem 0;
  }
}
.location__offices--internal .location__offices--link {
  text-decoration: none !important;
}
.location__offices--internal .location__offices--address {
  font-size: 1rem;
}

/* .members #main_container {
  min-width: 100%;
} */
#main_container.banneractive {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-top: -15%;
  background-color: white;
  padding-top: 1rem;
}
@media (max-width: 576px) {
  #main_container.banneractive {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.snippets {
  padding: 0rem 0;
}
.snippets .shadowbg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.snippets__item {
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .snippets__item {
    padding: 1rem;
  }
}
.snippets__bio--image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.snippets__bio--img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: center;
  padding: 0;
}
.snippets__bodytitle--title {
  font-size: 36px;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
}
.snippets__section {
  width: 100%;
  padding: 5rem 0;
  position: relative;
  display: table;
}
.snippets__section.noitem {
  display: none;
}
.snippets__section.background .snippets__body {
  color: white;
}
.snippets__collapse {
  height: 400px;
  display: block !important;
  overflow: hidden;
  z-index: -1;
}
.snippets__collapse.show {
  height: 100%;
}
.snippets__body img {
  width: 100%;
  display: block;
  height: auto;
}
.snippets__body .startletter {
  float: left;
  padding: 0 0.6rem 0 0;
  margin: 0;
}
.snippets__bodyhold .left {
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
.snippets__bodyhold .right {
  padding: 0px 15px 0px 0px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.snippets__bodyhold--block {
  position: relative;
  display: block;
  margin: 2rem 0 0;
  padding: 2rem 0 2rem 2rem;
  position: relative;
}
@media (max-width: 991px) {
  .snippets__bodyhold--block {
    padding: 2rem;
  }
}
.snippets__bodyhold--block:after {
  content: "";
  display: block;
  position: absolute;
  right: -4rem;
  top: 0;
  width: 4rem;
  height: 100%;
  background-color: inherit;
}
@media (max-width: 991px) {
  .snippets__bodyhold--block:after {
    display: none;
  }
}
.snippets__bodyhold--block .snippets__bodytext {
  font-size: 18px;
}
.snippets__bodyimage img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 991px) {
  .snippets__bodyimage {
    display: table;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 65%;
    margin-bottom: 2rem;
  }
  .snippets__bodyimage img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
  }
}
.snippets__bodyimage--lowerimages {
  width: 100%;
  max-width: 85%;
  float: right;
  padding: 1.5rem 0px;
}
@media (max-width: 991px) {
  .snippets__bodyimage--lowerimages {
    float: none;
    max-width: 100%;
  }
}

.angledinterior {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 40rem;
  transform-origin: left top;
  translate: none;
  rotate: none;
  scale: none;
  transform: skew(0deg, 0deg);
  background-color: #061563;
  z-index: 1;
}
@media (max-width: 525px) {
  .angledinterior {
    height: 25rem;
  }
}
.angledinterior:before {
  background: url("/themes/mcgarvey/images/bannerwaves.svg");
  background-size: cover;
  background-position: center;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.angledinterior:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  background: #061563;
}

.bio {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .bio {
    min-height: auto;
  }
}
.bio__banner {
  height: 100%;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 10;
}
.bio__banner--image {
  height: 100%;
  display: block;
  padding: 3rem 0;
}
.bio__banner--image img {
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .bio__banner--image {
    padding: 0rem 1rem;
  }
}
.bio__banner--img {
  transition: transform 0.3s ease-in-out;
  transform: translate(0px, 0px);
}
.bio__toptext {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.bio__toptext--holder {
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  max-width: 535px;
}
@media (max-width: 991px) {
  .bio__toptext--holder {
    position: relative;
    bottom: 0;
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 768px) {
  .bio__toptext--holder {
    padding: 1.5rem 0rem;
  }
}
.bio__toptext--text .main_page_title {
  color: #fff !important;
  text-transform: uppercase;
}
.bio__toptext--text .main_page_title:after {
  content: "";
  display: block;
  padding: 0.3rem;
  width: 7rem;
  text-align: center;
  margin-top: 2rem;
  background-color: #C9E265;
}
.bio__toptext--text .amend-textarea {
  color: white;
}
.bio__toptext--text #breadcrumb ul li a {
  color: #E1EFF0;
}
.bio__buttons {
  padding: 10rem 0 10rem;
  background-color: #111D13;
  position: relative;
  margin-top: 3rem;
}
.bio__buttons--button {
  margin-bottom: 1rem;
}
.bio__buttons--button.first .bio__buttons--link {
  background-color: #013120;
}
.bio__buttons--button.first .bio__buttons--link:hover .largebtn:after {
  background-color: #008037;
}
.bio__buttons--button.second .bio__buttons--link {
  background-color: #008037;
}
.bio__buttons--button.second .bio__buttons--link:hover .largebtn:after {
  background-color: #013120;
}
.bio__buttons--button.third .bio__buttons--link {
  background-color: #C9E265;
  color: #061563;
}
.bio__buttons--button.third .bio__buttons--link .btn {
  color: #061563;
  text-decoration-color: #004AAD;
}
.bio__buttons--button.third .bio__buttons--link:hover {
  color: #fff;
}
.bio__buttons--button.third .bio__buttons--link:hover .btn {
  color: #fff;
}
.bio__buttons--button.third .bio__buttons--link:hover .largebtn:after {
  background-color: #008037;
}
.bio__buttons--button .largebtn {
  background-color: inherit;
}
@media (max-width: 991px) {
  .bio__buttons--panel {
    position: relative;
    top: 0;
  }
}
.bio__buttons--title {
  display: flex;
  justify-content: center;
  color: white;
  padding-bottom: 2rem;
}
.bio__buttons--link {
  background-color: #111D13;
  position: relative;
  color: white;
  display: block;
  text-decoration: none !important;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.bio__buttons--link:hover {
  text-decoration: none;
  background-color: #061563;
}
.bio__buttons--link:hover .bio__buttons--text {
  background-color: #002961;
  text-decoration: none;
}
.bio__buttons--container {
  position: relative;
  z-index: 1;
}
.bio__buttons--kystate {
  background: url("/themes/mcgarvey/images/kystate.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  max-width: 900px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (max-width: 991px) {
  .bio__buttons--kystate {
    max-width: 600px;
    bottom: -8rem;
    top: auto;
  }
}
@media (max-width: 767px) {
  .bio__buttons--kystate {
    display: none;
  }
}
@media (max-width: 767px) {
  .bio__buttons {
    padding: 5rem 0 5rem;
  }
}
.bio__body--row {
  padding-top: 4rem;
}
.bio__body--photoholder {
  display: block;
}
.bio__body--photoimage {
  display: block;
  padding: 1rem;
  width: 100%;
}
.bio__body--photoimage.second {
  width: 50%;
  float: left;
}
.bio__body--photoimage.third {
  width: 50%;
  float: left;
}

.issue__latestheader {
  border-bottom: 1px solid #061563;
}
.issue__list-item {
  padding-bottom: 2rem;
}

body#about .one_column {
  padding-top: 1rem;
}

.bigcontainer {
  max-width: 1300px;
}

.siteBanner {
  position: relative;
  z-index: -1;
  padding-top: 35%;
}
.siteBanner__banner {
  height: 100%;
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.siteBanner__banner--image {
  height: 100%;
  display: block;
  background-size: cover;
  width: 100%;
  background-position: center;
  /*
  	img{
  		width: 100%;
  		display: block;
  		position: relative;
  		//box-shadow: 15px 15px 0px 0px $yellow;
  	} 
  	@media(max-width:767px){
  		padding: 0rem 1rem;
  	}
  */
}
.siteBanner__banner--img {
  transition: transform 0.3s ease-in-out;
  transform: translate(0px, 0px);
}
.siteBanner__toptext {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.siteBanner__toptext--holder {
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  max-width: 535px;
}
@media (max-width: 991px) {
  .siteBanner__toptext--holder {
    position: relative;
    bottom: 0;
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 768px) {
  .siteBanner__toptext--holder {
    padding: 1.5rem 0rem;
  }
}
.siteBanner__toptext--text .main_page_title {
  color: #fff !important;
  text-transform: uppercase;
}
.siteBanner__toptext--text .amend-textarea {
  color: white;
}
.siteBanner__toptext--text #breadcrumb ul li {
  color: #C9E265;
}
.siteBanner__toptext--text #breadcrumb ul li a {
  color: #C9E265 !important;
}
@media (max-width: 576px) {
  .siteBanner {
    padding-top: 55%;
  }
}

.blog-entry {
  padding: 1.2rem;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.blog-entry .story-area .quoteleft, .blog-entry .story-area .quoteright {
  font-size: 3rem;
  color: #C9E265;
  display: block;
}
.blog-entry .story-area .quoteright {
  text-align: right;
}
.blog-entry .story-body {
  padding: 0rem 3rem;
  font-style: italic;
  font-size: 1.5rem;
}
.blog-entry .bywho {
  display: block;
  text-align: right;
}

.interiorframe {
  padding-top: 45%;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.interiorframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.social-list {
  margin-bottom: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.4rem 0.15rem;
  flex-wrap: nowrap;
  flex-direction: row;
}
.social-list li {
  padding: 1rem 3px !important;
  margin-right: 0px !important;
  /*   .facebook{

       border: 1px solid $facebook;
       background-color: $facebook;
       color: $white;

       &:hover{

         border: 1px solid $facebook;
         background-color: $white;
         color: $facebook;

       }

     }

     .instagram{

       border: 1px solid $instagram;
       background-color:  $instagram;
       color: $white;

       &:hover{

         border: 1px solid $instagram-hover;
         background-color: $white;
         color: $instagram-hover;

       }

     }

     .twitter{

       border: 1px solid $twitter;
       background-color: $twitter;
       color: $white;

       &:hover{

         border: 1px solid $twitter;
         background-color: $white;
         color: $twitter;

       }

     } */
}
@media (max-width: 992px) {
  .social-list li {
    padding: 3px 5px !important;
  }
}
.social-list li a {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 1px;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #061563;
  display: block;
  font-size: 16px;
}
.social-list li a:hover {
  background-color: #061563;
  color: #fff;
}
.social-list--bottom li {
  padding: 5px 5px;
}
.social-list--bottom li a {
  background-color: #061563;
  color: white;
  border: 1px solid #061563;
}
.social-list--bottom li a:hover {
  background-color: white;
  color: #061563;
}

.social-area .socialareablock {
  margin-bottom: 1rem;
}
.social-area .socialareablock .socialblock {
  padding: 1rem;
  height: 100%;
  border-radius: 0;
}
.social-area .socialareablock .socialblock .socialheader {
  text-align: center;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton {
  padding: 5px 10px;
  text-align: left;
  display: block;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 1rem;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .icon {
  margin-right: 10px;
  text-decoration: none;
  background-color: transparent;
  padding: 1px;
  border-radius: 100%;
  color: #008037;
  width: 33px;
  height: 33px;
  display: inline-block;
  text-align: center;
  border: 2px solid #008037;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton .socialtext {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #061563;
}
.social-area .socialareablock .socialblock .socialheader .socialfeedbackbutton:hover .icon {
  color: white;
  background-color: #008037;
}

.alert {
  padding: 1rem;
  margin-bottom: 0;
  border: 0;
  background-color: #C9E265;
  border-radius: 0;
  position: relative;
  z-index: 5;
}
.alert .headline {
  padding: 0 2rem;
}
.alert .headline a {
  font-family: "Lato", sans-serif;
  color: #061563;
  font-size: 1.25rem;
  text-transform: capitalize;
}
.alert .headline a:hover {
  color: #004AAD;
  text-decoration: underline;
}
@media (max-width: 520px) {
  .alert .headline a {
    font-size: 1rem;
  }
}
.alert .headline .alertbold {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  color: white;
}

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

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

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

.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}

.animateXLeft {
  animation: animateXLeft 0.75s;
}

.animateXRight {
  animation: animateXRight 0.75s;
}

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

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

@keyframes Pulse {
  50% {
    transform: scale3d(1, 1, 1);
    opacity: 0.8;
  }
  100% {
    transform: scale3d(2, 2, 1);
    opacity: 0;
  }
}
.Pulse {
  color: #008037;
  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: #111D13;
  }
  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: #111D13;
  }
  100% {
    background-color: #fff;
  }
}
footer {
  background-color: #E1EFF0;
  padding: 3rem;
}
footer .footerstyles {
  display: block;
  align-items: center;
  align-content: center;
}
footer .footerstyles .footer-nodes {
  margin-bottom: 0 !important;
}
footer .footerstyles .leftside {
  text-align: left;
}
footer .footerstyles .leftside ul {
  margin-bottom: 0;
}
footer .footerstyles .leftside ul li {
  padding: 1rem;
}
footer .footerstyles .leftside ul li.selected a {
  text-decoration-color: #68BBE3;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  text-decoration: underline;
}
@media (max-width: 991px) {
  footer .footerstyles .leftside {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
}
footer .footerstyles .subfooter {
  text-align: left;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  footer .footerstyles .subfooter {
    text-align: center;
  }
}
footer ul li a {
  color: #111D13;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #004AAD;
  text-decoration: underline;
}

footer {
  margin-top: 3rem;
}

body#home footer, body#newsroom_landing_page footer, body#about footer {
  margin-top: 0rem;
}

/* 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: 1.375rem;
  height: 65px;
}
#main_column form fieldset {
  margin: 50px 0 0 0;
}
#main_column form fieldset legend {
  font-size: 1.875rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
#main_column form fieldset label {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 0.3rem;
}
#main_column form fieldset label .required {
  color: #008037;
  margin: 0 5px;
}
@media (max-width: 767px) {
  #main_column form fieldset label {
    font-size: 0.9375rem;
  }
}
#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: 1.125rem;
}
#main_column form fieldset input.form-control,
#main_column form fieldset select.form-control {
  height: 60px;
  font-size: 1.125rem;
}
#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: 0.875rem;
  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: 1.375rem;
  padding: 20px 45px 20px 45px;
  color: #FFF;
  background-color: #68BBE3;
  position: relative;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  display: inline-block;
  color: #061563;
  background-color: #111D13;
}
#main_column form .btn:hover {
  background-color: #061563;
  color: #fff;
}
#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: 1.4375rem;
  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: 1.125rem;
}

.social-container {
  float: right;
  display: block;
  background: #eee;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.social-container ul {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.social-container ul li {
  display: block;
  float: left;
  margin: 0 15px 0 0;
}
.social-container ul li iframe {
  position: relative;
}
.social-container ul li.social-fb {
  margin-top: 1px;
}
.social-container ul li.social-plusone {
  margin-top: 2px;
}

.social-container {
  width: 100%;
  float: right;
  margin: 0;
  text-align: center;
}
.social-container ul li {
  margin: 0px 8px;
}
.social-container ul li:last-child {
  margin-right: 0px;
}

#content .amend-form-container .loader {
  position: relative;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  border-left: 7px solid rgba(204, 204, 204, 0.15);
  border-right: 7px solid rgba(204, 204, 204, 0.15);
  border-bottom: 7px solid rgba(204, 204, 204, 0.15);
  border-top: 7px solid rgba(204, 204, 204, 0.8);
  border-radius: 100%;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#content .amend-form-container form {
  display: table;
  width: 100%;
  padding: 2rem 3rem;
  background-color: #f2f2f2;
  /*input[type="submit"] {
  	padding: .25em .5em;
  	font-size: 1.3em;
  }*/
}
@media (max-width: 991px) {
  #content .amend-form-container form {
    display: block;
  }
}
#content .amend-form-container form h2 {
  margin: 0 0 1em 0;
  font-size: 1.5625rem;
  font-weight: bold;
}
#content .amend-form-container form h3 {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
}
#content .amend-form-container form input[type=text], #content .amend-form-container form input[type=email], #content .amend-form-container form select {
  height: 45px;
}
#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;
  padding: 5px 5px;
  color: #061563;
  font-size: 0.875rem;
  background-image: none;
  border: 0;
  border-bottom: 2px solid #008037;
  border-radius: 0px;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
}
#content .amend-form-container form select {
  padding: 10px;
  height: 45px;
  font-size: 0.875rem;
  padding-right: 3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(90deg, #c7c7c7 1px, #fcfcfc 1px), linear-gradient(56deg, transparent 4px, #4d4d4d 5px), linear-gradient(-56deg, transparent 4px, #4d4d4d 5px);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 2px 100%, 6px 6px, 6px 6px;
  background-position: 30px center, 10px center, 16px center;
  background-position: calc(100% - 30px) center, calc(100% - 16px) center, calc(100% - 10px) center;
  background-position: right 30px center, right 16px center, right 10px center;
  text-indent: 0.01px;
}
#content .amend-form-container form textarea {
  min-height: 125px;
}
#content .amend-form-container form input[type=checkbox] + label,
#content .amend-form-container form input[type=radio] + label {
  display: inline;
  position: relative;
  top: 2px;
  left: 0.5em;
}
#content .amend-form-container form .btn, #content .amend-form-container form input[type=submit] {
  position: relative;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  display: inline-block;
  color: #fff;
  background-color: #111D13;
  white-space: normal;
}
#content .amend-form-container form .btn:hover, #content .amend-form-container form input[type=submit]:hover {
  color: #fff;
  background-color: #008037;
}
#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;
}

.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: 1.125rem;
  color: #464646;
}

.polls input[type=text] {
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
}
.polls select {
  padding: 10px;
  height: 60px;
  font-size: 1.125rem;
  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: 0.875rem;*/
  font-weight: 500;
}
.polls .control-group {
  padding: 10px 0px;
}
.polls input[type=radio] {
  margin-right: 10px;
}
.polls input.btn {
  float: right;
  font-size: 1.875rem;
}

.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: 1.4375rem;
  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: 1.125rem;
}

/*!
 * 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 #c6c6c6;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

@media print {
  .alert {
    display: none;
  }
  #header {
    display: none;
  }
  footer {
    display: none;
  }
  #breadcrumb {
    display: none;
  }
  #pagetools {
    display: none;
  }
  .prevpress {
    display: none;
  }
}

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