﻿@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

@font-face {
    font-display: block;
    font-family: CircularStd;
    font-style: normal;
    font-weight: 600;
    src: url("/wp-content/themes/blankslate/css/fonts/CircularStd-Medium.otf") format("opentype")
}
@font-face {
    font-display: block;
    font-family: CircularStd;
    font-style: normal;
    font-weight: 700;
    src: url("/wp-content/themes/blankslate/css/fonts/CircularStd-Bold.otf") format("opentype")
}

@font-face {
    font-display: block;
    font-family: CircularStd;
    font-style: normal;
    font-weight: 400 450;
    src: url("/wp-content/themes/blankslate/css/fonts/CircularStd-Book.otf") format("opentype")
}

* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #f9f9f9;
  color: #000000;
	font-size: 18px;
	font-weight: 400;
	font-family: CircularStd, "Inter", sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
menu ul, menu ol, nav ul, nav ol {
  margin: 0px !important;
}
nav ul, nav ol, li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
ul.menu-nav-primary {
  margin-bottom: 0px;
}
.page-front #container {
  background: none transparent;
}
.page-front #container {
  left: 0;
  margin: 0;
  width: 100%;
}
i.fa {
  color: #fff;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
.clear {
  clear: both;
}
footer .column, footer .columns {
	margin-bottom: 20px;
}
#startSearch {
  position: absolute;
  top: 195px;
  right: 0px;
}
#startSearch .button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
/* TEXT */
h3 {
  color: #000000;
	font-size: 18px;
	font-weight: 400;
  line-height: 25px;
  padding: 10px 0px;
  text-transform: none;
}
/**/ h3 strong {
  color: #ac1f2d;
}
h2 {
  color: #000000;
	font-size: 24px;
	font-weight: 400;
  line-height: 40px;
  padding: 10px 0px;
  text-transform: none;
}
.page-front h2 {
  font-size: 28px;
  text-align: left;
}
h1, .h1 {
  color: #212123;
	font-size: 30px;
  line-height: 40px;
  padding: 20px 0px;
  text-transform: uppercase;
}
p {
	margin-bottom: 10px;
}
p a {
	text-decoration: underline;
	font-weight: 600;
}
.entry {
	margin: 20px !important;
}
.entry p {
	margin-bottom: 30px;
}
/* LINKS and BUTTONS */
a:visited {
  color: #112e47;
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: #112e47;
}
a, a p span {
  -webkit-transition-property: "background-color", "color", "border-color";
  -moz-transition-property: "background-color", "color", "border-color";
  -o-transition-property: "background-color", "color", "border-color";
  transition-property: "background-color""color""border-color";
  color: #112e47;
  text-decoration: none;
}
a.newsLink:link {
  text-decoration: underline;
  font-weight: bold;
  display: inline-block;
  line-height: 16px;
}
a.newsLink:visited {
  text-decoration: underline;
  font-weight: bold;
}
a.newsLink:hover {
  color: #eca021;
  text-decoration: none;
}
a.newsLink:active {
  text-decoration: underline;
  font-weight: bold;
}
a.button {
  background: #eca021;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #112e47;
  cursor: pointer;
  display: inline-block;
  line-height: normal;
  margin: 6px 0px;
  padding: 14px 30px 15px;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: top;
}
a.button:hover, .articleButton:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
#layout-wrapper {
  height: 100%;
}
#wrapper:after, #container:after {
  content: "";
  display: table;
  clear: both;
}
#header {}
.subpage_head {
  height: 300px;
  background-size: cover;
  width: 100%;
  background-position: center bottom;
}
#primary, #secondary {
  display: inline;
  float: left;
  width: 100%;
}
  #primary h2 {
    text-align: center;
	font-size: 18px;
  }
iframe {
	max-width: 100%;
}
@media only screen and (min-width: 980px) {
  html, body {
    height: 100%;
  }
  #wrapper {
    min-height: 100%;
    height: auto !important;
    margin-bottom: -40px;
  }
  #wrapper:after {
    content: "";
    display: block;
    height: 40px;
  }
  #primary {
    display: inline;
    float: left;
  }
  #secondary {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    width: 180px;
    padding: 0 0 0 10px;
    position: relative;
    left: -670px;
  }
}
@media only screen and (max-width: 980px) {
  .widgetSlide {
    display: none;
  }
}
/* HERE STARTS 
@media only screen and (min-width: 680px) { 
*/
#header .nav-primary {
  width: 100%;
}
#header .nav-primary > ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  max-width: 850px;
}
#header .nav-primary > ul > li {
  flex: 1 1 0px;
}
#header .nav-primary > ul > li a {
  color: #112E47;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 5px 15px;
  font-weight: 500;
  box-sizing: border-box;
}
#header .nav-primary > ul > li a:hover {
  color: #ce493d;
}
/* SECONDARY NAV */
#header .nav-secondary {
  color: #112e47;
  display: inline-block;
  float: right;
}
#header .nav-secondary li:first-child {
  border: 0;
}
#header .nav-secondary a {
  color: #b3b7ba;
  font-size: 12px;
  text-transform: uppercase;
}
#header .nav-secondary li {
  border-left: 1px solid #b3b7ba;
  line-height: 14px;
  margin: 10px 0;
  padding: 0 8px;
}
/* NAV SOCIAL */
#header .nav-social {
  float: right;
  line-height: 30px;
  margin-right: 9px;
  position: relative;
  top: 0;
}
.facebook a:before, .twitter a:before, .linked-in a:before, .google-plus a:before, .you-tube a:before {
  color: #fff;
  font-size: 9px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  text-indent: 1px;
  width: 16px;
}
.facebook a {
  background-color: #077faa;
}
.twitter a {
  background-color: #000000;
}
.google-plus a {
  background-color: #cf3448;
}
.linked-in a {
  background-color: #59a9c6;
}
.you-tube a {
  background-color: #FF0000;
}
.rss a {
  background-color: #edaa21;
}
li.facebook a, li.twitter a, li.linked-in a, li.google-plus a, li.you-tube a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 22px;
  margin: 5px 3px 5px 0px;
  position: relative;
  text-align: center;
  width: 22px;
}
/* HERO IMAGE */
.page-front #header .masthead {
  height: 400px;
}
#header .masthead {
  background: url(../images/banners/bg-masthead.jpg) no-repeat center bottom #112e47;
  border-bottom: 1px solid #fff;
  height: 300px; /*220px for shorter image on secondary pages*/
  width: 100%;
  z-index: 0;
}
/* HERE IT ENDS
} 
*/
#header header {
	box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding: 40px 10px 20px;
}
#header .masthead > div {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  text-align: center;
}
#header .masthead .title {
  background: none rgba(172, 31, 45, 0.8);
  color: #fff;
  font-weight: 300;
  padding: 10px 20px 5px;
  position: relative;
  text-transform: uppercase;
  top: 245px; /*165px for shorter image on secondary pages*/
  text-align: left;
}
#header .masthead .titleDemo {
  background: #112e47;
  color: #fff;
  font-weight: 300;
  padding: 10px 20px 5px;
  position: relative;
  text-transform: uppercase;
  top: 245px; /*165px for shorter image on secondary pages*/
  text-align: left;
}
#header .masthead .titleBusiness {
  background-color: #3471b8;
  color: #fff;
  font-weight: 300;
  padding: 10px 20px 5px;
  position: relative;
  text-transform: uppercase;
  top: 245px; /*165px for shorter image on secondary pages*/
  text-align: left;
}
#header .masthead .titleCompare {
  background-color: #eca021;
  color: #112e47;
  font-weight: 300;
  padding: 10px 20px 5px;
  position: relative;
  text-transform: uppercase;
  top: 245px; /*165px for shorter image on secondary pages*/
  text-align: left;
}
#header .masthead h1 {
  color: #fcf9f8;
	font-size: 36px;
	font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0px auto 60px;
  padding-top: 120px;
  max-width: 750px;
}
#header .masthead h2 {
  color: #fff;
	font-size: 36px;
	font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 80px auto 0px;
  max-width: 750px;
}
#header .masthead h4 {
  color: #fff;
	font-size: 20px;
  text-align: center;
  margin-top: 10px;
  background: rgba(172, 31, 45, 0.80);
}
#header .masthead p small {
  display: block;
  font-size: 13px;
  text-align: center;
  text-transform: none;
  line-height: 20px;
  margin-bottom: 20px;
}
/* MAIN ROLE */
.page-home #main {
  margin-top: 40px;
}
#main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  background: #fff;
  margin-bottom: 60px;
  position: relative;
  margin-top: 80px; /*remove for shorter image on secondary pages*/
}
#main:after {
  content: "";
  display: table;
  clear: both;
}
.page-front #main {
  background: none transparent;
}
.page-front .sections {
  display: flex;
}
.page-front section {
  flex: 1 1 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}
.page-front article {
  position: relative;
  z-index: 1;
	margin-bottom: 40px;
}
.HighlightBox a:hover > .articleTitle {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.articleTitle h2 {
  width: 100%;
  display: block;
  padding: 15px 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.blue {
  background-color: #112e47;
  color: #fcf9f8;
}
.sky {
  background-color: #3471b8;
  color: #fcf9f8;
}
.yellow {
  background-color: #eca021;
  color: #112e47 !important;
}
.gray, .grey {
  background-color: #c0b199;
  color: #112e47 !important;
}
.primaryTitle {
  margin-bottom: 5px;
}
a .primaryTitle:hover {
  text-decoration: underline;
}
.primaryTitle.inactive {
  background: #eee;
}
.primaryTitle.active.demographic {
  background: #112e47;
  color: #fcf9f8 !important;
}
.primaryTitle.active.business {
  background: #3471b8;
  color: #fcf9f8 !important;
}
.primaryTitle.active.compare {
  background: #eca021;
  color: #112e47 !important;
}
.primaryTitle.active.demographic h2 {
  color: #fcf9f8 !important;
}
.primaryTitle.active.business h2 {
  color: #fcf9f8 !important;
}
.primaryTitle.active.compare h2 {
  color: #112e47 !important;
}
.primaryTitle.active h2 {
  color: #112e47;
}
.articleInfo h3 {
  height: 130px;
}
.articleInfo {
  padding: 18px 18px 0px 18px;
  background-color: #fff;
}
.articleInfoFixed {
  background-color: #fff;
  padding: 18px 18px 30px 18px;
  min-height: 345px;
}
.articleDesc {
  min-height: 70px;
  margin-left: 15px;
}
.articleDesc li {
  color: #000000;
  line-height: 25px;
}
.articleButton {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
		font-size: 18px;
font-weight: 600;
  line-height: normal;
  /*margin: 15px 0px 15px;*/
  margin: 0px 0px 15px 0px;
  padding: 15px;
  text-decoration: none !important;
}
.articleButton:visited {
  color: #fcf9f8;
}
.articleButton.dem {
  background: #112e47;
}
.articleButton.bus {
  background: #3471b8;
}
.articleButton.com {
  background: #eca021;
  color: #112e47;
}
.articleButton.news {
  background: #c0b199;
  color: #112e47;
}
.cellRecentPosts a {
	font-size: 13px !important;
	margin-bottom: 15px;
}
.cellRecentPosts a:last-of-type {
	margin-bottom: 0px;
}
#mainBottom section {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 10px;
}
#mainBottom article {
  background: #fff;
  padding-bottom: 15px;
}
#locals, #events {
  float: left;
}
#locals img {
  margin: 0px 10px;
}
#events article {
  padding: 15px;
}
#contactArea li {
  float: left;
  margin: 0px 10px;
}
#contactArea {
  font-size: 20px;
  width: 960px;
  margin: 50px auto 0px;
  text-align: center;
}
#contactArea span {
  vertical-align: -34px;
}
#contactArea .tagline {
  font-size: 14px;
  font-weight: 500;
}
#container {
  background: none #fff;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 650px;
  position: relative;
  left: 250px;
}
.siteSelection #main {
  padding: 60px 60px;
  width: auto;
}
.siteSelection #container {
  left: 0px;
  width: 100%;
}
#footer {
  background-color: #112e47;
  color: #fff;
  width: 100%;
  padding: 60px 0px 30px 0px;
}
#footer footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#footer .nav-left {
  text-transform: uppercase;
}
#footer nav li {
  float: left;
  font-size: 11px;
  font-weight: 100;
  margin: 0 10px;
}
#footer a {
  color: #fff;
}
#footer p {
  margin-top: 0px;
  font-size: 15px;
  line-height: 1.5rem;
}
#footer .nav-right, #footer .nav-user {
  float: right;
}
.state_footer {
  padding: 50px 15px 20px;
}
.state_footer img {
  height: auto !important;
  max-width: 250px;
  width: 100%;
  margin-bottom: 25px;
}
.state_footer p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
}
.state_footer h2 {
  color: #001849;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin: 0 0 .5rem;
  text-transform: uppercase;
}
.state_footer ul li {
  align-items: baseline;
  display: inline-flex;
  list-style-type: none;
  margin: 0;
  padding: 10px 0px;
  width: 100%;
}
.state_footer ul li a {
  color: #45464f;
  display: block;
  font-size: 14px;
  font-weight: 450;
  line-height: 1.25;
  position: relative;
  text-decoration: none;
}
.state_footer ul li a:hover {
  text-decoration: underline;
}
.official_pa {
  background-color: #e8edff;
  padding: 5px;
}
.official_pa p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}
.official_pa img {
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}
.official_pa a {
  text-decoration: underline;
  color: #00629e;
}
.official_pa a:hover {
  color: #001849;
}
.official_footer {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  padding: 10px 0px;
  color: #fcf9f8;
	background-color: #112e47;
}
.official_footer ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.25;
  margin: 0px auto 20px auto;
  padding: 0;
}
.official_footer ul li {
  border-right: 1px solid #c5c6d0;
  display: inline;
  line-height: 1.5;
  list-style-type: none;
  margin-right: .5rem;
  padding-right: .5rem;
}
.official_footer ul li:last-of-type {
  border-right: none;
}
.official_footer ul li a {
  color: #fcf9f8;
}

.official_footer ul li a:hover {
  text-decoration: underline;
}
.social_links {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.social_links li {
  list-style-type: none;
  display: inline-flex;
  width: 40px !important;
  margin-right: 10px !important;
  margin-bottom: 30px !important;
}
.social_links li a {
  align-items: center;
  color: inherit;
  border: 1px solid #757680;
  border-radius: 4px;
  display: inline-flex !important;
  justify-content: center;
  line-height: 1;
  padding: 20px;
  text-decoration: none;
  width: 40px !important;
  height: 40px !important;
}
.social_links li a:hover {
  background-color: rgba(69, 70, 79, .078);
}
footer a:hover {
	text-decoration: underline;
}
.footer_nav {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.footer_nav li {
  margin-bottom: 20px;
}
.footer_nav li:last-of-type {
  margin-bottom: 10px;
}
.social_links {
	font-size: 1.8em;
	margin-top: 10px;
}
.social_links a {
	margin-right: 10px;
}
.social_links a:hover i {
	text-decoration: underline; 
}
#mega-menu-main-menu .social_links {
	font-size: 1.8em;
	margin: 10px;
}
#mega-menu-main-menu .social_links a {
	margin-right: 15px;
	color: #fcf9f8;
}
#mega-menu-main-menu .social_links a:hover i {
	text-decoration: underline; 
}

/* The Grid ---------------------- */
.row * {
  box-sizing: border-box;
}
.row {
  width: 100%;
  max-width: 1200px;
  min-width: 768px;
  margin: 0 auto;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
.row.collapse .column, .row.collapse .columns {
  padding: 0;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
.row .row.collapse {
  margin: 0;
}
.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative;
}
.column.centered, .columns.centered {
  float: none;
  margin: 0 auto;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
.one, .row .one {
  width: 8.33333%;
}
.two, .row .two {
  width: 16.66667%;
}
.three, .row .three {
  width: 25%;
}
.four, .row .four {
  width: 33.33333%;
}
.five, .row .five {
  width: 41.66667%;
}
.six, .row .six {
  width: 50%;
}
.seven, .row .seven {
  width: 58.33333%;
}
.eight, .row .eight {
  width: 66.66667%;
}
.nine, .row .nine {
  width: 75%;
}
.ten, .row .ten {
  width: 83.33333%;
}
.eleven, .row .eleven {
  width: 91.66667%;
}
.twelve, .row .twelve {
  width: 100%;
}
.row .offset-by-one {
  margin-left: 8.33333%;
}
.row .offset-by-two {
  margin-left: 16.66667%;
}
.row .offset-by-three {
  margin-left: 25%;
}
.row .offset-by-four {
  margin-left: 33.33333%;
}
.row .offset-by-five {
  margin-left: 41.66667%;
}
.row .offset-by-six {
  margin-left: 50%;
}
.row .offset-by-seven {
  margin-left: 58.33333%;
}
.row .offset-by-eight {
  margin-left: 66.66667%;
}
.row .offset-by-nine {
  margin-left: 75%;
}
.row .offset-by-ten {
  margin-left: 83.33333%;
}
.push-two {
  left: 16.66667%;
}
.pull-two {
  right: 16.66667%;
}
.push-three {
  left: 25%;
}
.pull-three {
  right: 25%;
}
.push-four {
  left: 33.33333%;
}
.pull-four {
  right: 33.33333%;
}
.push-five {
  left: 41.66667%;
}
.pull-five {
  right: 41.66667%;
}
.push-six {
  left: 50%;
}
.pull-six {
  right: 50%;
}
.push-seven {
  left: 58.33333%;
}
.pull-seven {
  right: 58.33333%;
}
.push-eight {
  left: 66.66667%;
}
.pull-eight {
  right: 66.66667%;
}
.push-nine {
  left: 75%;
}
.pull-nine {
  right: 75%;
}
.push-ten {
  left: 83.33333%;
}
.pull-ten {
  right: 83.33333%;
}
img {
  height: auto;
}
img, object, embed {
  max-width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img, .map_canvas img {
  max-width: none !important;
}
/* Nicolas Gallagher's micro clearfix */
.row {
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  margin: 0;
}
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px;
}
.block-grid.two-up {
  margin: 0 -15px;
}
.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
}
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up {
  margin: 0 -12px;
}
.block-grid.three-up > li {
  width: 33.33333%;
  padding: 0 12px 12px;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up {
  margin: 0 -10px;
}
.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up {
  margin: 0 -8px;
}
.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
.block-grid.six-up {
  margin: 0 -8px;
}
.block-grid.six-up > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}
.block-grid.seven-up {
  margin: 0 -8px;
}
.block-grid.seven-up > li {
  width: 14.28571%;
  padding: 0 8px 8px;
}
.block-grid.seven-up > li:nth-child(7n+1) {
  clear: both;
}
.block-grid.eight-up {
  margin: 0 -8px;
}
.block-grid.eight-up > li {
  width: 12.5%;
  padding: 0 8px 8px;
}
.block-grid.eight-up > li:nth-child(8n+1) {
  clear: both;
}
.block-grid.nine-up {
  margin: 0 -8px;
}
.block-grid.nine-up > li {
  width: 11.11111%;
  padding: 0 8px 8px;
}
.block-grid.nine-up > li:nth-child(9n+1) {
  clear: both;
}
.block-grid.ten-up {
  margin: 0 -8px;
}
.block-grid.ten-up > li {
  width: 10%;
  padding: 0 8px 8px;
}
.block-grid.ten-up > li:nth-child(10n+1) {
  clear: both;
}
.block-grid.eleven-up {
  margin: 0 -8px;
}
.block-grid.eleven-up > li {
  width: 9.09091%;
  padding: 0 8px 8px;
}
.block-grid.eleven-up > li:nth-child(11n+1) {
  clear: both;
}
.block-grid.twelve-up {
  margin: 0 -8px;
}
.block-grid.twelve-up > li {
  width: 8.33333%;
  padding: 0 8px 8px;
}
.block-grid.twelve-up > li:nth-child(12n+1) {
  clear: both;
}

	#newsletter_banner {
		background-color: #112e47;
		padding: 60px 10px;
		width: 100%;
		color: #fcf9f8;
		box-sizing: border-box;
	}
	#newsletter_banner_wrap {
		width: 100%;
		max-width: 1200px;
		margin: 0px auto;
	}
	#newsletter_banner legend {
		text-transform: uppercase;
	}
	#newsletter_banner label {
		color: #fcf9f8;
		text-transform: uppercase;
		font-weight: bold
	}
.gform_wrapper.gravity-theme .gfield-choice-input+label {
	text-transform: unset !important;
	font-weight: 400;
}
	#newsletter_banner a {
		color: #fcf9f8;
		text-decoration: underline;
	}
#newsletter_banner h3 {
	color: #fcf9f8;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: bold;
}
.gform_button  {
    display: block;
    color: #112e47;
    width: max-content;
    background: none;
    border: 3px solid #ce493d;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1pc;
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .48px;
    line-height: 1;
    padding: 1rem 1.5rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0px auto;
}
.gform_button:hover  {
	text-decoration: underline;
}
.gform-field-label--type-sub {
	padding-bottom: 8px;
	font-size: 16px !important;
}
.red_bar {
	border-left: 4px solid #ce493d;
	padding-left: 32px;
}

#newsletter_banner .gform_button  {
	color: #fcf9f8;
}


#contact_banner {
	width: 100%;
	background-color: #fcf9f8;
	padding: 50px 10px;
	box-sizing: border-box;
}
#contact_banner_wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
}

 #contact_banner h3 {
	color: #112e47;
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: bold;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
	vertical-align: top !important;
}
.gfield_required {
	display: none !important;
}

/* Small Devices ------------ */
@media only screen and (max-width: 860px) {
  /* The Grid --- */
  /*              */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .column, .columns {
    width: auto !important;
    float: none;
  }
  .column:last-child, .columns:last-child {
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table;
  }
  .column:after, .columns:after {
    clear: both;
  }
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten {
    margin-left: 0 !important;
  }
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto;
  }
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto;
  }
  /* Mobile 4-column Grid */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-one:last-child {
    float: right;
  }
  .row .mobile-one.end {
    float: left;
  }
  .row.collapse .mobile-one {
    padding: 0;
  }
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-two:last-child {
    float: right;
  }
  .row .mobile-two.end {
    float: left;
  }
  .row.collapse .mobile-two {
    padding: 0;
  }
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-three:last-child {
    float: right;
  }
  .row .mobile-three.end {
    float: left;
  }
  .row.collapse .mobile-three {
    padding: 0;
  }
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-four:last-child {
    float: right;
  }
  .row .mobile-four.end {
    float: left;
  }
  .row.collapse .mobile-four {
    padding: 0;
  }
  .push-one-mobile {
    left: 25%;
  }
  .pull-one-mobile {
    right: 25%;
  }
  .push-two-mobile {
    left: 50%;
  }
  .pull-two-mobile {
    right: 50%;
  }
  .push-three-mobile {
    left: 75%;
  }
  .pull-three-mobile {
    right: 75%;
  }
  /* Block Grids --- */
  /*                 */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .block-grid > li {
    clear: none;
  }
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }
  .block-grid.mobile-seven-up > li {
    width: 14.28571%;
  }
  .block-grid.mobile-seven-up > li:nth-child(7n+1) {
    clear: both;
  }
  .block-grid.mobile-eight-up > li {
    width: 12.5%;
  }
  .block-grid.mobile-eight-up > li:nth-child(8n+1) {
    clear: both;
  }
  .block-grid.mobile-nine-up > li {
    width: 11.11111%;
  }
  .block-grid.mobile-nine-up > li:nth-child(9n+1) {
    clear: both;
  }
  .block-grid.mobile-ten-up > li {
    width: 10%;
  }
  .block-grid.mobile-ten-up > li:nth-child(10n+1) {
    clear: both;
  }
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%;
  }
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
    clear: both;
  }
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%;
  }
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
    clear: both;
  }
	
	.articleInfoFixed {
	  height: auto;
	}
	
	#startSearch {
	  display: none !important;
	}
	
}
/* Topbar Specific Breakpoint that you can customize */
@media only screen and (min-width: 941px) {
  .row {
	  width: 100%;
	  max-width: 1200px;
  }
}
@media only screen and (max-width: 940px) {}