@charset "UTF-8";
/* CSS Document */

/**********GENERAL**********/
* {
  margin: 0;
}
html,
body {
  height: 100%;
  width: 100%;
  background-color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham A", "Gotham B" !important;
}
h1 {
  font-size: 40px;
}
.container {
  width: 960px;
}
a:hover {
  text-decoration: none;
}
.btn {
  border-radius: 0;
}
.no-rt-pad {
  padding-right: 0;
}
.no-lf-pad {
  padding-left: 0;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
#home,
#cal {
  margin-bottom: 60px;
}
.sticky-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -209px;
}
#footer,
.push {
  height: 209px;
  clear: both;
}
input::-webkit-input-placeholder {
  color: #666666 !important;
}
input::-moz-placeholder {
  color: #666666 !important;
}
input:-moz-placeholder {
  /* Older versions of Firefox */
  color: #666666 !important;
}
input:-ms-input-placeholder {
  color: #666666 !important;
}
/**********COLORS**********/
.prpl-bg {
  background-color: #483390;
}
.prpl-txt {
  color: #483390;
}
.yllw-bg {
  background-color: #fec33d;
}
.yllw-txt {
  color: #fec33d;
}
.dk-gry-bg {
  background-color: #666666;
}
.dk-gry-txt {
  color: #666666;
}
.lt-gry-bg {
  background-color: #e9e9e9;
}
.wht-txt {
  color: #fff;
}
/**********HEADER**********/
#header .logo-bar {
  height: 76px;
}
#header .logo-bar .logo {
  margin-top: 19px;
}
#header .logo-bar .social {
  text-align: right;
  margin-top: 27px;
}
#header .logo-bar .social a.btn.sdmi-main {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 35px;
  font-size: 14px;
  letter-spacing: 1px;
}
#header .logo-bar .social a:hover.btn.sdmi-main {
  color: #fff;
  text-decoration: none;
  background-color: #494949;
}
#header .logo-bar .social a.btn.facebook {
  padding: 4px 14px;
  font-size: 14px;
  margin-left: 4px;
}
#header .logo-bar .social a:hover.btn.facebook {
  color: #666666;
  text-decoration: none;
  background-color: #d3d3d3;
}
#header .logo-bar .social a.btn.twitter {
  padding: 4px 11px;
  font-size: 14px;
  margin-left: 4px;
}
#header .logo-bar .social a:hover.btn.twitter {
  color: #666666;
  text-decoration: none;
  background-color: #d3d3d3;
}
#header .search-bar {
}
#header .search-bar .header-hazmit {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 1px;
  margin-top: 5px;
  padding-bottom: 2px;
}
#header .search-bar .search form {
  display: none;
}
#header .search-bar .search button {
  margin-left: -6px;
}
#header .search-bar .search button:hover {
  color: #fec33d;
  text-decoration: none;
  background-color: #494949;
}
.navbar-form {
  padding: 0 15px 0 0;
}
.navbar-form .form-control {
  width: 220px;
  color: #666666;
  background-color: #fec33d;
  border: 2px solid #666666;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**********NAVIGATION**********/
.nav-bar {
  border-radius: 0;
  border: none;
  min-height: 20px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar-nav > li > a {
  color: #fff;
  padding: 10px 20px;
}
.navbar-nav > li:hover {
  color: #666666;
  background-color: #fec33d;
}
.navbar-nav > li:hover > a {
  color: #666666;
  background-color: #fec33d;
}
.navbar-nav > li.active {
  background-color: #fec33d;
}
.navbar-nav > li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 10px solid #fec33d;
  position: absolute;
  left: 0;
}
.navbar-nav > li:nth-child(1).active:after {
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
}
.navbar-nav > li:nth-child(2).active:after {
  border-left: 43px solid transparent;
  border-right: 43px solid transparent;
}
.navbar-nav > li:nth-child(3).active:after {
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
}
.navbar-nav > li:nth-child(4).active:after {
  border-left: 62px solid transparent;
  border-right: 62px solid transparent;
}
.navbar-nav > li.active > a {
  color: #666666;
}
/*sub*/
.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
  margin-top: 0;
}

.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
} /*
.dropdown-menu {
    min-width: 158px;
    padding: 0px 0;
    margin: 0px 0 0;
    background-color: #666666;
    border: 0;
    border-radius: 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #666666;
    background-color: #fec33d;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    color: #fff;
} */
/**********HOME INTRO**********/
#intro {
  margin-top: 20px;
}
#intro .sponsor {
  padding: 40px;
  display: table;
  width: 100%;
  border-right: 20px solid #fff;
}
#intro .sponsor .sponsor-txt {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
}
#intro .sponsor img {
  display: table-column;
  margin: 0 auto;
}
#intro .intro-txt {
  border: 2px solid #666666;
  padding: 20px 40px;
}
#intro .intro-txt h1.intro-headline {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 15px;
}
/**********HOME MAP & LIST**********/
#map-list {
  margin-top: 95px;
}
#map-list .wrapper {
  min-width: 600px;
  max-width: 960px;
  margin: 0 auto;
}
#map-list .tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-left: 0;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  margin-top: -60px;
}
#map-list .tabs > li {
  transition-duration: 0.25s;
  display: table-cell;
  list-style: none;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: white;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  background-color: #666666;
  box-shadow: inset 0 0 0 0 #483390;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
#map-list .tabs > li:hover {
  box-shadow: inset 0 100px 0 0 #483390;
}
#map-list .tabs > li:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-duration: 0.25s;
  border-radius: 0;
}
#map-list .tabs > li:hover:before {
  -webkit-transform: translateY(70%);
  transform: translateY(70%);
}
#map-list .tabs > li.active {
  color: #fff;
  background-color: #483390;
}
#map-list .tabs > li.active:before {
  transition-duration: 0.5s;
  background-color: #483390;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#map-list .tab__content {
  position: relative;
  width: 100%;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
}
#map-list .tab__content > li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  list-style: none;
}
#map-list .tab__content > li .content__wrapper {
  text-align: center;
  border-radius: 0;
  width: 100%;
  padding: 45px 40px 40px 40px;
}
#map-list .tab__content > li .content__wrapper.map {
  padding: 25px 40px 40px;
}
#map-list .tabs > li:nth-child(2) {
  border-right: 1px solid #fff;
}
#map-list .tabs > li:nth-child(3) {
  border-left: 1px solid #fff;
}
#map-list .content__wrapper h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
  font-weight: 300;
}
#map-list .content__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
#map-list .view-label {
  background-color: #fec33d;
  display: table-cell;
  text-align: center;
  padding: 10px 20px;
  position: relative;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  color: #666666;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 20;
}
#map-list .view-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-left: 25px solid #fec33d;
  border-bottom: 21px solid transparent;
  top: 0;
  right: -25px;
}
#map-list p.directions {
  margin-top: 57px;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}
#map-list .content__wrapper.map img#la-map {
  width: 553px;
  height: 491px;
}
#map-list map .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
#map-list map .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #666;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #666666;
  box-shadow: 1px 1px 4px 0px #666666;
}
#map-list map .tooltip-inner:after {
  content: "";
  background-image: url("../Content/images/tooltip-point.png");
  width: 16px;
  height: 12px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -8px;
}
#map-list map .tooltip-inner h2 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 0;
  text-align: left;
  margin-top: 10px;
}
#map-list map .tooltip-inner p {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
}
#map-list map .tooltip-inner p span {
  color: #483390;
  font-style: italic;
}
#map-list map .tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
#map-list map .tooltip.top .tooltip-arrow {
  border: none;
}
#map-list .parish-list {
  margin-top: -20px;
  padding: 15px 0;
}
#map-list .parish-list .no-pad {
  padding: 0;
  border-radius: 8px;
  border: 2px solid #666666;
  background-color: white;
  margin-bottom: 15px;
  margin-left: 15px;
  width: 23%;
}
#map-list .step-list .no-pad {
  padding: 0;
}
#map-list .step-list .no-pad:nth-child(4n) {
  border-right: none;
}
#map-list .parish-list a {
  color: #483390;
}
#map-list .parish-list a:hover .parish {
  color: #483390;
  background-color: #fec33d;
  border-radius: 8px;
  text-decoration: none;
}
#map-list .parish-list .parish {
  padding: 5px 10px;
  text-align: left;
}
#map-list .parish-list .parish .parish-name {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
#map-list .parish-list .parish .parish-status {
  font-family: "Gotham A", "Gotham B";
  font-style: italic;
  font-weight: 400;
  color: #666666;
  margin-left: 10px;
  font-size: 13px;
  text-align: center;
}
#map-list .step-list {
  border: 2px solid #666666;
  margin-top: 22px;
  padding: 15px;
}

#map-list .step-list-with-margin {
  margin-top: 50px;
}

#map-list .step-list .step {
  padding: 5px 10px;
  text-align: left;
}
#map-list .step-list .step .step-name {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid #666666;
  padding-bottom: 4px;
  margin-bottom: 5px;
}
#map-list .step-list .step .step-number {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  color: #483390;
  background-color: #d3d3d3;
  float: left;
  font-size: 30px;
  padding: 4px;
  width: 56px;
  text-align: center;
  margin-right: 9px;
  margin-top: 8px;
}
#map-list .step-list .step .step-txt {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  padding-top: 10px;
}
#map-list p.step-statement {
  margin-top: 27px;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}
.legend {
  position: absolute;
  right: 156px;
  top: 27px;
  border: 1px solid #666666;
  padding: 10px;
  text-align: left;
}
.legend .legend-title {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
.legend ol {
  padding-left: 23px;
}
.legend ol li.legend-item {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
#mobile-map-list {
  display: none;
}

/**********HOME EVENTS**********/
#events {
  margin-top: 40px;
}
#events form {
  position: relative;
  top: 0;
  left: 0;
  background: #e9e9e9;
  padding: 0;
  display: inline-block;
  box-shadow: none;
  border-radius: 0;
  border: none;
  width: 100%;
  height: 200px;
}
#events input {
  display: none;
}
#events input:checked + label,
#events label:hover,
#events label:focus {
  background-image: url("../Content/images/slider-arrow-h.png");
}
#events input#first:checked + label,
#events #first + label:hover,
#events #first + label:focus {
  background-image: url("../Content/images/slider-arrow-first-h.png");
}
#events #fifth + label:hover,
#events #fifth + label:focus {
  background-image: url("../Content/images/slider-arrow-last-h.png");
}
#events input#fifth:checked + label {
  background-image: url("../Content/images/slider-arrow-h.png");
}
#events label {
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  float: left;
  width: 109px;
  height: 200px;
  margin-left: -20px;
}
#events #first + label {
  cursor: pointer;
  display: block;
  border: solid 1px transparent;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  float: left;
  width: 116px;
  height: 200px;
  margin-left: 0px;
}
#events label:last-child {
  margin-right: 0;
}
#events label {
  background-image: url("../Content/images/slide-arrow.png");
}
#events #first + label {
  background-image: url("../Content/images/slide-arrow-first.png");
  position: relative;
  z-index: 25;
}
#events #fifth + label {
  background-image: url("../Content/images/slide-arrow-last.png");
  position: relative;
  z-index: 5;
  border-left: 1px solid #e9e9e9;
}
#events #second + label {
  position: relative;
  z-index: 20;
}
#events #third + label {
  position: relative;
  z-index: 15;
}
#events #fourth + label {
  position: relative;
  z-index: 10;
}
#events article {
  width: 0;
  height: 190px;
  overflow: hidden;
  -webkit-transition: width 0.25s linear, opacity 0.2s linear;
  transition: width 0.25s linear, opacity 0.3s linear;
  position: relative;
  top: 5px;
  margin-bottom: 0;
  padding: 0;
  margin-right: 10px;
  opacity: 0;
  float: left;
}
#events div:last-child article {
  margin-right: 0;
}
#events article h2 {
  width: 418px;
  padding: 10px 15px 0;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 23px;
  color: #483390;
}
#events article p {
  font-size: 12px;
  line-height: 18px;
  width: 418px;
  padding: 5px 15px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  color: #666666;
}
#events article a.link {
  font-size: 12px;
  line-height: 18px;
  width: 418px;
  padding: 10px 15px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #483390;
  clear: both;
  display: block;
  text-align: right;
}
#events article a:hover.link,
#events article a:focus.link {
  color: #483390;
  text-decoration: none;
}
#events article .fa-chevron-right + .fa-chevron-right {
  margin-left: -3px;
}
#events div > input:checked ~ article {
  width: 458px;
  opacity: 1;
}
#events .month {
  padding-right: 15px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
}
#events .date {
  padding-right: 11px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 31px;
  text-align: center;
  padding-top: 115px;
}
#events .row h2.title {
  text-transform: uppercase;
  font-size: 24px;
  padding: 5px 20px 6px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 30px;
}
#events .row h2 a.fl-cal {
  float: right;
  padding: 10px 15px 7px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: -7px;
  margin-right: -20px;
  color: #483390;
}
#events .row h2 a:hover.fl-cal,
#events .row h2 a:focus.fl-cal {
  background-color: #bababa;
  color: #fff;
}
/**********HOME TEAM**********/
#team {
  margin-top: 30px;
}
#team .title {
  text-transform: uppercase;
  font-size: 24px;
  padding: 7px 20px 5px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}
#team .team-box {
  border: 3px solid #e9e9e9;
  padding: 20px 20px 0;
}
#team .team-box .member {
  margin-bottom: 20px;
  padding-left: 0;
}
#team .team-box .member:nth-child(2) {
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 0;
}
#team .team-box .member .member-photo {
  height: 135px;
  width: 135px;
  float: left;
  margin-right: 10px;
  display: table;
}
#team .team-box .member .member-photo .fa-user {
  font-size: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#team .team-box .member .member-info {
  float: left;
  min-width: 282px;
  padding: 12px 20px;
  height: 135px;
}
#team .team-box .member .member-info h3.member-name {
  margin-top: 0;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 2px;
}
#team .team-box .member .member-info i {
  line-height: 18px;
}
#team .team-box .member .member-info a {
  color: #483390;
}
#team .team-box .member .member-info a:hover,
#team .team-box .member .member-info a:focus {
  color: #483390;
  text-decoration: none;
}
/**********HOME RESOURCES**********/
#resources {
  margin-top: 40px;
}
#resources .title {
  text-transform: uppercase;
  font-size: 24px;
  padding: 5px 20px 6px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 20px;
}
#resources .resource {
}
#resources .resource .resource-top {
  background-image: url("../Content/images/doc-box.png");
  background-size: 100% 100%;
  padding: 20px 20px 34px;
  position: relative;
}
#resources .resource .resource-top h3.resource-name {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 16px;
}
#resources .resource .resource-top .resource-icon {
  text-align: center;
}
#resources .resource a .resource-dwnl {
  background-color: #fec33d;
  margin-top: -37px;
  padding: 48px 15px 15px;
  text-align: center;
  box-shadow: inset 0 0 0 0 #fcd376;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
#resources .resource a:hover .resource-dwnl,
#resources .resource a:focus .resource-dwnl {
  box-shadow: inset 0 100px 0 0 #fcd376;
  text-decoration: none;
}
#resources .resource a .resource-dwnl h3.dwnl {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
/**********CALENDAR**********/
/*Most styles in cal-styles.css*/
#cal .fa-clock-o {
  margin-left: 20px;
}
/**********PARISH PLANS LIST**********/
#parish-list {
  margin-bottom: 40px;
}
#parish-list h2.list-header {
  font-weight: 700;
  margin-left: -15px;
}
#parish-list td {
  width: 33%;
}
#parish-list #fltr-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#parish-list #fltr-bar .table {
  margin-bottom: 0;
}
#parish-list #fltr-bar .fa-caret-down {
  float: right;
  margin-top: 3px;
}
#parish-list #fltr-bar .table-bordered td.parish-srt {
  border-top: none;
  border-left: none;
  font-weight: 700;
  padding: 0;
}
#parish-list #fltr-bar .table-bordered td.parish-stat {
  padding: 0px;
  border-top: none;
  font-weight: 700;
  border-right: none;
}
#parish-list #fltr-bar .table-bordered td.exp-srt {
  border-top: none;
  border-right: none;
  font-weight: 700;
  padding: 0;
}
#parish-list #list td.pname,
#parish-list #mobile-list td.pname {
  padding: 0;
}
#parish-list td.pname a {
  font-weight: 700;
  display: block;
  padding: 8px 20px;
}
#parish-list td.pname a:hover {
  color: #666666;
  background-color: #fec33d;
}
#parish-list td.pstat {
  font-style: italic;
}
#parish-list .table-bordered td,
#parish-list .table-bordered th {
  border: 1px solid #666666;
  padding-left: 20px;
  padding-right: 20px;
}
#parish-list .table-bordered {
  border: none;
}
#parish-list #fltr-bar nav {
  width: 100%;
  margin: 0;
}
#parish-list #fltr-bar span {
  padding: 8px 20px;
  color: #666666;
  cursor: pointer;
  display: block;
}
#parish-list #fltr-bar span::after {
  float: right;
  right: 10%;
  content: "\f0d7";
  font-family: "FontAwesome";
}
#parish-list #fltr-bar .slide {
  clear: both;
  width: 100%;
  height: 0px;
  overflow: hidden;
  text-align: left;
  transition: height 0.4s ease;
  margin-bottom: 0px;
  list-style-type: none;
  padding-left: 0;
}
#parish-list #fltr-bar .slide li {
  padding: 8px 20px;
}
#parish-list #fltr-bar .slide li a {
  display: block;
  color: #666666;
}
#parish-list #fltr-bar .slide li:hover {
  color: #666666;
  background: #fec33d;
}
#parish-list #fltr-bar #touch {
  position: absolute;
  opacity: 0;
  height: 0px;
}
#parish-list #fltr-bar #touch:checked + .slide {
  height: 144px;
}
#parish-list #fltr-bar label {
  display: block;
  max-width: 100%;
  font-weight: 700;
  margin: 0;
}
#parish-list #fltr-bar .parish-srt a,
#parish-list #fltr-bar .exp-srt a {
  color: #666666;
  display: block;
  padding: 8px 20px;
}
#parish-list #fltr-bar .parish-srt a:hover,
#parish-list #fltr-bar .exp-srt a:hover {
  background-color: #fec33d;
}
#mobile-list {
  display: none;
}
#mobile-list .alpha-section-title {
  background-color: #483390;
  display: block;
  padding: 10px 20px;
  border-bottom: 2px solid #fff;
}
#mobile-list a.alpha-section-title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
#mobile-list .alpha-section-title .fa-caret-down,
#mobile-list .alpha-section-title .fa-caret-right {
  float: right;
  margin-top: 2px;
}
#mobile-list h4 {
  color: #666666;
}
#mobile-list a.mobile-bk-btn {
  display: block;
  background-color: #fec33d;
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  margin-top: 10px;
}
/**********PARISH DETAIL**********/
#parish-detail {
}
#parish-detail #parish-headline {
  border-bottom: 2px solid #e9e9e9;
}
#parish-detail h2.detail-header {
  margin-bottom: 3px;
}
#parish-detail .due-date {
  text-align: center;
  padding: 5px 10px;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-top: 21px;
  margin-right: -1px;
}
#parish-detail .due-date span {
  font-weight: 700;
}
#parish-detail #progress-bar {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 15px;
  position: relative;
}
#parish-detail #progress-bar h2.progress-bar-hdr {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
#parish-detail #progress-bar .progress-prt-wrapper {
  width: 25%;
  float: left;
  text-align: center;
}
#parish-detail #progress-bar .progress-prt-wrapper:after {
  content: "";
  display: block;
  position: relative;
  bottom: 97px;
  left: 0;
  height: 4px;
  background-color: #fff;
  z-index: 999;
}
#parish-detail #progress-bar .progress-prt-wrapper:nth-child(3):after {
  z-index: 999;
  margin-right: -30px;
}
#parish-detail #progress-bar .progress-prt-wrapper:last-child:after {
  display: none;
}
#parish-detail #progress-bar .progress-part-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 30px;
}
#parish-detail
  #progress-bar
  .progress-prt-wrapper:last-child
  .progress-part-title {
  margin-bottom: 30px;
}
#parish-detail #progress-bar .progress-part {
  min-height: 140px;
  position: relative;
  margin: 0 2px;
  padding-left: 30px;
}
#parish-detail #progress-bar .progress-part:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 70px solid transparent;
  position: absolute;
  top: 0;
  left: 0px;
}
#parish-detail #progress-bar .progress-part:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 70px solid transparent;
  border-left: 30px solid red;
  border-bottom: 70px solid transparent;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 9;
}
#parish-detail #progress-bar .progress-part.first:before {
  display: none;
}
#parish-detail #progress-bar .progress-part.last:after {
  display: none;
}
#parish-detail #progress-bar .progress-part.complete:after {
  border-left: 30px solid #483390;
}
#parish-detail #progress-bar .progress-part.current:after {
  border-left: 30px solid #fec33d;
}
#parish-detail #progress-bar .progress-part.future:after {
  border-left: 30px solid #6e4edc;
}
#parish-detail #progress-bar .progress-part.complete {
  background-color: #483390;
}
#parish-detail #progress-bar .progress-part.current {
  background-color: #fec33d;
}
#parish-detail #progress-bar .progress-part.future {
  background-color: #6e4edc;
}
#parish-detail #progress-bar .mid-bar {
}
#parish-detail #progress-bar .phases {
}
#parish-detail #progress-bar .phases.five {
  width: 100%;
}
#parish-detail #progress-bar .phases.three {
  width: 100%;
}
#parish-detail #progress-bar .phases.five a {
  width: 20%;
  float: left;
  position: relative;
  display: table;
  height: 140px;
}
#parish-detail #progress-bar .phases.three a {
  width: 33%;
  float: left;
  position: relative;
  display: table;
  height: 140px;
}
#parish-detail #progress-bar .phases a .phase-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9999;
}
#parish-detail #progress-bar .phases a:hover .phase-dot {
}
#parish-detail #progress-bar .phases a .phase-dot.complete {
  background-color: #fff;
  margin-top: 60px;
}
#parish-detail #progress-bar .phases a:hover .phase-dot.complete {
}
#parish-detail #progress-bar .phases a .phase-dot.current {
  width: 100%;
  height: 140px;
  margin: 0 auto 0;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 99999;
  content: "<div class='pulse-button'></div>";
}
#parish-detail #progress-bar .phases a .phase-dot.current .pulse-button {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #c1942e;
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(193, 148, 46, 0.5);
  -webkit-animation: pulse 1.5s infinite;
  -moz-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
#parish-detail #progress-bar .phases a:hover .phase-dot.current .pulse-button {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
#parish-detail #progress-bar .phases a .phase-dot.future {
  margin-top: 60px;
  box-shadow: inset 0px 0px 0px 4px #fff;
}
#parish-detail #progress-bar .future .future {
  background-color: #6e4edc;
}
#parish-detail #progress-bar .current .future {
  background-color: #fec33d;
}
#parish-detail #progress-bar .phases a:hover .phase-dot.future {
}
#parish-detail #progress-bar .sub-statement {
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 12px;
  height: 25px;
  overflow: hidden;
}
#parish-detail #progress-bar .sub-statement-mobile {
  display: none;
}
#parish-detail #progress-bar .sub-statement span {
  font-weight: 700;
}
#parish-detail #progress-bar .current-status {
  font-weight: 700;
  color: #c1942e;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  bottom: 12px;
  left: 50px;
}
#parish-detail #progress-bar .completed {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  position: absolute;
  bottom: 56px;
  left: 50px;
  opacity: 0.2;
}
#parish-detail #progress-bar .proogress-part.complete .completed {
  opacity: 1;
}
#parish-detail #part-juris {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
#parish-detail #part-juris h2.part-juris-hdr {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}
#parish-detail #part-juris ul.juris-list {
  padding: 0;
  list-style-type: none;
}
#parish-detail #part-juris ul.juris-list li {
  margin-bottom: 10px;
}
#parish-detail #part-juris ul.juris-list li a:hover {
  color: #483390;
}
#parish-detail #event-plan .event-day-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
  height: 76px;
}
#parish-detail #event-plain .download-portion {
  background-color: #666666;
}
#parish-detail #event-plan .download-icon {
  width: 5%;
  height: 5%;
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
#parish-detail #event-plan .date-box {
  width: 86px;
  height: 76px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  float: left;
  font-size: 18px;
  border-right: 10px solid #fff;
}
#parish-detail #event-plan .date-box span {
  display: block;
  font-weight: 700;
  font-size: 32px;
  margin-top: -9px;
}
#parish-detail #event-plan .event-info {
  padding: 10px 10px 10px 96px;
  font-size: 13px;
}
#parish-detail #event-plan .event-info h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 2px;
}
#parish-detail #event-plan .event-info a.view-more {
  text-transform: uppercase;
  font-weight: 700;
  color: #483390;
  float: right;
}
#parish-detail #event-plan .event-info a.view-more .fa-chevron-right {
  margin-left: 8px;
}
#parish-detail
  #event-plan
  .event-info
  a.view-more
  .fa-chevron-right:last-child {
  margin-left: -3px;
}
#parish-detail #event-plan .final-plan-wrapper {
  background-color: #483390;
  width: 263px;
  padding: 0;
  float: right;
  border-right: 10px solid #483390;
  border-top: 10px solid #483390;
  border-bottom: 10px solid #483390;
  border-left: 10px solid #483390;
  overflow: hidden;
}
#parish-detail #event-plan a .final-plan {
  height: 315px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  transform: scale(1.1);
  transition: all 200ms ease-in;
}
#parish-detail #event-plan a h1 {
  opacity: 1;
  color: #fff;
  margin-top: -26px;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 50%;
  transition: all 300ms ease-in-out;
}
/* Keep text visible and enhance for CSS background version */
#parish-detail #event-plan a:hover .final-plan-css-bg ~ h1 {
  opacity: 1 !important;
  transform: translateY(-10px);
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.8), 0 0 30px rgba(72, 51, 144, 0.6);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  backdrop-filter: blur(5px);
  transition: all 300ms ease-in-out;
}
#parish-detail #event-plan a:hover .final-plan {
  opacity: 1;
  transform: scale(1);
  transition: all 200ms ease-in;
}
/* CSS-based background for final plan when image is not available */
#parish-detail #event-plan .final-plan-css-bg {
  background: linear-gradient(135deg, #483390 0%, #6e4edc 50%, #483390 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#parish-detail #event-plan .final-plan-css-bg .plan-icon {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
  transition: all 300ms ease-in-out;
}
#parish-detail #event-plan a:hover .final-plan-css-bg .plan-icon {
  color: rgba(255, 255, 255, 0.8);
  transform: scale(1.1) rotate(5deg);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
#parish-detail #event-plan .final-plan-css-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at center,
    rgba(254, 195, 61, 0.1) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
#parish-detail #event-plan a:hover .final-plan-css-bg::before {
  opacity: 1;
}
#parish-detail #parish-contacts h2 {
  text-transform: uppercase;
  font-size: 22px;
  padding: 10px 15px;
}
#parish-detail #parish-contacts .contact.sdmi {
  background-color: #e9e9e9;
  border-bottom: 0;
}
#parish-detail #parish-contacts .contact {
  padding: 15px;
  border-bottom: 2px solid #e9e9e9;
}
#parish-detail #parish-contacts .contact h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
#parish-detail #parish-contacts .contact .contact-title {
  font-style: italic;
  margin-bottom: 7px;
}
#parish-detail #parish-contacts .contact-box {
  padding-top: 5px;
  padding-bottom: 5px;
}
#parish-detail #parish-contacts .contact-box:nth-child(odd) {
  padding-left: 0;
  padding-right: 20px;
}
#parish-detail #parish-contacts .contact-box:nth-child(even) {
  padding-right: 0;
  padding-left: 20px;
}
#parish-detail #parish-contacts .contact p {
  margin-bottom: 0;
}
#parish-detail #parish-contacts .contact a {
  color: #483390;
}
#parish-detail #parish-resources {
  margin-top: 30px;
  margin-bottom: 40px;
}
#parish-detail #parish-resources h2.title {
  text-transform: uppercase;
  font-size: 24px;
  padding: 5px 15px 6px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 20px;
}
#parish-detail #parish-resources .resource-top {
  background-image: url("../Content/images/doc-box.png");
  background-size: 100% 100%;
  padding: 20px 20px 34px;
  position: relative;
}
#parish-detail #parish-resources h3.resource-name {
  margin-top: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 8px;
}
#parish-detail #parish-resources .resource-icon {
  text-align: center;
  opacity: 0.2;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -24px;
}
#parish-detail #parish-resources a .resource-dwnl {
  background-color: #fec33d;
  margin-top: -33px;
  padding: 48px 15px 15px;
  text-align: center;
  box-shadow: inset 0 0 0 0 #fcd376;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
#parish-detail #parish-resources a:hover .resource-dwnl {
  box-shadow: inset 0 100px 0 0 #fcd376;
  text-decoration: none;
}
#parish-detail #parish-resources a h3.dwnl {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0;
}
#parish-detail .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
  width: 200px;
  top: -33px !important;
}
#parish-detail .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #666;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #666666;
  box-shadow: 1px 1px 4px 0px #666666;
}
#parish-detail .tooltip-inner:after {
  content: "";
  background-image: url("../Content/images/tooltip-point.png");
  width: 16px;
  height: 12px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -8px;
}
#parish-detail .tooltip-inner h2 {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 0;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}
#parish-detail .tooltip-inner p {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
}
#parish-detail .tooltip-inner p span {
  color: #483390;
  font-style: italic;
}
#parish-detail .tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
#parish-detail .tooltip.top .tooltip-arrow {
  border: none;
}
@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(90, 153, 212, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
/**********FOOTER**********/
#footer {
}
#footer .logo-bar {
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  height: 49px;
  position: relative;
}
#footer .logo-bar .down-arrow {
  background-image: url("../Content/images/ftr-logo-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 69px;
  width: 164px;
  margin-top: -2px;
  background-size: 100% 100%;
}
#footer img {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -32px;
}
#footer .txt-bar {
  padding: 35px 20px 20px;
  text-align: center;
  font-size: 12px;
}
#footer .txt-bar .ftr-txt a {
  color: #483390;
}
#footer .txt-bar .ftr-txt a:hover {
  color: #483390;
}
/**********TOOL TIP POSITIONING**********/
#map-list map #caddo + .tooltip {
  top: -73px !important;
  left: 119px !important;
}
#map-list map #bossier + .tooltip {
  top: -74px !important;
  left: 148px !important;
}
#map-list map #webster + .tooltip {
  top: -74px !important;
  left: 178px !important;
}
#map-list map #claiborne + .tooltip {
  top: -75px !important;
  left: 215px !important;
}
#map-list map #union + .tooltip {
  top: -75px !important;
  left: 274px !important;
}
#map-list map #morehouse + .tooltip {
  top: -74px !important;
  left: 340px !important;
}
#map-list map #westcarroll + .tooltip {
  top: -75px !important;
  left: 374px !important;
}
#map-list map #eastcarroll + .tooltip {
  top: -75px !important;
  left: 392px !important;
}
#map-list map #lincoln + .tooltip {
  top: -43px !important;
  left: 246px !important;
}
#map-list map #ouachita + .tooltip {
  top: -38px !important;
  left: 317px !important;
}
#map-list map #richland + .tooltip {
  top: -36px !important;
  left: 355px !important;
}
#map-list map #bienville + .tooltip {
  top: -22px !important;
  left: 209px !important;
}
#map-list map #madison + .tooltip {
  top: -20px !important;
  left: 390px !important;
}
#map-list map #jackson + .tooltip {
  top: -8px !important;
  left: 262px !important;
}
#map-list map #desoto + .tooltip {
  top: 9px !important;
  left: 135px !important;
}
#map-list map #redriver + .tooltip {
  top: 21px !important;
  left: 188px !important;
}
#map-list map #winn + .tooltip {
  top: 30px !important;
  left: 255px !important;
}
#map-list map #caldwell + .tooltip {
  top: 14px !important;
  left: 307px !important;
}
#map-list map #franklin + .tooltip {
  top: 0px !important;
  left: 357px !important;
}
#map-list map #tensas + .tooltip {
  top: 15px !important;
  left: 390px !important;
}
#map-list map #sabine + .tooltip {
  top: 68px !important;
  left: 142px !important;
}
#map-list map #natchitoches + .tooltip {
  top: 32px !important;
  left: 200px !important;
}
#map-list map #grant + .tooltip {
  top: 74px !important;
  left: 263px !important;
}
#map-list map #lasalle + .tooltip {
  top: 57px !important;
  left: 306px !important;
}
#map-list map #catahoula + .tooltip {
  top: 50px !important;
  left: 330px !important;
}
#map-list map #concordia + .tooltip {
  top: 78px !important;
  left: 361px !important;
}
#map-list map #vernon + .tooltip {
  top: 128px !important;
  left: 190px !important;
}
#map-list map #rapides + .tooltip {
  top: 110px !important;
  left: 243px !important;
}
#map-list map #avoyelles + .tooltip {
  top: 128px !important;
  left: 315px !important;
}
#map-list map #beauregard + .tooltip {
  top: 183px !important;
  left: 183px !important;
}
#map-list map #allen + .tooltip {
  top: 183px !important;
  left: 235px !important;
}
#map-list map #evangeline + .tooltip {
  top: 171px !important;
  left: 276px !important;
}
#map-list map #stlandry + .tooltip {
  top: 188px !important;
  left: 318px !important;
}
#map-list map #pointecoupee + .tooltip {
  top: 166px !important;
  left: 338px !important;
}
#map-list map #westfeliciana + .tooltip {
  top: 170px !important;
  left: 365px !important;
}
#map-list map #eastfeliciana + .tooltip {
  top: 168px !important;
  left: 412px !important;
}
#map-list map #sthelena + .tooltip {
  top: 166px !important;
  left: 460px !important;
}
#map-list map #tangipahoa + .tooltip {
  top: 166px !important;
  left: 484px !important;
}
#map-list map #washington + .tooltip {
  top: 165px !important;
  left: 521px !important;
}
#map-list map #westbr + .tooltip {
  top: 194px !important;
  left: 374px !important;
}
#map-list map #eastbr + .tooltip {
  top: 183px !important;
  left: 400px !important;
}
#map-list map #livingston + .tooltip {
  top: 208px !important;
  left: 457px !important;
}
#map-list map #sttammany + .tooltip {
  top: 200px !important;
  left: 517px !important;
}
#map-list map #calcasieu + .tooltip {
  top: 235px !important;
  left: 171px !important;
}
#map-list map #jeffersondavis + .tooltip {
  top: 238px !important;
  left: 214px !important;
}
#map-list map #acadia + .tooltip {
  top: 232px !important;
  left: 276px !important;
}
#map-list map #lafayette + .tooltip {
  top: 246px !important;
  left: 313px !important;
}
#map-list map #stmartin + .tooltip {
  top: 242px !important;
  left: 350px !important;
}
#map-list map #iberville + .tooltip {
  top: 230px !important;
  left: 377px !important;
}
#map-list map #ascension + .tooltip {
  top: 246px !important;
  left: 437px !important;
}
#map-list map #stjohn + .tooltip {
  top: 235px !important;
  left: 474px !important;
}
#map-list map #cameron + .tooltip {
  top: 287px !important;
  left: 194px !important;
}
#map-list map #vermilion + .tooltip {
  top: 274px !important;
  left: 291px !important;
}
#map-list map #iberia + .tooltip {
  top: 276px !important;
  left: 352px !important;
}
#map-list map #stmary + .tooltip {
  top: 296px !important;
  left: 366px !important;
}
#map-list map #assumption + .tooltip {
  top: 279px !important;
  left: 426px !important;
}
#map-list map #stjames + .tooltip {
  top: 268px !important;
  left: 453px !important;
}
#map-list map #stcharles + .tooltip {
  top: 279px !important;
  left: 500px !important;
}
#map-list map #jefferson + .tooltip {
  top: 268px !important;
  left: 513px !important;
}
#map-list map #orleans + .tooltip {
  top: 260px !important;
  left: 542px !important;
}
#map-list map #stbernard + .tooltip {
  top: 275px !important;
  left: 589px !important;
}
#map-list map #lafourche + .tooltip {
  top: 298px !important;
  left: 457px !important;
}
#map-list map #plaquemines + .tooltip {
  top: 297px !important;
  left: 531px !important;
}
#map-list map #terrebonne + .tooltip {
  top: 320px !important;
  left: 439px !important;
}

/**********MEDIA QUERIES**********/
@media (max-width: 991px) {
  #parish-detail #event-plan .final-plan-wrapper {
    float: none;
    margin: 0 auto;
    clear: both;
  }
}
@media (max-width: 975px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 920px) {
  #parish-detail #progress-bar .current-status {
    left: 20%;
  }
}
@media (max-width: 804px) {
  #parish-detail #progress-bar .current-status {
    font-size: 14px;
  }
}
@media (max-width: 786px) {
  .legend {
    right: 87px;
  }
  #map-list .parish-list .no-pad:nth-child(2n),
  #map-list .step-list .no-pad:nth-child(2n) {
    border-right: none;
  }
  #map-list .parish-list .parish .parish-name {
    font-size: 16px;
  }
  #map-list .parish-list .parish .parish-status {
    font-size: 15px;
  }
  #map-list .step-list .step .step-txt {
    font-size: 15px;
    padding-top: 7px;
  }
  #events div > input:checked ~ article {
    width: 266px;
  }
  #events article h2,
  #events article p,
  #events article a.link {
    width: 227px;
  }
  #events article h2 {
    font-size: 17px;
    max-height: 48px;
    overflow: hidden;
  }
  #events article p {
    font-size: 11px;
    line-height: 15px;
    padding: 0px 15px;
    max-height: 93px;
    overflow: hidden;
  }
  #events article a.link {
    padding: 0px 15px;
    margin-top: -4px;
  }
  #team .team-box .member .member-photo {
    display: none;
  }
  #team .team-box .member .member-info {
    min-width: 100%;
  }
  .navbar-toggle .icon-bar {
    width: 40px;
    height: 6px;
    border-radius: 0px;
    background-color: #fec33d;
  }
  .navbar-toggle {
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .navbar-collapse {
    text-align: left;
  }
  .navbar .navbar-nav {
    width: 100%;
    margin: 0;
  }
  .navbar-nav > li.active:after {
    display: none;
  }
  .table-responsive {
    border: 0;
    margin-bottom: 0;
  }
  #map-list {
    display: none;
  }
  #mobile-map-list {
    display: block;
    margin: 35px auto;
    text-align: center;
  }
  #mobile-map-list a button {
    background-color: #483390;
    color: #fff;
    padding: 80px 20px;
    text-transform: uppercase;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 20px;
    width: 92%;
    position: relative;
    border: 14px solid #483390;
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 2px #fff;
    border-radius: 1px;
  }
  #mobile-map-list button:after {
    content: "\f278";
    font-family: "FontAwesome";
    display: block;
    font-size: 101px;
    opacity: 0.25;
    margin-top: -88px;
    margin-bottom: -63px;
  }
  #mobile-map-list a:hover button {
    background-color: #483390;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  #parish-detail #progress-bar .progress-part-title {
    font-size: 12px;
  }
  #parish-detail
    #progress-bar
    .progress-prt-wrapper:last-child
    .progress-part-title {
    margin-bottom: 27px;
  }
  #parish-detail #progress-bar .current-status {
    font-size: 14px;
  }
  #parish-detail #progress-bar .completed {
    bottom: 58px;
  }
}
@media (max-width: 736px) {
  #header .logo-bar .logo {
    width: 50%;
    float: left;
  }
  #header .logo-bar .social {
    float: right;
    width: 50%;
  }
  #header .search-bar .header-hazmit {
    text-align: center;
  }
  .navbar-form {
    padding: 0;
  }
  .navbar-form .form-control {
    width: 90%;
    float: left;
  }
  #header .search-bar .search button {
    margin-left: 0;
    width: 10%;
    margin-top: -5px;
  }
  h1 {
    font-size: 30px;
  }
  #intro .intro-txt {
    padding: 10px 20px;
  }
  #events #first + label {
    width: 62px;
  }
  #events label {
    width: 62px;
    margin-left: 0px;
  }
  #events label {
    background-position: center;
    border: 2px solid #e9e9e9;
  }
  #events input#first:checked + label,
  #events #first + label:hover,
  #events #first + label:focus {
    background-position: center;
    border: 2px solid #e9e9e9;
  }
  #events #first + label,
  #events #fifth + label {
    background-position: center;
    border: 2px solid #e9e9e9;
  }
  #events .month {
    padding-right: 0;
  }
  #events .date {
    padding-right: 0;
  }
  #events div > input:checked ~ article {
    width: 395px;
  }
  #events article h2,
  #events article p,
  #events article a.link {
    width: 390px;
    height: auto;
  }
  #team .team-box .member,
  #team .team-box .member:nth-child(2) {
    padding: 0;
  }
  #team .team-box .member .member-info {
    margin-bottom: 20px;
  }
  #resources .resource {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  #map-list .tabs > li:nth-child(1),
  #map-list .tabs > li:nth-child(2),
  #map-list .view-label {
    display: none;
  }
  #events {
    margin-top: -15px;
  }
  #mobile-list {
    display: block;
  }
  #fltr-bar,
  #list {
    display: none;
  }
  .no-rt-pad,
  .no-lf-pad {
    padding-right: 0;
    padding-left: 0;
  }
  #parish-detail .due-date {
    margin-top: 10px;
    margin-right: 0;
  }
  #parish-detail #progress-bar .current-status {
    left: 17%;
  }
  #parish-detail #progress-bar .completed {
    font-size: 16px;
    left: 48px;
  }
  #parish-detail #parish-contacts .contact-box:nth-child(odd),
  #parish-detail #parish-contacts .contact-box:nth-child(even) {
    padding-left: 0;
    padding-right: 0px;
  }
  #parish-detail #parish-resources .resource {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  #parish-detail h2.detail-header {
    text-align: center;
  }
  #parish-detail #progress-bar .phases a .phase-dot.current .pulse-button {
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 667px) {
  #header .logo-bar {
    height: 64px;
  }
  #header .logo-bar .logo img {
    width: 100%;
  }
  #header .logo-bar .logo {
    width: 40%;
  }
  #header .logo-bar .social {
    margin-top: 17px;
  }
  #events div > input:checked ~ article {
    width: 325px;
  }
  #events article h2,
  #events article p,
  #events article a.link {
    width: 315px;
    height: auto;
  }
  #parish-detail #progress-bar .progress-part-title span {
    display: none;
  }
  #parish-detail #progress-bar .current-status {
    display: none;
  }
  #parish-detail #progress-bar .progress-prt-wrapper:after {
    display: none;
  }
  #parish-detail #progress-bar .phases a .phase-dot.complete {
    margin-top: 40px;
  }
  #parish-detail #progress-bar .phases a .phase-dot.future {
    margin-top: 40px;
  }
  #parish-detail #progress-bar .progress-part {
    min-height: 100px;
  }
  #parish-detail #progress-bar .progress-part:after,
  #parish-detail #progress-bar .progress-part:before {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
  }
  #parish-detail #progress-bar .phases a .phase-dot.current {
    height: 100px;
  }
  #parish-detail #progress-bar .sub-statement {
    display: none;
  }
  #parish-detail #progress-bar .sub-statement-mobile {
    display: block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
  }
  #parish-detail #progress-bar .sub-statement-mobile span {
    font-weight: 700;
  }
  #parish-detail #progress-bar .phases.three a,
  #parish-detail #progress-bar .phases.five a {
    height: 100px;
  }
  #parish-detail #progress-bar .completed {
    font-size: 14px;
    bottom: 41px;
  }
}
@media (max-width: 640px) {
  #events div > input:checked ~ article {
    width: 300px;
  }
  #events article h2,
  #events article p,
  #events article a.link {
    width: 300px;
  }
}
@media (max-width: 568px) {
  #header .logo-bar .social a.btn.sdmi-main {
    padding: 4px 13px;
  }
  h1 {
    font-size: 24px;
  }
  #map-list .wrapper {
    min-width: 100%;
  }
  #events input#first:checked + label,
  #events #first + label:hover,
  #events #first + label:focus {
    background-image: none;
    background-color: #6e4edc;
    border: 0;
  }
  #events input#fifth:checked + label,
  #events #fifth + label:hover,
  #events #fifth + label:focus {
    background-image: none;
    background-color: #6e4edc;
    border: 0;
  }
  #events #first + label {
    width: 100%;
    height: 45px;
  }
  #events #fifth + label {
    width: 100%;
    height: 45px;
  }
  #events article {
    -webkit-transition: height 0.25s linear, opacity 0.2s linear;
    transition: height 0.25s linear, opacity 0.3s linear;
  }
  #events div > input:checked ~ article {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  #events .month {
    float: left;
    margin-left: 20px;
    font-size: 18px;
    padding-top: 3px;
  }
  #events .date {
    float: right;
    padding-top: 3px;
    margin-right: 10px;
  }
  #events article h2,
  #events article p,
  #events article a.link {
    width: 100%;
  }
  #events label {
    width: 100%;
    height: 49px;
    margin-left: 0px;
    background-image: none;
    background-color: #483390;
    border: none;
  }
  #events form {
    height: auto;
  }
  #events input:checked + label,
  #events label:hover,
  #events label:focus {
    background-image: none;
    background-color: #6e4edc;
    border: none;
  }
  #events #first + label {
    background-image: none;
    background-color: #483390;
    border: none;
  }
  #events #fifth + label {
    background-image: none;
    background-color: #483390;
    border: none;
  }
  #events article {
    height: 0;
  }
  #map-list .parish-list .parish .parish-name {
    font-size: 14px;
  }
  #map-list .step-list .step .step-txt {
    font-size: 14px;
  }
  #map-list .tab__content {
    height: 2022px !important;
  }
  #parish-detail #progress-bar .completed {
    font-size: 13px;
    left: 38px;
  }
}
@media (max-width: 414px) {
  #header .logo-bar {
    height: auto;
  }
  #header .logo-bar .logo {
    width: 100%;
  }
  #header .logo-bar .social {
    margin-top: 15px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .row-height {
    display: block;
    table-layout: auto;
  }
  #intro .sponsor {
    padding: 20px;
    display: block;
    border-right: 0;
    margin-bottom: 20px;
  }
  #intro .intro-txt {
    padding: 20px;
  }
  #events .row h2 a.fl-cal {
    float: none;
    width: 100%;
    clear: both;
    display: block;
    margin: 10px 0 -39px;
  }
  #events .row h2.title {
    margin-bottom: 47px;
  }
  #resources .resource {
    width: 100%;
  }
  #map-list {
    display: none;
  }
  #cal .fa-clock-o {
    margin-left: 0px;
  }
  #parish-detail #progress-bar .progress-part-title {
    display: none;
  }
  #parish-detail #progress-bar .current .progress-part-title,
  #parish-detail #progress-bar .current .progress-part-title span {
    display: inline;
  }
  #parish-detail #progress-bar .current .progress-part-title {
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 0;
    position: absolute;
    z-index: 999;
    top: 15px;
    width: 100%;
    left: 0;
  }
  #parish-detail #progress-bar .progress-part.complete,
  #parish-detail #progress-bar .progress-part.future {
    display: none;
  }
  #parish-detail #progress-bar .progress-prt-wrapper {
    width: 100%;
    position: relative;
  }
  #parish-detail
    #progress-bar
    .progress-prt-wrapper
    .progress-part.current:before,
  #parish-detail
    #progress-bar
    .progress-prt-wrapper
    .progress-part.current:after {
    display: none;
  }
  #parish-detail #progress-bar .progress-part.current {
    padding: 0 10px;
  }
  #parish-detail #progress-bar .progress-part {
    min-height: 200px;
  }
  #parish-detail #progress-bar .phases a .phase-dot.current {
    height: 186px;
  }
  #parish-detail #progress-bar .sub-statement-mobile {
    position: absolute;
    top: 178px;
    width: 100%;
    font-size: 16px;
  }
  #parish-detail #progress-bar .sub-statement-mobile span {
    display: block;
  }
  #parish-detail #parish-resources .resource {
    width: 100%;
  }
  #parish-detail #event-plan .event-info h3 {
    overflow: hidden;
    height: 19px;
  }
  #parish-detail #progress-bar .phases a .phase-dot.future {
    margin-top: 82px;
  }
  #parish-detail #progress-bar .phases a .phase-dot.complete {
    margin-top: 82px;
  }
}
@media (max-width: 375px) {
  #header .search-bar .header-hazmit {
    font-size: 26px;
  }
}
@media (max-width: 328px) {
  #mobile-map-list button:after {
    margin-top: -103px;
  }
}
@media (max-width: 320px) {
  #header .search-bar .header-hazmit {
    font-size: 21px;
  }
  #parish-detail #event-plan .date-box {
    border-bottom: 10px solid #fff;
    height: 86px;
    width: 100%;
    border-right: 0;
  }
  #parish-detail #event-plan .event-day-wrapper {
    overflow: visible;
    height: auto;
  }
  #parish-detail #event-plan .event-info {
    padding: 96px 10px 10px;
    font-size: 13px;
  }
  #event-plan .events-wrapper {
    margin-bottom: 30px;
  }
}
/*Custom Styles*/

.center-row {
  text-align: center;
  vertical-align: middle !important;
}
