body, html {
  font-family: "Cabin", sans-serif;
  color: #535353; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", "Cabin", sans-serif;
  color: inherit !important;
  margin: 1em 0; }

.main__title,
.blog-post-single .post__title,
.lsvr_event-post-single .post__title {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0; }

.main__title {
  margin: 1em 0; }

h2 {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0px; }

h3 {
  font-weight: 500; }

h4 {
  font-weight: 400;
  font-size: 1.1em; }

a {
  color: #223e83;
  text-decoration: none; }
  a.all-caps {
    font-size: .85rem; }

p {
  color: inherit; }

.raquo {
  font-weight: 700; }
  .raquo:after {
    content: ' >'; }
  .raquo.all-caps {
    font-size: .85rem;
    letter-spacing: 2px; }

strong,
b,
.bold {
  font-weight: 700; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.post__meta-item--author,
.post__terms--category {
  display: none; }

button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  border: 1px solid transparent;
  outline: none;
  padding: .3em 1em;
  line-height: 1; }
  button:focus, button:hover,
  input[type="button"]:focus,
  input[type="button"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:hover {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25); }

.button,
input[type="submit"] {
  display: inline-block;
  transform: .1s opacity linear;
  padding: 13px 26px;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #D94F27;
  text-decoration: none;
  margin: 0 1em; }
  .button.round,
  input[type="submit"].round {
    border-radius: 500px;
    font-weight: 500;
    font-style: normal;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 1em;
    padding: 1em 1.5em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    transition: all .1s 0s ease-in-out,color .1s 0s ease-in-out; }
  .button.blue,
  input[type="submit"].blue {
    background-color: #223e83; }
  .button:hover,
  input[type="submit"]:hover {
    opacity: .9; }

.icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  /*background:{
		image: url(../imgs/linkedin.svg);
		size: 20px;
		position: center;
		repeat: no-repeat;
	};*/
  border-radius: 100%; }
  .icon svg {
    width: 20px;
    height: 20px;
    margin: 8px; }
  .icon + .icon {
    margin-left: .5rem; }
  .icon.gray {
    border: 2px solid #535353; }
    .icon.gray svg path {
      fill: #535353; }
    .icon.gray:hover {
      border-color: #223e83; }
      .icon.gray:hover svg path {
        fill: #223e83; }

ul li + li, ol li + li {
  margin-top: .5em; }

ul.event-links, ol.event-links {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.event-links a, ol.event-links a {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px; }

* {
  box-sizing: border-box; }

body {
  font-family: "Cabin", sans-serif;
  color: #535353;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto; }

.content {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto; }

#columns,
#main {
  margin: 0; }

body .gform_wrapper {
  margin: 0 auto;
  max-width: 775px; }
  body .gform_wrapper h3.gform_title {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 1em;
    text-align: center; }
  body .gform_wrapper input {
    max-width: inherit;
    margin-top: 4px !important;
    margin-right: 4px !important;
    vertical-align: top !important; }
    body .gform_wrapper input[type=submit], body .gform_wrapper input.button {
      border-radius: 0; }
    body .gform_wrapper input.button {
      max-width: 150px; }
  body .gform_wrapper .gform_heading {
    margin: 0; }
  body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    margin: 2rem 0; }
  body .gform_wrapper .gform_footer {
    text-align: center; }
  body .gform_wrapper .gfield_consent_label {
    display: inline; }

.header-topbar {
  background: rgba(34, 62, 131, 0.5) !important; }

.header-menu-secondary__list li:before {
  font-family: "pressville-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  position: relative;
  top: 1px; }

.header-menu-secondary__list li a {
  text-transform: uppercase;
  font-weight: 700; }

.header-menu-secondary__list li:first-of-type:before {
  content: '\e934'; }

.header-menu-secondary__list li:last-of-type:before {
  content: '\e95f'; }

.header-menu-secondary {
  position: relative;
  top: 0;
  left: 0;
  max-width: 36%;
  padding: 15px 30px;
  margin-top: 0; }

@media (min-width: 480px) {
  .header-topbar {
    overflow: initial; }
    .header-topbar:after {
      content: '';
      position: absolute;
      left: calc(50% - 150px);
      background-image: url(../imgs/city.png);
      background-repeat: no-repeat;
      background-size: contain;
      top: -46px;
      width: 300px;
      height: 100px; } }

#footer {
  background-color: #334671 !important; }
  #footer p {
    color: #ffffff; }
  #footer .footer-social__link {
    color: #ffffff;
    background-color: #D94F27; }
    #footer .footer-social__link:hover {
      background-color: #ffffff;
      color: #D94F27; }
  #footer .footer-text p {
    color: #ffffff; }
  #footer .footer-widget__title {
    margin: 0;
    text-transform: uppercase;
    color: #ffffff !important; }
  #footer .lsvr-grid__col .footer-widget a {
    padding-bottom: 0; }
  #footer .lsvr-grid__col:last-of-type .footer-widget a {
    position: relative;
    font-family: inherit;
    font-size: 1.125em;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 8px; }

.section {
  padding: 30px 0; }
  .section .section-heading {
    margin-top: 0;
    color: inherit; }

.section-divider hr {
  margin: 2rem 0px;
  border-style: none;
  border: none;
  height: 1px;
  color: rgba(83, 83, 83, 0.15);
  background-color: rgba(83, 83, 83, 0.25); }

.column-container {
  list-style: none;
  margin: 0 -.5rem;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .column-container .block {
    padding: 0 .5rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 .5rem 1rem;
    align-items: flex-start; }
    .column-container .block .heading,
    .column-container .block .text-content,
    .column-container .block .link {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      color: inherit !important; }
    .column-container .block.bg-light-blue {
      padding-top: 0 1rem .5rem;
      padding-bottom: 1.5rem; }
    .column-container .block .text-content p:first-child {
      margin-top: 0; }
  .column-container.columns-5 .block {
    flex-basis: 50%;
    flex-basis: calc(50% - 1rem); }
  .column-container.equal-height-1 {
    align-items: stretch; }
    .column-container.equal-height-1 .block {
      align-items: flex-start; }
      .column-container.equal-height-1 .block .heading {
        margin-bottom: 0; }
      .column-container.equal-height-1 .block .text-content {
        margin: 1rem 0; }
        .column-container.equal-height-1 .block .text-content p {
          margin: 0; }
        .column-container.equal-height-1 .block .text-content p + p {
          margin-top: 1rem; }
      .column-container.equal-height-1 .block .link {
        align-self: flex-end;
        margin-top: auto; }
      .column-container.equal-height-1 .block.bg-light-blue {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .column-container.equal-height-1 .block.bg-light-blue .link {
          align-self: initial;
          margin-top: 0; }

@media (min-width: 480px) {
  .column-container:not(.equal-height-1) .block:last-child {
    margin-bottom: 0; }
  .column-container.columns-4 .block {
    flex-basis: 50%;
    flex-basis: calc(50% - 1rem); }
  .column-container.columns-5 .block {
    flex-basis: 33.33%;
    flex-basis: calc(33.33% - 1rem); }
    .column-container.columns-5 .block .link {
      max-width: 16em;
      margin-left: auto;
      margin-right: auto; }
    .column-container.columns-5 .block.align-right .link {
      margin: auto 0 0 auto; }
    .column-container.columns-5 .block.align-center .link {
      margin: auto auto 0; }
    .column-container.columns-5 .block.align-left .link {
      margin: auto auto 0 0; }
  .column-container.columns-5.align-right .link {
    margin: auto 0 0 auto; }
  .column-container.columns-5.align-center .link {
    margin: auto auto 0; }
  .column-container.columns-5.align-left .link {
    margin: auto auto 0 0; } }

@media (min-width: 640px) {
  .column-container.columns-3 .block {
    flex-basis: 50%;
    flex-basis: calc(50% - 1rem); }
  .column-container.columns-4 .block {
    flex-basis: 33.33%;
    flex-basis: calc(33.33% - 1rem); }
  .column-container.columns-4 .link {
    max-width: 16em; }
  .column-container.columns-5 .block {
    flex-basis: 25%;
    flex-basis: calc(25% - 1rem); } }

@media (min-width: 800px) {
  .column-container.columns-2 {
    margin: 0 -2rem; }
    .column-container.columns-2 .block {
      flex-basis: 50%;
      flex-basis: calc(50% - 1rem);
      padding-left: 2em;
      padding-right: 2em; }
  .column-container.columns-3 {
    margin: 0 -.75rem; }
    .column-container.columns-3 .block {
      flex-basis: 33.33%;
      flex-basis: calc(33.33% - 1rem);
      padding-left: .75em;
      padding-right: .75em; }
      .column-container.columns-3 .block .link {
        max-width: 16em; }
  .column-container.columns-4 .block {
    flex-basis: 25%;
    flex-basis: calc(25% - 1rem); }
  .column-container.columns-5 .block {
    flex-basis: 20%;
    flex-basis: calc(20% - 1rem); } }

.icon-grid li {
  margin-top: .5em; }

.icon-grid .heading,
.icon-grid .subheading,
.icon-grid .link {
  width: 100%; }

.icon-grid .heading {
  color: #535353; }

.icon-grid .subheading {
  display: block;
  margin: 1em 0 .5em; }

.icon-grid .link {
  margin: .5em 0; }
  .icon-grid .link.button {
    margin: .5em 0; }
  .icon-grid .link.raquo {
    font-size: .8rem; }
  .icon-grid .link.bold {
    font-weight: 700; }
  .icon-grid .link.all-caps {
    font-size: .8em; }
  .icon-grid .link.none {
    text-transform: none;
    font-size: 1em;
    text-decoration: underline; }

.icon-grid .icon-container {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap; }
  .icon-grid .icon-container.columns-5 li {
    flex-basis: 50%; }

.icon-grid .icon-block {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1em;
  font-family: "Raleway", "Cabin", sans-serif !important;
  color: inherit !important; }
  .icon-grid .icon-block img,
  .icon-grid .icon-block .button {
    transition: all 300ms ease-in-out; }

.icon-grid a.icon-block:hover img,
.icon-grid a.icon-block:hover .button {
  opacity: .8; }

.icon-grid .icon-block img {
  min-height: 374px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media (min-width: 480px) {
  .icon-grid .icon-container.columns-4 li {
    flex-basis: 50%; }
  .icon-grid .icon-container.columns-5 li {
    flex-basis: 33.33%; } }

@media (min-width: 640px) {
  .icon-grid .icon-container.columns-3 li {
    flex-basis: 50%; }
  .icon-grid .icon-container.columns-4 li {
    flex-basis: 33.33%; }
  .icon-grid .icon-container.columns-5 li {
    flex-basis: 25%; } }

@media (min-width: 800px) {
  .icon-grid .icon-container.columns-2 li {
    flex-basis: 50%; }
  .icon-grid .icon-container.columns-3 li {
    flex-basis: 33.3%; }
  .icon-grid .icon-container.columns-4 li {
    flex-basis: 25%; }
  .icon-grid .icon-container.columns-5 li {
    flex-basis: 20%; } }

.stacked-image-and-text .heading {
  margin-top: 0;
  color: inherit; }

.stacked-image-and-text .block {
  margin: 2em 0; }
  .stacked-image-and-text .block .image-column {
    margin-bottom: 2em; }

.stacked-image-and-text .button {
  margin: 32px 0; }

.stacked-image-and-text .text {
  line-height: 1.6; }

.stacked-image-and-text .divided-1 .block + .block {
  padding-top: 2.5em;
  border-top: 1px solid #d4d4d4; }

@media (min-width: 400px) {
  .stacked-image-and-text .image-column img {
    width: 100%; }
  .stacked-image-and-text .block {
    display: flex; }
    .stacked-image-and-text .block.col-50-50 .image-column,
    .stacked-image-and-text .block.col-50-50 .content-column {
      flex: 1; }
    .stacked-image-and-text .block.col-25-75 .image-column {
      flex: 1; }
    .stacked-image-and-text .block.col-25-75 .content-column {
      flex: 3; }
    .stacked-image-and-text .block.col-30-70 .image-column {
      flex: 1; }
    .stacked-image-and-text .block.col-30-70 .content-column {
      flex: 2; }
  .stacked-image-and-text .all-left .image-column,
  .stacked-image-and-text .zigzag-left .block:nth-child(odd) .image-column,
  .stacked-image-and-text .zigzag-right .block:nth-child(even) .image-column {
    padding-right: 1em; }
  .stacked-image-and-text .all-left .content-column,
  .stacked-image-and-text .zigzag-left .block:nth-child(odd) .content-column,
  .stacked-image-and-text .zigzag-right .block:nth-child(even) .content-column {
    padding-left: 1em; }
  .stacked-image-and-text .all-right .content-column,
  .stacked-image-and-text .zigzag-left .block:nth-child(even) .content-column,
  .stacked-image-and-text .zigzag-right .block:nth-child(odd) .content-column {
    order: 0;
    padding-right: 1em; }
  .stacked-image-and-text .all-right .image-column,
  .stacked-image-and-text .zigzag-left .block:nth-child(even) .image-column,
  .stacked-image-and-text .zigzag-right .block:nth-child(odd) .image-column {
    order: 1;
    padding-left: 1em; } }

@media (min-width: 640px) {
  .stacked-image-and-text .block {
    display: flex; }
    .stacked-image-and-text .block .content-column {
      flex: 3; }
  .stacked-image-and-text .all-left .image-column,
  .stacked-image-and-text .zigzag-left .block:nth-child(odd) .image-column,
  .stacked-image-and-text .zigzag-right .block:nth-child(even) .image-column {
    padding-right: 2.5em; }
  .stacked-image-and-text .all-left .content-column,
  .stacked-image-and-text .zigzag-left .block:nth-child(odd) .content-column,
  .stacked-image-and-text .zigzag-right .block:nth-child(even) .content-column {
    padding-left: 2.5em; }
  .stacked-image-and-text .all-right .content-column,
  .stacked-image-and-text .zigzag-left .block:nth-child(even) .content-column,
  .stacked-image-and-text .zigzag-right .block:nth-child(odd) .content-column {
    padding-right: 2.5em; }
  .stacked-image-and-text .all-right .image-column,
  .stacked-image-and-text .zigzag-left .block:nth-child(even) .image-column,
  .stacked-image-and-text .zigzag-right .block:nth-child(odd) .image-column {
    padding-left: 2.5em; } }

@media (min-width: 960px) {
  .stacked-image-and-text .block {
    display: flex;
    align-items: center; }
    .stacked-image-and-text .block .image-column,
    .stacked-image-and-text .block .content-column {
      flex: 2; }
    .stacked-image-and-text .block .content-column {
      flex: 2; } }

.stand-alone-text .text-content {
  margin-bottom: 2em; }

.toggle-list .toggle-all {
  font-family: "Raleway", "Cabin", sans-serif;
  font-size: 1rem;
  padding-top: .25em;
  padding-bottom: .25;
  border: none;
  font-weight: 500;
  color: inherit; }
  .toggle-list .toggle-all:hover {
    box-shadow: none;
    outline: none;
    border: none;
    color: #6a8eed; }
  .toggle-list .toggle-all + .toggle-all {
    border-left: 1px solid #a3a3a3; }

.toggle-list .title {
  font-weight: 500;
  font-size: 1.125rem; }

.toggle-list li:hover {
  color: #6a8eed; }
  .toggle-list li:hover .toggle-content {
    color: initial; }

.toggle-list .toggle-content {
  max-height: 0;
  overflow-x: hidden;
  transition: all .75s ease-in-out; }
  .toggle-list .toggle-content p:first-child {
    margin-top: 0; }
  .toggle-list .toggle-content p:last-child {
    margin-bottom: 0; }
  .toggle-list .toggle-content.active {
    max-height: 2000px; }

.toggle-list .no-style {
  list-style: none;
  margin-left: 0;
  padding-left: 1rem; }

.toggle-list .divided-1 li + li {
  border-top: 1px solid #d4d4d4;
  padding-top: .5em; }

.social-menu .menu {
  list-style: none;
  margin: 1.5rem auto;
  border-top: 1px solid #d4d4d4;
  padding: 1.5rem 0 0;
  text-align: center; }
  .social-menu .menu li {
    transition: all 250ms ease-in-out; }
  .social-menu .menu a {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    text-indent: 50px; }
  .social-menu .menu .icon.brand-color a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px; }
  .social-menu .menu .icon.brand-color.instagram {
    background: #E1306C; }
    .social-menu .menu .icon.brand-color.instagram a {
      background-image: url(../imgs/instagram.svg); }
  .social-menu .menu .icon.brand-color.facebook {
    background: #4267B2; }
    .social-menu .menu .icon.brand-color.facebook a {
      background-image: url(../imgs/facebook.svg);
      background-size: 12px; }
  .social-menu .menu .icon.brand-color.linkedin {
    background: #2867B2; }
    .social-menu .menu .icon.brand-color.linkedin a {
      background-image: url(../imgs/linkedin.svg); }
  .social-menu .menu .icon.brand-color.twitter {
    background: #1DA1F2; }
    .social-menu .menu .icon.brand-color.twitter a {
      background-image: url(../imgs/twitter.svg); }
  .social-menu .menu:hover li {
    opacity: .6; }
    .social-menu .menu:hover li:hover {
      opacity: 1; }

.recent-news {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .recent-news .heading {
    margin-top: 0;
    font-size: 1.5rem; }
  .recent-news .posts-container {
    display: flex;
    justify-content: space-between; }
  .recent-news .post {
    width: 32%; }
    .recent-news .post a {
      color: inherit; }
    .recent-news .post span {
      display: block; }
  .recent-news .image {
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
    margin-bottom: .5em; }
    .recent-news .image img {
      -o-object-fit: cover;
         object-fit: cover; }
  .recent-news .date {
    font-size: .85rem;
    margin-top: .5rem; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.gallery img,
.gallery figure {
  margin: 0 auto;
  transition: all 250ms ease-in-out; }

.gallery figure {
  position: relative;
  overflow: hidden; }

.gallery figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  transition: all 250ms ease-in-out;
  opacity: .65;
  padding: 0 .25rem 2px;
  font-size: .85rem;
  text-align: center; }

.gallery figure:hover figcaption {
  opacity: 1;
  background: rgba(0, 0, 0, 0.75); }

.gallery .slick-slide {
  opacity: .65;
  transition: all 250ms ease-in-out; }

.gallery .slick-active {
  opacity: 1; }

.gallery .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 16vh;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  width: 44px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.25);
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat; }

.gallery .slick-prev {
  left: 0;
  background-image: url(../imgs/chevron-left.svg); }

.gallery .slick-next {
  right: 0;
  background-image: url(../imgs/chevron-right.svg); }

.gallery .slick-dots {
  margin: 0 0 .5rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }
  .gallery .slick-dots li {
    margin: .5rem 0;
    padding: 0 .25rem .5rem; }
  .gallery .slick-dots button {
    color: #535353;
    cursor: pointer;
    font-weight: 500;
    width: auto;
    height: 1.5rem;
    padding: 9px 4px 10px;
    border-radius: 4px;
    text-align: center;
    line-height: 0;
    background: transparent; }
    .gallery .slick-dots button:hover, .gallery .slick-dots button:focus {
      outline: none;
      border-radius: none;
      box-shadow: none;
      color: #223e83; }
  .gallery .slick-dots .slick-active button {
    background-color: #6a8eed;
    color: #ffffff; }

/*
@media(min-width: $sm-breakpoint){
	.gallery{
		img,
		figure{
			height: 40vh;
			margin: 0;
		}
		.slick-arrow{
			top: 20vh;
		}
	}
}*/
@media (min-width: 800px) {
  .gallery {
    /*img,
		figure{
			height: 50vh;
		}
		.slick-arrow{
			top: 25vh;
		}*/ }
    .gallery .slick-dots li {
      margin: .5rem 0;
      padding: 0 .25rem; }
    .gallery .slick-dots button {
      width: auto;
      height: 1rem; } }

/*
@media(min-width: $lg-breakpoint){
	.gallery{
		img,
		figure{
			height: 60vh;
			margin: 0;
		}
		.slick-arrow{
			top: 30vh;
		}
	}
}
@media(min-width: $xxl-breakpoint){
	.gallery{
		img,
		figure{
			height: 74vh;
			margin: 0;
		}
		.slick-arrow{
			top: 37vh;
		}
	}
}*/
/*.gallery-left {
	.content{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.gallery-column{
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		//margin-right: 2em;
		overflow-x: hidden;
		position: relative;

		.gallery{
			//height: 215px;
			width: auto;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			//right: 0;
			display: flex;
			overflow: scroll;
		}
		img{
			height: 100%;
			width: auto;
			flex: none;
			object-fit: contain;
			object-position: top center;
		}
	}
	.text-column{
		width: 100%;
	}
}
@media(min-width: $sm-breakpoint){
	.gallery-left {
	.content{
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.gallery-column{
		width: 40%;
		height: 0;
		padding-bottom: 30%;
		//margin-right: 2em;
		overflow-x: hidden;
		position: relative;

		.gallery{
			//height: 215px;
			width: auto;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			//right: 0;
			display: flex;
			overflow: scroll;
		}
		img{
			height: 100%;
			width: auto;
			flex: none;
			object-fit: contain;
			object-position: top center;
		}
	}
	.text-column{
		width: 50%;
	}
}
}*/
.full-width-gallery img,
.full-width-gallery figure {
  height: 32vh; }

.full-width-gallery.sponsor-block img,
.full-width-gallery.sponsor-block figure {
  height: 10vh;
  margin: 0 auto; }

.full-width-gallery.sponsor-block .slick-arrow {
  top: 5vh; }

.sponsor-section .featured-sponsors {
  margin: 0 0 2em; }

.sponsor-section .gallery {
  margin: 30px 0; }

@media (min-width: 640px) {
  .full-width-gallery img,
  .full-width-gallery figure {
    height: 40vh;
    margin: 0; }
  .full-width-gallery .slick-arrow {
    top: 20vh; }
  .full-width-gallery.sponsor-block img,
  .full-width-gallery.sponsor-block figure {
    height: 10vh;
    margin: 0 1em; }
  .full-width-gallery.sponsor-block .slick-arrow {
    top: 5vh; } }

@media (min-width: 800px) {
  .full-width-gallery img,
  .full-width-gallery figure {
    height: 50vh; }
  .full-width-gallery .slick-arrow {
    top: 25vh; }
  .full-width-gallery.sponsor-block img,
  .full-width-gallery.sponsor-block figure {
    height: 10vh; }
  .full-width-gallery.sponsor-block .slick-arrow {
    top: 5vh; } }

@media (min-width: 960px) {
  .full-width-gallery img,
  .full-width-gallery figure {
    margin: 0; }
  .full-width-gallery.sponsor-block img,
  .full-width-gallery.sponsor-block figure {
    height: 10vh; }
  .full-width-gallery.sponsor-block .slick-arrow {
    top: 5vh; }
  .sponsor-section .featured-sponsors {
    display: flex;
    justify-content: space-between; }
    .sponsor-section .featured-sponsors .presenting {
      width: 55%; }
    .sponsor-section .featured-sponsors .partners {
      width: 35%; } }

@media (min-width: 1200px) {
  .full-width-gallery.sponsor-block img,
  .full-width-gallery.sponsor-block figure {
    height: 10vh; }
  .full-width-gallery.sponsor-block .slick-arrow {
    top: 5vh; } }

.gallery-text-block .button {
  margin: 1em 0; }

.gallery-text-block .section-heading {
  margin-top: .5rem; }

.gallery-text-block .gallery {
  margin-bottom: 2rem; }
  .gallery-text-block .gallery.orientation-portrait img,
  .gallery-text-block .gallery.orientation-portrait figure {
    height: 285px; }
  .gallery-text-block .gallery.orientation-portrait.slides-1 figure {
    width: 100%;
    height: auto; }
  .gallery-text-block .gallery.orientation-portrait.slides-1 img {
    width: 100%;
    height: auto; }
  .gallery-text-block .gallery.orientation-portrait.slides-2 {
    display: flex; }
    .gallery-text-block .gallery.orientation-portrait.slides-2 figure {
      width: 50%;
      height: auto; }
    .gallery-text-block .gallery.orientation-portrait.slides-2 img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .gallery-text-block .gallery.orientation-both img,
  .gallery-text-block .gallery.orientation-both figure {
    height: 215px; }
  .gallery-text-block .gallery.thumbnails img,
  .gallery-text-block .gallery.thumbnails figure {
    height: 100px; }
  .gallery-text-block .gallery .slick-arrow {
    top: 50%; }
  .gallery-text-block .gallery .slick-track {
    background: #F0F0F0; }
  .gallery-text-block .gallery .slick-dots {
    position: absolute;
    bottom: -3.5rem;
    left: 0;
    right: 0; }

@media (min-width: 640px) {
  .gallery-text-block .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .gallery-text-block .text-column {
    width: 48%; }
  .gallery-text-block .gallery-column {
    width: 45%; } }

@media (min-width: 800px) {
  .gallery-text-block .gallery .slick-dots {
    bottom: -3rem; } }

#alert-bar {
  position: relative;
  background: #6a8eed;
  color: #1a1a1a;
  padding: 0 2rem 0 1rem;
  max-height: 500px;
  transition: all .5s ease-in-out; }
  #alert-bar .content {
    padding-top: 1rem;
    padding-bottom: .25rem; }
  #alert-bar p:first-child {
    margin-top: 0; }
  #alert-bar .close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(0, 0, 0, 0.25);
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    text-align: center; }
  #alert-bar.hidden {
    max-height: 0;
    overflow: hidden; }

.tabs .links-list {
  list-style: none;
  padding: 0; }

.tabs .tabs-container {
  border: 1px solid #d4d4d4; }

.tabs .tabs-nav {
  background: #F0F0F0; }
  .tabs .tabs-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .tabs .tabs-nav ul li {
      flex-shrink: 1;
      font-size: 18px;
      padding: 1em 1.5em;
      font-weight: 700;
      border-bottom: 6px solid transparent;
      text-align: center;
      cursor: pointer;
      margin: 0;
      color: #6a8eed; }
      .tabs .tabs-nav ul li.active {
        background: #ffffff; }

.tabs .tab-inner-content {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0 1.5em; }
  .tabs .tab-inner-content .image {
    width: 15%; }
  .tabs .tab-inner-content .excerpt {
    width: 55%; }
  .tabs .tab-inner-content .links {
    width: 25%; }

.tabs .mobile-tabs-nav {
  font-size: 16px;
  padding: 1em 1.5em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: all .35s ease-out; }
  .tabs .mobile-tabs-nav:after {
    font-family: "pressville-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f078';
    float: right;
    transition: transform .35s ease-in-out;
    color: #455560; }
  .tabs .mobile-tabs-nav.expanded {
    background: #F0F0F0;
    color: #6a8eed; }
    .tabs .mobile-tabs-nav.expanded:after {
      transform: rotate(180deg); }

@media (min-width: 960px) {
  .tabs .mobile-tabs-nav {
    display: none; }
  .tabs .tab-content {
    display: none; }
    .tabs .tab-content .tab-inner-content {
      max-height: inherit !important;
      padding: 2em 1.5em; }
    .tabs .tab-content.active {
      display: block; } }

@media (max-width: 960px) {
  .tabs .tabs-container {
    border-bottom: 0; }
  .tabs .tabs-nav {
    display: none; }
  .tabs .tab-content .tab-inner-content,
  .tabs .tab-content.active .tab-inner-content {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease-in-out;
    border-bottom: 1px solid #ccc;
    -moz-flex-direction: column;
    flex-direction: column; }
    .tabs .tab-content .tab-inner-content .image,
    .tabs .tab-content .tab-inner-content .excerpt,
    .tabs .tab-content .tab-inner-content .links,
    .tabs .tab-content.active .tab-inner-content .image,
    .tabs .tab-content.active .tab-inner-content .excerpt,
    .tabs .tab-content.active .tab-inner-content .links {
      width: 100%;
      margin: 1em 0; }
      .tabs .tab-content .tab-inner-content .image img,
      .tabs .tab-content .tab-inner-content .excerpt img,
      .tabs .tab-content .tab-inner-content .links img,
      .tabs .tab-content.active .tab-inner-content .image img,
      .tabs .tab-content.active .tab-inner-content .excerpt img,
      .tabs .tab-content.active .tab-inner-content .links img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 200px; } }

.weather-section .lsvr-container {
  padding: 0; }

.weather-section .lsvr-pressville-weather-widget__time-value,
.weather-section .lsvr-pressville-weather-widget__weather-item-temperature,
.weather-section .lsvr-pressville-weather-widget__weather-item-icon,
.weather-section .lsvr-pressville-weather-widget__weather-item-wind,
.weather-section p {
  color: inherit; }

.home .contact-us .gform_wrapper.gravity-theme .gfield_required_text {
  font-size: 12px; }

.home .contact-us.dark-bg .gform_wrapper.gravity-theme .gfield_required {
  color: #FFFFFF; }

.screen-reader-text,
.screenreader-text,
.srtext {
  position: absolute;
  left: -9000px; }

.bg-light-blue {
  background: #6a8eed;
  color: #ffffff;
  border-radius: 1em;
  padding-top: 0 1rem .5rem;
  padding-bottom: 1.5rem; }

.light-bg {
  background: url(../imgs/light_textured.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #535353; }

.dark-bg {
  background: url(../imgs/dark_textured.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

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

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

.all-caps {
  text-transform: uppercase;
  letter-spacing: 2px; }

.blue-text {
  color: #223e83; }

.light-gray-text {
  color: #a3a3a3; }

.gray-text {
  color: #535353; }

.dark-gray-text {
  color: #455560; }

.darkest-gray-text {
  color: #1a1a1a; }

.white-text {
  color: #ffffff; }

.red-text {
  color: #D94F27; }

.xxl-text {
  font-size: 3.33rem;
  font-family: "Raleway", "Cabin", sans-serif; }

.xl-text {
  font-size: 1.8rem;
  font-family: "Raleway", "Cabin", sans-serif; }

.lg-text {
  font-size: 1.4rem; }

.sm-text {
  font-size: .85rem; }

.xs-text {
  font-size: .75rem; }
