/* THEME COLORS ===========
AEDA Blue                        #1c5694
Dark Blue                        #1b3244
Dark Teal                        #00596b
Teal                                #55b4b0
Dark Gray                        #404040
Yellow                            #f3b300
Cream                                #f5f2ea
======================== */

/* PAGE ELEMENTS
==================================================================================================== */

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  color: #404040;
  overflow-x: hidden;
  background: #f5f2ea;
  font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* PAGE ELEMENTS (TABLET)
=================================================== */

@media (max-width: 1068px) {
}

/* PAGE ELEMENTS (MOBILE)
=================================================== */

@media (max-width: 768px) {
}

/* TYPOGRAPHY
==================================================================================================== */

h1 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.3;
  font-size: 44px;
  padding: 0;
  margin: 0;
  color: #1c5694;
}

h2 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 22px;
  color: #1c5694;
  text-transform: uppercase;
  padding: 0;
  margin: 0px 0px 10px 0px;
}

h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 18px;
  color: #404040;
  padding: 0;
  margin: 0px 0px 10px 0px;
}

h4 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

h5 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
}

h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  margin: 0px 0px 6px 0px;
}

p {
  line-height: 1.6;
  padding: 0;
  margin: 0 0 20px 0;
}

.content ul {
  list-style-type: disc;
  margin: 10px 0 20px;
  padding-left: 20px;
}

.content ul li {
  margin: 0px 0px 8px 0px;
  padding: 0px;
  line-height: 1.6;
}

.content ul li ul {
}

a,
a:visited {
  color: #1c5694;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

a:hover {
  color: #1c5694;
  text-decoration: underline;
}

a:focus {
  text-decoration: underline;
}

.content .fl-builder-content a.fl-button,
.content .fl-builder-content a.fl-button:visited,
.content a.fl-button,
.content a.fl-button:visited {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  background: #1c5694;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border: 0px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.content .fl-builder-content a.fl-button *,
.content .fl-builder-content a.fl-button:visited *,
.content a.fl-button *,
.content a.fl-button:visited * {
  color: #fff;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.content .fl-builder-content a.fl-button:hover,
.content .fl-builder-content a.fl-button:visited:hover,
.content a.fl-button:hover,
.content a.fl-button:visited:hover {
  color: #fff;
  background: #1c5694;
}

.content .fl-builder-content a.fl-button:focus,
.content .fl-builder-content a.fl-button:visited:focus,
.content a.fl-button:focus,
.content a.fl-button:visited:focus {
  color: #fff;
  background: #1c5694;
}

.content .fl-builder-content a.fl-button:hover *,
.content .fl-builder-content a.fl-button:visited:hover *,
.content a.fl-button:hover *,
.content a.fl-button:visited:hover * {
  color: #000;
}

.content .fl-builder-content a.fl-button:focus *,
.content .fl-builder-content a.fl-button:visited:focus *,
.content a.fl-button:focus *,
.content a.fl-button:visited:focus * {
  color: #000;
}

.content .fl-builder-content a.fl-button:after,
.content a.fl-button:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  color: #000;
  background: #55b4b0;
  -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.content .fl-builder-content a.fl-button:hover:after,
.content a.fl-button:hover:after {
  opacity: 1;
  height: 1000% !important;
}

.content .fl-builder-content a.fl-button:focus:after,
.content a.fl-button:focus:after {
  opacity: 1;
  height: 1000% !important;
}

.content table {
  width: 100%;
}

.content table caption {
  text-align: left;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: #1c5694;
  line-height: 1.4;
}

.content table th {
  text-align: left;
  padding: 8px 15px;
  font-weight: 700;
  font-size: 17px;
  color: #000;
  border-bottom: 1px solid #eee;
  line-height: 1.4;
}

.content table td {
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  line-height: 1.4;
}

::selection {
  background: #f3b300;
  color: #fff;
}

::-moz-selection {
  background: #f3b300;
  color: #fff;
}

/* TYPOGRAPHY (TABLET)
=================================================== */

@media (max-width: 1068px) {
  h1 {
    font-size: 34px;
  }
}

/* TYPOGRAPHY (MOBILE)
=================================================== */

@media (max-width: 768px) {
  h1 {
    font-size: 28px;
  }

  h3 {
    font-size: 17px;
  }
}

/* CONTENT
==================================================================================================== */

main {
  width: 67%;
  float: right;
}

.home main,
.blank-page main {
  width: 100%;
  float: none;
}

.content {
  background: #fff;
  min-height: 50vw;
}

.main-content {
  padding-bottom: 50px;
}

.fl-row-full-width .fl-row-content-wrap > .fl-row-fixed-width {
  width: calc(90% + 40px);
}

.fl-row-fixed-width .fl-row-content-wrap > .fl-row-fixed-width {
  width: calc(90% + 80px);
}

.no-builder {
  padding: 20px 0 50px;
}

.no-builder .module {
  padding: 20px 0;
}

.commercial-property-search iframe {
  width: 100%;
  min-height: 1800px;
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
}

.articles-wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.articles-wrap:last-of-type {
  border-bottom: 0px;
}

h2.cat-title {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  text-transform: none;
  color: #55b4b0;
  padding-left: 40px;
  background-size: 30px 30px;
  background-position: left center;
  background-repeat: no-repeat;
}

h2.cat-title.arvada-in-the-news {
  background-image: url(../images/icon-category-news.svg);
}

h2.cat-title.business-bulletins {
  background-image: url(../images/icon-category-bulletins.svg);
}

h2.cat-title.press-releases {
  background-image: url(../images/icon-category-press.svg);
}

.articles-wrap .article {
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: 0;
}

.article {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.article h2 {
  text-transform: none;
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 10px;
}

.map-wrap #map-canvas {
  margin-top: 0;
}

.board-list .fl-col-group > .fl-col {
  width: 33.33%;
}

.news-slider .fl-slide-foreground {
  width: calc(100% - 80px);
  max-width: none;
  padding: 0 40px;
  text-align: center;
}

.news-slider .fl-slide-content-wrap {
  width: 100% !important;
  margin: 20px 0;
}

.news-slider .fl-slide-content {
  margin: 20px 0 !important;
  text-align: center;
}

.news-slider .fl-content-slider-navigation a {
  opacity: 0.4 !important;
}

.news-slider .fl-slide-title {
  font-size: 30px;
  line-height: 1.2;
}

.aeda-article-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 25px;
}

.aeda-article-grid--article {
  display: flex;
}

.aeda-article-grid--article-link {
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14), 0 0 18px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}

.aeda-article-grid--article-link:hover {
  text-decoration: none;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.14), 0 0 18px 0px rgba(0, 0, 0, 0.12),  0 0 24px 0px rgba(0, 0, 0, 0.14);
}

.aeda-article-grid--article-content {
  width: 100%;
}

.aeda-article-grid--article-photo {
  position: relative;
  width: calc(100% - 30px);
  aspect-ratio: 5 / 3;
  overflow: hidden;
  margin: 15px;
}

@supports not (aspect-ratio: 1 / 1) {
  .aeda-article-grid--article-photo::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}

.aeda-article-grid--article-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.aeda-article-grid--article-date {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #d1d3d4;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  color: #1c5694;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.aeda-article-grid--article-link h2 {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: block;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.aeda-article-grid--article-footer {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-self: flex-end;
  width: 100%;
}

.aeda-article-grid--article-footer span {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.aeda-article-grid--article-link:hover .aeda-article-grid--article-footer span  {
  color: #1c5694;
}

.aeda-article-grid--article-footer i {
  color: #1c5694;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.aeda-article-grid--article-link:hover .aeda-article-grid--article-footer i {
  transform: scale(1.2);
}

.aeda-article-grid--pagination {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.aeda-article-grid--pagination .page-numbers {
  display: block;
  border: 1px solid #e6e6e6;
  padding: 10px;
  margin: 0 2px 5px 2px;
  color: #1c5694;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.aeda-article-grid--pagination .page-numbers.current {
  color: #000;
  background: #f5f5f5;
}

/* CONTENT (TABLET)
=================================================== */

@media (max-width: 1068px) {
  .aeda-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* CONTENT (MOBILE)
=================================================== */

@media (max-width: 768px) {
  main {
    width: 100%;
    float: none;
  }

  .fl-row-full-width .fl-row-content-wrap > .fl-row-fixed-width {
    width: 100%;
  }

  .fl-row-fixed-width .fl-row-content-wrap > .fl-row-fixed-width {
    width: 100%;
  }

  .fl-col-small {
    max-width: 100% !important;
  }
}

@media (max-width: 550px) {
  .aeda-article-grid {
    grid-template-columns: 1fr;
  }
}

/* ANNUAL REPORT
==================================================================================================== */

.page-id-1273 {
  overflow-x: initial;
}

.ar-header {
  background: rgba(243, 179, 0, 0.9) url(img/mountains-overlay.png) bottom right
    no-repeat;
  background-size: 320px 134px;
}

.fl-number-string {
  font-weight: 300;
}

.fl-number .fl-number-bar {
  padding: 8px !important;
}

.fl-number .fl-number-bar .fl-number-string {
  font-weight: 700;
}

.line-around {
  z-index: 2;
}

.line-around h2 span.fl-heading-text {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.print-photo {
  display: none;
}

.fl-col.ar-seventh {
  width: 14.2%;
}

/* ANNUAL REPORT (TABLET)
=================================================== */

@media (max-width: 1320px) {
  .fl-col.ar-seventh h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 1200px) {
  .fl-number .fl-number-text .fl-number-string {
    font-size: 30px !important;
  }

  .fl-col.ar-seventh h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 1068px) {
  .ar-retention .fl-number-bars .fl-number-string {
    font-size: 22px !important;
  }

  .ar-retention .fl-number-circle-container .fl-number-string {
    font-size: 26px !important;
  }

  .ar-retention .fl-number-circle-container .fl-number-after-text {
    font-size: 12px !important;
  }

  .fl-col.ar-seventh h3 {
    font-size: 14px !important;
  }
}

/* ANNUAL REPORT (MOBILE)
=================================================== */

@media (max-width: 768px) {
  .fl-number .fl-number-text .fl-number-string {
    font-size: 46px !important;
  }

  .ar-retention .fl-number-bars .fl-number-string {
    font-size: 28px !important;
  }

  .ar-retention .fl-number-circle-container .fl-number-string {
    font-size: 40px !important;
  }

  .ar-retention .fl-number-circle-container .fl-number-after-text {
    font-size: 15px !important;
  }

  .fl-col.ar-seventh h3 {
    font-size: 20px !important;
  }

  .ar-happenings .fl-col.ar-sixth .fl-photo-img {
    max-width: 120px;
  }
}

/* BUSINESS DIRECTORY
==================================================================================================== */

.search-wrap {
  padding: 20px 0 10px 0;
}

.search-wrap form {
  padding: 20px 0;
}

.search-wrap input[type="text"] {
  font-size: 20px;
  float: left;
  padding: 15px;
  width: calc(100% - 88px);
  clear: none;
}

.search-wrap input[type="submit"] {
  float: left;
  width: 56px;
  height: 56px;
  padding: 0px;
  background: #1c5694 url(../images/icon-search.svg) center no-repeat;
  background-size: 24px 24px;
  clear: none;
}

.search-wrap input[type="submit"]:hover {
  background: #1b3244 url(../images/icon-search.svg) center no-repeat;
  background-size: 24px 24px;
}

.directory-breadcrumb {
  padding: 20px 0px;
  font-size: 15px;
  color: #aaa;
  line-height: 1.4;
}

.directory-breadcrumb a {
  color: #aaa;
}

.directory-breadcrumb span {
  color: #404040;
}

.industries-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0px 30px;
  /* background: #1c5694; */
}

.industries-wrap > .industry,
.industries-wrap > .industry:visited {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.industries-wrap > .industry:hover {
  text-decoration: none;
  color: #fff;
}

.industry-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.industry-inner {
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.industries-wrap > .industry:hover .industry-inner {
  background: rgba(0, 0, 0, 0.25);
}

.industry-inner h3 {
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.content ul.industry-list.split {
  list-style: none;
  padding: 0;
}

.industry-list {
  width: 100%;
}

.content .industry-list li.half {
  width: 44%;
  float: left;
  background: none;
  margin: 0;
  padding: 0;
  margin-right: 3%;
}

.no-results-wrap {
  padding: 40px 0px;
}

.listings-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px;
}

.listing,
.listing:visited {
  width: 48%;
  margin-left: 4%;
  margin-bottom: 20px;
  background: #f5f2ea;
  border-bottom: 3px solid #f5f2ea;
  color: #404040;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.listing:hover {
  color: #1c5694;
  text-decoration: none;
  border-bottom: 3px solid #1c5694;
}

.listing:nth-of-type(2n + 1) {
  margin-left: 0;
}

.listing-inner {
  padding: 18px;
}

.listing p {
  margin: 0;
  text-transform: lowercase;
  text-transform: capitalize;
}

.listing h3 {
  margin-bottom: 5px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.listing:hover h3 {
  color: #1c5694;
}

.listing-title {
  padding: 0 0 30px 0;
}

#map-canvas {
  width: 100%;
  height: 25vw;
  margin-top: 40px;
}

/* BUSINESS DIRECTORY (SMALL DESKTOP)
=================================================== */

@media (max-width: 1200px) {
  .industries-wrap > .industry,
  .industries-wrap > .industry:visited {
    width: 33%;
    padding-bottom: 33%;
  }
}

/* BUSINESS DIRECTORY (TABLET)
=================================================== */

@media (max-width: 1068px) {
  .industries-wrap > .industry,
  .industries-wrap > .industry:visited {
    width: 50%;
    padding-bottom: 50%;
  }
}

/* BUSINESS DIRECTORY (MOBILE)
=================================================== */

@media (max-width: 768px) {
  .industries-wrap > .industry,
  .industries-wrap > .industry:visited {
    width: 50%;
    padding-bottom: 50%;
  }

  #map-canvas {
    height: 60vw;
  }

  .content .industry-list li.half {
    width: 100%;
    margin-right: 0;
  }

  .content .industry-list li.half ul {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .listing,
  .listing:visited {
    width: 100%;
    margin-left: 0;
  }

  #map-canvas {
    height: 80vw;
  }
}

/* DATA PAGES
==================================================================================================== */

.content iframe {
  width: 100% !important;
}

.linechart {
}

.linechart .fl-module-content {
  overflow: hidden;
}

.linechart iframe {
  height: 470px !important;
  overflow: hidden !important;
  margin-top: -3px;
  margin-right: -3px;
  margin-bottom: -3px;
  margin-left: -3px;
}

.linechart.subhead iframe {
  height: 495px !important;
}

.barchart {
}

.barchart .fl-module-content {
  overflow: hidden;
}

.barchart iframe {
  height: 485px !important;
  overflow: hidden !important;
}

.bignumber .fl-module-content {
  overflow: hidden;
}

.bignumber iframe {
  height: 110px !important;
  overflow: hidden !important;
}

.piechart .fl-module-content {
  overflow: hidden;
}

.piechart iframe {
  height: 475px !important;
  overflow: hidden !important;
}


.bigicon .fl-module-content {
  overflow: hidden;
}

.bigicon iframe {
  height: 180px !important;
  overflow: hidden !important;
  margin-top: -20px;
}

.sideicon {
}

.sideicon .fl-module-content {
  overflow: hidden;
}

.sideicon iframe {
  height: 180px !important;
  overflow: hidden !important;
  margin-top: -20px;
}

.section-head h2 {
  background-image: url(../images/line-bg.png);
  background-repeat: repeat-x;
  background-position: 0px 13px;
}

.section-head h2 span {
  background: #fff;
  padding: 0px 12px;
}

.section-head.cream h2 span {
  background: #f5f2ea;
}

.eimpact-big .fl-module-content,
.eimpact-small .fl-module-content {
  border-radius: 4px;
  overflow: hidden;
}

.eimpact-big .fl-module-content {
  height: 113px;
}

.eimpact-small .fl-module-content {
  height: 85px;
}

.eimpact-big iframe {
  margin: -32px;
  width: calc(100% + 64px) !important;
  max-width: calc(100% + 64px) !important;
  height: calc(85px + 64px);
}

.eimpact-small iframe {
  margin: -18px;
  width: calc(100% + 36px) !important;
  max-width: calc(100% + 36px) !important;
  height: calc(85px + 36px);
}

@media (max-width: 1160px) {
  .eimpact-big .fl-module-content {
    height: 85px;
  }

  .eimpact-big iframe {
    margin: -18px;
    width: calc(100% + 36px) !important;
    max-width: calc(100% + 36px) !important;
    height: calc(85px + 36px);
  }
}

/* DATA PAGES (TABLET)
=================================================== */

@media (max-width: 1068px) {
}

/* DATA PAGES (MOBILE)
=================================================== */

@media (min-width: 616px) and (max-width: 768px) {
  .barchart iframe {
    height: 360px !important;
    overflow: hidden !important;
  }
}

/* HOMEPAGE
==================================================================================================== */

.home-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  z-index: 98;
  background: -moz-linear-gradient(
    top,
    rgba(20, 45, 95, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(20, 45, 95, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(20, 45, 95, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 );
}

.home-video {
  width: 100%;
  z-index: 5;
  position: relative;
  height: 85vh;
}

.home-video-content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.home .fl-row-full-width .fl-row-content-wrap > .fl-row-fixed-width {
  width: calc(80% + 40px);
}

.home .fl-row-fixed-width .fl-row-content-wrap > .fl-row-fixed-width {
  width: calc(80% + 80px);
}

.home .container {
  width: 80%;
}

.home-message {
  background: rgba(0, 0, 0, 0.8) url(img/home-overlay.png) bottom right
    no-repeat;
  background-size: 320px 134px;
  margin: 0 auto;
  padding: 50px 30px;
  text-align: center;
}

.home-message h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 38px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
}

.home-message h1 em {
  font-style: normal;
  color: #f3b300;
}

.home-slider {
  width: 100%;
  height: 90vw !important;
  overflow: hidden;
  background: #000;
  display: none;
  position: relative;
}

.home-slider #full-width-slider {
  width: 100%;
  height: 90vw !important;
}

.home-slider .rsMinW .rsBullets {
  display: none;
}

.home-slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.home-slider-content .container {
  padding: 0;
}

.home-callouts .fl-col-content {
  position: relative;
}

.home-callouts .fl-module-heading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
}

.home-callouts .fl-module-heading .fl-module-content {
  margin: 0 50px;
}

.home-callouts .fl-module-heading h2 {
  display: block;
  margin: 0 auto;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  padding: 10px 20px !important;
  text-align: center;
}

.home-callouts .fl-module-heading h2 span {
  display: block;
  text-align: center;
}

.home-feature a:hover {
  text-decoration: none;
}

.home-feature .featured-image {
  width: 100%;
  padding-bottom: 50%;
  margin: 0 0 20px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.home-feature .featured-image .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #f3b300;
  width: 0;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.home-feature a:hover .featured-image .bar {
  width: 100%;
}

.home-feature .featured-content {
  padding: 0 20px;
}

.home-feature .featured-content.no-image {
  padding-top: 50px;
}

.home-feature h2 {
  text-transform: none;
  font-size: 20px;
}

.home-feature a p {
  color: #404040;
}

/* HOMEPAGE (SMALL DESKTOP)
=================================================== */

@media (max-width: 1200px) {
  .home-message {
    padding: 40px 30px;
  }

  .home-message h1 {
    font-size: 30px;
  }

  .home-callouts .fl-module-heading h2 {
    font-size: 17px;
  }

  .home-feature h2 {
    font-size: 19px;
  }
}

/* HOMEPAGE (TABLET)
=================================================== */

@media (max-width: 1068px) {
  .home-message {
    padding: 30px;
  }

  .home-message h1 {
    font-size: 24px;
  }

  .home-callouts .fl-module-heading h2 {
    font-size: 16px;
  }

  .home-feature h2 {
    font-size: 17px;
  }

  .home-callouts .fl-module-heading .fl-module-content {
    margin: 0 20px;
  }

  .home-feature .featured-image {
    margin: 0 0 10px 0;
  }

  .home-feature .featured-content {
    padding: 0;
  }
}

/* HOMEPAGE (MOBILE)
=================================================== */

@media (max-width: 768px) {
  .home-video {
    display: none;
  }

  .home-slider {
    display: block;
  }

  .home-overlay {
    height: 100px;
  }

  .home .container {
    width: 100%;
  }

  .home-callouts .fl-col {
    margin-bottom: 30px;
  }

  .home-callouts .fl-module-heading h2 {
    font-size: 22px;
  }

  .home-feature h2 {
    font-size: 22px;
  }

  .home-callouts .fl-module-heading .fl-module-content {
    margin: 0 50px;
  }

  .home-feature .featured-image {
    margin: 0 0 20px 0;
  }

  .home-feature .featured-content {
    padding: 0 20px;
  }
}

@media (max-width: 550px) {
  .home-message {
    padding: 20px;
  }

  .home-message h1 {
    font-size: 22px;
  }
}

/* FLIP CARDS
==================================================================================================== */

.flip-cards .fl-row-content {
  display: flex;
  flex-wrap: wrap;
}

.flip-cards .fl-row-content .fl-col-group {
  width: 25%;
}

.flip-cards .fl-col-content {
  position: relative;
  overflow: hidden;
}

.flip-cards .fl-module-cta {
  position: absolute;
  display: flex;
  align-items: center;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f3b300;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

body.fl-builder-edit .flip-cards .fl-module-cta {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
}

.flip-cards .fl-col-content:hover .fl-module-cta {
  top: 0;
}

.flip-cards .fl-module-cta .fl-module-content {
  padding: 30px 30px 40px 30px;
  margin: 0;
}

.flip-cards .fl-module-cta .fl-module-content h3 {
  padding: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}

.flip-cards .fl-module-cta .fl-module-content p {
  margin-bottom: 10px;
}

.flip-cards .fl-module-cta .fl-cta-button {
  padding-top: 5px;
}

.flip-cards .fl-module-cta .fl-cta-button .fl-button {
  padding: 0;
  font-weight: bold;
  background: none;
  overflow: visible;
}

.flip-cards .fl-module-cta .fl-cta-button .fl-button:hover {
  background: none;
}

.flip-cards .fl-module-cta .fl-cta-button .fl-button::after {
  display: none;
}

.flip-cards .fl-module-cta .fl-cta-button .fl-button::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  height: 4px;
  width: 0;
  background: #1c5694;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.flip-cards .fl-module-cta .fl-cta-button .fl-button:hover::before {
  width: 100%;
}

/* FLIP CARDS (SMALL DESKTOP)
=================================================== */

@media (max-width: 1450px) {
  .flip-cards .fl-row-content .fl-col-group {
    width: 33.33%;
  }
}

/* FLIP CARDS (TABLET)
=================================================== */

@media (max-width: 1068px) {
  .flip-cards .fl-row-content .fl-col-group {
    width: 50%;
  }
}

/* FLIP CARDS (MOBILE)
=================================================== */

@media (max-width: 768px) {
  .flip-cards .fl-row-content .fl-col-group {
    width: 100%;
  }

  .flip-cards .fl-col-content {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
  }

  .flip-cards .fl-col-content .fl-module-photo {
    width: 30%;
  }

  .flip-cards .fl-col-content .fl-module-cta {
    width: 70%;
  }

  .flip-cards .fl-module-cta {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
}

@media (max-width: 500px) {
  .flip-cards .fl-col-content .fl-module-photo {
    width: 100%;
  }

  .flip-cards .fl-col-content .fl-module-cta {
    width: 100%;
  }
}

/* HEADER
==================================================================================================== */

header {
  position: fixed;
  width: 33%;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1c5694;
  background-size: cover;
  background-position: center;
}

.home header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: auto;
  background: none;
  z-index: 99;
  
}

.header {
  padding: 20px 40px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) -2%,
    rgba(0, 0, 0, 0) 18%,
    rgba(0, 0, 0, 0.76) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#99000000',GradientType=0 );
}

.home .header {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  background: none;
}

.header::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 223px;
  background: url(assets/images/header-overlay.png) bottom right no-repeat;
  background-size: 300px 223px;
  z-index: -1;
}

.home .header::after {
  display: none;
}

.logo {
  width: 140px;
  max-width: 100%;
}

.home .logo {
  float: left;
}

.logo a {
  display: block;
}

.logo a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.contact {
  position: absolute;
  bottom: 8px;
  color: #fff;
  font-size: 15px;
}

.contact h3 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  color: #bad532;
  padding: 0px;
  margin: 0px 0px 8px 0px;
}

.contact a {
  color: #fff;
}

.contact a:hover {
  color: #bad532;
  text-decoration: none;
}

.contact p {
  padding: 0;
  margin-bottom: 12px;
}

.contact span {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-size: 24px 24px;
  margin: 0px 10px 0px 0px;
}

.contact .phone {
  background-image: url(../images/icon-phone.svg);
}

.contact .email {
  background-image: url(../images/icon-email.svg);
}

nav.primary {
  float: right;
}

.main-nav {
  padding: 20px 40px;
}

.home .main-nav {
  padding: 0;
}

.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav ul li {
  float: left;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.main-nav ul li a {
  display: block;
  margin: 0;
  padding: 8px 15px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 19px;
  color: #404040;
  line-height: 1.6;
}

.home .main-nav ul li a {
  color: #fff;
}

.main-nav ul li a:hover,
.main-nav ul.menu > li:hover > a {
  text-decoration: none;
  background-size: 12px 6px;
  color: #1c5694;
}

.home .main-nav ul li a:hover,
.home .main-nav ul.menu > li:hover > a {
  color: #f3b300;
}

.main-nav ul li ul::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #1c5694;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

.home .main-nav ul li ul::before {
  background: #f3b300;
}

.main-nav ul li:hover ul::before {
  width: 100%;
}

.main-nav ul li ul {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 260px;
  opacity: 0;
  background: #f5f2ea;
  padding: 11px 0 8px 0;
  visibility: hidden;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.main-nav ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

.main-nav ul li ul li {
  float: none;
  margin: 0px;
}

.main-nav ul li ul li a {
  text-transform: none;
  padding: 6px 15px;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  color: #404040;
  background: none;
  line-height: 1.6;
}

.main-nav ul li ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.home .main-nav ul li ul li a:hover {
  color: #1c5694;
}

.main-nav ul li:hover ul li a {
  color: #404040;
}

.mobile-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 25px;

  svg {
    display: block;
    width: 40px;
    height: 40px;
  }
}

.mobile-button a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/icon-mobile-nav.svg);
  background-size: 40px 40px;
  background-position: center;
}

/* HEADER (TABLET)
=================================================== */
.aeda-mobile-nav {
  display: none;
}
@media (max-width: 1068px) {
  .main-nav ul li a {
    padding: 8px 12px;
    font-size: 18px;
  }

  .main-nav ul li ul li a {
    padding: 6px 12px;
  }
  .mobile-button {
    display: block;
  }

  .aeda-mobile-nav {
    display: block;
    z-index: 9999999;

    .aeda-mobile-menu {
      display: block;

      li {
        float: none;
      }
    }
  }
  .aeda-desktop-nav {
    display: none;
  }
}

.aeda-mobile-menu .submenu-arrow {
  float: right;
  font-size: 1.2em;
  color: #888;
  margin-left: 10px;
}

.main-nav .aeda-mobile-menu li {
  border-bottom: 1px solid #eee;
  padding: 0;
  position: static;
}

.main-nav .aeda-mobile-menu > li > a { 
  display: block;
  flex: 1 0 auto;
}

.aeda-mobile-menu li.menu-item a {
  color: black !important;
  padding: 10px 0 !important;
  border-bottom: 0;;
}

.aeda-mobile-menu li.menu-item-has-children > span > a {
  flex: 1 0 auto;
}

.aeda-mobile-menu li.menu-item-has-children li a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.aeda-mobile-menu .sub-menu {
  padding-left: 0;
  background: #f9f9f9;
  opacity: 0;
  visibility: hidden;
  height: 80vh;
  max-height: 1px;

  &.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    min-height: 90vh;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
  }
}

.aeda-mobile-menu .submenu-toggle.back-btn {
  border: 0;
  display: block; 
  width: 100%;
  float: none;
  padding-bottom: 10px;
  color: #565656;
  font-size: 1rem;
}

.aeda-mobile-menu .submenu-toggle.back-btn .submenu-arrow {
  float: left;
  margin-right: 10px;
}

.aeda-mobile-menu .submenu-wrap {
  display: flex;
  justify-content: space-between;
}

.aeda-mobile-menu .submenu-toggle {
  background: none;
  border: 0;
  border-left: 1px solid #eee;
  font-size: 1.2em;
  cursor: pointer;
  padding: 0 8px;
  z-index: 9;
}
.aeda-mobile-menu .submenu-toggle .submenu-arrow {
  color: #3a76ba;
}

.aeda-mobile-menu li.menu-item-has-children > a {
  width: calc(100% - 32px);
  display: inline-block;
}

.aeda-mobile-menu .menu-item-has-children:hover {
  .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}
.aeda-mobile-menu .menu-item-has-children.submenu-open:hover {
  .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}


/* HEADER (MOBILE)
=================================================== */

@media (max-width: 768px) {
  header {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    bottom: auto;
    background-position: center;
  }

  .header {
    padding: 15px 20px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }

  .header::after {
    display: none;
  }

  .logo {
    width: 80px;
  }

  .contact {
    display: none;
  }

  .main-nav {
    display: none;
  }
}

/* FOOTER (MOBILE)
==================================================================================================== */

.footer {
  padding: 30px 0 0;
  width: 67%;
  float: right;
}

.home .footer{
  padding: 30px 0 0;
  width: inherit;
  float: none;
}


.footer-left {
  float: left;
  margin: 0 0 30px;
  padding: 0 50px 0 0;
}

.footer-right {
  float: right;
  margin: 0 0 30px;
}

.footer h3 {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 19px;
  color: #1c5694;
  text-transform: uppercase;
  padding: 0;
  margin: 5px 0 12px;
}

.footer ul.menu {
  margin: 0 0 24px;
  padding: 0;
}

.footer ul.menu li {
  margin: 0 0 10px;
}

.footer ul.menu li a {
  color: #404040;
}

.footer .e2ma_signup_form {
  width: 380px;
}

.footer .e2ma_signup_form_label {
  display: block;
  margin-bottom:5px;
}

span.e2ma_signup_form_required_asterix{
  display: none;
}

.footer .e2ma_signup_form_required_footnote {
  display: none;
}

.footer .e2ma_signup_form_row {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  clear: none;
  width: calc(100% - 140px);
}

.footer .e2ma_signup_form input[type="email"] {
  border: 0;
  padding: 8px;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  width: calc(100% - 16px);
  background: #fff;
}

.footer .e2ma_signup_form_button_row {
  float: left;
  clear: none;
  margin-top: 20px;
}

.footer .e2ma_signup_form_button_row #e2ma_signup_reset_button {
  display: none;
}

.footer .e2ma_signup_form_button {
  width: 130px !important;
  background: #1c5694;
  border: 0px;
  padding: 9px 0;
  color: #fff;
  text-align: center;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

/* FOOTER (TABLET)
=================================================== */

@media (max-width: 1068px) {
  .footer-right {
    float: left;
    clear: left;
    margin: 0 0 30px;
  }
}

/* FOOTER (MOBILE)
=================================================== */

@media (max-width: 768px) {
  .footer .e2ma_signup_form {
    width: 100%;
  }
}

/* FORM ELEMENTS
==================================================================================================== */

textarea,
input[type="text"],
input[type="file"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"] {
  border: none;
  padding: 8px;
  font-size: 16px;
  color: #404040;
  width: 100%;
  font-family: "Roboto", Arial, sans-serif;
  background: #fff;
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

input::placeholder {
  color: #ccc;
}

textarea:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"] {
  border: 1px solid #1c5694;
}

input[type="submit"],
input[type="button"] {
  background: #1c5694;
  border: 0px;
  color: #fff;
  padding: 12px 20px;
  margin: 0px 0px 20px 0px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background: #1a70b3;
  color: #fff;
}

.content .nf-form-fields-required {
  display: none;
}

/* FORM ELEMENTS (TABLET)
=================================================== */

@media (max-width: 1068px) {
}

/* FORM ELEMENTS (MOBILE)
=================================================== */

@media (max-width: 768px) {
}

/* ACCESSIBILITY STYLING FIXES
=================================================== */

.fl-accordion-button-label:hover{
  color: #fff !important;
}

.fl-builder-content p a{
  text-decoration: underline;
}


