/*************************
Mixins
*************************/
/******FONTS******/
/******MEDIA QUERIES******/
/*************************
Color Swatches
*************************/
#breadcrumbs {
  text-align: center; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*body{
	background: #a19b98;
}*/
body {
  /*background-image: url('../library/images/dwsp_swirl_bkgrd_tile.png');*/
  background-repeat: repeat;
  background-attachment: fixed; }

.clearing-thumbs a, .clearing-main-prev, .clearing-main-next, .clearing-close {
  background-image: none !important; }

#content {
  padding-bottom: 2rem; }
  @media only screen and (min-width: 949px) {
    #content {
      padding-top: 0.5rem; } }

#page-gradient {
  width: 100%;
  max-width: 69.375rem;
  margin: 0 auto;
  min-height: 75vh;
  background: -moz-linear-gradient(left, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.05) 15%, rgba(217, 215, 214, 0.25) 19%, rgba(217, 215, 214, 0.55) 20%, rgba(217, 215, 214, 0.95) 50%, rgba(217, 215, 214, 0.55) 80%, rgba(217, 215, 214, 0.25) 81%, rgba(217, 215, 214, 0.05) 85%, rgba(217, 215, 214, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(217, 215, 214, 0)), color-stop(15%, rgba(217, 215, 214, 0)), color-stop(19%, rgba(217, 215, 214, 0.55)), color-stop(20%, rgba(217, 215, 214, 0.55)), color-stop(50%, #d9d7d6), color-stop(80%, rgba(217, 215, 214, 0.55)), color-stop(81%, rgba(217, 215, 214, 0.55)), color-stop(85%, rgba(217, 215, 214, 0.05)), color-stop(100%, rgba(217, 215, 214, 0)));
  background: -webkit-linear-gradient(left, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.05) 15%, rgba(217, 215, 214, 0.25) 19%, rgba(217, 215, 214, 0.55) 20%, rgba(217, 215, 214, 0.95) 50%, rgba(217, 215, 214, 0.55) 80%, rgba(217, 215, 214, 0.25) 81%, rgba(217, 215, 214, 0) 85%, rgba(217, 215, 214, 0) 100%);
  background: -o-linear-gradient(left, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.05) 15%, rgba(217, 215, 214, 0.25) 19%, rgba(217, 215, 214, 0.55) 20%, rgba(217, 215, 214, 0.95) 50%, rgba(217, 215, 214, 0.55) 80%, rgba(217, 215, 214, 0.25) 81%, rgba(217, 215, 214, 0.05) 85%, rgba(217, 215, 214, 0) 100%);
  background: -ms-linear-gradient(left, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.05) 15%, rgba(217, 215, 214, 0.25) 19%, rgba(217, 215, 214, 0.55) 20%, rgba(217, 215, 214, 0.95) 50%, rgba(217, 215, 214, 0.55) 80%, rgba(217, 215, 214, 0.25) 81%, rgba(217, 215, 214, 0.05) 85%, rgba(217, 215, 214, 0) 100%);
  background: linear-gradient(to right, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.05) 15%, rgba(217, 215, 214, 0.25) 19%, rgba(217, 215, 214, 0.55) 20%, rgba(217, 215, 214, 0.95) 50%, rgba(217, 215, 214, 0.55) 80%, rgba(217, 215, 214, 0.25) 81%, rgba(217, 215, 214, 0.05) 85%, rgba(217, 215, 214, 0) 100%); }

.button-arrow {
  background-image: url("../library/images/carousel-read-more-2.svg");
  background-position: right top;
  font-family: "ff-tisa-web-pro",serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 30px;
  color: white;
  padding: 0 15px 4px 10px; }

select {
  padding: 0 0.5rem; }

.header {
  position: relative;
  z-index: 10;
  max-width: 69.375rem;
  margin: 0 auto; }

@media only screen and (max-width: 950px) {
  .top-bar {
    background: #004d72 !important;
    -webkit-transform: translateZ(0);
    height: 3rem; }
    .top-bar .name {
      height: 3rem; }
    .top-bar .name h1 a img {
      display: none; }
    .top-bar .name h1 a img.fixed-logo {
      display: block; }
    .top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
      color: white;
      text-align: center;
      border-bottom: 1px solid white;
      padding: 0.5rem 1rem; }
      .top-bar .top-bar-section ul li:not(.has-form) a:not(.button):hover {
        background: #52b9e9; }
    .top-bar .top-bar-section ul li:not(.has-form):hover a {
      background: #004d72;
      color: white; }
    .top-bar .quick-nav-icons ul {
      text-align: center;
      padding-top: 0; }
      .top-bar .quick-nav-icons ul li {
        display: inline-block; }
        .top-bar .quick-nav-icons ul li a {
          border-bottom: none !important; }
          .top-bar .quick-nav-icons ul li a svg path {
            fill: white; }
        .top-bar .quick-nav-icons ul li a:hover {
          background: none !important; }
          .top-bar .quick-nav-icons ul li a:hover svg path {
            fill: #bd6122; }

  .f-topbar-fixed .top-bar {
    background: #004d72 !important;
    -webkit-transform: translateZ(0); } }
.top-bar-section ul li:not(.has-form) a:not(.button) {
  padding: 0 1.2rem; }

@media only screen and (max-width: 1120px) {
  .top-bar-section ul li:not(.has-form) a:not(.button) {
    padding: 0 .9rem; } }
@media only screen and (max-width: 1030px) {
  .top-bar-section ul li:not(.has-form) a:not(.button) {
    padding: 0 0.65rem; } }
@media only screen and (min-width: 950px) {
  .top-bar {
    background: none !important;
    border-bottom: 1px solid white;
    -webkit-transform: translateZ(0);
    height: 5rem; }
    .top-bar .parent-link {
      display: none !important; }
    .top-bar .current-menu-item a, .top-bar .current-page-ancestor a {
      background: #004d72 !important;
      color: white !important; }
    .top-bar .current-menu-item .dropdown li:hover a, .top-bar .current-page-ancestor .dropdown li:hover a {
      background: #52b9e9 !important; }
    .top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
      color: #004d72;
      text-transform: uppercase;
      padding-top: 1rem;
      border-bottom: 0 !important;
      line-height: 4rem; }
      .top-bar .top-bar-section ul li:not(.has-form) a:not(.button):hover {
        background: #004d72;
        color: white; }
    .top-bar .top-bar-section ul li:not(.has-form):hover a {
      text-align: left;
      background: #004d72;
      color: white; }
    .top-bar .name {
      height: 5rem; }
      .top-bar .name h1 a img {
        width: 100%;
        background: white;
        padding: 1rem; }
    .top-bar .name h1 a img {
      display: block; }
    .top-bar .name h1 a img.fixed-logo {
      display: none; }
    .top-bar .name, .top-bar .name h1, .top-bar .name h1 a {
      width: auto !important;
      margin: 0 !important;
      padding: 0 !important; }
    .top-bar .title-area {
      margin: 0 !important;
      padding: 0 !important; }
      .top-bar .title-area img {
        width: 120px !important; }
    .top-bar .top-bar-section .left li .dropdown li a {
      font-family: "ff-tisa-web-pro",serif;
      font-size: 0.875rem;
      font-weight: 700;
      line-height: 45px;
      text-transform: capitalize;
      padding-right: 3rem !important;
      padding-top: 0; }
    .top-bar .quick-nav-icons ul li a svg path {
      fill: #004d72; }

  .f-topbar-fixed .top-bar {
    /*background-image: url('../library/images/dwsp_swirl_bkgrd_tile.png') !important;*/
    background-repeat: repeat !important;
    background-attachment: fixed !important; }
    .f-topbar-fixed .top-bar .name h1 a img {
      display: none; }
    .f-topbar-fixed .top-bar .name h1 a img.fixed-logo {
      display: block;
      padding: 1.5rem 0.5rem 0.5rem 0.5rem; } }
#site-search {
  padding: 1rem 1.25rem 0;
  line-height: 4rem; }
  #site-search:hover {
    background: #004d72;
    cursor: pointer; }
    #site-search:hover svg path {
      fill: #ffffff; }
  @media only screen and (max-width: 1030px) {
    #site-search {
      padding: 1rem 0.75rem 0; } }
  @media only screen and (max-width: 949px) {
    #site-search {
      display: none !important; } }

@media only screen and (min-width: 949px) {
  #site-search-mobile {
    display: none; } }
#site-search-mobile svg path {
  padding: 0 0.75rem;
  line-height: 4rem;
  fill: #ffffff; }
#site-search-mobile:hover {
  cursor: pointer; }

#site-search-form {
  max-width: 150px;
  display: none; }
  @media only screen and (max-width: 1060px) {
    #site-search-form {
      max-width: 120px; } }

#site-search-form-mobile {
  display: block;
  width: 75%;
  margin: 0 auto 0.75rem;
  display: none; }

.top-bar .top-bar-section ul li:not(.has-form) a:not(.button):hover svg path {
  fill: white; }

.top-bar input {
  margin-top: 1.5rem !important;
  height: 30px !important;
  top: 0; }

@media only screen {
  .slick-carousel {
    background: #d9d7d6 url("../library/images/loader.gif") no-repeat;
    background-position: center center;
    background-size: 200px;
    max-height: 416px !important;
	overflow: hidden !important; }
    .slick-carousel div {
      opacity: 0; }
      .slick-carousel div .carousel-image {
        margin: 0 !important; }
        .slick-carousel div .carousel-image img {
          width: 100%; }
      .slick-carousel div .carousel-data {
        padding: 1.5rem 1rem !important;
        background: white;
        background-position: right top; }
        .slick-carousel div .carousel-data h2 {
          font-family: "brandon-grotesque",sans-serif;
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 2rem;
          color: #004d72;
          text-transform: uppercase; }
        .slick-carousel div .carousel-data p {
          font-family: "ff-tisa-web-pro",serif;
          font-size: 0.85rem;
          font-weight: 400;
          line-height: normal;
          color: #222222; }
        .slick-carousel div .carousel-data a {
          background-image: url("../library/images/carousel-read-more-2.svg");
          background-position: right top;
          font-family: "ff-tisa-web-pro",serif;
          font-size: 1rem;
          font-weight: 700;
          line-height: 30px;
          color: white;
          padding: 0 15px 4px 10px; }
          .slick-carousel div .carousel-data a:hover {
            background-position: right bottom; } }
@media only screen and (min-width: 64.063em) {
  .slick-carousel {
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); }
    .slick-carousel div .carousel-data {
      padding: 3rem 2rem !important;
      background: url("../library/images/edge-right.png") no-repeat;
      background-position: right top; }
      .slick-carousel div .carousel-data h2 {
        font-family: "brandon-grotesque",sans-serif;
        font-size: 2rem;
        font-weight: 400;
        line-height: 2rem;
        color: #004d72;
        text-transform: uppercase; }
      .slick-carousel div .carousel-data p {
        font-family: "ff-tisa-web-pro",serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: normal;
        color: #222222; }
      .slick-carousel div .carousel-data a {
        background-image: url("../library/images/carousel-read-more-2.svg");
        background-position: right top;
        font-family: "ff-tisa-web-pro",serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 30px;
        color: white;
        padding: 0 15px 4px 10px; }
        .slick-carousel div .carousel-data a:hover {
          background-position: right bottom; } }
@media only screen and (max-width: 770px) {
  .slick-carousel:after {
    content: "";
    height: 30px;
    width: 100%;
    background: url("../library/images/edge-bottom.png") no-repeat;
    background-position: center bottom;
    margin-bottom: 1rem;
    position: absolute;
    bottom: -30px;
    left: 0; } }

.carousel-data {
  position: relative; }
  @media only screen and (max-width: 770px) {
    .carousel-data {
      min-height: 290px; } }

.slick-carousel.slick-initialized {
  max-height: none;
  overflow: visible;
  background: none;
  background-color: #ffffff; }
  .slick-carousel.slick-initialized div {
    opacity: 1; }

.home-container {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 640px) {
    .home-container {
      padding: 0 2rem; } }

.page #main {
  background-image: none !important; }
.page #inner-content {
  background: white;
  padding: 3rem 6rem;
  background: white; }
  @media only screen and (max-width: 640px) {
    .page #inner-content {
      padding: 2rem; } }
  .page #inner-content h1 {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    color: #99918a; }
  .page #inner-content h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: capitalize;
    color: #99918a; }
  .page #inner-content h3 {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    color: #99918a; }
  .page #inner-content h4 {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: capitalize;
    color: #99918a; }
  .page #inner-content h5 {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    color: #222222; }
  .page #inner-content h5 {
    font-family: "ff-tisa-web-pro",serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    color: #222222; }
  .page #inner-content p {
    font-family: "ff-tisa-web-pro",serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem; }
  .page #inner-content ul {
    font-family: "ff-tisa-web-pro",serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem; }
  .page #inner-content ol {
    font-family: "ff-tisa-web-pro",serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem; }
.page .bottom-edge {
  height: 30px;
  background: url("../library/images/edge-bottom.png") no-repeat;
  background-position: center bottom;
  margin-bottom: 1rem; }

h1.page-title {
  font-family: "brandon-grotesque",sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  text-transform: uppercase;
  color: #222222;
  text-align: center;
  margin-bottom: 2rem; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.page-id-9251 table td {
  width: 50% !important; }

@media only screen and (min-width: 69.375em) {
  .page-id-16 .entry-content .column, .page-id-16 .entry-content .columns {
    padding: 0 1.25rem !important; } }

.page-id-10816 {
  /*.entry-content{
  	@include minbreakpoint(769){
  		min-height: 2000px;
  	}
  }*/ }
  .page-id-10816 .navScroll {
    max-width: 200px; }
    @media only screen and (min-width: 770px) {
      .page-id-10816 .navScroll {
        position: fixed;
        top: 110px; } }
    @media only screen and (max-width: 830px) {
      .page-id-10816 .navScroll {
        max-width: 180px; } }
    @media only screen and (max-width: 770px) {
      .page-id-10816 .navScroll {
        max-width: inherit; } }

.business-members h2 {
  font-size: 1.2rem !important;
  line-height: 1.25rem !important;
  margin-bottom: 0; }

ul.pagination {
  clear: both; }

ul.pagination li a, ul.pagination li button {
  color: #000;
  font-weight: 400;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: #333333 !important;
  border: 1px solid transparent; }
  ul.pagination li a:hover, ul.pagination li button:hover {
    color: white !important;
    border: 1px solid transparent;
    background: #004d72; }

ul.pagination li.current a {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: #52b9e9; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border-radius: 3px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid transparent !important;
  background-color: white;
  background: #52b9e9 !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid transparent !important;
  background-color: white;
  background: #004d72 !important; }

.next-events {
  border-bottom: 1px solid black; }
  @media only screen and (max-width: 960px) {
    .next-events .event-search {
      text-align: center;
      margin-bottom: 1rem; } }
  .next-events .event-search #search-reveal {
    cursor: pointer; }
  .next-events .event-search #reveal-input {
    display: none; }
    @media only screen and (max-width: 960px) {
      .next-events .event-search #reveal-input {
        display: block !important; } }
    .next-events .event-search #reveal-input input[type="text"] {
      margin-bottom: 0; }
  .next-events .upcoming-event-date {
    text-align: center; }
    .next-events .upcoming-event-date h3 {
      font-family: "brandon-grotesque",sans-serif;
      font-size: 2rem;
      font-weight: 400;
      line-height: 2rem;
      text-transform: uppercase; }
      .next-events .upcoming-event-date h3 span {
        font-size: 1rem;
        line-height: 1rem; }
  .next-events .add-event {
    text-align: right; }
    @media only screen and (max-width: 960px) {
      .next-events .add-event {
        text-align: center;
        margin-bottom: 1rem; } }
    .next-events .add-event a {
      background-image: url("../library/images/carousel-read-more-2.svg");
      background-position: right top;
      font-family: "ff-tisa-web-pro",serif;
      font-size: 1rem;
      font-weight: 700;
      line-height: 30px;
      color: white;
      padding: 0 15px 4px 10px; }

.date-picker-search {
  text-align: center;
  margin: 0 auto; }
  .date-picker-search input[type="submit"] {
    /*display: block;*/
    background: #52b9e9;
    margin: 0;
    position: relative;
    color: white;
    border: none;
    box-shadow: none;
    font-family: "ff-tisa-web-pro",serif;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.1;
    color: white;
    padding: 6px 8px 8px 8px;
    cursor: pointer;
    transition: background 300ms ease; }
    .date-picker-search input[type="submit"]:hover {
      background: #25a7e3; }

.day-events {
  padding: 0 1.8rem; }
  .day-events:after {
    content: " ";
    display: table;
    clear: both; }

.event-listing {
  margin: 1.875rem auto !important;
  position: relative;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 960px) {
    .event-listing {
      width: 50% !important;
      float: left;
      padding: 0 0.5rem;
      clear: both; }
      .event-listing:nth-child(2n) {
        float: right;
        clear: right; }
      .event-listing .show-for-small {
        display: block !important; } }
  @media only screen and (max-width: 680px) {
    .event-listing {
      width: 100% !important;
      float: none !important; } }
  .event-listing .columns {
    background-color: #ffffff;
    padding: 2rem !important; }
  .event-listing .event-image {
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    @media only screen and (min-width: 960px) {
      .event-listing .event-image {
        width: 19% !important; } }
    @media only screen and (max-width: 960px) {
      .event-listing .event-image {
        background-image: none !important;
        padding: 0 !important; }
        .event-listing .event-image img {
          width: 100%; } }
    .event-listing .event-image .ribbon {
      font-family: "brandon-grotesque",sans-serif;
      font-size: 0.85rem;
      font-weight: 500;
      line-height: 25px;
      text-transform: uppercase;
      position: absolute;
      display: block;
      top: 15px;
      left: -6px;
      border-left: 1px solid white;
      height: 25px;
      padding: 0 20px 0 10px;
      overflow: hidden;
      z-index: 9; }
      .event-listing .event-image .ribbon span {
        position: absolute;
        top: 0;
        right: 1px;
        z-index: -1; }
  @media only screen and (min-width: 960px) {
    .event-listing .event-teaser {
      width: 53% !important;
      border-right: 1px dotted #69605a; } }
  @media only screen and (max-width: 960px) {
    .event-listing .event-teaser {
      border-bottom: 1px dotted #69605a; } }
  .event-listing .event-teaser h4 {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #004d72;
    text-transform: uppercase; }
  .event-listing .event-teaser p {
    font-size: 0.9rem;
    margin-bottom: 0.75rem; }
  .event-listing .event-teaser .read-more {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    color: #004d72;
    text-transform: uppercase;
    font-size: 0.85rem;
    position: relative;
    line-height: 3rem; }
    .event-listing .event-teaser .read-more:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #52b9e9;
      position: absolute;
      right: -14px;
      top: 4px; }
  @media only screen and (min-width: 960px) {
    .event-listing .event-location-details {
      width: 28% !important;
      background: url("../library/images/edge-right.png") no-repeat;
      background-position: right top; } }
  .event-listing .event-location-details p {
    font-size: 0.9rem; }
  .event-listing .event-location-details .location {
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1rem; }
  .event-listing .event-location-details .address {
    margin-bottom: 0.5rem; }
  .event-listing .event-location-details .time {
    font-weight: 700; }
  .event-listing .event-location-details .button {
    margin-top: 1rem;
    background: #f6fbfe;
    border: 1px solid #8cd0f0;
    color: #004c6c;
    font-size: 0.9rem;
    padding: 0.5rem 1rem 0.65rem !important; }

.date-divider {
  text-align: center;
  padding-top: 1.5rem;
  width: 100%;
  position: relative; }
  .date-divider .divider-line {
    position: relative;
    height: 1px;
    width: 33.3333334%;
    background: #69605a;
    top: 1rem;
    display: inline-block; }
  .date-divider h3 {
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    width: 33.3333334%; }

/*
#ui-datepicker-div{
	@include minbreakpoint(1024px){
		top: 339px !important;
		left: 0 !important;
		right: 0 !important;
		margin: auto !important;
	}
}*/
.ui-datepicker.ui-widget-content {
  z-index: 99 !important; }

.ui-datepicker-trigger {
  overflow: hidden;
  background: url("../library/images/date-picker-icon.png");
  width: 30px;
  height: 30px;
  padding-left: 30px; }

.page-id-7654 .event-listsings {
  padding-top: 3rem; }
.page-id-7654 .day-events {
  /*.columns{
  	min-height: 265px !important;
  }*/ }
  .page-id-7654 .day-events form {
    display: none !important; }

.page-template-places #inner-content {
  padding: 3rem 1rem;
  background-color: transparent; }
  .page-template-places #inner-content h1.page-title {
    color: #000; }
.page-template-places .menu-bar {
  padding: 0 !important; }
.page-template-places #main {
  background-color: #fff;
  background-image: none !important;
  position: relative;
  padding: 1rem 2rem;
  min-height: 1225px;
  /*@include breakpoint(769){
  	padding: 1rem 0;
  	[id*="wpgmza_filter_"]{
  		padding: 0 2rem;
  	}
  	.dataTables_wrapper{
  		padding: 0 2rem;
  	}
  }*/
  /*&:after{
  	height: 30px;
  	background: url("../library/images/edge-bottom.png") no-repeat;
  	background-position: center bottom;
  	margin-bottom: 1rem;
  	position: absolute;
  	width: 100%;
  	bottom: -46px;
  	left: 0;
  	content: "";
  }*/ }
  .page-template-places #main .bottom-edge {
    position: absolute;
    bottom: -30px; }
.page-template-places #wpgmza_filter_select {
  width: 50% !important;
  position: relative;
  left: 1rem; }
.page-template-places .wpgmza_table {
  background-color: white;
  border-top: 1px solid #000;
  border-collapse: collapse;
  border-left: none !important;
  border-right: none !important; }
  .page-template-places .wpgmza_table thead {
    display: none !important; }
  .page-template-places .wpgmza_table .wpgmza_table_marker {
    display: none !important; }
  .page-template-places .wpgmza_table td {
    border-bottom: 1px dotted #69605a;
    padding: 1rem 0; }
  .page-template-places .wpgmza_table .wpgmza_table_title {
    font-weight: 700; }
  .page-template-places .wpgmza_table td {
    vertical-align: top;
    font-size: 0.9rem; }
.page-template-places .subPages {
  list-style: none;
  margin: 0 !important;
  display: table;
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  position: relative; }
  .page-template-places .subPages li {
    display: table-row;
    background-color: #d4edf9;
    transition: background-color 300ms ease;
    position: relative; }
    .page-template-places .subPages li a {
      display: block;
      text-align: center;
      font-size: 0.8rem;
      line-height: 1.2rem;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 2rem;
      height: 73px;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      box-shadow: inset -7px 7px 9px -7px rgba(0, 0, 0, 0.4); }
    .page-template-places .subPages li:hover {
      background-color: #e5f5fc; }
    .page-template-places .subPages li.current_page_item {
      background-color: #fff;
      color: #000; }
      .page-template-places .subPages li.current_page_item a {
        box-shadow: none; }
  .page-template-places .subPages .page-item-6 a {
    background: url(../library/images/restaurants.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-6 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-6.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-8527 a {
    background: url(../library/images/fitness.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-8527 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-8527.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-15186 a {
    background: url(../library/images/services.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-15186 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-15186.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-83 a {
    background: url(../library/images/shops.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-83 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-83.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-85 a {
    background: url(../library/images/hotels.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-85 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-85.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-9073 a {
    background: url(../library/images/music.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-9073 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-9073.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-9083 a {
    background: url(../library/images/schools.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-9083 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-9083.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-9085 a {
    background: url(../library/images/grocery.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-9085 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-9085.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-9087 a {
    background: url(../library/images/childcare.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-9087 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-9087.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-9089 a {
    background: url(../library/images/museums.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-9089 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-9089.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-9091 a {
    background: url(../library/images/spa.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-9091 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-9091.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-9093 a {
    background: url(../library/images/auto.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-9093 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-9093.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-9407 a {
    background: url(../library/images/churches.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-9407 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-9407.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page-item-8388 a {
    background: url(../library/images/parking.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-8388 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-8388.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page_item a {
    background-repeat: no-repeat; }
  .page-template-places .subPages .page-item-9462 a {
    background: url(../library/images/bars.png);
    background-position: 53px -114px; }
    .page-template-places .subPages .page-item-9462 a:hover {
      background-position: 53px -214px; }
  .page-template-places .subPages .page-item-9462.current_page_item a {
    background-position: 53px -14px; }
  .page-template-places .subPages .page_item a {
    background-repeat: no-repeat; }
.page-template-places .left-off-canvas-menu .page-item-6 a {
  background: url(../library/images/restaurants.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-6 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-6.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-8527 a {
  background: url(../library/images/fitness.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-8527 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-8527.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-15186 a {
  background: url(../library/images/services.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-15186 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-15186.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-83 a {
  background: url(../library/images/shops.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-83 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-83.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-85 a {
  background: url(../library/images/hotels.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-85 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-85.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-9073 a {
  background: url(../library/images/music.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-9073 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-9073.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-9083 a {
  background: url(../library/images/schools.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-9083 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-9083.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-9085 a {
  background: url(../library/images/grocery.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-9085 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-9085.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-9087 a {
  background: url(../library/images/childcare.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-9087 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-9087.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-9089 a {
  background: url(../library/images/museums.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-9089 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-9089.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-9091 a {
  background: url(../library/images/spa.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-9091 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-9091.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-9093 a {
  background: url(../library/images/auto.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-9093 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-9093.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-9407 a {
  background: url(../library/images/churches.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-9407 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-9407.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page-item-8388 a {
  background: url(../library/images/parking.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-8388 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-8388.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page_item a {
  background-repeat: no-repeat; }
.page-template-places .left-off-canvas-menu .page-item-9462 a {
  background: url(../library/images/bars.png);
  background-position: 84px -107px; }
  .page-template-places .left-off-canvas-menu .page-item-9462 a:hover {
    background-position: 84px -207px; }
.page-template-places .left-off-canvas-menu .page-item-9462.current_page_item a {
  background-position: 84px -7px; }
.page-template-places .left-off-canvas-menu .page_item a {
  background-repeat: no-repeat; }

.tabs.vertical {
  -webkit-box-shadow: -4px 0px 4px -3px rgba(173, 193, 201, 0.75);
  -moz-box-shadow: -4px 0px 4px -3px rgba(173, 193, 201, 0.75);
  box-shadow: -4px 0px 4px -3px rgba(173, 193, 201, 0.75);
  width: 100%;
  max-width: 100%; }
  .tabs.vertical li a {
    background: #d4edf9;
    color: #004d72;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: inset -4px -4px 3px -3px rgba(173, 193, 201, 0.75);
    -moz-box-shadow: inset -4px -4px 3px -3px rgba(173, 193, 201, 0.75);
    box-shadow: inset -4px -4px 3px -3px rgba(173, 193, 201, 0.75);
    font-size: 1rem !important;
    font-weight: 700;
    padding: 2rem; }
    .tabs.vertical li a:hover {
      background: #e5f5fc; }
  .tabs.vertical .active a {
    -webkit-box-shadow: inset 0px -3px 2px -1px rgba(173, 193, 201, 0.75);
    -moz-box-shadow: inset 0px -3px 2px -1px rgba(173, 193, 201, 0.75);
    box-shadow: inset 0px -3px 2px -1px rgba(173, 193, 201, 0.75); }
    .tabs.vertical .active a:hover {
      background: white; }

.tabs-content {
  /*background: url('../library/images/edge-bottom.png') no-repeat;*/
  background-color: white;
  background-position: center bottom;
  padding: 1rem 2rem 3rem 2rem !important;
  position: relative;
  margin-bottom: 3.5rem; }
  .tabs-content:after {
    content: "";
    height: 30px;
    width: 100%;
    background: url("../library/images/edge-bottom.png") no-repeat;
    background-position: center bottom;
    margin-bottom: 1rem;
    position: absolute;
    bottom: -30px;
    left: 0; }
  .tabs-content h2 {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    color: #004d72; }
  .tabs-content p {
    font-family: "ff-tisa-web-pro",serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal;
    color: #222222; }
  .tabs-content a:not(.email) {
    background-image: url("../library/images/carousel-read-more-2.svg");
    background-position: right top;
    font-family: "ff-tisa-web-pro",serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 30px;
    color: white;
    padding: 0 15px 4px 10px; }
    .tabs-content a:not(.email):hover {
      background-position: right bottom; }
  .tabs-content .tabs-feature-image {
    text-align: center; }
    @media only screen and (min-width: 769px) {
      .tabs-content .tabs-feature-image {
        text-align: right; } }
    .tabs-content .tabs-feature-image img {
      border-radius: 100%;
      position: relative; }
    @media only screen and (min-width: 769px) {
      .tabs-content .tabs-feature-image:after {
        position: absolute;
        background-image: url(../library/images/feature-img-arrow.png);
        content: "";
        width: 127px;
        height: 52px;
        right: 190px; } }
    .tabs-content .tabs-feature-image.no-radius img {
      border-radius: 0; }
    .tabs-content .tabs-feature-image.no-radius:after {
      content: none; }

@media only screen and (max-width: 40em) {
  .tabs-content {
    padding: 1.5rem 1rem !important; }
    .tabs-content h2 {
      font-family: "brandon-grotesque",sans-serif;
      font-size: 1rem;
      font-weight: 400;
      line-height: 2rem;
      text-transform: uppercase;
      color: #004d72; }
    .tabs-content p {
      font-family: "ff-tisa-web-pro",serif;
      font-size: 0.85rem;
      font-weight: 400;
      line-height: normal;
      color: #222222; } }
.js-masonry {
  padding-left: 1%; }

@media only screen {
  .grid-sizer {
    width: 98%; }

  .post-box {
    width: 98%; }

  .gutter-sizer {
    width: 2%; } }
@media only screen and (min-width: 40.063em) {
  .grid-sizer {
    width: 48%; }

  .post-box {
    width: 48%; }

  .gutter-sizer {
    width: 2%; } }
@media only screen and (min-width: 64.063em) {
  .grid-sizer {
    width: 31.3%; }

  .post-box {
    width: 31.3%; }

  .gutter-sizer {
    width: 2%; } }
.post-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url("../library/images/edge-bottom.png") no-repeat;
  background-position: center bottom;
  margin-bottom: 1rem; }
  .post-box .thumbnail {
    width: 100%; }
  .post-box .ribbon {
    font-family: "brandon-grotesque",sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    position: absolute;
    display: block;
    top: 15px;
    left: -6px;
    border-left: 1px solid white;
    line-height: 25px;
    padding: 0 20px 0 10px;
    overflow: hidden;
    z-index: 9; }
    .post-box .ribbon span {
      position: absolute;
      top: 0;
      right: 1px;
      z-index: -1; }
  .post-box .box-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 1rem 2rem 3rem 2rem; }
    .post-box .box-content h3 {
      font-family: "brandon-grotesque",sans-serif;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 30px;
      text-transform: uppercase;
      color: #004d72; }
    .post-box .box-content p {
      font-family: "ff-tisa-web-pro",serif;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: normal;
      color: black; }
    .post-box .box-content a.read-more {
      font-family: "brandon-grotesque",sans-serif;
      font-size: 0.85rem;
      font-weight: 500;
      line-height: 30px;
      text-transform: uppercase; }
      .post-box .box-content a.read-more:after {
        content: '';
        width: 0px;
        height: 0px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #52b9e9;
        display: inline-block;
        position: relative;
        top: 0px;
        left: 9px; }
    .post-box .box-content a {
      transition: color 300ms ease; }
      .post-box .box-content a:hover {
        color: #52b9e9; }

.yellow-blue, .ribbon.residential {
  color: #004d72; }
  .yellow-blue:hover, .ribbon.residential:hover {
    color: #004d72; }
  .yellow-blue .ribbon-background svg polygon, .ribbon.residential .ribbon-background svg polygon {
    fill: #fac606; }

.orange-yellow, .ribbon.storefront-retail {
  color: #fac606; }
  .orange-yellow:hover, .ribbon.storefront-retail:hover {
    color: #fac606; }
  .orange-yellow .ribbon-background svg polygon, .ribbon.storefront-retail .ribbon-background svg polygon {
    fill: #ee3224; }

.darkBlue-yellow, .ribbon.multi-tenant-commercial {
  color: #fac606; }
  .darkBlue-yellow:hover, .ribbon.multi-tenant-commercial:hover {
    color: #fac606; }
  .darkBlue-yellow .ribbon-background svg polygon, .ribbon.multi-tenant-commercial .ribbon-background svg polygon {
    fill: #004d72; }

.green-yellow {
  color: #fac606; }
  .green-yellow:hover {
    color: #fac606; }
  .green-yellow .ribbon-background svg polygon {
    fill: #7a8129; }

.purple-blue {
  color: #604099; }
  .purple-blue:hover {
    color: #604099; }
  .purple-blue .ribbon-background svg polygon {
    fill: #52b9e9; }

.teal-blue {
  color: #004d72; }
  .teal-blue:hover {
    color: #004d72; }
  .teal-blue .ribbon-background svg polygon {
    fill: #6cc4bc; }

.tab-bar {
  background: #004d72;
  height: 3.8125rem; }
  .tab-bar .title {
    color: white !important;
    line-height: 3.75rem !important; }
  .tab-bar .left-small {
    height: 3.8125rem; }
  .tab-bar .menu-icon {
    height: 3.8125rem; }

.left-off-canvas-menu {
  background: #d4edf9; }
  .left-off-canvas-menu ul {
    min-height: 2500px; }
    .left-off-canvas-menu ul li a {
      color: #004d72 !important;
      line-height: 65px;
      text-align: center;
      transition: none !important; }
      .left-off-canvas-menu ul li a:hover {
        background-color: transparent !important; }
    .left-off-canvas-menu ul li.current_page_item {
      background-color: #ffffff; }
    .left-off-canvas-menu ul li:hover {
      background: #e5f5fc; }

.side-nav {
  list-style: none;
  margin-left: 0 !important; }
  .side-nav li {
    border-bottom: 2px solid #FFFFFF; }
    .side-nav li:last-child {
      border-bottom: none; }
    .side-nav li a {
      border-style: solid;
      border-width: 0;
      cursor: pointer;
      font-family: "ff-tisa-web-pro", serif;
      font-weight: normal;
      line-height: 1.1;
      position: relative;
      text-decoration: none;
      text-align: center;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      display: inline-block;
      padding-top: 1rem;
      padding-right: 2rem;
      padding-bottom: 1.0625rem;
      padding-left: 2rem;
      font-size: 1rem;
      background-color: #004d72;
      border-color: #003e5b;
      color: #FFFFFF;
      transition: background-color 300ms ease-out;
      width: 100%; }
      .side-nav li a:hover {
        background: #52b9e9; }
    .side-nav li.current_page_item a {
      background: #52b9e9; }

.footer-edge {
  background-image: url("../library/images/footer-edge.png"), -moz-linear-gradient(left, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.15) 15%, rgba(217, 215, 214, 0.35) 19%, rgba(217, 215, 214, 0.65) 20%, rgba(217, 215, 214, 0.85) 50%, #d9d7d6 80%, rgba(217, 215, 214, 0.35) 81%, rgba(217, 215, 214, 0) 85%, rgba(217, 215, 214, 0) 100%);
  /* FF3.6+ */
  background-image: url("../library/images/footer-edge.png"), -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(217, 215, 214, 0)), color-stop(15%, rgba(217, 215, 214, 0)), color-stop(19%, #d9d7d6), color-stop(20%, #d9d7d6), color-stop(50%, #d9d7d6), color-stop(80%, #d9d7d6), color-stop(81%, #d9d7d6), color-stop(85%, rgba(217, 215, 214, 0)), color-stop(100%, rgba(217, 215, 214, 0)));
  /* Chrome,Safari4+ */
  background-image: url("../library/images/footer-edge.png"), -webkit-linear-gradient(left, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.15) 15%, rgba(217, 215, 214, 0.35) 19%, rgba(217, 215, 214, 0.65) 20%, rgba(217, 215, 214, 0.85) 50%, #d9d7d6 80%, rgba(217, 215, 214, 0.35) 81%, rgba(217, 215, 214, 0) 85%, rgba(217, 215, 214, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: url("../library/images/footer-edge.png"), -o-linear-gradient(left, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.15) 15%, rgba(217, 215, 214, 0.35) 19%, rgba(217, 215, 214, 0.65) 20%, rgba(217, 215, 214, 0.85) 50%, #d9d7d6 80%, rgba(217, 215, 214, 0.35) 81%, rgba(217, 215, 214, 0) 85%, rgba(217, 215, 214, 0) 100%);
  /* Opera 11.10+ */
  background-image: url("../library/images/footer-edge.png"), -ms-linear-gradient(left, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.15) 15%, rgba(217, 215, 214, 0.35) 19%, rgba(217, 215, 214, 0.65) 20%, rgba(217, 215, 214, 0.85) 50%, #d9d7d6 80%, rgba(217, 215, 214, 0.35) 81%, rgba(217, 215, 214, 0) 85%, rgba(217, 215, 214, 0) 100%);
  /* IE10+ */
  background-image: url("../library/images/footer-edge.png"), linear-gradient(to right, rgba(217, 215, 214, 0) 0%, rgba(217, 215, 214, 0.15) 15%, rgba(217, 215, 214, 0.35) 19%, rgba(217, 215, 214, 0.65) 20%, rgba(217, 215, 214, 0.85) 50%, #d9d7d6 80%, rgba(217, 215, 214, 0.35) 81%, rgba(217, 215, 214, 0) 85%, rgba(217, 215, 214, 0) 100%);
  /* W3C */
  height: 16px;
  width: 100%;
  /*margin-top: 2rem;*/ }

.footer {
  background: #a19b98;
  padding: 2rem 0 0 0; }
  .footer ul {
    margin-left: 0 !important; }
  @media only screen {
    .footer {
      padding: 1rem; } }
  .footer .social-media {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #36312e; }
    .footer .social-media .dtws-logo {
      padding-top: 22px; }
    .footer .social-media .social-icons {
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: right; }
      .footer .social-media .social-icons li {
        display: inline-block;
        padding: .5rem;
        line-height: 55px; }
        .footer .social-media .social-icons li img {
          filter: alpha(opacity=80);
          opacity: 0.8; }
          .footer .social-media .social-icons li img:hover {
            filter: alpha(opacity=100);
            opacity: 1.0; }
  .footer .information-links {
    text-align: center; }
    .footer .information-links strong a {
      color: #36312e; }
    .footer .information-links nav ul {
      list-style: none; }
      .footer .information-links nav ul li {
        display: inline-block; }
        .footer .information-links nav ul li a {
          color: white;
          padding: 1em .5em; }
          .footer .information-links nav ul li a:hover {
            color: #36312e; }

.footer-contact {
  list-style: none; }
  .footer-contact li {
    display: inline-block;
    padding: 0 1rem; }
    @media only screen and (max-width: 640px) {
      .footer-contact li {
        display: list-item; } }

.tweet-box {
  background: white;
  position: relative;
  padding: 15px 25px;
  color: #36312e;
  margin-left: 20px; }
  @media only screen {
    .tweet-box {
      padding: 10px 12px; } }
  .tweet-box:after {
    top: 32px;
    left: -20px;
    bottom: auto;
    border-width: 10px 20px 10px 0;
    border-color: transparent white;
    border-style: solid;
    content: "";
    position: absolute;
    display: block;
    width: 0; }
    @media only screen {
      .tweet-box:after {
        top: 26px; } }
  .tweet-box .rotatingtweets {
    min-height: 55px;
    /*display: table;*/ }
    .tweet-box .rotatingtweets .rotatingtweet {
      position: relative;
      /*display: table-row;*/ }
      .tweet-box .rotatingtweets .rotatingtweet p {
        text-align: center;
        /*display: table-cell;
        vertical-align: middle;*/ }
        @media only screen {
          .tweet-box .rotatingtweets .rotatingtweet p {
            font-family: "ff-tisa-web-pro",serif;
            font-size: 0.75rem;
            font-weight: 400;
            line-height: 1em; } }
        @media only screen and (min-width: 40.063em) {
          .tweet-box .rotatingtweets .rotatingtweet p {
            font-family: "ff-tisa-web-pro",serif;
            font-size: 0.9rem;
            font-weight: 400;
            line-height: normal; } }

.footer-nav a {
  font-weight: 700; }

.wildfire {
  line-height: 1;
  text-align: center; }
  .wildfire p {
    font-size: 9px; }
  .wildfire a {
    color: white; }
