/* Sky Blue*/
/* Olive */
/* Dark Slate */
/* Dark Blue Grey */
/* Light Navy Blue */
/* Orange  */
/* MIXINS */
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin-top: 136px;
  color: #3f4c53; }

.hero {
  background: #264f6c; }

.heroIntro {
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 100%;
  color: #fff; }
  .heroIntro .button {
    margin: .4rem; }
  @media (min-width: 48em) {
    .heroIntro {
      padding-top: 7rem;
      padding-bottom: 6rem; } }

.background1 {
  background: #54b4d0 !important;
  color: #fff; }

.background2 {
  background: #77994c !important;
  color: #fff; }

.background3 {
  background: #3f4c53 !important;
  color: #fff; }

.background4 {
  background: #264f6c !important;
  color: #fff; }

.background5 {
  background: #2D6482 !important;
  color: #fff; }

.background6 {
  background: #dd7248 !important;
  color: #fff; }

.color1 {
  color: #54b4d0 !important; }

.color2 {
  color: #77994c !important; }

.color3 {
  color: #3f4c53 !important; }

.color4 {
  color: #264f6c !important; }

.color5 {
  color: #2D6482 !important; }

.color6 {
  color: #dd7248 !important; }

.col p:last-of-type {
  padding-bottom: 0 !important; }

.relative {
  position: relative; }

.overflowHidden {
  overflow: hidden; }

.matrialPreviewOneCol {
  display: block;
  margin: auto !important;
  width: 100%;
  height: auto !important;
  max-width: 200px !important; }
  @media (min-width: 36em) {
    .matrialPreviewOneCol {
      max-width: 300px !important; } }

.matrialPreviewTwoCol {
  display: block;
  margin: auto;
  width: 100%;
  height: auto !important;
  max-width: 200px !important;
  margin-bottom: 2rem; }
  @media (min-width: 36em) {
    .matrialPreviewTwoCol {
      max-width: 380px !important; } }
  @media (min-width: 48em) {
    .matrialPreviewTwoCol {
      max-width: 380px !important; } }
  @media (min-width: 62em) {
    .matrialPreviewTwoCol {
      max-width: 200px !important; } }

.t4la-hero {
  margin: auto !important;
  width: 100%;
  max-width: 240px; }
  @media (min-width: 48em) {
    .t4la-hero {
      max-width: 100%; } }

.imgBackgroundExtend1 {
  width: 10000px;
  margin-right: 99%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-size: auto 100%;
  background-image: url("/assets/images/blue-bar-background.png"); }

.portraitCaption {
  display: block;
  position: absolute;
  top: calc(100% + 4px);
  font-size: 16px;
  text-align: right !important; }

.pillBarCopy {
  text-align: center;
  padding: 2rem 1rem; }
  .pillBarCopy h1, .pillBarCopy h2, .pillBarCopy h3, .pillBarCopy p {
    margin: auto; }
  @media (min-width: 48em) {
    .pillBarCopy {
      text-align: left; }
      .pillBarCopy h1, .pillBarCopy h2, .pillBarCopy h3, .pillBarCopy p {
        margin: 0; } }

.pillBarButton {
  padding: 0 1rem 2rem 1rem; }
  @media (min-width: 48em) {
    .pillBarButton {
      padding: 2rem 1rem 2rem 1rem; } }

.pillBarleftMain {
  width: 100%;
  background: #264f6c;
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0; }
  @media (min-width: 48em) {
    .pillBarleftMain {
      width: 10000%; } }

.pillBarleftCurve {
  width: 100%;
  background: #264f6c;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0; }
  @media (min-width: 48em) {
    .pillBarleftCurve {
      width: 50%;
      border-radius: 0 1000px 1000px 0; } }

.pillBarImageRight {
  display: none;
  position: absolute;
  height: 100%;
  right: 0;
  border-radius: 0 1000px 1000px 0; }
  @media (min-width: 62em) {
    .pillBarImageRight {
      display: block; } }

nav {
  padding-right: 0 !important;
  margin: 0 !important;
  margin-right: 0; }

.navbar {
  padding: 2rem 1rem !important;
  background: #fff !important;
  font-size: 0.85rem;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000; }
  .navbar .nav-link, .navbar .dropdown-item {
    width: auto;
    font-size: 11px;
    font-weight: bold;
    padding: .5rem 1rem;
    margin: 0;
    white-space: nowrap;
    color: #54b4d0 !important; }
    .navbar .nav-link:hover, .navbar .nav-link:active, .navbar .dropdown-item:hover, .navbar .dropdown-item:active {
      background: #f8f8f8;
      border-radius: 10px;
      color: #2D6482 !important; }
    .navbar .nav-link:visited, .navbar .dropdown-item:visited {
      color: #54b4d0; }
  .navbar .dropdown-item:hover, .navbar .dropdown-item:active {
    border-radius: 0 !important; }
  .navbar .navbar-nav > li {
    margin: 0; }
    @media (min-width: 62em) {
      .navbar .navbar-nav > li {
        margin-left: 10px;
        margin-right: 10px; } }
    .navbar .navbar-nav > li:last-of-type {
      margin-right: 0; }
  .navbar .dropdown-menu {
    padding: 0;
    background: #eee;
    margin-left: 2rem; }
    @media (min-width: 62em) {
      .navbar .dropdown-menu {
        background: #fff;
        margin-left: 0rem; } }
  .navbar .collapse {
    margin-bottom: 1rem; }
    @media (min-width: 62em) {
      .navbar .collapse {
        margin-bottom: 0; } }

.navbar .navbar-toggler .icon-bar {
  background: black !important; }

.navbar-toggler {
  border: 0;
  outline: none !important;
  margin: 0;
  padding: 0;
  color: #54b4d0; }
  .navbar-toggler:hover {
    color: #54b4d0; }

.buttons {
  width: 100%;
  display: flex;
  flex-direction: row; }
  .buttons a:first-child {
    width: 100% !important;
    width: auto;
    flex-grow: 1;
    margin-right: 1rem; }

.ekko-lightbox-nav-overlay span {
  text-shadow: 0 0 1px black, 0 0 1px black, 0 0 1px black, 0 0 1px black; }

.ekko-lightbox {
  overflow: hidden !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie100 {
    width: 100% !important; } }
.entries .card {
  background: #eee;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 2rem;
  border: 0; }
  .entries .card li a, .entries .card li a:visited, .entries .card p a, .entries .card p a:visited {
    text-decoration: none;
    color: #fff; }
  .entries .card li a:active, .entries .card li a:hover, .entries .card p a:active, .entries .card p a:hover {
    text-decoration: underline;
    color: #fff; }
  .entries .card ul {
    padding-bottom: 2rem; }
  .entries .card .cta .btnWhite {
    width: 100% !important;
    max-width: 240px; }
  .entries .card .cta {
    width: 100%; }
  .entries .card .content {
    flex-grow: 1;
    align-self: stretch; }
  @media (min-width: 62em) {
    .entries .card .contentBox {
      padding-right: 4rem; } }
  @media (min-width: 62em) {
    .entries .card {
      border-radius: 4rem; } }
  .entries .card p {
    flex-grow: 1; }
.entries .cardFull {
  padding: 1.5rem; }
  @media (min-width: 62em) {
    .entries .cardFull {
      padding: 3rem; } }
  .entries .cardFull img {
    max-width: 400px;
    margin: auto;
    padding-bottom: 2rem; }
    @media (min-width: 62em) {
      .entries .cardFull img {
        padding-bottom: 0rem; } }

.entries3x3 {
  padding: 0;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap; }
  .entries3x3 .entry {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: calc(100% - 2rem);
    margin: 1rem;
    box-sizing: border-box; }
    @media (min-width: 36em) {
      .entries3x3 .entry {
        width: calc(50% - 2rem); } }
    @media (min-width: 62em) {
      .entries3x3 .entry {
        width: calc(33.333% - 2rem); } }

.entries2x2 {
  padding: 0;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap; }
  .entries2x2 .entry {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: calc(100% - 2rem);
    margin: 1rem;
    box-sizing: border-box; }
    @media (min-width: 62em) {
      .entries2x2 .entry {
        width: calc(50% - 2rem); } }

.entriesSingle {
  padding: 0;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap; }
  .entriesSingle .entry {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: calc(100% - 2rem);
    margin: 1rem;
    box-sizing: border-box; }

.calloutBar {
  padding: 6rem 0 !important;
  background: #2D6482;
  text-align: center; }
  .calloutBar h1, .calloutBar h2, .calloutBar h3, .calloutBar h4 {
    padding-bottom: 0 !important; }
  @media (min-width: 62em) {
    .calloutBar {
      text-align: left; } }
  .calloutBar .buttonCol {
    align-items: center;
    width: 100%; }
    .calloutBar .buttonCol a {
      margin: auto;
      width: auto; }
      @media (min-width: 62em) {
        .calloutBar .buttonCol a {
          width: 100%; } }

.sectionGrey {
  background: #eee; }

.section {
  margin: 2rem 0; }
  @media (min-width: 48em) {
    .section {
      margin: 4rem 0; } }

.lh-norm {
  line-height: normal; }

.contentIntro {
  padding-bottom: 2rem; }
  @media (min-width: 62em) {
    .contentIntro {
      padding-bottom: 0; } }

.contactCardImg {
  max-width: 180px;
  margin: auto;
  margin-top: 0;
  margin-bottom: 4rem;
  width: 100%;
  height: auto; }
  @media (min-width: 48em) {
    .contactCardImg {
      max-width: 360px;
      margin-top: -6rem; } }

.contactFormContainer {
  background: white;
  padding: 2rem;
  border-radius: 4rem; }
  @media (min-width: 48em) {
    .contactFormContainer {
      padding: 4rem; } }

.contactFootForm {
  color: #2D6482;
  background: #3f4c53;
  padding: 5rem 0; }
  .contactFootForm label {
    color: #666;
    font-size: 0.75rem;
    padding: 0;
    margin: 0;
    line-height: .8rem; }

[data-label="false"] label {
  /* display: none; */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.bold {
  font-weight: bold !important; }

input[type=text],
input[type=select],
input[type=email] {
  background-color: #eee; }

input, select, textarea {
  font-size: 1rem;
  border-radius: 28px !important;
  padding: 1rem !important;
  margin-bottom: 1rem;
  border: 0 !important; }

textarea {
  background: #eee !important;
  height: 4rem; }

input, select {
  height: 3.4rem !important; }

#sendContactForm select {
  font-size: 1rem !important;
  border-radius: 28px !important;
  padding: 1rem !important;
  margin-bottom: 1rem;
  font-weight: 600 !important; }

footer .footerFirst {
  padding: 1.4rem 0;
  background: #333;
  color: #fff; }
  footer .footerFirst a, footer .footerFirst a:visited {
    color: #fff; }
  footer .footerFirst a:hover, footer .footerFirst a:active {
    color: #2D6482;
    text-decoration: none; }
  footer .footerFirst h3 {
    margin: 0; }
  footer .footerFirst p:last-of-type {
    padding-bottom: 0; }
  footer .footerFirst .logo {
    max-width: 160px;
    margin: auto;
    float: none; }
    @media (min-width: 62em) {
      footer .footerFirst .logo {
        margin: 0;
        float: right; } }
  footer .footerFirst .links a {
    display: block;
    line-height: 2rem;
    font-weight: 500; }
  footer .footerFirst .row > div {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem; }
    footer .footerFirst .row > div:last-of-type {
      padding-top: 0; }
    footer .footerFirst .row > div:first-of-type {
      padding-bottom: 1rem; }
    @media (min-width: 62em) {
      footer .footerFirst .row > div:last-of-type {
        padding-top: 2.6rem; }
      footer .footerFirst .row > div:first-of-type {
        padding-bottom: 2.6rem; } }
footer .footerLast {
  color: #fff;
  background: #333;
  display: block;
  font-size: 0.75rem; }
  footer .footerLast .logo {
    max-width: 100px;
    margin: auto; }
    @media (min-width: 62em) {
      footer .footerLast .logo {
        margin: 0; } }
  footer .footerLast p {
    margin-bottom: 0;
    padding-bottom: 0; }
  footer .footerLast .row > div {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    footer .footerLast .row > div:last-of-type {
      padding-top: 0; }
    @media (min-width: 62em) {
      footer .footerLast .row > div:last-of-type {
        padding-top: 1rem; } }
footer .footerEnd {
  padding: 2rem 0;
  color: #fff;
  background: #333;
  display: block;
  font-size: 0.75rem; }
  footer .footerEnd a {
    text-decoration: none; }
  footer .footerEnd .logo {
    max-width: 100px;
    width: 100%; }
footer .note {
  margin-top: 0 !important;
  padding-top: 0 !important; }
  footer .note p {
    font-size: 0.85rem;
    line-height: 1.4rem;
    margin: 0;
    padding: 0; }

a, a:visited {
  color: #54b4d0;
  text-decoration: underline; }

a:active, a:hover {
  color: #3f4c53;
  text-decoration: underline; }

a.light, a.light:visited {
  color: #fff;
  text-decoration: underline; }

a.light:active, a.light:hover {
  color: #2D6482;
  text-decoration: underline; }

h1 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  padding: 0 0 1.4rem 0; }
  @media (min-width: 48em) {
    h1 {
      font-size: 2.6rem; } }
  @media (min-width: 62em) {
    h1 {
      font-size: 3rem; } }

h1.super {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  padding: 0 0 1.4rem 0; }
  @media (min-width: 48em) {
    h1.super {
      font-size: 3rem; } }
  @media (min-width: 62em) {
    h1.super {
      font-size: 3.4rem; } }

h2 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  padding: 0 0 1.4rem 0; }
  @media (min-width: 48em) {
    h2 {
      font-size: 2.6rem; } }
  @media (min-width: 62em) {
    h2 {
      font-size: 2.6rem; } }

h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0;
  padding: 0 0 1.4rem 0; }
  @media (min-width: 48em) {
    h3 {
      font-size: 1.6rem; } }
  @media (min-width: 62em) {
    h3 {
      font-size: 1.6rem; } }

h5 {
  line-height: 1.4rem;
  margin: 0;
  padding: 0 0 .5rem 0;
  font-size: 1rem;
  font-weight: bold; }
  @media (min-width: 48em) {
    h5 {
      font-size: 1rem; } }

h6 {
  font-size: 0.85rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.6em; }

p {
  line-height: 2rem;
  margin: 0;
  padding: 0 0 2.5rem 0; }
  p a {
    word-wrap: break-word; }

hr {
  border-top: 1px solid #77994c;
  width: 80%;
  margin: auto;
  padding-bottom: 2.4rem; }

.smallUpper {
  text-transform: uppercase;
  letter-spacing: .4rem;
  font-size: .9rem;
  color: #54b4d0; }

.contentBlock h1, .contentBlock h2, .contentBlock h3, .contentBlock h4, .contentBlock h5 {
  display: inline-block; }
.contentBlock i {
  position: relative;
  display: inline-block;
  background: #2D6482;
  border-radius: 50%;
  color: white;
  padding: .6rem;
  margin-right: .5rem;
  margin-top: 1rem;
  top: -.1rem;
  font-size: 1rem;
  width: 36px;
  vertical-align: top; }
  @media (min-width: 48em) {
    .contentBlock i {
      width: 38px;
      padding: .6rem;
      font-size: 1.2rem; } }
.contentBlock i + h3 {
  padding-top: 1.3rem !important;
  max-width: 80%; }
  @media (min-width: 48em) {
    .contentBlock i + h3 {
      padding-top: 1.15rem !important; } }
.contentBlock ul, .contentBlock ol {
  line-height: 1.8rem;
  margin: 0;
  padding: 0 0 2.5rem 0;
  /* was 2rem */ }
  .contentBlock ul li, .contentBlock ol li {
    padding-left: .5rem;
    margin-left: 1rem;
    margin-bottom: 1rem; }
    .contentBlock ul li:last-of-type, .contentBlock ol li:last-of-type {
      margin-bottom: 0; }
    .contentBlock ul li img, .contentBlock ol li img {
      padding-top: 1rem;
      padding-bottom: 1rem; }
.contentBlock ul li ul:last-of-type,
.contentBlock ul li ol:last-of-type,
.contentBlock ul li ol li:last-of-type,
.contentBlock ul li ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0 !important; }

table {
  width: 100%;
  margin: 0 0 2.5rem 0;
  border-collapse: collapse;
  border-spacing: 5px;
  font-size: 0.85rem; }
  table td {
    background: #eee; }
    table td p {
      line-height: 1.6rem; }
    table td h5 {
      line-height: 1.6; }
    table td p:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0; }
  table th {
    background: #2D6482; }
  table td, table th {
    padding: .5rem !important;
    border: 2px solid #fff; }
  table .nowrap {
    white-space: normal; }
    @media (min-width: 62em) {
      table .nowrap {
        white-space: nowrap; } }
  table .top {
    vertical-align: top; }

table.centerData th,
table.centerData tr td {
  text-align: center; }
table.centerData tr th,
table.centerData tr td:first-child {
  text-align: left; }

table.highlightFirst tr td:first-child {
  font-weight: bold; }

table.highlightLastLine tr:last-of-type td {
  background: #999 !important;
  color: #fff; }

table.highlightLast tr th:last-child {
  background: #77994c;
  color: #fff; }
table.highlightLast tr td:last-child {
  background: #3f4c53;
  color: #fff;
  font-weight: bold; }

table.tcollapse {
  table-layout: fixed; }
  @media (max-width: 62em) {
    table.tcollapse thead {
      display: none; }
    table.tcollapse tr {
      display: block;
      outline: 1px solid #999;
      margin-bottom: 1rem; }
    table.tcollapse td {
      display: block;
      font-size: 0.85rem;
      text-align: right !important; }
      table.tcollapse td:before {
        content: attr(data-label);
        font-weight: bold;
        float: left;
        text-transform: uppercase; }
      table.tcollapse td:last-child {
        border-bottom: 0; } }

table.lcTable {
  border: 0; }

table.lcTable td {
  background: #fff;
  padding-left: 0 !important;
  padding-right: 1rem !important;
  vertical-align: top;
  width: 50%; }

@media only screen and (max-width: 720px) {
  table.lcTable td {
    display: block;
    width: 100%; } }
img + h2,
figure + h2,
p + h2,
ul + h2 {
  /*padding:2rem 0 1.4rem 0;*/ }

figure figcaption {
  display: block;
  margin: 0;
  padding: .3rem;
  background: #eee;
  color: #54b4d0;
  font-size: 0.75rem; }

figure.rightimgAlign {
  width: 33%;
  min-width: 150px;
  float: right;
  margin: .5rem 0 .4rem 1rem;
  padding: 0 !important; }

figure.leftimgAlign {
  width: 33%;
  min-width: 150px;
  float: left;
  margin: .5rem 1rem .4rem 0;
  padding: 0 !important; }

figure.right5050imgAlign {
  width: 50%;
  min-width: 150px;
  float: right;
  margin: .5rem 0 .4rem 1rem;
  padding: 0 !important; }

figure.left5050imgAlign {
  width: 50%;
  min-width: 150px;
  float: left;
  margin: .5rem 1rem .4rem 0;
  padding: 0 !important; }

figure.logo260 {
  width: 100%;
  max-width: 260px;
  margin: 0 0 1rem 0;
  padding: 0; }

figure.logo220 {
  width: 100%;
  max-width: 220px;
  margin: 0 0 1rem 0;
  padding: 0; }

figure.logo200 {
  width: 100%;
  max-width: 220px;
  margin: 0 0 1rem 0;
  padding: 0; }

a.small, a.small:visited {
  color: #54b4d0;
  font-size: 0.85rem;
  font-weight: bold; }

a.small:hover, a.small:active {
  color: #2D6482;
  text-decoration: none; }

.imgResponsive,
.pageBody img {
  display: none;
  width: 100%;
  height: auto;
  display: block; }

.pageBody figure {
  padding: 0 0 2rem 0; }

.pageBody:last-of-type {
  padding-bottom: 2rem; }

#newsEntries article {
  padding: 2rem 0; }
  #newsEntries article:first-of-type {
    padding-top: 0; }
#newsEntries h2 {
  padding: 0;
  margin: 0;
  line-height: 2rem; }
  #newsEntries h2 a, #newsEntries h2 a:visited {
    font-size: 1.6rem;
    text-transform: none;
    color: #54b4d0; }
  #newsEntries h2 a.hover, #newsEntries h2 a.active {
    text-decoration: none; }
#newsEntries time {
  padding: .4rem 0 1rem 0;
  margin: 0;
  font-size: 0.85rem;
  color: #666; }

.newsList a {
  line-height: auto !important; }

.news .headline {
  padding-bottom: 3rem; }
  .news .headline h1 {
    padding: 0;
    margin: 0; }
.news article {
  display: block;
  padding-bottom: 2rem; }
  .news article h1, .news article h2, .news article h3 {
    text-transform: none; }
  .news article time {
    display: block;
    padding: .4rem 0 2rem 0;
    margin: 0;
    font-size: 0.85rem;
    color: #666; }
  .news article p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 1rem; }
.news #loadMore {
  visibility: hidden; }
.news #loading {
  float: left;
  display: none;
  margin-right: .5em;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: 0; }
.news #archiveMenu {
  padding-top: 0;
  margin-top: 0; }
  .news #archiveMenu #archive {
    padding-bottom: 2rem; }
    .news #archiveMenu #archive a {
      display: block;
      margin-top: .4rem; }
    .news #archiveMenu #archive ul {
      padding: 0 0 .5rem 1rem;
      margin: 0; }
      .news #archiveMenu #archive ul a {
        color: #54b4d0;
        font-size: 0.85rem; }
  .news #archiveMenu .sidebarContentsGrey {
    padding-bottom: .8rem; }
  .news #archiveMenu ul {
    padding: 0;
    margin: 0 0 1rem 0; }
    @media (min-width: 62em) {
      .news #archiveMenu ul {
        margin: 0; } }
    .news #archiveMenu ul li {
      margin-top: .4rem;
      margin-right: 2rem;
      display: inline-block; }
      @media (min-width: 62em) {
        .news #archiveMenu ul li {
          margin-right: 0;
          display: block; } }

.newsFeed .entry {
  transition: box-shadow 0.2s;
  transition: transform 0.2s;
  overflow: hidden;
  padding-bottom: 2rem;
  outline: 1px solid #ddd;
  box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
  height: 100%; }
  .newsFeed .entry:hover, .newsFeed .entry:active, .newsFeed .entry:visited {
    transform: scale(1.01);
    box-shadow: 0 0 50px -10px rgba(0, 0, 0, 0.25); }
    .newsFeed .entry:hover h3, .newsFeed .entry:active h3, .newsFeed .entry:visited h3 {
      color: #54b4d0 !important; }
  .newsFeed .entry .preview {
    position: relative;
    width: 100%;
    padding-bottom: 66.6666%;
    overflow: hidden !important; }
    .newsFeed .entry .preview img {
      position: absolute;
      object-fit: cover;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }
  .newsFeed .entry h3 {
    margin: 1.5rem 1.5rem 0 1.5rem;
    padding: 0;
    text-align: left;
    font-size: 1.2rem;
    text-transform: none; }
  .newsFeed .entry .cta {
    transition: all 0.2s;
    margin-left: 1.5rem; }

.blueItalic {
  font-style: italic;
  text-align: center;
  font-weight: bold;
  color: #77994c; }

.btnGroup {
  margin: 0;
  padding: 0; }

.btnGroup a {
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 36em) {
    .btnGroup a {
      width: auto; } }

.btnGroup > .btnOrange:not(:last-child),
.btnGroup > .btnGreen:not(:last-child),
.btnGroup > .btnGrey:not(:last-child),
.btnGroup > .btnBlue:not(:last-child) {
  margin-right: 1rem; }

.tags {
  padding: 2rem 0 4rem 0; }
  .tags span {
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: .5rem; }
  .tags a, .tags a:visited {
    display: inline-block;
    color: #54b4d0;
    background: #eee;
    font-size: 0.85rem;
    padding: 0 1rem;
    margin: .14rem 0;
    border-radius: .5rem;
    line-height: 2em;
    transition: background 0.2s; }
  .tags a:hover, .tags a:active {
    color: #fff;
    background: #54b4d0;
    text-decoration: none; }

.pagination {
  margin: 4rem 0;
  display: block;
  position: relative;
  width: 100%;
  letter-spacing: -2px;
  font-weight: bold;
  font-size: .6em !important;
  line-height: .6rem;
  overflow: visible;
  text-align: center;
  white-space: nowrap; }
  @media (min-width: 36em) {
    .pagination {
      font-size: .9em !important;
      text-align: left; } }
  .pagination i {
    font-size: .9em !important;
    line-height: .6rem; }
  .pagination .pages, .pagination .navleft, .pagination .navright {
    display: inline-block; }
  .pagination .navleft a, .pagination .navright a {
    transform: scale(1);
    opacity: .4; }
    @media (min-width: 36em) {
      .pagination .navleft a, .pagination .navright a {
        text-transform: scale(0.8); } }
  .pagination .jumpto {
    display: none; }
    @media (min-width: 36em) {
      .pagination .jumpto {
        display: inline-block; } }
  .pagination .navright {
    margin-left: 0rem; }
    @media (min-width: 36em) {
      .pagination .navright {
        margin-left: 1rem; } }
  .pagination .navleft {
    margin-right: 0rem; }
    @media (min-width: 36em) {
      .pagination .navleft {
        margin-right: 1rem; } }
  .pagination a, .pagination span {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 1em 1.2em;
    margin-right: .2em;
    outline: 0 !important;
    border: 1px solid #fff;
    background: #eee;
    color: #54b4d0;
    font-weight: bold;
    transition: all 0.3s;
    border-radius: .6rem;
    min-width: 2rem;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07); }
    @media (min-width: 36em) {
      .pagination a, .pagination span {
        min-width: 3rem; } }
    .pagination a.current, .pagination span.current {
      background: #2D6482;
      color: #fff;
      text-decoration: none; }
  .pagination a:hover {
    opacity: 1;
    background: #2D6482;
    color: #fff; }
  .pagination a:active {
    background: #2D6482;
    color: #fff;
    text-decoration: none; }
  .pagination a:first-of-type {
    /*border-radius: 1em 0 0 1em;*/ }
  .pagination a:last-of-type {
    /*border-radius: 0 1em 1em 0;*/ }

.btnGreyFull {
  width: 100% !important; }

.btn {
  border-radius: 5rem; }

.btnWhite,
.btnGreen,
.btnOrange,
.btnBlue,
.btnGreyFull,
.btnGrey {
  min-width: 210px;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  height: 3.2rem;
  border-radius: 5rem;
  outline: 0 !important;
  padding: 0 2rem;
  border: 0;
  line-height: normal;
  text-decoration: none;
  transition: all 0.3s ease;
  outline: 2px solid transparent !important; }
  .btnWhite:hover,
  .btnGreen:hover,
  .btnOrange:hover,
  .btnBlue:hover,
  .btnGreyFull:hover,
  .btnGrey:hover {
    text-decoration: none;
    outline: 2px solid #fff !important; }

.btnGreyFull,
.btnGrey {
  background: #2D6482;
  color: #fff; }
  .btnGreyFull:hover,
  .btnGrey:hover {
    color: #fff !important;
    background: #3f4c53; }
  .btnGreyFull:visited,
  .btnGrey:visited {
    color: #fff; }

.btnBlue {
  color: #fff;
  background: #54b4d0; }
  .btnBlue:hover {
    color: #fff !important;
    background: #2D6482; }
  .btnBlue:visited {
    color: #fff; }

.btnGreen {
  color: #fff;
  background: #77994c; }
  .btnGreen:hover {
    color: #fff !important;
    background: #2D6482; }
  .btnGreen:visited {
    color: #fff; }

.btnOrange {
  color: #fff;
  background: #dd7248; }
  .btnOrange:hover {
    color: #fff !important;
    background: #2D6482; }
  .btnOrange:visited {
    color: #fff; }

.btnWhite {
  color: #54b4d0;
  background: #fff; }
  .btnWhite:visited {
    color: #54b4d0;
    background: #fff; }
  .btnWhite:hover {
    color: #54b4d0;
    background: #2D6482; }

.btnFixedSize {
  max-width: none;
  width: 100%; }
  @media (min-width: 36em) {
    .btnFixedSize {
      max-width: 320px; } }

.btnRight {
  float: right; }

.secondaryMenu {
  background: #eee;
  overflow: auto;
  margin: 0;
  padding: 0; }
  .secondaryMenu .container {
    padding-left: 1rem; }
    @media (min-width: 62em) {
      .secondaryMenu .container {
        /*padding-left:0;*/ } }
  .secondaryMenu .toggle {
    width: 100%;
    padding: .8em 0;
    cursor: pointer;
    box-sizing: border-box;
    color: #2D6482; }
    .secondaryMenu .toggle h6.mobile {
      margin: 0;
      padding: 0;
      font-size: 0.75rem;
      text-transform: uppercase;
      display: inline-block; }
    .secondaryMenu .toggle i {
      margin: 0;
      padding: 0;
      line-height: .7em;
      float: right; }
    @media (min-width: 62em) {
      .secondaryMenu .toggle {
        display: none; } }
    .secondaryMenu .toggle .flipped {
      filter: FlipV; }
  .secondaryMenu h6.desktop {
    color: #2D6482;
    padding-top: 1rem;
    margin-right: .5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: none; }
    @media (min-width: 62em) {
      .secondaryMenu h6.desktop {
        display: block;
        float: left; } }
  .secondaryMenu li {
    list-style-type: none; }
  .secondaryMenu ul.menu {
    margin: 0;
    padding: 0;
    display: inline;
    height: 100%; }
    @media (min-width: 62em) {
      .secondaryMenu ul.menu {
        padding: 0; } }
  .secondaryMenu ul.menu li {
    float: none;
    margin-right: 0; }
    @media (min-width: 62em) {
      .secondaryMenu ul.menu li {
        float: left; } }
  .secondaryMenu #secMen {
    margin-bottom: 1rem; }
    @media (min-width: 62em) {
      .secondaryMenu #secMen {
        margin-bottom: 0; } }
  @media (min-width: 62em) {
    .secondaryMenu #secMen.collapse {
      float: left;
      display: block; } }
  .secondaryMenu ul.menu li a {
    margin: 0;
    width: 100%;
    display: block;
    padding: 1rem .8rem;
    transition: background 0.2s;
    font-size: 0.75rem;
    font-weight: 500;
    text-decoration: none;
    color: #999; }
    .secondaryMenu ul.menu li a:hover {
      color: black;
      background-color: #ffffff;
      box-shadow: 0 0 18px rgba(0, 0, 0, 0.1); }

a.btnGreyFull,
a.btnWhite,
a.btnBlue,
a.btnGreen,
a.btnOrange,
a.btnGrey {
  height: auto;
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important; }

.blockPad {
  margin-top: 5rem; }
  .blockPad:last-of-type {
    margin-bottom: 5rem; }

.blockPad.flushBottom {
  margin-bottom: 0 !important; }

.contentBlock h2, .contentBlock h3 {
  padding: 2rem 0 1.4rem 0; }
  .contentBlock h2:first-of-type, .contentBlock h3:first-of-type {
    padding: 0 0 1.4rem 0; }

.contentBlock > *:last-child {
  padding-bottom: 0; }

.contentBlock > table:last-child {
  margin-bottom: 0; }

.callout {
  background: #eee !important;
  padding: 2rem !important;
  border-radius: 10px;
  margin-bottom: 2.5rem; }
  .callout *:last-child {
    padding-bottom: .0; }

.sectionBlock {
  padding-top: 5rem; }
  .sectionBlock:last-of-type {
    padding-bottom: 5rem; }

.hero {
  padding: 2rem 0;
  height: auto !important;
  min-height: 70vh; }

.heroImage {
  color: #fff !important; }
  @media (min-width: 62em) {
    .heroImage {
      background-attachment: fixed !important; } }

.heroCarousel {
  color: #fff !important; }

.heroHeading {
  width: 100%;
  background: #000; }
  .heroHeading h1 {
    display: inline-block;
    max-width: none; }
    @media (min-width: 62em) {
      .heroHeading h1 {
        max-width: 95%; } }
  .heroHeading .ikeLogo {
    display: none;
    height: 57px;
    padding-bottom: 21px;
    padding-left: 20px; }
    @media (min-width: 71em) {
      .heroHeading .ikeLogo {
        display: inline-block; } }

.backgroundOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0));
  /* url('images/background.jpg'); */
  background-size: cover;
  color: white;
  padding: 20px; }

ul.timeline {
  list-style-type: none;
  position: relative;
  margin-left: 0;
  padding-left: 1.6rem; }
  ul.timeline:before {
    content: ' ';
    border-left: 4px dotted #d4d9df;
    display: inline-block;
    position: absolute;
    margin-top: 4px;
    left: 5px;
    width: 3px;
    height: 100%; }
  ul.timeline > li {
    margin: 20px 0;
    padding-left: 0px;
    padding-right: 1rem;
    /*
    &:before {
        content: ' '; background: white; display: inline-block; position: absolute; border-radius: 50%;
        background:$color5; border: 3px solid $color1;  margin-top:4px; left: 0; width: 14px; height: 14px;
    }
    */ }
    ul.timeline > li:before {
      content: ' ';
      background: white;
      display: inline-block;
      position: absolute;
      background: #264f6c;
      margin-top: 4px;
      left: 0;
      width: 14px;
      height: 14px;
      transform: rotate(45deg); }
    ul.timeline > li span {
      font-size: 0.85rem;
      display: block;
      line-height: 1.2em;
      color: #999; }

.heroCallout {
  transition: all 0.3s !important;
  background: #051a35;
  position: sticky2;
  top: 0;
  z-index: 1;
  color: #fff;
  padding: .6rem;
  margin: 3rem 1rem -2rem 1rem;
  border-radius: 1.5rem; }
  @media (min-width: 36em) {
    .heroCallout {
      margin: 0;
      border-radius: 0; } }
  .heroCallout a {
    text-decoration: none; }
  .heroCallout:hover {
    background: #77994c; }
    @media (min-width: 48em) {
      .heroCallout:hover .arrow {
        -webkit-animation: backandforth 1.5s ease 0s;
        -webkit-animation-iteration-count: infinite;
        animation: backandforth 1.5s ease 0s;
        animation-iteration-count: infinite; } }
    .heroCallout:hover h4 {
      color: #fff; }
  .heroCallout h4 {
    transition: all 0.3s !important;
    padding: 0;
    margin: 0;
    color: #efaf1c;
    font-size: 1.3rem; }
    @media (min-width: 48em) {
      .heroCallout h4 {
        font-size: 1.5rem; } }
  .heroCallout p {
    padding: .5rem 0;
    line-height: normal;
    color: #fff; }
  .heroCallout img {
    max-height: 90px;
    width: auto;
    margin: auto;
    display: block; }
  .heroCallout .copy {
    text-align: center; }
    @media (min-width: 48em) {
      .heroCallout .copy {
        text-align: left; } }
  .heroCallout .cta {
    color: #efaf1c;
    font-size: .9rem;
    line-height: 1rem; }

@-webkit-keyframes backandforth {
  0% {
    padding-left: 0; }
  50% {
    padding-left: .6rem; }
  100% {
    padding-left: 0; } }
@keyframes backandforth {
  0% {
    padding-left: .2rem; }
  50% {
    padding-left: .6rem; }
  100% {
    padding-left: .2rem; } }
ul.downloads {
  list-style-type: none;
  position: relative;
  margin-left: 0;
  padding-left: 1.6rem; }
  ul.downloads > li {
    margin: 20px 0;
    padding-left: 0px;
    padding-right: .5rem; }
    ul.downloads > li:first-of-type {
      margin-top: 0; }
    ul.downloads > li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f019";
      display: inline-block;
      position: absolute;
      color: #2D6482;
      margin-top: -2px;
      left: 0;
      width: 14px;
      height: 14px;
      font-weight: 900; }
    ul.downloads > li span {
      font-size: 0.75rem;
      font-weight: normal;
      display: block;
      line-height: 1.4em;
      color: #999;
      margin-top: .2rem; }
    ul.downloads > li p {
      font-weight: 0.75rem; }
      ul.downloads > li p:first-of-type {
        margin-bottom: 0; }
    ul.downloads > li ul {
      margin-bottom: 0; }
    ul.downloads > li a p {
      color: #54b4d0; }

.accordionSection {
  display: none;
  padding-bottom: 3rem; }
  .accordionSection .card {
    margin-bottom: 0rem;
    border-radius: 10px;
    background: none; }
  .accordionSection .card-header {
    border: 0;
    margin: .8rem 0;
    padding: .0;
    font-size: 1rem; }
    .accordionSection .card-header p:last-child {
      padding-bottom: 0; }
    .accordionSection .card-header :hover {
      text-decoration: underline; }
  .accordionSection .card-body {
    border: 0;
    margin: 0;
    padding: .8rem;
    font-size: 1rem; }
    .accordionSection .card-body p:last-child {
      padding-bottom: 0; }
  .accordionSection .card-body.blue {
    /*background: $color4;*/
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1rem; }
  .accordionSection .card-header.blue {
    background: #2D6482;
    padding-left: 0;
    padding-right: 0;
    color: #fff !important; }
    .accordionSection .card-header.blue x {
      color: #fff !important; }
  .accordionSection .card-body.lblue {
    /*background: #3c92ab;*/
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1rem; }
  .accordionSection .card-header.lblue {
    background: #54b4d0;
    padding-left: 0;
    padding-right: 0;
    color: #fff !important; }
    .accordionSection .card-header.lblue x {
      color: #fff !important; }
  .accordionSection .card-body.green {
    /*background: #52880e;*/
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1rem; }
  .accordionSection .card-header.green {
    background: #77994c;
    padding-left: 0;
    padding-right: 0;
    color: #fff !important; }
    .accordionSection .card-header.green x {
      color: #fff !important; }
  .accordionSection .card-link.green,
  .accordionSection .card-link.lgreen,
  .accordionSection .card-link.blue {
    color: #fff !important; }
  .accordionSection .card-header > a {
    position: relative;
    display: block;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding-right: 20px; }
  .accordionSection .collapsed {
    border: 0; }
  .accordionSection .card-header:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    border-radius: 100px;
    width: 28px;
    height: 28px;
    font-weight: 900;
    font-size: 22px;
    top: 11px;
    right: 2px;
    position: absolute;
    font-family: "Font Awesome 5 Free"; }
  .accordionSection .card-header > a[aria-expanded="false"]:after {
    content: "\f067";
    transition: all .2s;
    color: #fff;
    opacity: .5;
    font-weight: 900;
    font-size: 22px;
    top: -4px;
    right: 6px;
    position: absolute;
    font-family: "Font Awesome 5 Free"; }
  .accordionSection .card-header > a[aria-expanded="false"]:before {
    content: "open";
    transition: all .2s;
    color: #eee;
    opacity: .5;
    font-weight: normal;
    font-size: .7rem;
    top: 4px;
    right: 34px;
    position: absolute; }
  .accordionSection .card-header > a[aria-expanded="false"]:hover:after {
    opacity: 1; }
  .accordionSection .card-header > a[aria-expanded="false"]:hover:before {
    opacity: 1; }
  .accordionSection .card-header > a[aria-expanded="true"]:after {
    content: "\f068";
    color: #fff;
    font-weight: 900;
    font-size: 22px !important;
    font-size: 1rem;
    top: -4px;
    right: 6px;
    position: absolute;
    font-family: "Font Awesome 5 Free"; }
  .accordionSection .card-header > a[aria-expanded="true"]:before {
    content: "close";
    color: #eee;
    font-weight: normal;
    font-size: .7rem;
    top: 4px;
    right: 34px;
    position: absolute; }

.milestonesUl {
  margin: 0 !important;
  padding: 0 0 0 1rem !important; }
  .milestonesUl li {
    margin-bottom: .4rem; }
    .milestonesUl li:last-of-type {
      margin: 0; }

.bgimage {
  width: 100%;
  height: 400px; }
  @media (min-width: 48em) {
    .bgimage {
      height: 400px; } }
  @media (min-width: 62em) {
    .bgimage {
      height: 500px; } }

.bgimage h5 {
  color: white;
  text-shadow: 2px 2px #333; }

.carousel {
  z-index: 0;
  color: #fff; }

.row.gutter-20 {
  /*
  margin-left: -40px;  margin-right: -40px;
  */ }

.gutter-20 [class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px !important;
  padding-bottom: 40px; }

/* menu options */
@media (min-width: 979px) {
  .dropdown:hover > .dropdown-menu {
    display: block; }

  .dropdown > #navbarDropdown:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none; }

  .dropdown-menu {
    margin-top: -1px; }

  .nav-link {
    margin-left: 10px;
    margin-right: 10px; } }
.container {
  max-width: 1140px; }

header {
  z-index: 1; }

.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.headroom--pinned {
  top: 0; }

.headroom--unpinned {
  top: -40%; }

.formError {
  border: 1px solid #d00000 !important; }

.modal-dialog-full-width {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important; }

.modal-content-full-width {
  height: auto !important;
  min-height: 100% !important;
  border-radius: 0 !important;
  background-color: #ececec !important; }

.modal-header-full-width {
  border-bottom: 1px solid #9ea2a2 !important; }

.modal-footer-full-width {
  border-top: 1px solid #9ea2a2 !important; }

.modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.modal .logo {
  max-width: 200px;
  margin: auto; }

@media (max-width: 45em) {
  .mobileHide {
    display: none !important; } }

.videowrapper, .videoWrap {
  background: #77994c;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 2rem;
  overflow: hidden; }

.videowrapper iframe, .videoWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sidebar {
  margin-top: 5rem; }
  @media (min-width: 62em) {
    .sidebar {
      margin-top: 4.2rem; } }
  .sidebar p {
    font-size: 0.85rem; }
  .sidebar p:last-of-type {
    /* font-size:$small; line-height: 2em; padding: 0 0 .3rem 0;*/ }

.sidebar.noPadVert {
  margin-top: 5rem; }
  @media (min-width: 62em) {
    .sidebar.noPadVert {
      margin-top: 0; } }

.sidebar div *:last-child {
  margin-bottom: 0;
  padding-bottom: .0; }
.sidebar div .centerImage {
  display: block;
  margin: auto;
  max-width: 260px; }
.sidebar .btnGrey, .sidebar .btnBlue, .sidebar .btnGreen, .sidebar .btnOrange, .sidebar .small {
  display: inline-block;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  margin-bottom: 1rem !important; }

.sectiondark, .sidebardark {
  background: #eee; }

.sectionlight, .sidebarlight {
  background: #fff; }

.sidebarContentsGrey {
  background: #eee;
  border-radius: 10px;
  padding: 2rem 1.5rem;
  margin-bottom: 3.7rem; }
  .sidebarContentsGrey h6 a {
    color: #54b4d0; }
  .sidebarContentsGrey figure, .sidebarContentsGrey ul, .sidebarContentsGrey ol, .sidebarContentsGrey p {
    padding-bottom: 1rem; }
  .sidebarContentsGrey *:last-child {
    margin-bottom: 0;
    padding-bottom: .8rem; }

.newsFeed + div .iconSection {
  margin-top: 0 !important; }

.iconSection a, .iconSection a:visited {
  color: #54b4d0; }
.iconSection h3 {
  margin: 0;
  padding: 0; }
.iconSection p {
  margin: 0;
  padding: 1rem 0 1rem 0; }
  @media (min-width: 62em) {
    .iconSection p {
      max-width: none; } }
.iconSection i {
  color: #2D6482;
  font-size: 6rem;
  margin: 0 1.6rem 1.6rem 1.6rem; }
  @media (min-width: 62em) {
    .iconSection i {
      font-size: 8rem; } }

.textIconPageBlock {
  overflow: auto; }
  .textIconPageBlock h3, .textIconPageBlock h4 {
    margin: 0  !important;
    padding: 0 !important; }
  .textIconPageBlock h4 {
    font-weight: 300;
    text-transform: uppercase; }
  .textIconPageBlock .header {
    /*display: flex; align-items: center;*/
    display: table;
    width: 100%;
    overflow: visible; }
    .textIconPageBlock .header div {
      display: table-cell;
      vertical-align: middle; }
    .textIconPageBlock .header div:first-of-type {
      text-align: center;
      width: 70px; }
      @media (min-width: 48em) {
        .textIconPageBlock .header div:first-of-type {
          width: 116px; } }
  .textIconPageBlock .cols {
    /*display: flex; align-items: center;  align-items: flex-start;*/
    display: table;
    width: 100%;
    overflow: visible; }
    .textIconPageBlock .cols div {
      display: table-cell;
      vertical-align: top; }
    .textIconPageBlock .cols div:first-of-type {
      padding-right: 1rem;
      text-align: center;
      width: 70px; }
      @media (min-width: 48em) {
        .textIconPageBlock .cols div:first-of-type {
          width: 116px; } }
  .textIconPageBlock i {
    color: #2D6482;
    font-size: 2.8rem;
    width: 60px; }
    @media (min-width: 48em) {
      .textIconPageBlock i {
        font-size: 3rem; } }
  .textIconPageBlock .icon {
    /* textPageBlock */
    display: block;
    width: 100%;
    min-width: 40px;
    max-width: 100px; }
  .textIconPageBlock h3 {
    margin: .0 0 0 0;
    padding: 0; }
  .textIconPageBlock em {
    display: block;
    font-weight: #999; }
  .textIconPageBlock p:first-of-type {
    margin-top: .5rem; }

/*  DASHBOARDS */
iframe {
  border: 0; }

.basicDashboard {
  overflow: visible;
  height: calc((100vw - 60px) * .59);
  max-height: 640px; }

blockquote.pageQuote {
  position: relative;
  text-align: left;
  padding: 0 0 2.5rem 2.4rem !important;
  border: none;
  width: 100%;
  display: block; }
  blockquote.pageQuote p {
    padding-bottom: .8rem; }

blockquote.pageQuote:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  color: #2D6482;
  top: 0;
  background: -moz-linear-gradient(top, #2D6482 0%, #2D6482 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #2D6482 0%, #2D6482 60%, rgba(255, 255, 255, 0) 100%); }

blockquote.pageQuote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-size: 40px;
  display: block;
  font-style: italic;
  font-weight: 900;
  color: #eee; }

blockquote.pageQuote .attributed {
  font-size: 0.85rem;
  font-weight: bold;
  font-style: italic; }

blockquote.pageQuote > cite,
blockquote.pageQuote > p > cite {
  font-size: 0.85rem;
  font-style: italic; }

#mapOverlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 48em) {
    #mapOverlay {
      display: none; } }
  #mapOverlay #openMap {
    display: block;
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -19px; }

#mapClose {
  position: absolute;
  text-align: right;
  bottom: 28px;
  right: .5rem;
  cursor: pointer;
  display: none;
  padding: .5rem 1rem !important; }

#topOfPage {
  position: fixed;
  width: 38px;
  height: 38px;
  bottom: 1.5rem;
  left: 50%;
  margin-left: -18px;
  border: 2px solid #fff;
  background: #264f6c;
  line-height: 2.1rem;
  color: #fff;
  z-index: 2000;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  transition: background 0.2s;
  display: none;
  border-radius: 2rem; }
  #topOfPage:hover {
    background: #2D6482; }

.projectDash,
.overviewDash,
.commitmentsDash,
.projectsOverfive,
.dashboard169 {
  position: relative;
  padding-bottom: 57%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1em;
  background: #eee; }
  .projectDash iframe,
  .overviewDash iframe,
  .commitmentsDash iframe,
  .projectsOverfive iframe,
  .dashboard169 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    overflow: hidden; }

.slimDash, .eightMilProgress {
  position: relative;
  padding-bottom: 25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  margin-top: -30px; }
  .slimDash iframe, .eightMilProgress iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0 !important;
    padding: 0  !important;
    overflow: hidden !important; }

.projectMap {
  display: block;
  position: relative;
  height: 100%;
  height: calc(100vh - 100px); }
  @media (min-width: 36em) {
    .projectMap {
      height: 70vh;
      max-height: 602px;
      min-height: 602px; } }

.embed-container object, .embed-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  height: calc(100vh - 100px);
  z-index: -1; }
  @media (min-width: 36em) {
    .embed-container object, .embed-container iframe {
      height: 70vh;
      max-height: 602px;
      min-height: 602px; } }

small {
  position: absolute;
  z-index: 40;
  bottom: 0; }

.progressBar {
  position: relative;
  height: 0;
  padding-bottom: 20%;
  overflow: hidden; }

.progressKey {
  margin-bottom: 2rem; }
  .progressKey p {
    margin-bottom: .5rem;
    padding-bottom: 0;
    font-size: 0.85rem; }
  .progressKey i {
    color: #264f6c;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-top: -5px; }
  .progressKey .key {
    max-width: 300px;
    margin: auto;
    text-align: center; }
    .progressKey .key div {
      display: inline-block;
      margin: .5rem; }
      .progressKey .key div h6 {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        display: inline-block; }
  .progressKey .tworks {
    margin-top: .5rem;
    max-width: 340px;
    position: relative; }
    .progressKey .tworks i {
      position: absolute;
      left: 0;
      top: 22px;
      font-size: 1.4rem;
      color: #2D6482 !important;
      transform: rotate(70deg); }
    .progressKey .tworks h6 {
      display: block;
      padding-left: 1.6rem !important;
      text-align: left;
      top: 0; }

@media screen and (max-width: 980px) {
  .dashboard169 {
    padding-bottom: 400%; }

  .overviewDash {
    padding-bottom: 490%; }

  .commitmentsDash {
    padding-bottom: 590%; }

  .projectDash {
    padding-bottom: 390%; }

  .slimDash {
    padding-bottom: 346%; }

  .eightMilProgress {
    padding-bottom: 175%; }

  .projectsOverfive {
    padding-bottom: 170%; }

  .basicDashboard {
    height: calc((100vw - 60px) * 4);
    max-height: none; }

  .pbiMobileWrap {
    max-width: 460px;
    margin: auto; }

  .progressBar {
    position: relative;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden; } }

/*# sourceMappingURL=style.css.map */
