/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
#editAnywhere {
  display: none; }

#conveythis-wrapper {
  z-index: 1000 !important; }
  @media screen and (max-width: 749px) {
    #conveythis-wrapper {
      bottom: 0 !important;
      left: unset !important;
      right: 0 !important;
      top: unset !important; } }

body {
  background-color: #ffffff;
  color: #111b3c; }

/* Global Styles */
p, tr, td, li, dl {
  font-family: proxima-nova, sans-serif;
  font-size: 1.125rem; }

h1, .h1 {
  color: #111b3c;
  font-weight: 900;
  font-family: poppins, sans-serif; }

h2, .h2 {
  color: #111b3c;
  font-weight: 900;
  font-family: poppins, sans-serif; }
  h2.primary, .h2.primary {
    color: #111b3c; }

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  color: #111b3c;
  font-weight: 400;
  font-family: poppins, sans-serif; }

td.secondaryBackground {
  background-color: #007ec6;
  color: #fff; }

td.mediumBlueBackground {
  background-color: #00598d;
  color: #ffffff; }

@media screen and (max-width: 63em) {
  tr, td, th {
    width: 100% !important;
    height: auto !important;
    max-height: auto !important; } }

.label {
  font-weight: 600; }

/* ----- Reusable Styles ----- */
.warning {
  color: #fcb040; }

.success {
  color: #8dc63f; }

.alert {
  color: #ef4934; }

.listerHeader {
  align-items: center;
  margin-bottom: 2rem; }
  .listerHeader h2 {
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 64rem) {
      .listerHeader h2 {
        margin: 0 1em 0 0;
        text-align: left; } }
  .listerHeader .button {
    display: none;
    margin: 0; }
    @media screen and (min-width: 64rem) {
      .listerHeader .button {
        display: inline-block; } }

.viewAllFooterLink {
  display: block;
  text-align: center;
  margin: 2rem auto 0 auto; }
  @media screen and (min-width: 64em) {
    .viewAllFooterLink {
      display: none; } }

.heavyTitle {
  font-family: poppins, sans-serif;
  color: #111b3c;
  font-weight: 900;
  font-size: 2rem; }

.introText {
  font-size: 20px;
  font-weight: 400; }

/* Expandies */
.accordion-title {
  font-weight: 600; }

.collapsibleHeader {
  padding: 10px;
  background: #ffffff;
  cursor: pointer;
  text-align: left;
  width: 100%; }

.collapsibleHeader span.fa {
  margin-right: 16px;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid #333333; }

.collapsibleContent {
  margin: 15px 0;
  padding: 0 15px;
  display: none;
  overflow: hidden; }

/* Button Overrides */
button:focus {
  outline: none; }

.button {
  position: relative;
  width: auto; }
  .button span {
    display: inline-block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01);
    will-change: transform; }
  .button:hover span {
    transform: translate3d(-0.7rem, 0, 0); }
  .button:after {
    display: block;
    content: url(graphics/foundation/assets/img/button_arrow.svg);
    position: absolute;
    width: 1.1em;
    right: 2rem;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01);
    will-change: right, opacity; }
    .button:after * {
      stroke-width: 5;
      stroke-color: transparent; }
  .button:hover:after {
    opacity: 1;
    right: 1rem; }
  .button.hollow.black {
    border-color: #333333;
    color: #333333; }
  .button.hollow.white:hover {
    color: #ffffff;
    border-color: #ffffff; }

.button.primary svg > path {
  fill: #ffffff; }

.button.secondary {
  background: #007ec6; }

body.chamber .button.secondary {
  background: #007ec6; }

body.edc .button.secondary {
  background: #8dc63f; }

body.partnership .button.secondary {
  background: #ef4934; }

body.aspire .button.secondary {
  background: #fcb040; }

form table tbody, form table thead, form table tfoot {
  border: none; }

form table tbody tr:nth-child(even) {
  background-color: transparent; }

form table tr {
  background-color: transparent; }

/* ----- Main Header ----- */
#mainHeader {
  background: #ffffff;
  transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01);
  position: relative;
  z-index: 999; }
  #mainHeader .topBar {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 3px solid #007ec6;
    font-weight: 900;
    text-transform: uppercase;
    font-size: .8rem;
    background: #ffffff;
    padding-right: 0; }
    @media screen and (min-width: 40em) {
      #mainHeader .topBar {
        display: block; } }
    @media screen and (min-width: 63em) {
      #mainHeader .topBar {
        padding-right: 120px; } }
    #mainHeader .topBar .grid-container {
      justify-content: center;
      align-items: center;
      height: 45px; }
      @media screen and (min-width: 0) and (max-width: 64.1em) {
        #mainHeader .topBar .grid-container {
          justify-content: flex-start; } }
      @media screen and (min-width: 64.1em) {
        #mainHeader .topBar .grid-container {
          justify-content: flex-end; } }
    #mainHeader .topBar nav ul {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #mainHeader .topBar nav ul li {
        display: inline-block;
        margin: 0 1.5em 0 0;
        font-size: .8rem; }
        @media screen and (min-width: 64.1em) {
          #mainHeader .topBar nav ul li {
            margin: 0 3em; } }
      #mainHeader .topBar nav ul li:last-child {
        margin-right: 0; }
      #mainHeader .topBar nav ul a {
        color: #939393;
        transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
      #mainHeader .topBar nav ul li.chamber a:hover {
        color: #007ec6; }
      #mainHeader .topBar nav ul li.partnership a:hover {
        color: #ef4934; }
      #mainHeader .topBar nav ul li.edc a:hover {
        color: #8dc63f; }
      #mainHeader .topBar nav ul li.aspire a:hover {
        color: #fcb040; }
      #mainHeader .topBar nav ul li.visitclarksville a:hover {
        color: #003a5d; }
    #mainHeader .topBar .topBarSiteSearch {
      display: none;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      margin-left: 2rem;
      margin-right: 4rem; }
      @media screen and (min-width: 64.1em) {
        #mainHeader .topBar .topBarSiteSearch {
          display: flex; } }
      #mainHeader .topBar .topBarSiteSearch form {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        margin-left: 1em; }
      #mainHeader .topBar .topBarSiteSearch button {
        color: #007ec6;
        cursor: pointer; }
      #mainHeader .topBar .topBarSiteSearch input[type="text"] {
        border: none;
        outline: none;
        margin: 0 0 0 10px;
        padding: 3px;
        box-shadow: none;
        color: #939393;
        text-align: right;
        transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01);
        width: 115px; }
        #mainHeader .topBar .topBarSiteSearch input[type="text"]:focus {
          outline: none; }
        #mainHeader .topBar .topBarSiteSearch input[type="text"]::-moz-placeholder {
          text-transform: uppercase;
          font-weight: 900; }
        #mainHeader .topBar .topBarSiteSearch input[type="text"]:-ms-input-placeholder {
          text-transform: uppercase;
          font-weight: 900; }
        #mainHeader .topBar .topBarSiteSearch input[type="text"]::-ms-input-placeholder {
          text-transform: uppercase;
          font-weight: 900; }
        #mainHeader .topBar .topBarSiteSearch input[type="text"]::placeholder {
          text-transform: uppercase;
          font-weight: 900; }
  #mainHeader .header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 1rem;
    background: #ffffff;
    height: 122px;
    transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01);
    border-top: 3px solid; }
    @media screen and (min-width: 40em) {
      #mainHeader .header {
        border-top: none;
        flex-flow: row nowrap; } }
    #mainHeader .header .headerLogo {
      display: block;
      width: 180px;
      flex: 0 0 180px;
      margin-right: 1rem;
      transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
      @media screen and (min-width: 63em) {
        #mainHeader .header .headerLogo {
          width: 245px;
          flex: 0 0 245px;
          margin-right: 5rem; } }
      #mainHeader .header .headerLogo img {
        max-width: 100%; }
      #mainHeader .header .headerLogo svg {
        max-width: 100%; }
  #mainHeader.scrolled .sticky {
    border-bottom: 4px solid #007ec6; }
  #mainHeader.scrolled .header {
    height: 48px;
    padding: 0; }
    #mainHeader.scrolled .header .headerLogo {
      transform: scale(0.5, 0.5); }
  #mainHeader .sticky {
    background: #ffffff; }

body.aspire #mainHeader .headerLogo svg {
  max-width: 110px; }

body.chamber #mainHeader .topBar {
  border-bottom: 3px solid #007ec6; }
  body.chamber #mainHeader .topBar nav ul li.chamber a {
    color: #007ec6; }
  body.chamber #mainHeader .topBar .topBarSiteSearch button {
    color: #007ec6; }

body.chamber #mainHeader.scrolled .sticky {
  border-bottom: 4px solid #007ec6; }

body.chamber #mainHeader .header {
  border-color: #007ec6; }

body.partnership #mainHeader .headerLogo {
  width: 165px;
  flex: 0 0 165px; }

body.partnership #mainHeader .topBar {
  border-bottom: 3px solid #ef4934; }
  body.partnership #mainHeader .topBar nav ul li.partnership a {
    color: #ef4934; }
  body.partnership #mainHeader .topBar .topBarSiteSearch button {
    color: #ef4934; }

body.partnership #mainHeader.scrolled .sticky {
  border-bottom: 4px solid #ef4934; }

body.partnership #mainHeader .header {
  border-color: #ef4934; }

body.edc #mainHeader .topBar {
  border-bottom: 3px solid #8dc63f; }
  body.edc #mainHeader .topBar nav ul li.edc a {
    color: #8dc63f; }
  body.edc #mainHeader .topBar .topBarSiteSearch button {
    color: #8dc63f; }

body.edc #mainHeader.scrolled .sticky {
  border-bottom: 4px solid #8dc63f; }

body.edc #mainHeader .header {
  border-color: #8dc63f; }

body.aspire #mainHeader .topBar {
  border-bottom: 3px solid #fcb040; }
  body.aspire #mainHeader .topBar nav ul li.aspire a {
    color: #fcb040; }
  body.aspire #mainHeader .topBar .topBarSiteSearch button {
    color: #fcb040; }

body.aspire #mainHeader.scrolled .sticky {
  border-bottom: 4px solid #fcb040; }

body.aspire #mainHeader .header {
  border-color: #fcb040;
  padding: 0 1em 1em 1em; }

.heroSlideshow {
  display: block;
  position: relative;
  margin: 2rem 0;
  height: 450px;
  padding: 0;
  z-index: 0; }
  @media screen and (min-width: 40em) {
    .heroSlideshow {
      height: 520px; } }
  .heroSlideshow .singleBox {
    width: 100%; }
  .heroSlideshow .slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 500px; }
    .heroSlideshow .slide div.grid-container {
      position: relative;
      box-sizing: border-box;
      padding: 0 5px; }
      .heroSlideshow .slide div.grid-container.box1 {
        width: 100%; }
        @media screen and (min-width: 63em) {
          .heroSlideshow .slide div.grid-container.box1 {
            width: 33.33%; } }
      .heroSlideshow .slide div.grid-container.box2, .heroSlideshow .slide div.grid-container.box3 {
        display: none; }
        @media screen and (min-width: 63em) {
          .heroSlideshow .slide div.grid-container.box2, .heroSlideshow .slide div.grid-container.box3 {
            display: block; } }
    .heroSlideshow .slide div:nth-child(1) {
      justify-content: space-between; }
    .heroSlideshow .slide div:nth-child(1) > h2 {
      font-size: 2rem;
      line-height: 1.1em;
      margin-top: 0;
      margin-bottom: 2rem;
      transform: translateX(-2rem);
      opacity: 0;
      transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
      @media screen and (min-width: 63em) {
        .heroSlideshow .slide div:nth-child(1) > h2 {
          font-size: 2.5rem;
          margin-top: 3rem; } }
      .heroSlideshow .slide div:nth-child(1) > h2.active {
        transform: translateX(0);
        opacity: 1; }
    .heroSlideshow .slide div:nth-child(3) .image, .heroSlideshow .slide div:nth-child(3) .video {
      position: absolute;
      bottom: 0; }
    .heroSlideshow .slide .heroCTABox {
      display: flex;
      position: relative;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 2rem;
      box-sizing: border-box;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 100%;
      height: 450px !important;
      flex-grow: 1;
      left: 0;
      transform: translateX(-2rem);
      opacity: 0;
      transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
      @media screen and (min-width: 10em) and (max-width: 43em) {
        .heroSlideshow .slide .heroCTABox {
          height: 300px !important; } }
      @media screen and (min-width: 63em) {
        .heroSlideshow .slide .heroCTABox {
          height: 100% !important;
          flex-grow: 0;
          width: 90%;
          left: 10%; } }
      .heroSlideshow .slide .heroCTABox.active {
        transform: translateX(0);
        opacity: 1; }
      .heroSlideshow .slide .heroCTABox > * {
        position: relative;
        z-index: 1; }
      .heroSlideshow .slide .heroCTABox h2, .heroSlideshow .slide .heroCTABox h3, .heroSlideshow .slide .heroCTABox h4 {
        font-size: 1.2rem;
        color: #ffffff; }
      .heroSlideshow .slide .heroCTABox p {
        font-size: 1rem;
        color: #ffffff; }
      .heroSlideshow .slide .heroCTABox .button.white.hollow:hover {
        color: #ffffff;
        border-color: #ffffff; }
      .heroSlideshow .slide .heroCTABox.colorOverlay:after {
        display: block;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #007ec6;
        color: #fff;
        opacity: .9; }
    .heroSlideshow .slide .image {
      display: flex;
      flex-flow: row nowrap;
      justify-content: stretch;
      align-items: stretch;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 0 0;
      width: 100%;
      height: 100%;
      position: relative; }
      .heroSlideshow .slide .image.full {
        width: 90%;
        right: 0;
        left: 10%; }
        .heroSlideshow .slide .image.full.noTitle {
          width: 100%;
          left: 0;
          right: 0; }
      .heroSlideshow .slide .image.tall {
        transform: translateY(2rem);
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
        .heroSlideshow .slide .image.tall.active {
          transform: translateY(0);
          opacity: 1; }
      .heroSlideshow .slide .image.short {
        height: 70%;
        transform: translateX(2rem);
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
        .heroSlideshow .slide .image.short.active {
          transform: translateX(0);
          opacity: 1; }
    .heroSlideshow .slide .videoContainer {
      width: 100%;
      height: 100%;
      max-width: 920px;
      margin: 0 auto; }
    .heroSlideshow .slide .video {
      display: flex;
      flex-flow: row nowrap;
      justify-content: stretch;
      align-items: stretch;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      position: relative;
      -o-object-fit: cover;
         object-fit: cover; }
      .heroSlideshow .slide .video.full {
        -o-object-fit: contain;
           object-fit: contain;
        height: 300px; }
        @media screen and (min-width: 63em) {
          .heroSlideshow .slide .video.full {
            height: 100%;
            height: 100%; } }
      .heroSlideshow .slide .video.tall {
        transform: translateY(2rem);
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
        .heroSlideshow .slide .video.tall.active {
          transform: translateY(0);
          opacity: 1; }
      .heroSlideshow .slide .video.short {
        height: 70%;
        transform: translateX(2rem);
        opacity: 0;
        transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
        .heroSlideshow .slide .video.short.active {
          transform: translateY(0);
          opacity: 1; }
      .heroSlideshow .slide .video video {
        width: 100%;
        height: 100%; }
    .heroSlideshow .slide[data-slide-type="singleBox"] .titleContainer {
      display: block;
      position: relative;
      margin: 0;
      padding: 0;
      top: 0;
      left: 0;
      z-index: 1; }
      @media screen and (min-width: 63em) {
        .heroSlideshow .slide[data-slide-type="singleBox"] .titleContainer {
          position: absolute; } }
      .heroSlideshow .slide[data-slide-type="singleBox"] .titleContainer .cell {
        padding: 1rem 4rem 1rem 2rem;
        background: #ffffff; }
  .heroSlideshow .flickity-prev-next-button {
    transform: rotate(-180deg);
    width: 75px;
    height: 75px;
    background: none;
    outline: none;
    box-shadow: none;
    border: none; }
    .heroSlideshow .flickity-prev-next-button.none {
      border: none; }
    .heroSlideshow .flickity-prev-next-button:focus {
      box-shadow: none;
      outline: none;
      border: none; }
  .heroSlideshow .flickity-prev-next-button.next {
    right: 0;
    top: 1rem; }
    @media screen and (min-width: 43em) and (max-width: 63em) {
      .heroSlideshow .flickity-prev-next-button.next {
        top: -1rem; } }
    @media screen and (min-width: 63em) {
      .heroSlideshow .flickity-prev-next-button.next {
        top: 4rem; } }
  .heroSlideshow .flickity-button {
    color: #007ec6; }
  .heroSlideshow .flickity-prev-next-button .flickity-button-icon {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    @media screen and (min-width: 63em) {
      .heroSlideshow .flickity-prev-next-button .flickity-button-icon {
        top: 20%;
        left: 0; } }

body.chamber .heroSlideshow .slide .heroCTABox.colorOverlay:after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #007ec6;
  color: #fff;
  opacity: .9; }

body.chamber .flickity-button {
  color: #007ec6; }

body.partnership .heroSlideshow .slide .heroCTABox.colorOverlay:after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ef4934;
  color: #fff;
  opacity: .9; }

body.partnership .flickity-button {
  color: #ef4934; }

body.edc .heroSlideshow .slide .heroCTABox.colorOverlay:after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #8dc63f;
  color: #fff;
  opacity: .9; }

body.edc .flickity-button {
  color: #8dc63f; }

body.aspire .heroSlideshow .slide .heroCTABox.colorOverlay:after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fcb040;
  color: #fff;
  opacity: .9; }

body.aspire .flickity-button {
  color: #fcb040; }

/* ----- Main Menu ----- */
.mobileNav {
  height: calc(100% - 6px);
  left: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 9999; }
  @media screen and (min-width: 0) and (max-width: 43em) {
    .mobileNav {
      top: 3px; } }
  @media screen and (min-width: 44em) and (max-width: 63em) {
    .mobileNav {
      top: 48px; } }

.mobileNav-inner {
  background: #fff;
  display: block;
  height: 100%;
  max-width: 100%;
  overflow-y: scroll;
  padding: 0px 0;
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  transition: transform 0.5s ease 0.3s, visibility 0.5s ease;
  visibility: hidden;
  width: calc(100% - 76px);
  box-shadow: 0px 3px 10px #00000029; }

.mobileNavSearch form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 1em; }

.mobileNavSearch button {
  color: #007ec6;
  cursor: pointer; }

.mobileNavSearch input[type="text"] {
  border: none;
  outline: none;
  margin: 0 1rem 0 0;
  padding: 3px 3px 3px 0;
  box-shadow: none;
  color: #939393;
  text-align: left;
  transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01);
  width: 160px; }
  .mobileNavSearch input[type="text"]:focus {
    outline: none; }
  .mobileNavSearch input[type="text"]::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 900;
    color: #939393; }
  .mobileNavSearch input[type="text"]:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 900;
    color: #939393; }
  .mobileNavSearch input[type="text"]::-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 900;
    color: #939393; }
  .mobileNavSearch input[type="text"]::placeholder {
    text-transform: uppercase;
    font-weight: 900;
    color: #939393; }

.submenu-toggle[aria-expanded='true']::after {
  transform: none; }

.mobileNav-inner .mobileNav-trigger {
  position: absolute;
  top: unset;
  right: 1rem;
  color: #333333; }

.mobileNav-menu > li {
  padding: 1rem; }

.mobileNav-menu > li {
  border-bottom: 1px solid #ddd;
  position: relative; }

.mobileNav-menu a {
  color: #333333;
  font-weight: 900;
  font-size: 20px;
  font-family: poppins, sans-serif; }

.mobileNav-menu > li > a {
  position: relative; }

.mobileNav-menu > li > ul > li {
  padding-left: 2em;
  position: relative;
  align-items: stretch;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  left: 0rem;
  margin: 1rem 0; }
  .mobileNav-menu > li > ul > li a {
    color: #939393; }

.mobileNav-menu > li > ul > li::before {
  content: attr(data-icon);
  font-family: 'sajcc-icon';
  position: absolute;
  left: 0;
  font-size: 2em;
  color: #9A7197;
  line-height: 1; }

.mobileNav-menu ul ul a {
  color: #708093; }

.mobileNav-menu ul ul > li {
  padding: 0; }

.mobileNav-secondary {
  padding: 1rem 1.5rem;
  border-top: 3px solid #007ec6; }
  .mobileNav-secondary h2 {
    margin-top: 1rem;
    font-family: poppins, sans-serif;
    text-align: center; }
  .mobileNav-secondary h3 {
    color: #333333;
    font-weight: 600;
    margin-top: 1rem;
    text-transform: uppercase;
    font-family: poppins, sans-serif; }
  .mobileNav-secondary ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .mobileNav-secondary ul li {
      margin: 1rem 0; }

.mobileNav-secondary a {
  color: #8a8a8a;
  text-transform: uppercase;
  font-weight: 600;
  font-family: poppins, sans-serif; }

.mobileSocial ul {
  list-style-type: none; }
  .mobileSocial ul li {
    display: inline-block;
    margin-right: .5rem; }
    .mobileSocial ul li:last-child {
      margin-right: 0; }

.mobileNav-menu > li > a.has-children {
  margin-right: 50px; }

.submenu-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 72px;
  width: 50px;
  text-align: center;
  display: inline-block; }

.mobileNav-menu > li > .submenu-toggle:after {
  display: block;
  width: 0;
  height: 0;
  border: none;
  content: '+';
  position: absolute;
  top: 61%;
  margin-top: -1.25rem;
  right: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #007ec6; }

.mobileNav-menu > li.active-item > .submenu-toggle::after {
  content: '\2013'; }

.mobileNav-menu > li > ul {
  display: none; }

.mobileNav-actions {
  min-height: 93px;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1rem; }

.mobileNav-login .button {
  margin: 0; }

.mobileNav-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.5s ease;
  width: 100%; }

.mobileNav-trigger {
  align-items: center;
  align-self: center;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  color: #333333;
  margin: 0; }

.mobileNavText {
  display: none;
  margin-right: 1rem;
  font-weight: 600; }
  @media screen and (min-width: 0) and (max-width: 40em) {
    .mobileNavText {
      display: block; } }

.mobileNav-trigger {
  height: 56px; }
  @media screen and (min-width: 0) and (max-width: 43em) {
    .mobileNav-trigger.phone {
      display: flex; }
    .mobileNav-trigger.tablet {
      display: none; } }
  @media screen and (min-width: 44em) and (max-width: 64em) {
    .mobileNav-trigger.phone {
      display: none; }
    .mobileNav-trigger.tablet {
      display: flex; } }

.mobileNav-trigger .mobileNav-hamburger {
  margin: 0 auto;
  position: relative; }

.mobileNav-trigger .mobileNav-hamburger:before, .mobileNav-trigger .mobileNav-hamburger:after {
  position: absolute;
  content: ''; }

.mobileNav-trigger .mobileNav-hamburger, .mobileNav-trigger .mobileNav-hamburger:before, .mobileNav-trigger .mobileNav-hamburger:after {
  width: 30px;
  height: 4px;
  background-color: #333333;
  display: block;
  border-radius: 2px;
  transition-duration: 0s;
  transition-delay: 0.2s; }

.mobileNav-trigger .mobileNav-hamburger:before {
  margin-top: -12px; }

.mobileNav-trigger .mobileNav-hamburger:after {
  margin-top: 12px; }

.mobileNav-trigger.is-active .mobileNav-hamburger {
  background-color: rgba(0, 0, 0, 0); }

.mobileNav-trigger .mobileNav-hamburger:before, .mobileNav-trigger .mobileNav-hamburger:after {
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s; }

.mobileNav-trigger.is-active .mobileNav-hamburger:before, .mobileNav-trigger.is-active .mobileNav-hamburger:after {
  margin-top: 0;
  transition-delay: 0s, 0.2s; }

.mobileNav-trigger.is-active .mobileNav-hamburger:before {
  transform: rotate(45deg); }

.mobileNav-trigger.is-active .mobileNav-hamburger:after {
  transform: rotate(-45deg); }

@media screen and (min-width: 40em) {
  .mobileNav {
    height: 100%; }
  .mobileNav-inner {
    width: 335px; }
  .mobileNav-inner .mobileNav-trigger {
    display: flex; } }

@media screen and (min-width: 64em) {
  .mobileNav-trigger {
    display: none; } }

@media screen and (min-width: 900px) {
  .mobileNav-inner {
    padding-top: 42px; } }

.is-mobilenav-open {
  overflow-y: hidden; }

.is-mobilenav-open .mobileNav {
  pointer-events: all; }

.is-mobilenav-open .mobileNav-inner {
  transform: translate(0, 0);
  visibility: visible; }

.is-mobilenav-open .mobileNav-overlay {
  background: rgba(0, 0, 0, 0.15); }

.mainMenu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 100%; }
  .mainMenu a {
    transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
  @media screen and (min-width: 0) and (max-width: 40em) {
    .mainMenu {
      justify-content: flex-end; } }
  .mainMenu > ul,.mainMenu > ul > ul {
    display: none;
    flex-grow: 1;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: auto;
    list-style-type: none;
    font-weight: 900; }
    @media screen and (min-width: 40em) {
      .mainMenu > ul {
        display: flex; } }
    .mainMenu > ul > li {
      display: block;
      position: relative;
      font-family: poppins, sans-serif; }
      @media screen and (max-width: 1024px) {
        .mainMenu ul > li:nth-of-type(1n+4) {
          display: none; }
        .mainMenu ul > li:nth-child(3) {
          margin-right: 2rem; }
          .mainMenu ul > li:nth-child(3).submenu > .submenu-list {
            right: 0;
            left: unset; } 
      }
      .mainMenu ul > li.submenu:last-child {
        padding-right: 20px; }
        .mainMenu ul > li.submenu:last-child .submenu-list {
          right: 0;
          left: unset;
        }
      .mainMenu > ul > li.submenu > a:after {
        content: '';
        display: block;
        position: absolute;
        pointer-events: none;
        border: 1px solid transparent;
        width: 0;
        height: 0;
        right: 6px;
        top: 50%;
        transform: translatey(-50%);
        border-width: 5px 4px 0 4px;
        border-top-color: #8b8b8b; }
      .mainMenu ul > li:hover .submenu-list {
        visibility: visible;
        opacity: 1;
        margin-top: 0; }
      .mainMenu ul > li:hover .submenu-list .item1 {
        visibility: visible;
        opacity: 1;
        margin-top: 0; }
        
      .mainMenu ul > li a {
        display: block;
        text-decoration: none;
        font-size: 1rem;
        color: #111b3c;
        padding: 30px 20px;
        white-space: nowrap; }
      .mainMenu > ul > li > .submenu-list {
        display: block;
        position: absolute;
        left: 0;
        z-index: 1000;
        visibility: hidden;
        opacity: 0;
        min-width: 200px;
        margin-top: 15px;
        background-color: #fff;
        transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08); }
        .mainMenu ul > li .submenu-list li {
          display: block;
          width: 100%; }
          .mainMenu ul > li .submenu-list li:not(:last-child) {
            border-bottom: 1px solid #D0D0D0; }
          .mainMenu ul > li .submenu-list li a {
            text-align: left;
            padding: 15px;
            font-weight: 400; }
          
            .mainMenu ul > li .submenu-list li a:before {
              content: none; }
    .mainMenu ul li:last-child a {
      padding-right: 0; }

body.chamber .mainMenu a:hover {
  color: #007ec6; }

body.edc .mainMenu a:hover {
  color: #8dc63f; }

body.aspire .mainMenu a:hover {
  color: #fcb040; }

body.partnership .mainMenu a:hover {
  color: #ef4934; }

/* Small only */
/* Medium and up */
/* Medium only */
/* ----- Sticky Alert ----- */
.stickyAlert {
  position: fixed;
  max-width: 300px;
  margin-right: 1rem;
  padding: 2rem 2rem;
  border-radius: 10px 10px 0 0;
  background: #007ec6;
  color: #ffffff;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01);
  transform: translateY(calc(100% + 20px)); }
  .stickyAlert .button {
    margin-bottom: 0; }
  .stickyAlert.loaded {
    transform: translateY(0); }
  .stickyAlert .close {
    display: block;
    position: absolute;
    color: #333333;
    top: 0;
    right: 2px;
    z-index: 2;
    cursor: pointer; }
  .stickyAlert h3 {
    color: #ffffff;
    font-weight: 900; }
  .stickyAlert h4 {
    color: #ffffff;
    margin-bottom: 1rem; }
  .stickyAlert.closed {
    transform: translateY(calc(100% + 20px)); }

body.chamber .stickyAlert {
  background: #007ec6; }

body.partnership .stickyAlert {
  background: #ef4934; }

body.aspire .stickyAlert {
  background: #fcb040; }

body.edc .stickyAlert {
  background: #8dc63f; }

/* ----- Quick Links ----- */
.quickLinks {
  display: block;
  position: relative;
  min-height: 500px;
  margin: 0;
  padding: 5em 0; }
  .quickLinks.noMarginTop {
    margin-top: 0 !important; }
  .quickLinks.noMarginBottom {
    margin-bottom: 0 !important; }
  .quickLinks.style2 {
    margin-top: 4rem;
    padding: 0;
    background-color: #003a5d; }
  .quickLinks.style2 .intro {
    background-color: #003a5d;
    padding: 6rem 0;
    margin: 0 auto; }
  .quickLinks .intro {
    display: block;
    z-index: 1;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 70%;
    margin: 3rem auto 4rem auto;
    padding: 0; }
    .quickLinks .intro h2, .quickLinks .intro p {
      color: #ffffff; }
    .quickLinks .intro h2 {
      font-size: 1.5rem;
      font-weight: 900;
      font-family: poppins, sans-serif;
      margin-bottom: 3rem; }
      @media screen and (min-width: 63em) {
        .quickLinks .intro h2 {
          font-size: 35px; } }
    .quickLinks .intro p {
      font-size: 1rem;
      font-weight: 100; }
  .quickLinks .links {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    color: #ffffff; }
    .quickLinks .links .linkBox {
      display: block;
      position: relative;
      width: 16.66%;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      text-align: center;
      flex-grow: 1; }
      .quickLinks .links .linkBox header {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        width: 140px;
        height: 140px;
        margin: 0 auto 2rem auto;
        background: #ffffff;
        border-radius: 100%;
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
        transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
        .quickLinks .links .linkBox header > svg {
          width: 50px; }
      .quickLinks .links .linkBox footer {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 60px;
        margin: 0;
        padding: 0 0 1em 0;
        color: #111b3c;
        font-weight: 900;
        font-family: poppins, sans-serif; }
        .quickLinks .links .linkBox footer h3 {
          font-weight: 900; }
        .quickLinks .links .linkBox footer .stat {
          margin-bottom: 1rem; }
      .quickLinks .links .linkBox.blue footer {
        border-bottom: 7px solid #007ec6; }
      .quickLinks .links .linkBox.blue:hover header {
        background: #007ec6; }
      .quickLinks .links .linkBox.green footer {
        border-bottom: 7px solid #8dc63f; }
      .quickLinks .links .linkBox.green:hover header {
        background: #8dc63f; }
      .quickLinks .links .linkBox.gold footer {
        border-bottom: 7px solid #fcb040; }
      .quickLinks .links .linkBox.gold:hover header {
        background: #fcb040; }
      .quickLinks .links .linkBox.red footer {
        border-bottom: 7px solid #ef4934; }
      .quickLinks .links .linkBox.red:hover header {
        background: #ef4934; }
      .quickLinks .links .linkBox.darkBlue footer {
        border-bottom: 7px solid #003a5d; }
      .quickLinks .links .linkBox:hover header svg path {
        fill: #ffffff; }
  .quickLinks.style2 > div {
    background-color: #ffffff; }
  .quickLinks.style2 .links {
    background-color: #ffffff;
    padding: 4rem 0 0 0; }
  .quickLinks .backgroundColor {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65%;
    background-color: #003a5d;
    z-index: 0; }
  .quickLinks.noIntro {
    min-height: auto; }
    .quickLinks.noIntro .backgroundColor {
      display: none; }

body.chamber .quickLinks .links .linkBox header > svg > path {
  fill: #007ec6; }

body.chamber .quickLinks .links .linkBox:hover header > svg > path {
  fill: #ffffff; }

body.chamber .quickLinks .links .linkBox footer {
  color: #007ec6; }

body.partnership .quickLinks .links .linkBox header > svg > path {
  fill: #ef4934; }

body.partnership .quickLinks .links .linkBox:hover header > svg > path {
  fill: #ffffff; }

body.partnership .quickLinks .links .linkBox footer {
  color: #ef4934; }

body.edc .quickLinks .links .linkBox header > svg > path {
  fill: #8dc63f; }

body.edc .quickLinks .links .linkBox:hover header > svg > path {
  fill: #ffffff; }

body.edc .quickLinks .links .linkBox footer {
  color: #8dc63f; }

body.aspire .quickLinks .links .linkBox header > svg > path {
  fill: #fcb040; }

body.aspire .quickLinks .links .linkBox:hover header > svg > path {
  fill: #ffffff; }

body.aspire .quickLinks .links .linkBox footer {
  color: #fcb040; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .quickLinks {
    padding: 2rem 0; }
    .quickLinks .links .linkBox {
      width: 50%;
      margin-bottom: 2em;
      flex: 1 1 50%; }
      .quickLinks .links .linkBox header {
        width: 100px;
        height: 100px; }
        .quickLinks .links .linkBox header > svg {
          width: 40px; }
      .quickLinks .links .linkBox footer {
        font-size: .8rem; }
    .quickLinks .backgroundColor {
      height: 36%; } }

/* Medium and up */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .quickLinks {
    padding: 2rem 0; }
    .quickLinks .links .linkBox header {
      width: 100px;
      height: 100px; }
      .quickLinks .links .linkBox header > svg {
        width: 40px; }
    .quickLinks .links .linkBox footer {
      font-size: .8rem; }
    .quickLinks .backgroundColor {
      height: 75%; } }

/* ----- Staff Directory ----- */
.staffDirectory {
  display: block;
  margin: 0;
  padding: 4rem 0;
  position: relative; }
  .staffDirectory .filter ul {
    display: flex;
    list-style-type: none;
    margin: 0 0 3rem 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center; }
    .staffDirectory .filter ul li {
      display: block;
      margin: 0 4rem 0 0;
      padding: 0;
      position: relative; }
      .staffDirectory .filter ul li a {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        color: #111b3c;
        transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
        .staffDirectory .filter ul li a.active:after {
          opacity: 1;
          transform: scaleX(1); }
        .staffDirectory .filter ul li a:after {
          display: block;
          position: absolute;
          width: 100%;
          height: 4px;
          background: #007ec6;
          content: '';
          transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01);
          opacity: 0;
          transform: scaleX(0);
          left: 0; }
        .staffDirectory .filter ul li a:hover:after {
          transform: scaleX(1);
          opacity: 1; }
  .staffDirectory .columnsHeader {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .2rem;
    margin-bottom: 1rem;
    border-bottom: 4px solid #f2f2f2; }
  .staffDirectory .staffDirectoryLister {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start; }
    .staffDirectory .staffDirectoryLister .staffItem {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
      background: #f2f2f2;
      margin-bottom: .5rem;
      padding: 1rem;
      box-sizing: border-box; }
      .staffDirectory .staffDirectoryLister .staffItem:last-child {
        margin-bottom: 0; }
  .staffDirectory .photo {
    display: block;
    width: 95px;
    height: 95px;
    margin-right: 1rem;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff; }
  .staffDirectory .name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    flex: 1 1 50%;
    box-sizing: border-box; }
    .staffDirectory .name h2 {
      color: #007ec6; }
  .staffDirectory .department, .staffDirectory .contact {
    display: block;
    flex: 1 1 25%;
    text-align: center;
    box-sizing: border-box; }

body.chamber .staffDirectory .filter ul li a:after {
  background: #007ec6; }

body.partnership .staffDirectory .filter ul li a:after {
  background: #ef4934; }

body.edc .staffDirectory .filter ul li a:after {
  background: #8dc63f; }

body.aspire .staffDirectory .filter ul li a:after {
  background: #fcb040; }

.paginationText {
  font-weight: 900; }

.paginationBlankSpace, .paginationLinks, .freedomPagination {
  display: block;
  margin-top: 5rem;
  position: relative; }

.pageLinks {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center; }
  .pageLinks .pageLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .2rem;
    width: 35px;
    height: 35px;
    border: 1px solid #D0D0D0;
    color: #111b3c;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
    .pageLinks .pageLink:hover {
      background: #111b3c;
      color: #ffffff;
      border-color: #111b3c; }
    .pageLinks .pageLink.pageLinkCurrent {
      background: #111b3c;
      color: #ffffff;
      border-color: #111b3c; }

.pageLinkNext {
  position: absolute;
  top: 1em;
  right: 0; }

.pageLinkPrev {
  position: absolute;
  top: 1em;
  left: 0; }

.prevnextLink {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 .2rem;
  padding: 0 .5rem;
  height: 35px;
  color: #ffffff;
  background: #007ec6;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }

.prevnextWindowArrow {
  color: #ffffff; }

.pageLinkPrevChunk, .pageLinkNextChunk {
  display: block;
  position: absolute; }
  .pageLinkPrevChunk a, .pageLinkNextChunk a {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: 0 .2rem;
    padding: 0 .5rem;
    height: 35px;
    color: #ffffff;
    background: #007ec6;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }

.pageLinkPrevChunk {
  left: 0; }

.pageLinkNextChunk {
  right: 0; }

@media screen and (max-width: 40em) {
  .staffDirectory .staffDirectoryLister .name {
    flex: 1 1 100%; }
  .staffDirectory .staffDirectoryLister .department, .staffDirectory .staffDirectoryLister .contact {
    flex: 1 1 100%; }
  .staffDirectory .filter ul {
    flex-flow: row wrap; }
    .staffDirectory .filter ul li {
      width: 100%;
      text-align: center;
      margin: 0 0 1rem 0; }
      .staffDirectory .filter ul li:last-child {
        margin-bottom: 0; }
  .prevnextLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .2rem;
    padding: 0 .5rem;
    height: 35px;
    color: #ffffff;
    background: #007ec6;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
  .pageLinkPrev, .pageLinkNext {
    width: 100%; }
  .pageLinkPrev {
    margin-bottom: 1rem; }
  .pageLinkNext {
    margin-top: 1rem; } }

@media screen and (max-width: 63em) {
  .staffDirectory .columnsHeader {
    display: none; } }

/* ----- Photo Boxes ----- */
.photoBoxes {
  display: block;
  position: relative;
  margin: 4rem 0; }
  .photoBoxes.overlapTop {
    margin-top: -40px; }
  .photoBoxes .boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 1; }
    .photoBoxes .boxes .photoBox {
      display: block;
      position: relative;
      margin: 0;
      padding: 0;
      width: 16.66%;
      transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01);
      flex-grow: 1; }
      @media screen and (min-width: 0) and (max-width: 43em) {
        .photoBoxes .boxes .photoBox {
          width: 100%; } }
      @media screen and (min-width: 44em) and (max-width: 63em) {
        .photoBoxes .boxes .photoBox {
          width: 33.33%; } }
      .photoBoxes .boxes .photoBox header {
        text-align: center;
        background: #003a5d;
        color: #ffffff;
        padding: .5em;
        box-sizing: border-box;
        min-height: 40px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        font-size: 13px; }
        @media screen and (min-width: 63em) {
          .photoBoxes .boxes .photoBox header {
            font-size: 1rem; } }
        .photoBoxes .boxes .photoBox header span {
          position: relative;
          z-index: 3; }
      .photoBoxes .boxes .photoBox figure {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
        height: 300px;
        padding: 2rem;
        box-sizing: border-box;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; }
        @media screen and (min-width: 0) and (max-width: 43em) {
          .photoBoxes .boxes .photoBox figure {
            height: 250px; } }
        .photoBoxes .boxes .photoBox figure figcaption {
          position: relative;
          text-align: center;
          z-index: 3;
          color: #ffffff;
          transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01);
          opacity: 0;
          transform: translateY(2rem); }
          .photoBoxes .boxes .photoBox figure figcaption h4 {
            color: #ffffff;
            font-size: .8rem;
            margin-bottom: 1rem; }
        .photoBoxes .boxes .photoBox figure:after {
          display: block;
          position: absolute;
          content: '';
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 100%);
          width: 100%;
          height: 100%;
          z-index: 1; }
      .photoBoxes .boxes .photoBox .backgroundColorOverlay {
        display: block;
        opacity: 0;
        position: absolute;
        content: '';
        z-index: 2;
        background-color: rgba(0, 58, 93, 0.9);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
      .photoBoxes .boxes .photoBox:hover .backgroundColorOverlay {
        opacity: 1; }
      .photoBoxes .boxes .photoBox:hover figure figcaption {
        opacity: 1;
        transform: translateY(0);
        color: #ffffff; }
        .photoBoxes .boxes .photoBox:hover figure figcaption h4 {
          color: #ffffff; }
      .photoBoxes .boxes .photoBox.noPhoto header {
        background: transparent;
        color: #111b3c;
        font-weight: 600; }
        .photoBoxes .boxes .photoBox.noPhoto header.blue {
          border-bottom: 7px solid #007ec6; }
          .photoBoxes .boxes .photoBox.noPhoto header.blue:hover header {
            background: #007ec6; }
        .photoBoxes .boxes .photoBox.noPhoto header.green {
          border-bottom: 7px solid #8dc63f; }
          .photoBoxes .boxes .photoBox.noPhoto header.green:hover header {
            background: #8dc63f; }
        .photoBoxes .boxes .photoBox.noPhoto header.gold {
          border-bottom: 7px solid #fcb040; }
          .photoBoxes .boxes .photoBox.noPhoto header.gold:hover header {
            background: #fcb040; }
        .photoBoxes .boxes .photoBox.noPhoto header.red {
          border-bottom: 7px solid #ef4934; }
          .photoBoxes .boxes .photoBox.noPhoto header.red:hover header {
            background: #ef4934; }
        .photoBoxes .boxes .photoBox.noPhoto header.darkBlue {
          border-bottom: 7px solid #003a5d; }
          .photoBoxes .boxes .photoBox.noPhoto header.darkBlue:hover header {
            background: #003a5d; }
      .photoBoxes .boxes .photoBox.noPhoto figure:after {
        background: transparent; }
      .photoBoxes .boxes .photoBox.noPhoto figure figcaption {
        opacity: 1;
        color: #111b3c;
        transform: translateY(1rem); }
        .photoBoxes .boxes .photoBox.noPhoto figure figcaption h4 {
          color: #111b3c; }
      .photoBoxes .boxes .photoBox.noPhoto:hover header {
        color: #ffffff; }
      .photoBoxes .boxes .photoBox.noPhoto:hover figure figcaption {
        opacity: 1;
        transform: translateY(0);
        color: #ffffff; }
        .photoBoxes .boxes .photoBox.noPhoto:hover figure figcaption h4 {
          color: #ffffff; }
        .photoBoxes .boxes .photoBox.noPhoto:hover figure figcaption .button {
          border-color: #ffffff;
          color: #ffffff; }

body.chamber .photoBoxes .boxes .photoBox .backgroundColorOverlay {
  background-color: rgba(0, 58, 93, 0.9); }

body.aspire .photoBoxes .boxes .photoBox .backgroundColorOverlay {
  background-color: rgba(252, 176, 64, 0.9); }

body.partnership .photoBoxes .boxes .photoBox .backgroundColorOverlay {
  background-color: rgba(239, 73, 52, 0.9); }

body.edc .photoBoxes .boxes .photoBox .backgroundColorOverlay {
  background-color: rgba(141, 198, 63, 0.9); }

/* ----- News Articles ----- */
.newsArticles, .blogArticles {
  display: block;
  position: relative;
  margin: 4rem 0; }
  @media screen and (min-width: 0) and (max-width: 43em) {
    .newsArticles .newsArticleContainer, .blogArticles .newsArticleContainer {
      margin: 0;
      padding: 0; } }
  .newsArticles.allNews .newsLister a, .newsArticles.allBlogs .newsLister a, .blogArticles.allNews .newsLister a, .blogArticles.allBlogs .newsLister a {
    margin-bottom: 2rem; }
  .newsArticles .article, .blogArticles .article {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    height: 500px;
    overflow: hidden;
    box-sizing: border-box; }
    .newsArticles .article .caption, .blogArticles .article .caption {
      display: flex;
      flex-flow: column;
      padding: 2em;
      position: relative;
      z-index: 1;
      color: #fff; }
      .newsArticles .article .caption h2, .newsArticles .article .caption h3, .blogArticles .article .caption h2, .blogArticles .article .caption h3 {
        color: #ffffff;
        font-family: poppins, sans-serif;
        font-weight: 900; }
      .newsArticles .article .caption h2, .blogArticles .article .caption h2 {
        line-height: 1em; }
      .newsArticles .article .caption h3, .blogArticles .article .caption h3 {
        margin: 0 0 .5rem 0;
        padding: 0;
        text-transform: uppercase;
        font-weight: 400; }
    .newsArticles .article:after, .blogArticles .article:after {
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #2b3038 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2b3038',GradientType=0 );
      /* IE6-9 */
      opacity: .8; }
    .newsArticles .article .backgroundImage, .blogArticles .article .backgroundImage {
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      transition: all 0.5s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
    .newsArticles .article:hover .backgroundImage, .blogArticles .article:hover .backgroundImage {
      transform: scale(1.1); }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .newsArticles .article, .blogArticles .article {
    height: 300px;
    margin-bottom: 0; } }

/* Medium and up */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .newsArticles .article, .blogArticles .article {
    height: 300px; } }

/* ----- Event Color Boxes Lister ----- */
.eventColorBlocks {
  display: block;
  position: relative;
  margin: 3rem 0;
  padding: 2rem 0; }
  .eventColorBlocks.embed {
    margin-top: 0;
    padding-top: 0; }
  .eventColorBlocks .blocks {
    align-items: stretch; }
  .eventColorBlocks .eventBox {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding: 1.5rem;
    box-sizing: border-box;
    border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem;
    overflow: hidden; }
    .eventColorBlocks .eventBox.blue {
      background: #007ec6; }
    .eventColorBlocks .eventBox.green {
      background: #8dc63f; }
    .eventColorBlocks .eventBox.red {
      background: #ef4934; }
    .eventColorBlocks .eventBox.gold {
      background: #fcb040; }
    .eventColorBlocks .eventBox .date, .eventColorBlocks .eventBox .eventTitle {
      color: #ffffff;
      margin: 0;
      padding: 0;
      font-family: poppins, sans-serif;
      font-weight: 900; }
    .eventColorBlocks .eventBox .date {
      text-transform: uppercase;
      font-size: 4rem;
      opacity: .2 !important;
      line-height: 1em;
      color: #003a5d; }
    .eventColorBlocks .eventBox .eventTitle {
      font-size: 1.5rem;
      font-weight: 900;
      margin-bottom: 1rem; }
    .eventColorBlocks .eventBox:hover .button {
      transform: translateY(0); }
    .eventColorBlocks .eventBox .button {
      position: absolute;
      bottom: 0;
      margin-top: 5px;
      padding: 0;
      transform: translateY(2rem);
      transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
      .eventColorBlocks .eventBox .button:after path {
        fill: #ffffff; }
      .eventColorBlocks .eventBox .button:hover {
        background: none;
        background-color: none;
        color: #ffffff; }
      .eventColorBlocks .eventBox .button:hover span {
        transform: translate3d(0, 0, 0); }
      .eventColorBlocks .eventBox .button:hover:after {
        right: -1.5rem; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .eventColorBlocks .eventBox {
    margin-bottom: 30px; } }

/* Medium and up */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .blocks .cell {
    margin-bottom: 30px; } }

/* ----- Our Partners ------ */
.partnersLister {
  display: block;
  position: relative;
  margin: 3rem 0;
  padding: 2rem; }
  .partnersLister .flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: none;
    outline: none;
    transform: rotate(-180deg);
    top: 2rem;
    border: none;
    box-shadow: none; }
    .partnersLister .flickity-prev-next-button:focus {
      border: none;
      box-shadow: none; }
  .partnersLister .flickity-prev-next-button.next {
    right: -2rem; }
  .partnersLister .flickity-prev-next-button.previous {
    left: -4rem; }
  .partnersLister .partners {
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box; }
    .partnersLister .partners .logo {
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: calc(20% - 30px);
      height: 125px;
      margin: 0 15px 0 15px; }
      .partnersLister .partners .logo:first-child {
        margin-left: 0; }
      .partnersLister .partners .logo:last-child {
        margin-right: 0; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .partnersLister .partners .logo {
    width: 100%;
    margin-bottom: 30px; } }

/* Medium and up */
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .partnersLister .partners {
    width: inherit; } }

/* ----- Testimonials ------ */
.testimonials {
  display: block;
  position: relative;
  margin: 4rem 0; }
  .testimonials .testimonialImage {
    display: block;
    width: 100%;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.3125rem;
    -webkit-border-radius: 0.3125rem;
    -moz-border-radius: 0.3125rem; }
  .testimonials .testimonialsCarousel {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 4rem;
    box-sizing: border-box; }
  .testimonials .carousel {
    display: block;
    position: relative;
    height: 400px; }
    .testimonials .carousel .slide h2 {
      font-size: 1.2rem;
      font-family: poppins, sans-serif;
      font-weight: 900; }
    .testimonials .carousel .slide h2 {
      font-size: 1rem; }
  .testimonials .pager {
    position: relative;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    line-height: 1; }
    .testimonials .pager .dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin: 0 8px;
      background: #333;
      border-radius: 50%;
      opacity: .25;
      cursor: pointer; }
      .testimonials .pager .dot.cycle-pager-active {
        opacity: 1; }

body.chamber .testimonials .carousel .slide h2 {
  color: #007ec6; }

body.partnership .testimonials .carousel .slide h2 {
  color: #ef4934; }

body.edc .testimonials .carousel .slide h2 {
  color: #8dc63f; }

body.aspire .testimonials .carousel .slide h2 {
  color: #fcb040; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .testimonials .testimonialImage {
    height: 300px;
    transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
  .testimonials .testimonialsCarousel {
    padding: 1rem; } }

/* Medium and up */
/* Medium only */
/* ----- Photo Albums ----- */
.photoAlbums .albumLister, .photoAlbums .photoLister, .photoAlbumPhotos .albumLister, .photoAlbumPhotos .photoLister {
  margin: 4rem 0; }
  .photoAlbums .albumLister .album, .photoAlbums .albumLister .photo, .photoAlbums .photoLister .album, .photoAlbums .photoLister .photo, .photoAlbumPhotos .albumLister .album, .photoAlbumPhotos .albumLister .photo, .photoAlbumPhotos .photoLister .album, .photoAlbumPhotos .photoLister .photo {
    height: 300px;
    overflow: hidden;
    display: block;
    margin-bottom: 1rem; }
    .photoAlbums .albumLister .album .albumThumb, .photoAlbums .albumLister .album .photoThumb, .photoAlbums .albumLister .photo .albumThumb, .photoAlbums .albumLister .photo .photoThumb, .photoAlbums .photoLister .album .albumThumb, .photoAlbums .photoLister .album .photoThumb, .photoAlbums .photoLister .photo .albumThumb, .photoAlbums .photoLister .photo .photoThumb, .photoAlbumPhotos .albumLister .album .albumThumb, .photoAlbumPhotos .albumLister .album .photoThumb, .photoAlbumPhotos .albumLister .photo .albumThumb, .photoAlbumPhotos .albumLister .photo .photoThumb, .photoAlbumPhotos .photoLister .album .albumThumb, .photoAlbumPhotos .photoLister .album .photoThumb, .photoAlbumPhotos .photoLister .photo .albumThumb, .photoAlbumPhotos .photoLister .photo .photoThumb {
      position: relative;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .photoAlbums .albumLister .album .albumThumb:after, .photoAlbums .albumLister .album .photoThumb:after, .photoAlbums .albumLister .photo .albumThumb:after, .photoAlbums .albumLister .photo .photoThumb:after, .photoAlbums .photoLister .album .albumThumb:after, .photoAlbums .photoLister .album .photoThumb:after, .photoAlbums .photoLister .photo .albumThumb:after, .photoAlbums .photoLister .photo .photoThumb:after, .photoAlbumPhotos .albumLister .album .albumThumb:after, .photoAlbumPhotos .albumLister .album .photoThumb:after, .photoAlbumPhotos .albumLister .photo .albumThumb:after, .photoAlbumPhotos .albumLister .photo .photoThumb:after, .photoAlbumPhotos .photoLister .album .albumThumb:after, .photoAlbumPhotos .photoLister .album .photoThumb:after, .photoAlbumPhotos .photoLister .photo .albumThumb:after, .photoAlbumPhotos .photoLister .photo .photoThumb:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #2b3038 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2b3038',GradientType=0 );
        /* IE6-9 */
        opacity: .8; }
    .photoAlbums .albumLister .album .albumName, .photoAlbums .albumLister .album .photoName, .photoAlbums .albumLister .photo .albumName, .photoAlbums .albumLister .photo .photoName, .photoAlbums .photoLister .album .albumName, .photoAlbums .photoLister .album .photoName, .photoAlbums .photoLister .photo .albumName, .photoAlbums .photoLister .photo .photoName, .photoAlbumPhotos .albumLister .album .albumName, .photoAlbumPhotos .albumLister .album .photoName, .photoAlbumPhotos .albumLister .photo .albumName, .photoAlbumPhotos .albumLister .photo .photoName, .photoAlbumPhotos .photoLister .album .albumName, .photoAlbumPhotos .photoLister .album .photoName, .photoAlbumPhotos .photoLister .photo .albumName, .photoAlbumPhotos .photoLister .photo .photoName {
      display: block;
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      z-index: 10;
      transition: all 0.3s cubic-bezier(0.36, 0.53, 0.33, 1.01); }
      .photoAlbums .albumLister .album .albumName h2, .photoAlbums .albumLister .album .photoName h2, .photoAlbums .albumLister .photo .albumName h2, .photoAlbums .albumLister .photo .photoName h2, .photoAlbums .photoLister .album .albumName h2, .photoAlbums .photoLister .album .photoName h2, .photoAlbums .photoLister .photo .albumName h2, .photoAlbums .photoLister .photo .photoName h2, .photoAlbumPhotos .albumLister .album .albumName h2, .photoAlbumPhotos .albumLister .album .photoName h2, .photoAlbumPhotos .albumLister .photo .albumName h2, .photoAlbumPhotos .albumLister .photo .photoName h2, .photoAlbumPhotos .photoLister .album .albumName h2, .photoAlbumPhotos .photoLister .album .photoName h2, .photoAlbumPhotos .photoLister .photo .albumName h2, .photoAlbumPhotos .photoLister .photo .photoName h2 {
        color: #ffffff;
        font-size: 1.1rem; }
    .photoAlbums .albumLister .album:hover .albumName, .photoAlbums .albumLister .album:hover .photoName, .photoAlbums .albumLister .photo:hover .albumName, .photoAlbums .albumLister .photo:hover .photoName, .photoAlbums .photoLister .album:hover .albumName, .photoAlbums .photoLister .album:hover .photoName, .photoAlbums .photoLister .photo:hover .albumName, .photoAlbums .photoLister .photo:hover .photoName, .photoAlbumPhotos .albumLister .album:hover .albumName, .photoAlbumPhotos .albumLister .album:hover .photoName, .photoAlbumPhotos .albumLister .photo:hover .albumName, .photoAlbumPhotos .albumLister .photo:hover .photoName, .photoAlbumPhotos .photoLister .album:hover .albumName, .photoAlbumPhotos .photoLister .album:hover .photoName, .photoAlbumPhotos .photoLister .photo:hover .albumName, .photoAlbumPhotos .photoLister .photo:hover .photoName {
      transform: translateY(-1rem); }

body.chamber .fancybox-progress {
  background: #007ec6; }

body.partnership .fancybox-progress {
  background: #ef4934; }

body.edc .fancybox-progress {
  background: #8dc63f; }

body.aspire .fancybox-progress {
  background: #fcb040; }

/* ----- Two Column Content ----- */
.twoColComponent {
  margin: 4rem 0; }
  .twoColComponent .cell {
    position: relative; }
    .twoColComponent .cell.left {
      order: 1; }
    .twoColComponent .cell.right {
      order: 2; }
      .twoColComponent .cell.right .colorBG {
        left: 0; }
  .twoColComponent .content {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
    padding: 5rem; }
  .twoColComponent .image {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: calc(100% - 20px);
    min-height: 380px;
    max-height: 380px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2; }
  .twoColComponent .colorBG {
    display: block;
    content: '';
    width: calc(100% - 52px);
    height: 100%;
    max-height: 380px;
    position: absolute;
    z-index: 0;
    background-color: #007ec6;
    top: 12px;
    left: 30px; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .twoColComponent .content {
    padding: 1rem; } }

/* Medium and up */
/* Medium only */
/* ----- Interior Header Banner ------ */
.editorContent > h1:first-of-type {
  display: none; }

body.sba .interiorHeaderBanner, body.sba .interiorHeaderBannerComponent {
  background-color: #003a5d;
  background-image: none; }
  body.sba .interiorHeaderBanner:after, body.sba .interiorHeaderBannerComponent:after {
    background: none; }

.interiorHeaderBanner, .interiorHeaderBannerComponent {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 265px;
  overflow: hidden; }
  @media screen and (min-width: 63em) {
    .interiorHeaderBanner, .interiorHeaderBannerComponent {
      height: 350px; } }
  .interiorHeaderBanner .interiorBannerSource, .interiorHeaderBannerComponent .interiorBannerSource {
    display: none !important; }
  .interiorHeaderBanner h1, .interiorHeaderBannerComponent h1 {
    display: block;
    color: #ffffff;
    font-size: 2rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    text-align: center; }
    @media screen and (min-width: 63em) {
      .interiorHeaderBanner h1, .interiorHeaderBannerComponent h1 {
        font-size: 3rem; } }
  .interiorHeaderBanner:after, .interiorHeaderBannerComponent:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 125%;
    opacity: .8;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #00598d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00598d',GradientType=0 );
    /* IE6-9 */ }

/*! ----- Member Directory ----- */
.splitBoxRight {
  position: relative;
  padding: calc(2em + 2vw); }

.splitBox {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden; }

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .splitBoxImage {
    order: -1; } }

.splitBoxText {
  padding: calc(1rem + 1vw);
  background: #fff; }

.splitBoxRight {
  z-index: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 250px; }

.splitBoxRight > div {
  position: relative;
  z-index: 1; }

.splitBoxRight .imageBG {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  backround-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

body.chamber .splitBoxRight .colorOverlay {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #007ec6;
  color: #fff;
  opacity: .8; }

body.partnership .splitBoxRight .colorOverlay {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ef4934;
  color: #fff;
  opacity: .8; }

body.edc .splitBoxRight .colorOverlay {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #8dc63f;
  color: #fff;
  opacity: .8; }

body.aspire .splitBoxRight .colorOverlay::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fcb040;
  color: #fff;
  opacity: .8; }

.loginHeader {
  text-transform: uppercase; }

form#formLogin {
  opacity: 1;
  transition: opacity .3s; }

form#formLogin.processing {
  opacity: .4;
  pointer-events: none; }

.loginBox {
  background: #fff;
  z-index: 1;
  position: relative;
  transition: top 450ms;
  top: 0; }

.loginSplitBox {
  margin: 0 auto;
  max-width: 932px;
  min-height: 522px;
  border-radius: 0; }

.splitBoxLeft, .splitBoxRight {
  padding: calc(2rem + 2vw);
  display: flex;
  flex-flow: column; }

.splitBoxRight h2 {
  color: #ffffff; }

.splitBoxLeft h2 {
  text-transform: uppercase; }

.memberDirectory {
  margin: 4rem 0; }
  .memberDirectory .memberDirectorySearch h2:first-child {
    font-size: 40px; }
  .memberDirectory .memberDirectorySearch .alphaSearch .searchFields .letters {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.5rem;
    box-sizing: border-box; }
    .memberDirectory .memberDirectorySearch .alphaSearch .searchFields .letters a {
      display: flex;
      position: relative;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      color: #111b3c;
      width: 20px;
      height: 20px;
      margin: 0 2px;
      padding: 3px;
      box-sizing: border-box;
      text-align: center; }
      .memberDirectory .memberDirectorySearch .alphaSearch .searchFields .letters a:hover {
        background-color: #D0D0D0; }
      .memberDirectory .memberDirectorySearch .alphaSearch .searchFields .letters a.active {
        background-color: #D0D0D0; }
  .memberDirectory .searchLayouts {
    position: relative;
    margin: 4rem 0; }
    .memberDirectory .searchLayouts form {
      width: 100%;
      margin: 0;
      padding: 0; }
    .memberDirectory .searchLayouts header {
      width: 100%;
      margin: 0;
      padding: 0; }
    .memberDirectory .searchLayouts > div {
      display: flex;
      flex-flow: column nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      box-sizing: border-box;
      border-top: 9px solid;
      padding: 0; }
      .memberDirectory .searchLayouts > div header, .memberDirectory .searchLayouts > div .searchFields {
        padding: 1rem 2rem;
        box-sizing: border-box; }
      .memberDirectory .searchLayouts > div:nth-child(1) {
        border-color: #007ec6; }
        .memberDirectory .searchLayouts > div:nth-child(1) header, .memberDirectory .searchLayouts > div:nth-child(1) .searchFields {
          border-right: 1px solid #D0D0D0; }
      .memberDirectory .searchLayouts > div:nth-child(2) {
        border-color: #003a5d; }
      .memberDirectory .searchLayouts > div:nth-child(3) {
        border-color: #007ec6; }
        .memberDirectory .searchLayouts > div:nth-child(3) header, .memberDirectory .searchLayouts > div:nth-child(3) .searchFields {
          border-left: 1px solid #D0D0D0; }
    .memberDirectory .searchLayouts h3 {
      font-size: 20px;
      font-weight: 900; }
    .memberDirectory .searchLayouts fieldset {
      width: 100%; }
      .memberDirectory .searchLayouts fieldset label {
        display: block;
        margin-right: 1rem;
        font-weight: 600; }
      .memberDirectory .searchLayouts fieldset input, .memberDirectory .searchLayouts fieldset select {
        display: block; }
    .memberDirectory .searchLayouts .searchFields {
      margin: 0 0 2rem 0;
      min-height: auto; }
    .memberDirectory .searchLayouts .searchSubmit {
      margin: 1rem 0;
      text-align: center; }
      .memberDirectory .searchLayouts .searchSubmit button {
        margin: 0 auto; }
  .memberDirectory .memberDirectoryItems {
    padding: 0;
    border: 1px solid #D0D0D0; }
    .memberDirectory .memberDirectoryItems .member {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
      box-sizing: border-box;
      padding: 2rem;
      border-bottom: 1px solid #D0D0D0; }
      .memberDirectory .memberDirectoryItems .member:nth-child(odd) {
        background: #f7f7f7; }
      .memberDirectory .memberDirectoryItems .member:last-child {
        border-bottom: none; }
      .memberDirectory .memberDirectoryItems .member .memberInfo {
        flex: 1 1 100%; }
      .memberDirectory .memberDirectoryItems .member .memberContact {
        flex: 0 0 100%; }
        .memberDirectory .memberDirectoryItems .member .memberContact .button {
          width: 100%;
          margin-bottom: .5rem; }
          .memberDirectory .memberDirectoryItems .member .memberContact .button:last-child {
            margin-bottom: 0; }

/* Small only */
/* Medium and up */
@media screen and (min-width: 40em) {
  .memberDirectory .searchLayouts .searchFields {
    min-height: 200px; }
  .memberDirectory .searchLayouts .searchSubmit {
    text-align: left;
    padding-left: 2rem; }
    .memberDirectory .searchLayouts .searchSubmit button {
      margin: 0; }
  .memberDirectory .memberDirectoryItems .member .memberInfo {
    flex: 1 1 85%; }
  .memberDirectory .memberDirectoryItems .member .memberContact {
    flex: 0 0 15%; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .memberDirectoryItems .member .memberInfo {
    flex: 1 1 85%; }
  .memberDirectoryItems .member .memberContact {
    flex: 0 0 15%; } }

/* ----- Main Content ------ */
.webpageModule > h1:first-of-type {
  display: none; }

#mainContent {
  margin: 4rem 0; }

/* ----- Basic Content Component -----*/
.basicContent {
  margin: 4rem 0; }

/* ----- Basic Listers ----- */
.basicLister .lister .listItem {
  display: block;
  margin: 0 0 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #D0D0D0; }
  .basicLister .lister .listItem h2 {
    color: #007ec6; }

/* ----- Main Footer ------ */
#mainFooter {
  display: block;
  width: 100%;
  margin: 0;
  padding: 4rem 0;
  position: relative;
  background-color: #111b3c;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #mainFooter h2, #mainFooter h3, #mainFooter h4, #mainFooter h5, #mainFooter p, #mainFooter a {
    color: #ffffff; }
  #mainFooter h3 {
    font-size: 1.2rem; }
  #mainFooter p {
    font-size: 1rem; }
  #mainFooter .topFooter {
    position: relative;
    text-align: center;
    margin-bottom: 3rem;
    z-index: 1; }
    #mainFooter .topFooter .footerSocial {
      margin: 0 auto; }
    #mainFooter .topFooter ul {
      list-style-type: none;
      margin: 30px auto;
      padding: 0; }
      #mainFooter .topFooter ul > li {
        display: inline-block;
        margin: 0 10px;
        padding: 0; }
  #mainFooter .bottomFooter {
    position: relative;
    z-index: 1; }
    #mainFooter .bottomFooter .form_widget_inner h1 {
      color: #ffffff; }
  #mainFooter:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 58, 93, 0.8);
    color: #fff; }
  #mainFooter .footerEnews input[type="text"] {
    border: 2px solid #ffffff;
    background: none;
    color: #fff;
    outline: none; }
    #mainFooter .footerEnews input[type="text"]::-moz-placeholder {
      color: #fff; }
    #mainFooter .footerEnews input[type="text"]:-ms-input-placeholder {
      color: #fff; }
    #mainFooter .footerEnews input[type="text"]::-ms-input-placeholder {
      color: #fff; }
    #mainFooter .footerEnews input[type="text"]::placeholder {
      color: #fff; }
    #mainFooter .footerEnews input[type="text"]:focus {
      outline: none; }
  #mainFooter .footerEnews .submitRow input[type="text"] {
    width: 60%;
    margin-right: 1em;
    justify-content: space-between;
    align-items: center; }
  #mainFooter .footerEnews .submitRow button[type="submit"] {
    border: none; }
    #mainFooter .footerEnews .submitRow button[type="submit"]:hover {
      background: none;
      border: none;
      color: #ffffff; }
    #mainFooter .footerEnews .submitRow button[type="submit"]:hover:after {
      content: url(graphics/foundation/assets/img/button_arrow_white.png); }
  #mainFooter .accrisoft {
    text-align: right;
    font-size: .7rem; }

/* Small only */
@media screen and (max-width: 39.9375em) {
  #mainFooter .bottomFooter > div {
    margin-bottom: 1rem;
    text-align: center; }
    #mainFooter .bottomFooter > div:nth-child(1) {
      order: 1; }
    #mainFooter .bottomFooter > div:nth-child(2) {
      order: 3; }
    #mainFooter .bottomFooter > div:nth-child(3) {
      order: 2;
      margin: 1rem 0; }
    #mainFooter .bottomFooter > div:nth-child(4) {
      order: 4; } }

/* Medium and up */
/* Medium only */