.nostyle {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.center {
  text-align: center;
}
.fontawesome {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
div.template {
  padding-bottom: 120px;
}
div.template #breadcrumbContainer {
  float: none;
}
.g-translate {
  color: #002755;
  float: right;
  display: flex;
  top: 1.8rem;
  position: relative;
  justify-content: space-between;
  align-items: center !important;
}
.g-translate span {
  padding-right: 1rem;
}
.g-translate .poweredby {
  display: block;
}
.g-translate select {
  width: 200px;
  border-color: #002755;
  margin: 0;
  background: #fff;
  -webkit-appearance: none;
  padding: 10px;
  line-height: 1.3;
  border-radius: 0;
  float: right;
}
.g-translate select:focus {
  border-radius: 0;
  outline: none;
  border-color: none;
}
.g-translate .custom-select__icon {
  position: absolute;
  top: 0;
  right: 1.5rem;
  height: 38px;
  width: 40px;
  padding: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' width='320' height='320' viewBox='0 0 320 320'%3E%3Cstyle%3E.st0%7Bfill:%23002755;%7D .st1%7Bfill:%23ffffff;%7D%3C/style%3E%3Cpath class='st0' d='M320 0v320H0V0h320z'/%3E%3Cpath class='st1' d='M202 136l-44 48-40-48h84z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #fcb512;
  background-position-y: 50%;
}
.g-translate .poweredby {
  padding-top: 0.5rem;
}
input[type="text"],
textarea {
  -webkit-appearance: none;
}
div#main-content h1.title {
  clear: both;
}
div#main-content ol li {
  margin-bottom: 10px;
}
div#header a.btn-primary {
  float: right;
  margin: 14px 0 0 20px;
}
div#header .navigationRibbon a br {
  display: none;
}
div#header div.trans-container {
  float: right;
  margin-top: 22px;
}
div#header div.trans-container ul.lang-trans {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  margin: 8px 30px 0 0;
}
div#header div.trans-container ul.lang-trans li {
  float: left;
  margin-left: 20px;
}
div#header div.trans-container ul.lang-trans li.current-lang {
  font-weight: bold;
}
div#header div.trans-container div.google-trans {
  float: left;
}
div#header div.trans-container div.google-trans select#gtranslate_selector {
  border-radius: 0;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div#header div.trans-container div.google-trans select#gtranslate_selector:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
div#header div.search {
  float: right;
  margin: 22px 0 0 25px;
}
div#header div.search input.form-control {
  border: 1px solid #ccc;
  height: 34px;
  padding: 6px 12px;
}
div#header div.search input.form-control:focus {
  border: 1px solid #66afe9;
}
div#header div.search input[type=submit]:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: '\f002';
}
div#header .navigationRibbon ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div#header .navigationRibbon li {
  float: left;
  position: relative;
}
div#header .navigationRibbon li:after {
  content: "";
  background: #748bad;
  position: absolute;
  bottom: 25%;
  left: 0;
  height: 50%;
  width: 1px;
}
div#header .navigationRibbon li:first-of-type:after {
  width: 0;
  height: 0;
}
div#header .navigationRibbon li.workbc {
  float: right;
}
body.home div.template #breadcrumbContainer {
  float: left;
}
body.home .panel.panel-default a {
  color: #ffffff !important;
}
div.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-right: 20px;
}
div.sidebar ul li {
  font-weight: bold;
}
div.sidebar ul li.current_page_item.menu-item-has-children>a {
  text-decoration: underline;
}
div.sidebar ul a {
  display: inline-block;
  margin-bottom: 10px;
}
div.sidebar ul ul.sub-menu li {
  font-weight: normal;
  margin-left: 20px;
  position: relative;
}
div.sidebar ul ul.sub-menu li.current_page_item a {
  text-decoration: underline;
}
div.sidebar ul ul.sub-menu li.current_page_item ul.sub-menu li a {
  text-decoration: none;
}
div.sidebar ul ul.sub-menu li.current_page_item ul.sub-menu li a:hover {
  text-decoration: underline;
}
div.sidebar ul ul.sub-menu li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: '\f0da';
  position: absolute;
  left: -10px;
  top: 0;
}
div.col-box {
  background-color: #65799e;
  color: #fff;
  margin: 10px 0;
  padding: 20px;
}
div.col-box h1,
div.col-box h2,
div.col-box h3,
div.col-box h4,
div.col-box h5,
div.col-box h6,
div.col-box a {
  color: #fff;
}
div.map-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
div.gov-alert li {
  list-style-type: disc !important;
  padding-left: 0;
}
div#accordion div.accordion-toggle h2 {
  margin-top: 0;
  margin-bottom: 0;
}
div#accordion div.accordion-content {
  display: none;
}
div#accordion div.accordion-content p {
  margin-top: 0;
  margin-bottom: 0;
}
div.results-search {
  margin: 0 0 40px 0;
  width: auto;
}
div.results-search div.form-group {
  width: calc(100% - 44px);
}
div.results-search input[type=text] {
  width: 100%;
}
div.results-search button {
  margin-left: 0;
  width: 40px;
}
div.search-item {
  border-bottom: 1px solid #dedede;
}
div.search-item:last-of-type {
  border-bottom: none;
}
nav.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.pagination li {
  background-image: none;
  float: left;
  margin-bottom: 0;
  padding-left: 0;
}
nav.pagination li.active a {
  background-color: #afafaf;
  border: 1px solid #88929a;
  color: #fff;
  text-decoration: none;
}
nav.pagination li + li {
  margin-left: -1px;
}
nav.pagination a {
  background-color: #d1d1d1;
  border: 1px solid #afafaf;
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 7px 12px 5px 12px;
  text-decoration: none;
}
nav.pagination a:hover {
  background-color: #afafaf;
  border: 1px solid #88929a;
  color: #fff;
  text-decoration: none;
}
div#tribe-events-bar {
  background: #ededed;
  margin-bottom: 20px;
  position: relative;
}
div#tribe-events-bar button.tribe-bar-filters-open {
  display: none;
}
div#tribe-events-bar div#tribe-bar-filters-wrap {
  padding: 20px;
  width: 100%;
}
div#tribe-events-bar div#tribe-bar-filters-wrap div.tribe-bar-date-filter {
  float: left;
  margin-right: 30px;
  width: 220px;
}
div#tribe-events-bar div#tribe-bar-filters-wrap div.tribe-bar-search-filter {
  float: left;
  margin-right: 30px;
  width: 220px;
}
div#tribe-events-bar div#tribe-bar-filters-wrap div.tribe-bar-search-filter input[type="text"],
div#tribe-events-bar div#tribe-bar-filters-wrap div.tribe-bar-date-filter input[type="text"] {
  border: 1px solid #ccc;
  display: block;
  height: 34px;
  padding: 6px 12px;
  width: 100%;
}
div#tribe-events-bar div#tribe-bar-filters-wrap div.tribe-bar-search-filter input[type="text"]:focus,
div#tribe-events-bar div#tribe-bar-filters-wrap div.tribe-bar-date-filter input[type="text"]:focus {
  border: 1px solid #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
div#tribe-events-bar div#tribe-bar-filters-wrap div.tribe-bar-submit {
  float: left;
  margin-top: 25px;
  width: 30%;
}
div#tribe-events-bar div.tribe-bar-views {
  background-color: #003366;
  color: #ffffff;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
  height: 100%;
}
div#tribe-events-bar div.tribe-bar-views label {
  padding: 0 15px;
}
div#tribe-events-bar div.tribe-bar-views button.tribe-bar-views-toggle {
  border: 0;
  background: transparent;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  line-height: 1;
  outline: 0;
  padding: 8px 15px;
  position: relative;
  text-align: left;
  text-transform: none;
  width: 100%;
}
div#tribe-events-bar div.tribe-bar-views button.tribe-bar-views-toggle span {
  margin-right: 10px;
}
div#tribe-events-bar div.tribe-bar-views button.tribe-bar-views-toggle span.tribe-icon-list:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  content: '\f0c9';
}
div#tribe-events-bar div.tribe-bar-views button.tribe-bar-views-toggle span.tribe-icon-month:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ffffff;
  content: '\f073';
}
div#tribe-events-bar div.tribe-bar-views button.tribe-bar-views-toggle:hover {
  background-color: #003b77;
}
div#tribe-events-bar div.tribe-bar-views button.tribe-bar-views-toggle:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: '\f0d7';
  position: absolute;
  right: 15px;
}
div#tribe-events-bar div.tribe-bar-views ul.tribe-bar-views-list {
  background: #048;
  border-radius: 0 0 3px 3px;
  display: none;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: auto;
  width: 100%;
  z-index: 2;
}
div#tribe-events-bar div.tribe-bar-views ul.tribe-bar-views-list li {
  background: none;
  color: #88c3ff;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 8px 15px;
}
div#tribe-events-bar div.tribe-bar-views ul.tribe-bar-views-list li:hover {
  background-color: #003b77;
}
div#tribe-events-bar div.tribe-bar-views ul.tribe-bar-views-list li.tribe-bar-active {
  color: #ffffff;
}
div#tribe-events-bar div.tribe-bar-views ul.tribe-bar-views-list li:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
div#tribe-events-bar div.tribe-bar-views ul.tribe-bar-views-list li#tribe-bar-views-option-list:before {
  content: '\f0c9';
}
div#tribe-events-bar div.tribe-bar-views ul.tribe-bar-views-list li#tribe-bar-views-option-month:before {
  content: '\f073';
}
div#tribe-events-bar .tribe-bar-views-open #tribe-bar-views-toggle:after {
  content: '\f0d8';
}
div.datepicker.dropdown-menu {
  border-radius: 0;
  z-index: 1200 !important;
}
div.datepicker.dropdown-menu table tr td.active.active {
  background-color: #003366;
  background-image: none;
  border-radius: 50%;
  text-shadow: none;
}
div.datepicker.dropdown-menu table tr td.day.focused,
div.datepicker.dropdown-menu table tr td.day:hover {
  border-radius: 50%;
}
div.datepicker.dropdown-menu table tr td span:hover {
  border-radius: 0;
}
div.datepicker.dropdown-menu table tr td span.active {
  background-color: #003366;
  background-image: none;
  border-radius: 0;
}
div.datepicker.dropdown-menu table tr td span.active:hover {
  background-color: #003b77;
}
div.breadcrumb-events ol {
  margin-left: -15px;
  padding-left: 0;
}
div.breadcrumb-events ol li {
  margin-left: 0;
  padding-left: 0;
}
div.tribe-events-list .tribe-events-loop .tribe-events-content {
  clear: none;
  width: calc(100% - 340px);
}
div.tribe-events-loop h2.tribe-events-list-separator-month {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0 0 0;
}
div.type-tribe_events {
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
div.type-tribe_events.tribe-events-last {
  margin-bottom: 0;
  padding-bottom: 0;
}
div.type-tribe_events h3 {
  font-size: 21px;
  margin-top: 0 !important;
  margin-bottom: 0.83em !important;
}
div.type-tribe_events div.tribe-event-schedule-details,
div.type-tribe_events div.tribe-events-venue-details {
  font-size: 14px;
}
div.type-tribe_events div.tribe-events-event-cost {
  margin: 0 0 15px 0;
}
div.type-tribe_events div.tribe-events-event-cost span.ticket-cost:before {
  content: 'Cost: ';
}
div.type-tribe_events div.tribe-events-event-image {
  float: left;
  margin-right: 40px;
  width: 300px;
}
div.type-tribe_events div.tribe-events-list-event-description {
  float: left;
}
div.tribe-events-notices {
  background-color: #d9edf7;
  border: 5px solid #38598a;
  border-radius: 7px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.4), 0 0 45px rgba(255,255,255,0.7) inset;
  color: #31708f;
  padding: 15px;
}
div.tribe-events-notices li {
  background: none !important;
  text-shadow: none;
}
div.tribe-events-title-bar h1.tribe-events-page-title {
  margin-bottom: 10px;
  text-align: left;
}
ul.tribe-events-sub-nav {
  padding: 0;
}
ul.tribe-events-sub-nav li {
  background: none;
  margin: 10px 0 !important;
  padding-left: 0;
}
ul.tribe-events-sub-nav li.tribe-events-nav-previous,
ul.tribe-events-sub-nav li.tribe-events-nav-previous a {
  float: left;
}
ul.tribe-events-sub-nav li.tribe-events-nav-next,
ul.tribe-events-sub-nav li.tribe-events-nav-next a {
  float: right;
}
ul.tribe-events-sub-nav li a {
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px 14px;
}
ul.tribe-events-sub-nav li a:hover {
  background-color: #eee;
  text-decoration: none;
}
div.tribe-events-single#tribe-events-content {
  padding-top: 20px;
}
div.tribe-events-single#tribe-events-content span.tribe-events-cost {
  display: none;
}
div.tribe-events-single#tribe-events-content div.tribe-events-schedule h2 {
  margin: 0;
}
div.tribe-events-single#tribe-events-content div.tribe_events {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
div.tribe-events-single#tribe-events-content div.tribe-events-event-image {
  float: right;
  margin: 0 0 40px 40px;
}
div.tribe-events-single#tribe-events-content div.tribe-events-meta-group {
  margin-bottom: 30px;
}
div.tribe-events-single#tribe-events-content div.primary h2,
div.tribe-events-single#tribe-events-content div.secondary h2 {
  margin-top: 0;
}
div.tribe-events-single#tribe-events-content div.secondary div.tribe-events-meta-group-venue {
  float: left;
  margin-right: 5%;
  width: 40%;
}
div.tribe-events-single#tribe-events-content div.secondary div.tribe-events-venue-map {
  float: left;
  width: 55%;
}
div.tribe-events-month#tribe-events-content a.tribe-events-ical,
div.tribe-events-list#tribe-events-content a.tribe-events-ical {
  background-color: #d1d1d1;
  border: 1px solid #afafaf;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  padding: 7px 12px 5px 12px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
div.tribe-events-month#tribe-events-content a.tribe-events-ical:hover,
div.tribe-events-list#tribe-events-content a.tribe-events-ical:hover {
  background-color: #afafaf;
  border-color: #88929a;
  color: #ffffff;
}
div.gform_wrapper {
  margin: 30px 0;
}
div.gform_wrapper div.gform_body ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.gform_wrapper div.gform_body li {
  clear: both;
  margin-bottom: 15px;
  padding-left: 0;
  background: none;
}
div.gform_wrapper div.gform_body li:before {
  content: none;
}
div.gform_wrapper div.gform_body li.gform_validation_container {
  display: none;
}
div.gform_wrapper div.gform_body li.field_description_above div.gfield_description {
  margin: 0 0 10px 0;
}
div.gform_wrapper div.gform_body li.field_description_below div.gfield_description {
  margin: 5px 0 10px;
}
div.gform_wrapper div.gform_body li.gfield_error label.gfield_label {
  color: #a94442;
}
div.gform_wrapper div.gform_body li.gfield_error input[type="text"],
div.gform_wrapper div.gform_body li.gfield_error textarea {
  border: 1px solid #a94442;
}
div.gform_wrapper div.gform_body li.gfield_error input[type="text"]:focus,
div.gform_wrapper div.gform_body li.gfield_error textarea:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
div.gform_wrapper div.gform_body li.gfield_error div.validation_message {
  color: #a94442;
}
div.gform_wrapper div.gform_body li.gfield_error div.validation_message:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: '\f071';
  margin-right: 5px;
}
div.gform_wrapper div.gform_body li.hide-label label.gfield_label {
  display: none;
}
div.gform_wrapper div.gform_body li.horizontal ul.gfield_radio > li {
  clear: none;
  float: left;
  margin: 0 30px 10px 0;
}
div.gform_wrapper div.gform_body li.horizontal ul.gfield_radio > li input[type="radio"] {
  display: inline;
  margin: 6px 10px 0 0;
}
div.gform_wrapper div.gform_body li.horizontal ul.gfield_radio > li label {
  display: inline;
}
div.gform_wrapper div.gform_body div.ginput_container_fileupload {
  background-color: #e6e5e5;
  padding: 30px 30px 25px 30px;
  text-align: center;
}
div.gform_wrapper div.gform_body div.ginput_container_fileupload input[type="button"] {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  width: 160px;
}
div.gform_wrapper div.gform_body div.ginput_container_fileupload input[type="file"] {
  margin: 0 auto;
  width: 250px;
}
div.gform_wrapper div.gform_body div.ginput_container_fileupload span.screen-reader-text {
  display: inline-block;
  margin: 20px 0 0 0;
}
div.gform_wrapper div.gform_body div.ginput_container_fileupload div.moxie-shim {
  left: 50% !important;
  margin-left: -80px !important;
}
div.gform_wrapper div.gform_body label.gfield_label span.gfield_required {
  color: #ec0000;
  font-weight: 400;
  margin-left: 5px;
  position: relative;
  top: -3px;
}
div.gform_wrapper div.gform_body input[type="text"],
div.gform_wrapper div.gform_body select {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 6px 12px;
  width: 100%;
  height: 34px;
}
div.gform_wrapper div.gform_body input[readonly] {
  color: #0093d0;
  cursor: default;
  outline: none;
}
div.gform_wrapper div.gform_body select {
  padding: 5px 6px;
}
div.gform_wrapper div.gform_body textarea {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 6px 12px;
  height: 180px;
  min-height: 180px;
  resize: vertical;
  width: 100%;
}
div.gform_wrapper div.gform_body input[type="text"],
div.gform_wrapper div.gform_body textarea {
  line-height: 1.42857143;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
div.gform_wrapper div.gform_body input[type="text"]:focus,
div.gform_wrapper div.gform_body textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
div.gform_wrapper div.gform_body div.ginput_list table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
div.gform_wrapper div.gform_body div.ginput_list td.gfield_list_cell {
  padding: 0 10px 0 0;
}
div.gform_wrapper div.gform_body div.ginput_list input[type="text"],
div.gform_wrapper div.gform_body div.ginput_list img {
  margin: 0 10px 20px 0;
}
div.gform_wrapper div.gform_body div.ginput_container_date div.ginput_container_date {
  float: left;
  width: 30%;
}
div.gform_wrapper div.gform_body div.ginput_container_date div.ginput_container_date:nth-child(2) {
  margin: 0 5%;
}
div.gform_wrapper div.gform_body div.ginput_container_time {
  float: left;
  width: 40%;
}
div.gform_wrapper div.gform_body div.ginput_container_time.gfield_time_ampm {
  float: right;
  width: 20%;
}
div.gform_wrapper div.gform_body div.ginput_container_time input[type="text"],
div.gform_wrapper div.gform_body div.ginput_container_time i,
div.gform_wrapper div.gform_body div.ginput_container_time label {
  float: left;
}
div.gform_wrapper div.gform_body div.ginput_container_time input[type="text"] {
  width: 70%;
}
div.gform_wrapper div.gform_body div.ginput_container_time i,
div.gform_wrapper div.gform_body div.ginput_container_time label {
  margin: 5px 0 0 5px;
}
div.gform_wrapper div.gform_body div.ginput_complex.ginput_container_name input[type="text"] {
  margin: 0;
}
div.gform_wrapper div.gform_body div.ginput_complex label {
  display: none;
}
div.gform_wrapper div.gform_body div.ginput_complex input[type="text"],
div.gform_wrapper div.gform_body div.ginput_complex select {
  margin: 0 0 20px 0;
  width: 48%;
}
div.gform_wrapper div.gform_body div.ginput_complex span.name_last input[type="text"],
div.gform_wrapper div.gform_body div.ginput_complex span.address_line_2 input[type="text"],
div.gform_wrapper div.gform_body div.ginput_complex span.ginput_right input[type="text"],
div.gform_wrapper div.gform_body div.ginput_complex span.ginput_right select {
  float: right;
}
div.gform_wrapper div.gform_body ul.gfield_checkbox label,
div.gform_wrapper div.gform_body ul.gfield_radio label {
  color: #000000;
  font-weight: 400;
}
div.gform_wrapper div.gform_body ul.gfield_checkbox li,
div.gform_wrapper div.gform_body ul.gfield_radio li {
  margin-bottom: 2px;
}
div.gform_wrapper div.gform_body ul.gfield_checkbox input[type="checkbox"],
div.gform_wrapper div.gform_body ul.gfield_checkbox input[type="radio"],
div.gform_wrapper div.gform_body ul.gfield_radio input[type="checkbox"],
div.gform_wrapper div.gform_body ul.gfield_radio input[type="radio"] {
  margin: 6px 10px 0 0;
  vertical-align: top;
}
div.gform_wrapper div.gform_body ul.gfield_checkbox label,
div.gform_wrapper div.gform_body ul.gfield_checkbox input[type="text"],
div.gform_wrapper div.gform_body ul.gfield_radio label,
div.gform_wrapper div.gform_body ul.gfield_radio input[type="text"] {
  width: 85%;
}
div.gform_wrapper div.gform_body li.gsection {
  border-top: 2px solid #ebebeb;
  padding-top: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}
div.gform_wrapper div.gform_body li.gsection h2 {
  color: #1798cf;
  font-size: 20px;
  font-weight: 600;
}
div.gform_wrapper div.validation_error {
  color: #a94442;
  margin: 0 0 20px 0;
}
div.gform_wrapper div.gform_footer input[type="submit"],
div.gform_wrapper div.gform_footer input[type="button"],
div.gform_wrapper div.gform_page_footer input[type="submit"],
div.gform_wrapper div.gform_page_footer input[type="button"] {
  background-color: #d1d1d1;
  border: 1px solid #afafaf;
  color: #333;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  margin: 20px 0 0 0;
  padding: 7px 12px 5px 12px;
}
div.gform_wrapper div.gform_footer input[type="submit"]:hover,
div.gform_wrapper div.gform_footer input[type="button"]:hover,
div.gform_wrapper div.gform_page_footer input[type="submit"]:hover,
div.gform_wrapper div.gform_page_footer input[type="button"]:hover {
  background-color: #afafaf;
  border: 1px solid #88929a;
}
div.gform_wrapper div.gform_footer input[type="submit"]:last-of-type,
div.gform_wrapper div.gform_footer input[type="button"]:last-of-type,
div.gform_wrapper div.gform_page_footer input[type="submit"]:last-of-type,
div.gform_wrapper div.gform_page_footer input[type="button"]:last-of-type {
  margin-right: 0;
}
div.gform_wrapper div.gform_footer input[type="submit"],
div.gform_wrapper div.gform_page_footer input[type="submit"] {
  margin-right: 0;
}
div.gform_confirmation_message {
  color: #5d884b;
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0;
  text-align: center;
}
div#footer div[class^="menu-footer-"] {
  float: left;
}
div#footer div[class^="menu-footer-"] li:first-of-type {
  border-left: none;
}
div#footer ul.inline {
  clear: none;
  float: left;
}
div#footer ul.inline li {
  border-left: 1px solid #4b5e73;
}
body.page-id-37 div.acf-map {
  height: 270px;
}
.accordion-content {
  display: block;
  padding: 10px 18px;
  border: solid 3px #f1f1f3;
}
.accordion-toggle {
  line-height: 1.2;
  cursor: pointer;
  width: 100%;
  background: #f1f1f3;
  padding: 8px 18px;
}
.accordion-toggle div {
  color: #234075;
  font-weight: 600;
  font-size: 18px;
}
.accordion-toggle:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f078";
  line-height: 0;
  position: relative;
  float: right;
  margin-top: -12px;
}
.accordion-toggle.open:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f077";
}
@media only screen and (min-width: 320px) and (max-width: 430px) {
  .accordion-toggle div {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  body.page-id-37 div#gform_wrapper_1 input#input_1_1_3,
  body.page-id-37 div#gform_wrapper_1 input#input_1_1_6 {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  body.page-id-37 #gform_wrapper_1 {
    width: 70%;
  }
}
body.home div.panel-body a {
  text-decoration: underline !important;
}
body.home div.panel-body a:hover {
  color: #0000ff;
}
body.page-id-64 div.map-container {
  margin-top: 0;
}
div.row div.row {
  margin-left: -15px !important;
}
div#header .navigationRibbon li.workbc {
  float: right;
}
div#header .navigationRibbon li:last-child:after {
  display: none;
}
img.back-to-top {
  display: none !important;
}
div.chat_link_area {
  position: fixed;
  bottom: 0;
  right: 30px;
}
div.chat_link_area a#mibew-agent-button {
  display: block;
  width: 150px;
  color: #fff;
  background-color: #002855;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.3333333;
  text-align: center;
  text-decoration: none !important;
}
div.chat_link_area a#mibew-agent-button:hover {
  background-color: #234075;
  border-color: #204d74;
  text-decoration: none;
}
div.mibew-chat-frame-toggle-off {
  display: block;
  width: 150px;
  background: none !important;
}
.callout_block {
  padding: 25px;
  border-left: 10px solid #38598a;
  margin: 16px 0;
  background-color: #f2f2f2;
}
.default_button {
  display: inline-block;
  padding: 7px 12px 5px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #fff !important;
  background-color: #002855;
}
.default_button:hover {
  background-color: #234075;
  text-decoration: none;
}
.large_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  padding: 12px 16px 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background: #002855;
  color: #fff !important;
  border: 1px solid transparent;
}
.large_button:hover {
  color: #fff;
  background-color: #234075;
  border-color: #204d74;
}
.information_message {
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
  margin-bottom: 20px;
  border: 5px solid #38598a;
  border-radius: 7px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.4), 0 0 45px rgba(255,255,255,0.7) inset;
}
.warning_message {
  color: #8a6d3b;
  background-color: #fcf8e3;
  padding: 15px;
  margin-bottom: 20px;
  border: 5px solid #f4bd48;
  border-radius: 7px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.4), 0 0 45px rgba(255,255,255,0.7) inset;
}
.news h1,
.events h1 {
  font-weight: bold;
  color: #1c5a97;
  max-width: 95%;
  font-size: 25px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 20px;
  display: inline-block;
}
.home .news-title a {
  font-weight: bold;
  color: #1c5a97;
  max-width: 95%;
  font-size: 16px;
  padding: 0 15px;
}
.home .news-title h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.single .news-body,
.page-news-feed .news-body,
.page-success-news-feed .news-body {
  padding-left: 0;
  padding-top: 0;
}
.single .fa-external-link {
  padding-left: 3px;
  position: relative;
  top: 1px;
}
.page-news-feed ul.news-title,
.page-success-news-feed ul.news-title,
.page-calendar ul.news-title,
.single ul.news-title,
.single-ai1ec_event ul.events-title {
  padding-left: 0;
  list-style: none;
}
.page-news-feed ul.news-title li,
.page-success-news-feed ul.news-title li,
.page-calendar ul.news-title li,
.single ul.news-title li,
.single-ai1ec_event ul.events-title li {
  margin-bottom: 10px;
}
.breadcrumb span.current {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}
.breadcrumb span.current {
  vertical-align: middle;
}
ul.news-title {
  margin-left: 10px;
}
ul.news-title li {
  display: flex;
}
ul.news-title i {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
ul.events-title i {
  margin-right: 3px;
}
h1.news-list,
h1.events-list {
  font-size: 14px;
  color: #1c5a97;
  font-weight: bold;
}
.home .news-heading {
  background-color: #f1f1f3;
  border-color: #f1f1f3;
  padding: 8px;
}
.home .news-title h2 {
  display: flex;
}
.news-body {
  padding: 15px;
}
.news-body p {
  margin: 0 0 10px;
}
.news-images {
  text-align: center;
  max-width: 300px;
}
.news-images img {
  padding: 15px;
}
.news-date {
  margin: 5px 0 0 0;
  font-weight: bold;
}
.single .news-date {
  margin-left: 0;
}
.single .news-date p {
  margin-top: 0;
  margin-bottom: 5px;
}
.page-news-feed .news-date,
.page-success-news-feed .news-date {
  margin-left: 0;
}
.page-news-feed .news-date p,
.page-success-news-feed .news-date p {
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-top: 0;
}
span.ai1ec-event-title {
  color: #1c5a97 !important;
  width: 100%;
  white-space: normal;
}
.ai1ec-btn {
  border-radius: 0 !important;
}
.ai1ec-allday-badge,
.ai1ec-month {
  background: #1c5a97 !important;
}
.ai1ec-allday-badge {
  display: none !important;
}
.ai1ec-month-view .ai1ec-event {
  height: 100%;
  margin: 0 0 7px;
}
.ai1ec-event {
  border-radius: 0 !important;
  background-color: #ffffff !important;
  text-shadow: none !important;
  height: 100%;
}
.ai1ec-event-avatar,
.ai1ec-expanded {
  box-shadow: none !important;
}
.ai1ec-month {
  text-shadow: none;
  border-radius: 0 !important;
}
.ai1ec-date,
.ai1ec-today {
  background: transparent !important;
  border-top: none !important;
}
.ai1ec-today .ai1ec-event {
  background-color: #ffd !important;
}
.ai1ec-today .ai1ec-event-time {
  background-color: #ffd !important;
}
.ai1ec-calendar-toolbar {
  border: none;
}
.ai1ec-date-title {
  border-radius: 0 !important;
}
.ai1ec-event-time {
  background: #ffffff !important;
}
.ai1ec-load-view {
  background-image: none !important;
  box-shadow: none !important;
}
ul.ai1ec-pull-right li {
  background: none;
}
ul.ai1ec-pull-right li a {
  padding-left: 5px !important;
}
div.view-calendar-button div.gform_button,
div.view-news-button div.gform_button {
  background-color: #d1d1d1;
  border: 1px solid #afafaf;
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  margin: 20px 0 0 0;
  padding: 7px 12px 5px 12px;
  font-family: inherit;
}
div.view-calendar-button div.gform_button:hover,
div.view-news-button div.gform_button:hover {
  background-color: #afafaf;
  border: 1px solid #88929a;
}
div.view-news-button div.gform_button {
  margin: 0 0 40px 15px;
}
.ai1ec-agenda-view .ai1ec-event-description {
  font-size: 14px;
  line-height: inherit;
  color: inherit;
}
.ai1ec-field-label {
  font-size: 14px;
}
.timely {
  font-size: 14px;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  overflow: auto;
}
.page-calendar .ai1ec-calendar-view {
  min-width: 700px;
}
button.calendar-button {
  font-size: 11px;
  font-family: inherit;
  line-height: 1.5;
  font-weight: normal;
  background: transparent;
  color: #333;
  margin-top: 20px;
  margin-left: 15px;
  padding: 5px;
  box-shadow: none;
  border: 1px solid #ccc;
  float: right;
}
.home .ai1ec-dropdown-toggle {
  padding: 5px 3px !important;
}
.ai1ec-pull-left .ai1ec-pagination,
.ai1ec-subscribe-dropdown {
  display: none !important;
}
.ai1ec-dropdown-toggle span {
  visibility: hidden;
  display: contents;
}
.ai1ec-dropdown-toggle span.ai1ec-hidden-sm::after {
  content: "Schedule";
  visibility: visible;
  position: relative;
  left: -20px;
}
.single-ai1ec_event .ai1ec-field-label {
  text-align: left;
  color: #1c5a97;
  padding-top: 20px;
}
.single-ai1ec_event .ai1ec-time,
.single-ai1ec_event .ai1ec-location {
  display: flex;
  flex-direction: column;
}
.single-ai1ec_event .ai1ec-field-value {
  font-size: 14px !important;
  font-family: Myriad-Pro, Calibri, Arial, "sans serif";
  color: #494949;
}
.single-ai1ec_event .ai1ec-btn-group {
  margin-left: 15px;
}
.single-ai1ec_event h1.title {
  padding-left: 0;
}
.single-ai1ec_event .ai1ec-calendar-link {
  display: none;
}
.calendar-text {
  padding-top: 20px;
}
.page-calendar .monthly-calendar {
  margin-bottom: 30px;
}
.page-news-feed .news-images img,
.single .news-images img,
.page-success-news-feed .news-images img {
  padding-left: 0;
}
.page-news-feed .news-images img,
.page-success-news-feed .news-images img {
  max-width: 100%;
}
img.no_image {
  border: solid 1px #ccc;
  padding: 0px;
}
.page-news-feed h1.main-title,
.page-success-news-feed h1.main-title {
  position: relative;
  right: 15px;
}
.home .img-circle {
  max-width: 36px;
  max-height: 36px;
}
.single-ai1ec_event .ai1ec-time {
  display: none;
}
.panel.alert-box {
  margin-right: 32px;
  border-color: #e5412c;
}
.panel.alert-box h3.panel-title {
  color: #fff !important;
}
.panel.alert-box .panel-heading {
  background-color: #e5412c;
}
.panel.alert-box .panel-body {
  padding-left: 23px;
}
.page-job-maintenance div#main-content h1.title {
  display: none;
}
.full-width-image-banner {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin: 0 1rem 3rem;
}
.mibew-chat-wrapper {
  z-index: 200 !important;
}
body div.mibew-chat-frame-toggle-off {
  width: 150px !important;
  height: 44px !important;
  right: 30px !important;
  bottom: 0px !important;
  border-radius: 0 !important;
}
#field_2_2,
#field_2_7 {
  display: inline-block;
  width: 48.5%;
  padding-right: 15px;
  margin-right: 26px;
}
#field_2_3,
#field_2_8 {
  display: inline-block;
  width: 48%;
}
@media only screen and (max-width: 1199px) {
  #field_2_2,
  #field_2_7 {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  #field_2_3,
  #field_2_8 {
    display: block;
    width: 100%;
  }
  #field_2_8 {
    margin-top: 2rem;
  }
}
#input_2_2,
#input_2_3,
#input_2_4,
#input_2_5 {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 6px 12px;
  width: 100%;
  height: 34px;
}
#input_2_5 {
  height: auto;
}
#field_2_2,
#field_2_3,
#field_2_4,
#field_2_5,
#field_2_6 {
  margin-top: 2rem;
}
.images-home-block .panel-title {
  text-align: center;
}
.images-home-block {
  margin-top: 2rem;
}
.images-home-block.modules {
  margin-top: 24px;
}
#topicTemplate .images-home-block.module-boxes .panel>.panel-heading {
  background-color: #1c5a97;
  border-color: #1c5a97;
}
#topicTemplate .images-home-block.module-boxes .panel-heading a,
#topicTemplate .images-home-block.module-boxes .panel-heading a:hover {
  color: #fff;
}
#topicTemplate .images-home-block.module-boxes .panel-title {
  color: #fff;
}
.home-images-intro h2,
.home-modules-intro h2 {
  font-weight: bold;
  color: #1c5a97;
  max-width: 95%;
  font-size: 25px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 20px;
  padding-bottom: 10px;
}
.home-images-intro p,
.home-modules-intro p {
  max-width: 95%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 20px;
}
@media only screen and (max-width: 1199px) {
  div.gov-container {
    padding-top: 170px !important;
  }
  div#header .navigationRibbon a {
    text-align: left;
  }
  div#header .navigationRibbon a br {
    display: block;
  }
  div#footer ul.inline li {
    padding: 2px 8px;
  }
}
@media only screen and (max-width: 991px) {
  div#header div.trans-container {
    margin-bottom: 18px;
  }
  div.sidebar {
    margin-bottom: 20px;
  }
  div#footer div.media {
    overflow: visible;
  }
  div#footer div.media img {
    margin-bottom: 20px;
    max-width: 100%;
    width: 300px !important;
    height: auto !important;
  }
  div#footer div.media div.media-left {
    clear: both;
    display: block;
    padding-right: 0;
    text-align: center;
  }
  div#footer div.media div.media-left img {
    margin-top: 20px !important;
    margin: 20px 0;
  }
  div#footer div.media div.media-body {
    display: block;
    text-align: center;
    width: auto;
  }
  div#footer div.media div.media-body p {
    margin: 0 !important;
  }
  div#footer div[class^="menu-footer-"] {
    float: none;
  }
  div#footer ul.inline {
    clear: both;
    float: none;
    padding: 0;
  }
  div#footer ul.inline li {
    border-left: none;
    float: none;
    margin-bottom: 5px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  button.navbar-toggle {
    position: absolute;
  }
  .g-translate {
    justify-content: flex-start !important;
    float: left;
    margin-bottom: 2rem;
    width: 100%;
  }
  .g-translate select {
    width: 100%;
  }
  .g-translate .custom-select {
    width: 100%;
  }
  body.home .business_hours {
    margin-top: 20px;
  }
  body.home #breadcrumbContainer a {
    color: #fff;
  }
  body.home #breadcrumbContainer li:after {
    color: #fff;
  }
  div#header div#header-main {
    padding-bottom: 20px;
  }
  div#header div#logo {
    width: 80%;
  }
  div#header div#logo a img {
    max-width: 100%;
    height: auto;
    padding-left: 0;
  }
  div#header button.navbar-toggle {
    border-radius: 0;
  }
  div#header .navbar-default .navbar-toggle {
    top: 26px;
    right: 15px;
    padding: 0;
  }
  div#header .navbar-default .navbar-nav > li > a br {
    display: none;
  }
  div#header div.search {
    float: none;
    height: auto;
    margin: 0;
    bottom: auto;
    right: auto;
    position: relative;
  }
  div#header div.search div.form-group {
    float: left;
    width: calc(100% - 42px);
  }
  div#header div.search button {
    float: left;
    margin-left: 2px;
    width: 40px;
  }
  div#header div.trans-container {
    float: none;
    margin-top: 0;
  }
  div#header div.trans-container ul.lang-trans {
    margin: 8px 0px 0 0;
  }
  div#header div.trans-container ul.lang-trans li {
    margin: 0 20px 0 0;
  }
  div#header div.trans-container div.google-trans {
    float: right;
    width: 151px;
  }
  div#header div.navigationRibbon {
    display: none;
  }
  div#header div.mobile-nav {
    border-top: 1px solid #c8d3ed;
    margin-top: 10px;
  }
  #breadcrumbContainer > ol > li > a {
    color: #1a5a96;
  }
  div.results-search div.form-group {
    display: inline-block;
  }
  div.home div.hero {
    height: auto;
    margin-top: 15px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  div.home div.hero div.hero-content {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 90%;
  }
  div.home div.hero div.hero-content p a.btn {
    margin: 0 0 10px 0;
  }
  div.home div.hero div.hero-content p a.btn:last-of-type {
    margin: 0;
  }
  .panel.alert-box {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  div#header div#logo a img {
    max-width: 100% !important;
    width: 268px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 991px) {
  body.home iframe {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 355px) {
  .home .news-body p {
    margin-left: 6px;
  }
  div.view-news-button div.gform_button {
    margin-left: 18px;
  }
}
@media only screen and (min-width: 480px) {
  .news-body p {
    padding-top: 7px;
  }
  .news-images img {
    float: left;
    width: 48%;
    padding: 10px 25px 20px 7px;
  }
  .page-news-feed .news-images img,
  .page-success-news-feed .news-images img {
    width: 95%;
    padding: 0;
  }
  .single .news-images img {
    width: 95%;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .home .news-images img {
    padding: 25px 25px 20px 15px;
  }
}
@media only screen and (min-width: 767px) {
  .page-news-feed .news-no-image,
  .page-success-news-feed .news-no-image {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 390px) {
  .page-calendar .ai1ec-btn-sm {
    margin-bottom: 5px;
  }
  .page-calendar .ai1ec-subscribe {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .home .news-images img {
    max-width: 280px;
  }
  .single .news-images img {
    margin-bottom: 17px;
  }
  .news-images img {
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 767px) {
  .home .news-body p {
    padding-top: 0;
  }
  .home .news-body p {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .single .gov-container,
  .single-ai1ec_event .gov-container,
  .page-news-feed .gov-container,
  .page-success-news-feed .gov-container {
    padding-top: 0 !important;
  }
  .page-news-feed h1.title,
  .page-success-news-feed h1.title {
    padding-top: 10px;
  }
  .page-news-feed .news-title h1.title,
  .page-news-feed .news-body p,
  .page-success-news-feed .news-title h1.title,
  .page-success-news-feed .news-body p {
    padding-left: 15px;
  }
  .single-ai1ec_event .ai1ec-subscribe {
    padding: 5px;
  }
}
@media only screen and (max-width: 980px) {
  .single h1.title {
    padding-top: 20px;
  }
  .page-news-feed .news-date p,
  .page-success-news-feed .news-date p {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .single-ai1ec_event h1.title {
    padding-top: 40px;
  }
  .home .ai1ec-btn-sm {
    margin-bottom: 5px;
  }
  .home .ai1ec-subscribe {
    margin-top: 5px;
  }
  .page-news-feed h1.main-title,
  .page-success-news-feed h1.main-title {
    right: 0;
  }
  .page-news-feed .news-content,
  .page-success-news-feed .news-content {
    padding-left: 15px;
  }
  .page-calendar .calendar-content {
    margin-top: 20px;
  }
}
