/******************************************************************
Stylesheet: Grid Stylesheet
******************************************************************/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='col-'] {
  float: left;
  margin-bottom: 32px;
  padding-right: 32px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.col-1-1 {
  width: 99.99%;
  margin-bottom: 0;
  padding-right: 0;
}
.col-1-2,
.col-2-4 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-5 {
  width: 20%;
}
.col-2-5 {
  width: 40%;
}
.col-3-5 {
  width: 60%;
}
.col-4-5 {
  width: 80%;
}
.right {
  float: right;
}
.placeholder::-webkit-input-placeholder {
  color: #878584;
}
.placeholder::-moz-placeholder {
  color: #878584;
}
.placeholder:-moz-placeholder {
  color: #878584;
}
.placeholder:-ms-input-placeholder {
  color: #878584;
}
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.google {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
[id*="inner"].wrap,
.div-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
/*
|\   ___ \|\  ___ \ |\  \ |\___   ___\\   __  \
\ \  \_|\ \ \   __/|\ \  \\|___ \  \_\ \  \|\  \
 \ \  \ \\ \ \  \_|/_\ \  \    \ \  \ \ \   __  \
  \ \  \_\\ \ \  \_|\ \ \  \____\ \  \ \ \  \ \  \
   \ \_______\ \_______\ \_______\ \__\ \ \__\ \__\
    \|_______|\|_______|\|_______|\|__|  \|__|\|__|
*/
/* TABLE OF CONTENTS ------------------------------/
1. MAIN ELEMENTS (body, forms, links, lists, tables, accordions, calendar)
2. HEADER (alerts, quicklinks, i want to menu)
3. MENUS
4. HOMEPAGE
5. PAGES
6. CONTENT TYPES (single, archives)
7. SEARCH
8. FOOTER
9. MISC ELEMENTS (pager, admin, ajax, breadcrumbs)
/-------------------------------------------------*/
/* 1. MAIN ELEMENTS ------------------------------*/
html {
  height: auto !important;
}
body {
  font: 16px/24px myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #353535;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  background: #ffffff;
  background-image: url(../images/patterns/pattern_triangle_top.png), -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(50%, #F0F0F0), color-stop(50%, #ffffff), to(#ffffff));
  background-image: url(../images/patterns/pattern_triangle_top.png), linear-gradient(to right, #F0F0F0, #F0F0F0 50%, #ffffff 50%, #ffffff);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: inherit;
  position: relative;
  top: 0px;
  height: auto;
}
body > #container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  text-decoration: none;
  outline: none;
  color: #002f55;
  overflow-wrap: break-word;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:focus {
  outline: none;
}
a:hover {
  color: #f7901e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.icon i {
  font-size: inherit !important;
  vertical-align: middle !important;
  padding-left: 4px;
}
.button,
.btn,
h4:not(.no-btn) a,
.tribe-events-button,
button[type="submit"],
input[type="submit"]:not(.search-submit) {
  padding: 12px 48px;
  margin: 0 8px 8px 0;
  background: #f7901e;
  color: #ffffff !important;
  font: 20px/24px myriad-pro, sans-serif;
  font-weight: 400 !important;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button i,
.btn i,
h4:not(.no-btn) a i,
.tribe-events-button i,
button[type="submit"] i,
input[type="submit"]:not(.search-submit) i {
  vertical-align: bottom;
}
.button:focus,
.btn:focus,
h4:not(.no-btn) a:focus,
.tribe-events-button:focus,
button[type="submit"]:focus,
input[type="submit"]:not(.search-submit):focus {
  outline: none;
}
.button:hover,
.btn:hover,
h4:not(.no-btn) a:hover,
.tribe-events-button:hover,
button[type="submit"]:hover,
input[type="submit"]:not(.search-submit):hover {
  background: #002f55;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button.blue,
.btn.blue,
h4:not(.no-btn) a.blue,
.tribe-events-button.blue,
button[type="submit"].blue,
input[type="submit"]:not(.search-submit).blue {
  background: #002f55;
}
.button.blue:hover,
.btn.blue:hover,
h4:not(.no-btn) a.blue:hover,
.tribe-events-button.blue:hover,
button[type="submit"].blue:hover,
input[type="submit"]:not(.search-submit).blue:hover {
  background: #f7901e;
}
a.img-link {
  position: relative;
  display: inline-block;
}
a.img-link .img-link-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.img-link .img-link-wrapper:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.img-link .img-link-wrapper .pdf-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
a.img-link .img-link-wrapper .pdf-hover i {
  display: block;
  font-size: 32px !important;
  text-align: center;
}
a.img-link i {
  display: none;
}
.alignleft,
img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
.alignright,
img.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 25px;
}
h1,
h2,
h3,
h4 {
  color: #002f55;
  margin-top: 0;
}
h1,
h2.tribe-events-page-title {
  font: 40px/48px myriad-pro, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 12px;
}
h2 {
  font: 20px/32px myriad-pro, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}
h3 {
  font: 20px/32px myriad-pro, sans-serif;
  text-transform: none;
  font-weight: 400;
  color: #353535;
  margin-bottom: 8px;
}
h4 {
  font: 16px/20px myriad-pro, sans-serif;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 8px;
}
p {
  margin-bottom: 24px;
  margin-top: 0;
}
ul {
  padding-left: 48px;
  margin: 0 0 24px 0;
  list-style: disc;
}
ol {
  padding-left: 48px;
  margin: 0 0 24px 0;
  list-style: decimal;
}
blockquote {
  color: #878584;
  font-style: italic;
  padding: 0;
  position: relative;
  margin: 0 0 24px 32px;
  padding-left: 32px;
}
blockquote:before {
  content: '';
  width: 9px;
  height: 100%;
  border: 2px solid #67bd4a;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
table:not(.ui-datepicker-calendar) {
  width: 100%;
  margin-bottom: 24px;
  float: left;
  border-spacing: 0;
  border: 0;
}
table:not(.ui-datepicker-calendar) thead tr th {
  background: #002f55 !important;
  color: #ffffff;
  border-bottom: 0 !important;
  padding: 8px 16px !important;
}
table:not(.ui-datepicker-calendar) tbody {
  border-top: 0;
}
table:not(.ui-datepicker-calendar) tbody tr th {
  padding: 8px 16px;
  border-bottom: 0;
  background: #002f55;
  color: #ffffff;
}
table:not(.ui-datepicker-calendar) tbody tr td {
  padding: 8px 16px;
  border: 0;
  border-right: 2px solid #ffffff;
}
table:not(.ui-datepicker-calendar) tbody tr:nth-of-type(odd) {
  background: #F0F0F0;
}
table:not(.ui-datepicker-calendar) tbody tr:nth-of-type(even) {
  background: #ffffff;
}
table:not(.ui-datepicker-calendar) tbody tr p,
table:not(.ui-datepicker-calendar) tbody tr ul,
table:not(.ui-datepicker-calendar) tbody tr ol {
  margin-bottom: 8px;
}
.dataTables_wrapper .dataTables_filter {
  float: left;
  margin: 0 0 8px 0;
}
.dataTables_wrapper .dataTables_filter label input {
  border: 1px solid #e0e0e0;
  padding: 8px 16px;
  font: 16px/20px myriad-pro, sans-serif;
  margin: 0 0 0 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dataTables_wrapper .dataTables_filter label input:focus {
  outline: none;
  border-color: #67bd4a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.scrollable {
  float: left;
  width: 100%;
}
.scrollable.has-scroll {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px;
}
.scrollable.has-scroll table {
  margin: 0;
}
.scrollable.has-scroll:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 0.2px 0 0 50%;
  -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
  content: '';
}
/* This is the element whose content will be scrolled if necessary */
.scrollable > div {
  overflow-x: auto;
}
.scrollable > div::-webkit-scrollbar {
  height: 12px;
}
.scrollable > div::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.15) inset;
  background: #f0f0f0;
}
.scrollable > div::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #ccc;
}
.m-hide {
  display: none;
}
.mobile-menu {
  display: none;
}
.gform_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 0;
}
.gform_wrapper h3 {
  font-weight: 400 !important;
  font-size: 20px !important;
}
form[id^="gform"] input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding: 12px 48px !important;
  border: 0;
  background: #f7901e;
  font-family: myriad-pro, sans-serif !important;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  cursor: pointer;
  line-height: inherit !important;
  min-height: auto !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form[id^="gform"] input[type='submit']:focus {
  outline: none;
}
form[id^="gform"] input[type='submit']:hover {
  background: #002f55;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form[id^="gform"] .gfield_radio input[type=radio] {
  display: none;
}
form[id^="gform"] .gfield_radio label {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
form[id^="gform"] .gfield_radio label:before {
  position: absolute;
  left: 0;
  padding-left: 1px;
  font-size: 16px;
  line-height: 22px !important;
  content: "\E836";
  letter-spacing: 10px;
  color: #BBBBBB;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
form[id^="gform"] .gfield_radio input[type=radio]:checked ~ label {
  font-weight: 400 !important;
}
form[id^="gform"] .gfield_radio input[type=radio]:checked ~ label:before {
  content: "\E837";
  letter-spacing: 5px;
  color: #002f55;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
form[id^="gform"] .gfield_checkbox input[type=checkbox] {
  display: none;
}
form[id^="gform"] .gfield_checkbox label {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
form[id^="gform"] .gfield_checkbox label:before {
  position: absolute;
  left: 0;
  padding-left: 1px;
  font-size: 16px;
  line-height: 22px !important;
  content: "\E835";
  letter-spacing: 10px;
  color: #BBBBBB;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
form[id^="gform"] .gfield_checkbox input[type=checkbox]:checked ~ label {
  font-weight: 400 !important;
}
form[id^="gform"] .gfield_checkbox input[type=checkbox]:checked ~ label:before {
  content: "\E834";
  letter-spacing: 5px;
  color: #002f55;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
input[type="text"],
input[type="email"],
input[type="decimal"],
input[type="search"]:not(.search-field),
input[type="url"],
textarea {
  font: inherit;
  padding: 8px 16px !important;
  border: 1px solid #BBBBBB;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="decimal"]:focus,
input[type="search"]:not(.search-field):focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #67bd4a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
select {
  padding: 8px 32px 8px 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #BBBBBB;
  background: #ffffff;
  background: #ffffff url(../images/dropdown-bg.png);
  background-position: 95% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  border-radius: 0;
  font: 20px/24px myriad-pro, sans-serif;
  max-width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
select:focus {
  border: 1px solid #67bd4a;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
select::-ms-expand {
  display: none;
}
/* 2. HEADER ------------------------------*/
header.header {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #002f55), to(#002f55));
  background: linear-gradient(to right, #ffffff, #ffffff 50%, #002f55 50%, #002f55);
  position: relative;
  z-index: 99999;
}
header.header .top-header {
  text-align: right;
  padding: 16px 0 8px 0;
  background: #ffffff;
}
header.header .top-header .top-header-links {
  float: right;
  padding-right: 0;
}
header.header .top-header .top-header-links .top-header-link {
  float: left;
  display: inline-block;
  padding-left: 32px;
  color: #002f55;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .top-header .top-header-links .top-header-link:first-of-type {
  padding-left: 0;
}
header.header .top-header .top-header-links .top-header-link i {
  font-size: 18px;
  padding-right: 4px;
  vertical-align: sub;
}
header.header .top-header .top-header-links .top-header-link:hover {
  color: #f7901e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header div {
  margin-bottom: 0;
}
header.header .header-left {
  background: #ffffff;
  position: relative;
}
header.header .header-left .header-logo {
  padding-bottom: 16px;
}
header.header .header-left nav a:hover {
  color: #67bd4a;
}
header.header .header-left nav > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
}
header.header .header-left nav > div > ul > li {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 32px;
}
header.header .header-left nav > div > ul > li:last-of-type {
  padding-right: 0;
}
header.header .header-left nav > div > ul > li.page_item_has_children > a {
  position: relative;
}
header.header .header-left nav > div > ul > li.page_item_has_children > a:after {
  content: '\E313';
  vertical-align: bottom !important;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
header.header .header-left nav > div > ul > li > a {
  padding: 16px 0;
  position: relative;
  float: left;
}
header.header .header-left nav > div > ul > li > a:before {
  content: '';
  height: 0;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .header-left nav > div > ul > li > a:hover:before {
  height: 5px;
  background: #67bd4a;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .header-left nav > div > ul > li.on a {
  color: #67bd4a;
}
header.header .header-left nav > div > ul > li.on a:before {
  height: 5px;
  background: #67bd4a;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .header-left nav > div > ul > li.current_page_ancestor > a {
  color: #67bd4a;
}
header.header .header-right {
  padding: 16px;
}
header.header .header-search {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
header.header .header-search form {
  position: relative;
}
header.header .header-search form label {
  display: none;
}
header.header .header-search form input[type="search"] {
  float: left;
  width: 100%;
  padding: 16px 48px 16px 16px !important;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  color: #353535;
  margin: 0;
  font-family: myriad-pro, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header.header .header-search form input[type="search"]:focus {
  outline: none;
}
header.header .header-search form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 2px;
  width: 45px;
  height: 45px;
  background: transparent;
  border: 0;
  z-index: 1;
  cursor: pointer;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.header .header-search form i {
  position: absolute;
  right: 12px;
  top: 12px;
  font-size: 28px;
  color: #002f55;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .header-search form i.hovered,
header.header .header-search form i.focused {
  color: #f7901e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .quicklinks-wrapper {
  position: relative;
  float: left;
  width: 100%;
  z-index: 200;
}
header.header .quicklinks-wrapper .quicklinks-trigger {
  background: #2c639b;
  color: #ffffff;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .quicklinks-wrapper .quicklinks-trigger:hover {
  background: #4087cd;
}
header.header .quicklinks-wrapper .quicklinks-trigger:after {
  content: '\E313';
  float: right;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 24px !important;
}
header.header .quicklinks-wrapper .quicklinks-trigger.open {
  background: #2c639b;
  border-radius: 4px 4px 0 0;
}
header.header .quicklinks-wrapper .quicklinks-trigger.open:after {
  content: '\E316';
}
header.header .quicklinks-wrapper nav.quicklinks-menu {
  display: none;
  position: absolute;
  left: 0;
  z-index: 100;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul {
  padding: 8px 0;
  margin: 0;
  list-style: none;
  background: #2c639b;
  float: left;
  width: 100%;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  z-index: 100;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li {
  position: relative;
  float: left;
  width: 100%;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li:hover a {
  color: #ffffff;
  background: #4087cd;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li:hover:before {
  color: #ffffff;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li:before {
  content: '\E314';
  padding-right: 8px;
  position: absolute;
  left: 8px;
  top: 10px;
  z-index: 1;
  color: #ffffff;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li a {
  color: #ffffff;
  width: 100%;
  padding: 12px 12px 12px 32px;
  float: left;
  position: relative;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li.on > ul {
  left: -100%;
  opacity: 1;
  height: auto;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li > ul {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background: #2c639b;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li > ul > li {
  float: left;
  width: 100%;
  position: relative;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li > ul > li a {
  color: #ffffff !important;
  padding: 12px 12px 12px 24px;
}
header.header .quicklinks-wrapper nav.quicklinks-menu > ul > li > ul > li a:hover {
  color: #002f55 !important;
}
header.header .megamenu-container {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff url(../images/patterns/megamenu-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 500;
  border-top: 1px solid #67bd4a;
  border-bottom: 1px solid #67bd4a;
}
header.header .megamenu-container nav a:hover {
  color: #67bd4a;
}
header.header .megamenu-container nav > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
}
header.header .megamenu-container nav > div > ul > li {
  float: left;
  display: inline-block;
  max-height: 0;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 48px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .megamenu-container nav > div > ul > li:last-of-type {
  padding-right: 0;
}
header.header .megamenu-container nav > div > ul > li.active {
  opacity: 1;
  max-height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header.header .megamenu-container nav > div > ul > li > a {
  display: none;
}
header.header .megamenu-container nav > div > ul > li > ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 32px 0;
  list-style: none;
}
header.header .megamenu-container nav > div > ul > li > ul .menu-column {
  float: left;
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
}
header.header .megamenu-container nav > div > ul > li > ul .menu-column li ul {
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: 400;
}
header.header .megamenu-container nav > div > ul > li > ul .menu-column li ul a {
  color: #353535;
}
header.header .megamenu-container nav > div > ul > li > ul .menu-column li ul a:hover {
  color: #002f55;
}
header.header .megamenu-container nav > div > ul > li > ul .menu-column li.third-level {
  font-weight: 400;
  text-transform: none;
}
header.header .megamenu-container nav > div > ul > li > ul .menu-column li.third-level a {
  color: #353535;
}
header.header .megamenu-container nav > div > ul > li > ul .menu-column li.third-level a:hover {
  color: #002f55;
}
header.header .megamenu-container nav > div > ul > li > ul .menu-column li.current_page_item a {
  color: #67bd4a;
}
/* 3. MENUS ------------------------------*/
.pagination {
  float: left;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  padding: 0 8px;
}
.pagination ul li a.prev:before {
  content: '\E314';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.pagination ul li a.next:before {
  content: '\E315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.post-nav a:first-of-type {
  float: left;
  display: inline-block;
}
.post-nav a:nth-of-type(2) {
  float: right;
  display: inline-block;
}
/* 4. HOMEPAGE ------------------------------*/
.home {
  background: #ffffff !important;
}
.home .banner-container {
  position: relative;
  float: left;
  width: 100%;
  height: 434px;
}
.home .banner-container .left-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 434px;
  background: rgba(103, 189, 104, 0.8) url(../images/patterns/banner-pattern-left.png);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 100;
}
.home .banner-container .right-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 434px;
  background: rgba(103, 189, 104, 0.8);
  background: rgba(103, 189, 104, 0.8) url(../images/patterns/banner-pattern-right.png);
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: 100;
}
.home .banner-container .home-banner-wrapper {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.home .banner-container .home-banner-wrapper .slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 434px;
  position: relative;
}
.home .banner-container .home-banner-wrapper .slide:focus {
  outline: none;
}
.home .banner-container .home-banner-wrapper .slide .banner-content-wrapper {
  opacity: 0;
  position: absolute;
  left: 32px;
  top: 20%;
  width: 35%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  background: #ffffff;
  padding: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .banner-container .home-banner-wrapper .slide .banner-content-wrapper h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 8px;
}
.home .banner-container .home-banner-wrapper .slide .banner-content-wrapper h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #878584;
  line-height: 20px;
  margin: 12px 0;
}
.home .banner-container .home-banner-wrapper .slide .banner-content-wrapper .button {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home .banner-container .home-banner-wrapper .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -50px;
  z-index: 200px;
}
.home .banner-container .home-banner-wrapper .slick-dots li {
  display: inline-block;
  padding: 0 8px;
  float: none;
}
.home .banner-container .home-banner-wrapper .slick-dots li button {
  color: transparent;
  background: transparent;
  border: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  overflow: visible;
  padding: 0;
}
.home .banner-container .home-banner-wrapper .slick-dots li button:before {
  content: '\E3A6';
  font-size: 20px;
  color: #878584;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
.home .banner-container .home-banner-wrapper .slick-dots li button:focus {
  outline: none;
}
.home .banner-container .home-banner-wrapper .slick-dots li button:hover:before {
  color: #67bd4a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .banner-container .home-banner-wrapper .slick-dots li.slick-active button:before {
  color: #67bd4a;
}
.home .spotlights-wrapper {
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  padding: 64px;
  position: relative;
  z-index: 1;
}
.home .spotlights-wrapper a {
  text-decoration: none !important;
}
.home .spotlights-wrapper .spotlight-item {
  margin-bottom: 0;
}
.home .spotlights-wrapper .spotlight-item .spotlight-content-wrapper {
  text-align: center;
  float: left;
  width: 100%;
}
.home .spotlights-wrapper .spotlight-item .spotlight-content-wrapper i {
  font-size: 64px;
}
.home .spotlights-wrapper .spotlight-item .spotlight-content-wrapper h2 {
  margin-bottom: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .spotlights-wrapper .spotlight-item .spotlight-content-wrapper h3 {
  color: #67bd4a;
  margin-bottom: 0;
}
.home .spotlights-wrapper .spotlight-item:hover a {
  color: #67bd4a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .spotlights-wrapper .spotlight-item:hover h2 {
  color: #67bd4a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .news-events-wrapper {
  float: left;
  width: 100%;
  padding: 64px 0;
  background: #F0F0F0;
  background: url(../images/news-events-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.home .news-events-wrapper div > div {
  margin: 0;
}
.home .news-events-wrapper .news-wrapper .news-header {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 16px;
}
.home .news-events-wrapper .news-wrapper .news-header .title i {
  float: left;
  display: inline-block;
  color: #f7901e;
  padding-right: 4px;
  line-height: 28px;
}
.home .news-events-wrapper .news-wrapper .news-header .title h2 {
  float: left;
  display: inline-block;
  margin-bottom: 0;
}
.home .news-events-wrapper .news-wrapper .news-content {
  float: left;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 900px) {
  .home .news-events-wrapper .news-wrapper .news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
.home .news-events-wrapper .news-wrapper .news-content .news-item {
  float: left;
  width: 100%;
  padding: 16px;
  border: 2px solid transparent;
  background: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home .news-events-wrapper .news-wrapper .news-content .news-item p {
  margin-bottom: 0;
}
.home .news-events-wrapper .news-wrapper .news-content .news-item a {
  text-decoration: none !important;
}
.home .news-events-wrapper .news-wrapper .news-content .news-item a.excerpt-read-more {
  display: none;
}
.home .news-events-wrapper .news-wrapper .news-content .news-item:hover {
  border: 2px solid #f7901e;
  background: #ffffff;
}
.home .news-events-wrapper .news-wrapper .news-content .news-item:hover a {
  color: #f7901e;
}
.home .news-events-wrapper .news-wrapper .news-content .all-news {
  position: relative;
}
.home .news-events-wrapper .news-wrapper .news-content .all-news:before {
  content: '\E315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 32px !important;
  color: #f7901e;
  vertical-align: bottom;
  margin-top: 8px;
}
.home .links-news-wrapper {
  position: relative;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#67bd4a), color-stop(50%, #67bd4a), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(to right, #67bd4a, #67bd4a 50%, #ffffff 50%, #ffffff);
}
.home .links-news-wrapper div:not(.div-container) {
  margin: 0;
}
.home .links-news-wrapper .home-links-wrapper {
  margin: 0;
  background: #67bd4a;
  padding: 64px 56px 64px 0;
}
.home .links-news-wrapper .home-links-wrapper h2 {
  color: #ffffff;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 16px;
}
.home .links-news-wrapper .home-links-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
}
.home .links-news-wrapper .home-links-wrapper ul li {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  font-size: 20px;
}
.home .links-news-wrapper .home-links-wrapper ul li a {
  text-decoration: none !important;
  color: #ffffff;
  font-weight: 400 !important;
}
.home .links-news-wrapper .home-links-wrapper ul li a:hover {
  color: #002f55;
}
.home .links-news-wrapper .featured-news-wrapper {
  margin-bottom: 0;
  background: #ffffff;
  background: #ffffff url(../images/patterns/pattern_triangle_grey.png);
  background-position: left center;
  background-size: inherit;
  background-repeat: no-repeat;
  padding: 64px 0 64px 64px;
}
.home .links-news-wrapper .featured-news-wrapper .featured-news-item .post-content > h2 {
  color: #67bd4a !important;
  margin-bottom: 0 !important;
}
.home .links-news-wrapper .featured-news-wrapper .featured-news-item .post-content > a {
  text-decoration: none !important;
}
.home .links-news-wrapper .featured-news-wrapper .featured-news-item .post-content a h2 {
  font-size: 40px;
  line-height: 48px;
  color: #002f55;
  font-weight: 400;
  margin-bottom: 8px;
}
.home .links-news-wrapper .featured-news-wrapper .featured-news-item .post-content p {
  margin-bottom: 32px;
}
.home .links-news-wrapper .featured-news-wrapper .featured-news-item .post-content .excerpt-read-more {
  display: none;
}
.home .links-news-wrapper .featured-news-wrapper .featured-news-item .post-content.col-1-2 {
  padding-right: 32px;
}
.home .links-news-wrapper .featured-news-wrapper .featured-news-item .featured-image-wrapper {
  padding-right: 0;
}
.home .links-news-wrapper .featured-news-wrapper .featured-news-item .featured-image-wrapper .featured-image {
  position: relative;
  width: 100%;
  float: left;
}
.home .links-news-wrapper .featured-news-wrapper .featured-news-item .featured-image-wrapper .featured-image:after {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 6px;
  right: 0;
  background: url(../images/img-corner-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  content: '';
}
.home .breadcrumbs-wrapper {
  display: none;
}
/* 5. PAGES ------------------------------------------*/
#content a {
  text-decoration: underline;
  font-weight: 700;
}
#content {
  position: relative;
  width: 100%;
  float: left;
  overflow-x: hidden;
}
#content #inner-content .notes {
  padding: 32px;
  background: #F0F0F0;
  margin-bottom: 24px;
}
#content #inner-content .notes p {
  margin-bottom: 0;
}
#content #inner-content .inside-banner-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}
#content #inner-content .inside-banner-wrapper .slide {
  width: 100%;
  position: relative;
}
#content #inner-content .inside-banner-wrapper .slide:focus {
  outline: none;
}
#content #inner-content .inside-banner-wrapper .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: -50px;
  z-index: 200px;
}
#content #inner-content .inside-banner-wrapper .slick-dots li {
  display: inline-block;
  padding: 0 8px;
  float: none;
}
#content #inner-content .inside-banner-wrapper .slick-dots li button {
  color: transparent;
  background: transparent;
  border: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  overflow: visible;
  padding: 0;
}
#content #inner-content .inside-banner-wrapper .slick-dots li button:before {
  content: '\E3A6';
  font-size: 20px;
  color: #878584;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
#content #inner-content .inside-banner-wrapper .slick-dots li button:focus {
  outline: none;
}
#content #inner-content .inside-banner-wrapper .slick-dots li button:hover:before {
  color: #67bd4a;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .inside-banner-wrapper .slick-dots li.slick-active button:before {
  color: #67bd4a;
}
#content #inner-content .sidebar .parent-sidebar-menu {
  margin: 0;
  padding: 64px 32px 64px 0;
  list-style: none;
  float: left;
  width: 100%;
}
#content #inner-content .sidebar .parent-sidebar-menu a {
  text-decoration: none;
  padding: 16px 12px;
  float: left;
  position: relative;
}
#content #inner-content .sidebar .parent-sidebar-menu li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
#content #inner-content .sidebar .parent-sidebar-menu li .sidebar-toggle {
  position: absolute;
  left: -16px;
  top: 14px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#content #inner-content .sidebar .parent-sidebar-menu li .sidebar-toggle:before {
  content: '\E147';
  color: #f7901e;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
#content #inner-content .sidebar .parent-sidebar-menu li .sidebar-toggle.open:before {
  content: '\E15C';
}
#content #inner-content .sidebar .parent-sidebar-menu li:first-of-type {
  border-top: 1px solid #d2d2d2;
}
#content #inner-content .sidebar .parent-sidebar-menu li:last-of-type {
  border-bottom: 0;
}
#content #inner-content .sidebar .parent-sidebar-menu > li:first-of-type {
  border-top: 0;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li > a {
  font-weight: 700;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li.current_page_item > a {
  color: #f7901e;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li.current_page_item > a:before {
  content: '\E315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 28px !important;
  vertical-align: bottom;
  margin-left: -10px;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li.current_page_item > ul {
  display: block;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li.current_page_ancestor > ul {
  display: block;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li.current_page_ancestor > ul > li.current_page_item > a {
  color: #f7901e;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li.current_page_ancestor > ul > li.current_page_item > a:before {
  content: '\E315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 28px !important;
  vertical-align: bottom;
  margin-left: -10px;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  display: none;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li > ul > li {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #e0e0e0;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li > ul > li a {
  color: #353535;
  font-weight: 400;
  padding: 12px 40px;
}
#content #inner-content .sidebar .parent-sidebar-menu > li > ul > li > ul > li a:hover {
  color: #f7901e;
}
#content #inner-content .sidebar .archive-sidebar {
  list-style: none;
  float: left;
  width: 100%;
  padding: 64px 32px 64px 0;
}
#content #inner-content .sidebar .archive-sidebar > a {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
#content #inner-content .sidebar .archive-sidebar > li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
}
#content #inner-content .sidebar .archive-sidebar > li:first-of-type {
  border-top: 1px solid #d2d2d2;
}
#content #inner-content .sidebar .archive-sidebar > li:last-of-type {
  border-bottom: 0;
}
#content #inner-content .sidebar .archive-sidebar a {
  text-decoration: none;
  padding: 16px 12px;
  float: left;
  position: relative;
}
#content #inner-content .sidebar .archive-sidebar.blog-sidebar > li.page-item-2121 a {
  color: #f7901e;
}
#content #inner-content .sidebar .archive-sidebar.blog-sidebar > li.page-item-2121 a:before {
  content: '\E315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 28px !important;
  vertical-align: bottom;
  margin-left: -10px;
}
#content #inner-content .sidebar .archive-sidebar.news-sidebar > li.page-item-351 a {
  color: #f7901e;
}
#content #inner-content .sidebar .archive-sidebar.news-sidebar > li.page-item-351 a:before {
  content: '\E315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 28px !important;
  vertical-align: bottom;
  margin-left: -10px;
}
#content #inner-content .sidebar .archive-sidebar.events-sidebar > li.page-item-355 a {
  color: #f7901e;
}
#content #inner-content .sidebar .archive-sidebar.events-sidebar > li.page-item-355 a:before {
  content: '\E315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 28px !important;
  vertical-align: bottom;
  margin-left: -10px;
}
#content #inner-content main {
  padding: 60px 64px 64px 64px;
  background: #ffffff;
  background: #ffffff url(../images/patterns/pattern_triangle_grey_bottom.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: inherit;
  margin-bottom: 0;
  position: relative;
}
#content #inner-content .acc-title {
  font-size: 20px;
  color: #002f55;
  padding-left: 32px;
  position: relative;
  float: left;
  clear: both;
  cursor: pointer;
  margin-bottom: 16px;
}
#content #inner-content .acc-title:before {
  content: '\E147';
  color: #f7901e;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
}
#content #inner-content .acc-title.open:before {
  content: '\E15C';
}
#content #inner-content .acc-content {
  display: none;
  padding-left: 32px;
  float: left;
  width: 100%;
}
#content #inner-content object {
  max-width: 100%;
}
#content #inner-content .related-docs-wrapper {
  position: relative;
  margin-bottom: 24px;
}
#content #inner-content .related-docs-wrapper .related-header {
  position: relative;
  float: left;
  width: 100%;
}
#content #inner-content .related-docs-wrapper .related-header label {
  display: inline-block;
  float: left;
  color: #002f55;
  font-weight: 400;
  padding-right: 8px;
}
#content #inner-content .related-docs-wrapper .related-header .docs-trigger {
  float: left;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  padding: 0 8px 0 0;
  position: relative;
  color: #002f55;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .related-docs-wrapper .related-header .docs-trigger i {
  vertical-align: middle;
}
#content #inner-content .related-docs-wrapper .related-header .docs-trigger:after {
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -6px;
  position: absolute;
  background: #f7901e;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .related-docs-wrapper .docs-wrapper {
  float: left;
  width: 100%;
  padding: 24px 64px 24px 32px;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  position: absolute;
  left: 0;
  top: 32px;
  opacity: 0;
  visibility: hidden;
  border: 2px solid #f7901e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .related-docs-wrapper .docs-wrapper a {
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
#content #inner-content .related-docs-wrapper .docs-wrapper a i {
  vertical-align: sub;
  font-size: 18px;
}
#content #inner-content .related-docs-wrapper .docs-wrapper a:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 8px;
}
#content #inner-content .related-docs-wrapper.on .docs-trigger {
  color: #f7901e;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .related-docs-wrapper.on .docs-trigger:after {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#content #inner-content .related-docs-wrapper.on .docs-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* 6. CONTENT TYPES (single, archives) -----------------------------------*/
.index-archive article {
  margin-bottom: 32px;
}
.index-archive article .post-date {
  float: left;
  width: 100%;
  font-weight: 700;
}
.index-archive article .img-wrapper {
  padding: 0 16px 0 0;
  margin: 0;
}
.index-archive article .snippet {
  margin: 0;
}
.single-news header.article-header {
  float: left;
  width: 100%;
}
.single-news .single-date {
  float: left;
  width: auto;
  display: inline-block;
}
.single-news .cat-wrapper {
  float: left;
  width: auto;
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 16px;
}
.single-news .cat-wrapper strong {
  float: left;
  display: inline-block;
  padding-right: 8px;
}
.single-news .cat-wrapper .cat-term {
  float: left;
  display: inline-block;
}
.single-news .cat-wrapper .cat-term:after {
  content: ',';
  padding-right: 8px;
}
.single-news .cat-wrapper .cat-term:last-of-type:after {
  content: '';
  padding: 0;
}
.news-list-wrapper .news-item {
  margin-bottom: 32px;
}
.news-list-wrapper .news-item .post-date {
  float: left;
  width: 100%;
  font-weight: 700;
}
.news-list-wrapper .news-item .img-wrapper {
  padding: 0 16px 0 0;
  margin: 0;
}
.news-list-wrapper .news-item .snippet {
  margin: 0;
}
.events-archive .entry-content,
.events-archive .entry-header {
  width: 100%;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-content.tribe-events-list .tribe-events-page-title {
  display: none;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form #tribe-bar-views-toggle {
  display: none;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form ul.tribe-bar-views-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block !important;
  height: auto !important;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form ul.tribe-bar-views-list:focus {
  outline: none !important;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form ul.tribe-bar-views-list li {
  cursor: pointer;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form ul.tribe-bar-views-list li#tribe-bar-views-option-month {
  font-weight: 700;
  text-decoration: underline;
  color: #002f55;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form ul.tribe-bar-views-list li#tribe-bar-views-option-month span:before {
  content: '\E878';
  padding-right: 8px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 20px !important;
  vertical-align: middle;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form ul.tribe-bar-views-list li#tribe-bar-views-option-list {
  font-weight: 700;
  text-decoration: underline;
  color: #002f55;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form ul.tribe-bar-views-list li#tribe-bar-views-option-list span:before {
  content: '\E8EF';
  padding-right: 8px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 20px !important;
  vertical-align: middle;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form #tribe-bar-collapse-toggle {
  display: none;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form #tribe-bar-views {
  margin: 0 8px 8px 0;
  float: left;
  display: inline-block;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form #tribe-bar-views .tribe-bar-views-inner h3,
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form #tribe-bar-views .tribe-bar-views-inner label,
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form #tribe-bar-views .tribe-bar-views-inner select {
  display: none !important;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form .tribe-bar-filters {
  margin: 0 8px 0 8px;
  float: right;
  display: inline-block !important;
  height: auto !important;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner [class$='-filter'] {
  margin: 0 8px 8px 0;
  float: left;
  display: inline-block;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner [class$='-filter'] input[type="text"] {
  margin: 0 0 4px 4px;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-date-filter {
  display: none;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-search-filter label {
  display: none;
}
#tribe-events #tribe-events-content-wrapper #tribe-events-bar form#tribe-bar-form .tribe-bar-filters .tribe-bar-filters-inner .tribe-bar-submit {
  float: left;
  display: inline-block;
  margin-right: 0;
}
#tribe-events #tribe-events-content-wrapper .tribe-events-sub-nav {
  margin: 0;
  padding: 0;
}
#tribe-events #tribe-events-content-wrapper .tribe-events-sub-nav li:first-of-type {
  float: left;
}
#tribe-events #tribe-events-content-wrapper .tribe-events-sub-nav li:last-of-type {
  float: right;
}
#tribe-events #tribe-events-content-wrapper table.tribe-events-calendar h3 {
  font: 14px/18px myriad-pro, sans-serif;
}
#tribe-events #tribe-events-content-wrapper table.tribe-events-calendar td a {
  font-size: 100%;
}
#tribe-events #tribe-events-content-wrapper table.tribe-events-calendar .tribe-events-tooltip {
  display: none !important;
}
#tribe-events #tribe-events-content-wrapper div#tribe-mobile-container {
  display: none;
}
#tribe-events #tribe-events-content-wrapper .tribe-events-list .tribe-events-event-meta:first-child {
  border-top: 0;
}
#tribe-events #tribe-events-content-wrapper .tribe-events-list .tribe-events-read-more {
  float: left;
}
#tribe-events #tribe-events-content-wrapper .tribe-events-list .type-tribe_events {
  margin-bottom: 32px;
}
#tribe-events #tribe-events-content-wrapper .tribe-events-list .type-tribe_events div {
  margin: 0;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: none;
}
.single-tribe_events #tribe-events-content {
  float: left;
  width: 100%;
  position: relative;
}
.single-tribe_events .tribe-events-notices {
  border-radius: 0;
  background: #67bd4a;
  color: #ffffff;
  padding: 16px;
  border: 0;
  margin: 0 0 16px 0;
  text-shadow: none;
}
.single-tribe_events .tribe-events-notices ul li:before {
  content: '\E615';
  padding-right: 8px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  vertical-align: middle;
}
.single-tribe_events .tribe-events-meta-group dl dd {
  margin-left: 0;
}
.single-tribe_events .tribe-events-meta-group dl dd abbr {
  text-decoration: none;
}
.alert-wrapper {
  padding: 32px 0;
  background: #67bd4a;
  color: #ffffff;
}
.alert-wrapper a {
  color: #ffffff;
}
.alert-wrapper a:hover {
  color: #002f55;
}
.alert-wrapper.alert-level-Low {
  background: #002f55;
}
.alert-wrapper.alert-level-Low a:hover {
  color: #f7901e;
}
.alert-wrapper.alert-level-Medium {
  background: #67bd4a;
}
.alert-wrapper.alert-level-High {
  background: #f7901e;
}
.alert-wrapper .alert-content {
  padding: 0 64px;
  position: relative;
  float: left;
  width: 100%;
}
.alert-wrapper .alert-content:before {
  content: '\E002';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  color: #ffffff;
  font-size: 48px !important;
  position: absolute;
  left: 0;
  top: 0;
  line-height: normal;
}
.alert-wrapper .alert-content .alert-excerpt p {
  margin: 0 0 16px 0;
}
.alert-wrapper .alert-content .alert-update i {
  vertical-align: bottom;
}
#delta-school-sites-filter {
  margin: 0 0 10px;
  zoom: 1;
}
#delta-school-sites-filter:before,
#delta-school-sites-filter:after {
  content: "";
  display: table;
}
#delta-school-sites-filter:after {
  clear: both;
}
#delta-school-sites-filter ul {
  list-style: none;
}
#delta-school-sites-filter ul li {
  background-position: 0 100%;
  background-repeat: no-repeat;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 44px;
  margin-bottom: 0;
}
#delta-school-sites-filter ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  padding: 0;
}
#delta-school-sites-filter ul li a:after {
  display: block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 0;
  height: 2px;
  background: #002f55;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
#delta-school-sites-filter ul li a:hover:after {
  width: 100%;
}
#delta-school-sites-filter ul li.active a:after {
  width: 100%;
}
#delta-school-sites-filter ul li.all {
  padding-left: 0;
  padding-right: 32px;
}
#delta-school-sites-filter ul li.all a {
  color: #353535;
  min-width: 24px;
}
#delta-school-sites-filter ul li.elementary {
  background-image: url('../images/map/map-marker-elementary.png');
}
#delta-school-sites-filter ul li.elementary a {
  color: #67bd4a;
}
#delta-school-sites-filter ul li.elementary a:hover {
  color: #002f55;
}
#delta-school-sites-filter ul li.secondary {
  background-image: url('../images/map/map-marker-secondary.png');
}
#delta-school-sites-filter ul li.secondary a {
  color: #4087cd;
}
#delta-school-sites-filter ul li.secondary a:hover {
  color: #002f55;
}
#delta-school-sites-map {
  border: 1px solid #F0F0F0;
}
#delta-school-sites-map a {
  text-decoration: none;
}
#delta-school-sites-map .leaflet-popup-content {
  width: 350px !important;
  overflow: auto;
  font-size: 16px;
}
#delta-school-sites-map .leaflet-popup-content .logo {
  padding-top: 10px;
  margin-bottom: 10px;
}
#delta-school-sites-map .leaflet-popup-content .logo img {
  max-width: 100%;
}
#delta-school-sites-map .leaflet-popup-content .details {
  padding-top: 10px;
  margin-bottom: 10px;
}
#delta-school-sites-map .leaflet-popup-content .details h3 {
  font-size: 21px;
}
#delta-school-sites-map .leaflet-popup-content .details h3,
#delta-school-sites-map .leaflet-popup-content .details h4,
#delta-school-sites-map .leaflet-popup-content .details p {
  margin: 0;
}
#delta-school-sites-map .leaflet-popup-content .details h4 a {
  margin-top: 8px;
}
#delta-school-sites-map .leaflet-popup-content .details.elementary a {
  color: #67bd4a;
}
#delta-school-sites-map .leaflet-popup-content .details.elementary h4 a {
  color: #ffffff;
  background: #67bd4a;
}
#delta-school-sites-map .leaflet-popup-content .details.secondary a {
  color: #4087cd;
}
#delta-school-sites-map .leaflet-popup-content .details.secondary h4 a {
  color: #ffffff;
  background: #4087cd;
}
#delta-school-sites-list {
  margin: 10px 0;
  list-style: none;
  padding-left: 0;
}
#delta-school-sites-list li {
  float: left;
  font-size: 20px;
  padding-left: 32px;
  margin-bottom: 6px;
  border-bottom: 2px solid #F0F0F0;
  position: relative;
  width: 33%;
}
#delta-school-sites-list li a {
  text-decoration: none;
}
#delta-school-sites-list li .map-popup {
  color: #353535;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 8px 8px 8px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#delta-school-sites-list li .map-popup .google {
  padding-right: 5px;
}
#delta-school-sites-list li .map-popup:hover {
  color: #67bd4a;
}
#delta-school-sites-list li .map-link {
  bottom: 0;
  color: #002f55;
  left: 0;
  padding: 7px 0 0 6px;
  position: absolute;
  top: 0;
  width: 28px;
}
#delta-school-sites-list li.elementary .map-popup {
  color: #67bd4a;
}
#delta-school-sites-list li.elementary .map-popup:hover {
  color: #002f55;
}
#delta-school-sites-list li.elementary .map-link {
  color: #67bd4a;
}
#delta-school-sites-list li.elementary .map-link:hover {
  color: #002f55;
}
#delta-school-sites-list li.secondary .map-popup {
  color: #4087cd;
}
#delta-school-sites-list li.secondary .map-popup:hover {
  color: #002f55;
}
#delta-school-sites-list li.secondary .map-link {
  color: #4087cd;
}
#delta-school-sites-list li.secondary .map-link:hover {
  color: #002f55;
}
.single-policiesprocedures .single-date {
  margin-bottom: 16px;
}
/* 7. SEARCH --------------------------------*/
.search-results main article {
  margin-bottom: 24px;
}
.search-results main article h3.search-title {
  margin-bottom: 0;
}
.search-results main article p {
  margin-bottom: 0;
}
.search-results main article .rel-path-wrapper {
  color: #878584;
}
/* 8. FOOTER --------------------------------*/
.backtotop {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 18px;
  color: #f7901e;
  cursor: pointer;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.backtotop:hover {
  bottom: 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.backtotop:before {
  content: '\E316';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: text-bottom;
  font-size: 32px !important;
  position: relative;
  display: block;
}
.spotlight-wrapper {
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.spotlight-wrapper .overlay {
  padding: 64px 0;
}
.spotlight-wrapper .overlay h2 {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 8px;
}
.spotlight-wrapper .overlay h3 {
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.spotlight-wrapper.Orange .overlay {
  background: rgba(247, 144, 30, 0.8);
}
.spotlight-wrapper.Green .overlay {
  background: rgba(103, 189, 74, 0.8);
}
.spotlight-wrapper.Blue .overlay {
  background: rgba(61, 122, 173, 0.8);
}
footer.footer {
  padding: 48px 0;
  background: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 -4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.25) 0 -4px 10px -5px;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
footer.footer div {
  margin: 0;
}
footer.footer .footer-left .footer-rows {
  float: left;
  display: inline-block;
  max-width: 85%;
  padding-left: 16px;
}
footer.footer .footer-left .top-row {
  margin-bottom: 8px;
}
footer.footer .footer-left .delta-icon {
  float: left;
  display: inline-block;
}
footer.footer .footer-left .copyright {
  float: left;
  display: inline-block;
  font-size: 20px;
}
footer.footer .footer-left .social-icons {
  float: right;
}
footer.footer .footer-left .social-icons .social-icon {
  float: left;
  display: inline-block;
  padding: 0 8px 8px 8px;
}
footer.footer .footer-left .social-icons .social-icon img {
  width: 32px;
  height: 32px;
  float: left;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer.footer .footer-left .social-icons .social-icon img:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer.footer .footer-left .social-icons .social-icon.twitter img {
  background: #1dcaff;
}
footer.footer .footer-left .social-icons .social-icon.facebook img {
  background: #3b5998;
}
footer.footer .footer-left .social-icons .social-icon.instagram span {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  float: left;
  position: relative;
  background: #bc2a8e;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  /* For Opera 11.1 to 12.0 */
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(230deg, #6059cf, #bc2a8e, #fcc256);
  /* Standard syntax */
}
footer.footer .footer-left .social-icons .social-icon.flickr img {
  background: #0063dc;
}
footer.footer .footer-left .social-icons .social-icon.vimeo img {
  background: #1ab7ea;
}
footer.footer .footer-left .social-icons .social-icon img:hover {
  background: #002f55;
}
footer.footer .footer-left nav ul {
  margin: 0;
  padding: 0;
}
footer.footer .footer-left nav ul li {
  float: left;
  display: inline-block;
  padding: 0 8px 0 0;
  text-transform: uppercase;
  font-weight: 700;
}
footer.footer .footer-left nav ul li:after {
  content: '|';
  padding-left: 8px;
}
footer.footer .footer-left nav ul li:last-of-type {
  padding-right: 0;
}
footer.footer .footer-left nav ul li:last-of-type:after {
  display: none;
}
footer.footer .footer-right {
  color: #002f55;
}
footer.footer .footer-right .top-row .phone {
  padding-right: 8px;
}
footer.footer .footer-right .top-row label {
  font-weight: 700;
  padding-right: 4px;
  text-transform: uppercase;
}
/* 9. MISC ELEMENTS (pager, admin, ajax, breadcrumbs) --------------------*/
.share-print-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.share-print-wrapper #share42 {
  float: right;
  display: inline-block;
}
.share-print-wrapper #share42 span a {
  border-radius: 50%;
}
.share-print-wrapper #share42 span:first-child a {
  background-color: #3b5998 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.share-print-wrapper #share42 span:first-child a:hover {
  background-color: #002f55 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.share-print-wrapper #share42 span:last-of-type a {
  background-color: #1dcaff !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.share-print-wrapper #share42 span:last-of-type a:hover {
  background-color: #002f55 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.share-print-wrapper .print-btn {
  margin-left: 16px;
  text-decoration: none !important;
  float: right;
  display: inline-block;
}
.share-print-wrapper .print-btn i {
  vertical-align: sub;
}
.breadcrumbs-wrapper {
  background: #67bd4a;
  padding: 16px 0;
  color: #ffffff;
  font-weight: 400;
}
.breadcrumbs-wrapper .breadcrumbs {
  float: right;
}
.breadcrumbs-wrapper .breadcrumbs a:hover {
  color: #ffffff;
}
.breadcrumbs-wrapper .breadcrumbs span a:hover {
  color: #ffffff;
}
.breadcrumbs-wrapper .breadcrumbs span:first-of-type {
  padding-left: 0;
}
.breadcrumbs-wrapper .breadcrumbs span:last-of-type {
  padding-right: 0;
}
.breadcrumbs-wrapper p {
  margin: 0;
}
.language-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 500;
  opacity: 0;
  background: rgba(61, 122, 173, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.language-overlay.on {
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.language-overlay .language-content {
  background: #ffffff;
  padding: 32px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
          box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.language-overlay .language-content .close {
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
  color: #67bd4a;
}
form.pol-prod-form {
  float: left;
  width: 100%;
  margin-bottom: 16px;
}
form.pol-prod-form .pol-prod-search {
  float: right;
}
form.pol-prod-form .pol-prod-search input[type="search"] {
  min-width: 240px;
  margin-bottom: 8px;
  margin-right: 4px;
}
form.pol-prod-form .pol-prod-search input[type="submit"] {
  margin-right: 0;
}
iframe {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  header.header .header-left nav > ul > li {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  header.header .header-left {
    padding-right: 16px;
  }
  header.header .header-left nav > div > ul > li {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1030px) {
  .m-hide {
    display: block;
  }
  .m-hide-900,
  .m-hide-600 {
    display: none;
  }
  header.header {
    background: #ffffff;
  }
  header.header #inner-header {
    padding: 0;
  }
  header.header .header-search {
    padding: 32px;
    margin: 0;
  }
  header.header .header-left {
    padding-bottom: 16px;
    width: 100%;
    padding-right: 0;
  }
  header.header .header-left .header-logo {
    padding: 0 32px;
  }
  header.header .header-left .mobile-trigger {
    font-size: 18px;
    font-weight: 700;
    color: #002f55;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    float: left;
    width: auto;
    padding: 6px 0 6px 32px;
  }
  header.header .header-left .mobile-trigger:before {
    content: '\E5D2';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px !important;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-bottom;
    color: #67bd4a;
    padding-right: 8px;
    font-size: 24px !important;
  }
  header.header .header-left .mobile-trigger.open:before {
    content: '\E5CD';
  }
  header.header .header-left .quicklinks-trigger {
    float: right;
    width: 50%;
    margin-right: 32px;
    background: #2c639b;
    color: #ffffff;
    padding: 8px;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header.header .header-left .quicklinks-trigger:hover {
    background: #4087cd;
  }
  header.header .header-left .quicklinks-trigger:after {
    content: '\E313';
    float: right;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px !important;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-bottom;
    font-size: 24px !important;
  }
  header.header .header-left .quicklinks-trigger.open {
    background: #2c639b;
    border-radius: 4px 4px 0 0;
  }
  header.header .header-left .quicklinks-trigger.open:after {
    content: '\E316';
  }
  header.header .header-left nav.quicklinks-menu {
    position: relative;
    float: left;
    width: 100%;
    display: none;
    margin-bottom: -16px;
  }
  header.header .header-left nav.quicklinks-menu > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #2c639b;
    float: left;
    width: 100%;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
            box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
    z-index: 100;
  }
  header.header .header-left nav.quicklinks-menu > ul > li {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
  }
  header.header .header-left nav.quicklinks-menu > ul > li a {
    padding: 12px 32px 12px 12px;
    color: #ffffff;
    width: 100%;
    float: left;
    position: relative;
  }
  header.header .header-left nav.quicklinks-menu > ul > li:hover a {
    color: #ffffff;
    background: #4087cd;
  }
  header.header .header-left nav.quicklinks-menu > ul > li:hover:before {
    color: #ffffff;
  }
  header.header .header-left nav.quicklinks-menu > ul > li:before {
    display: none;
  }
  header.header .header-left nav.quicklinks-menu > ul > li ul {
    position: relative;
    left: 0;
    float: left;
    width: 100%;
    background: #2c639b;
    margin: 0;
    padding: 0 0 8px 0;
    list-style: none;
    display: none;
  }
  header.header .header-left nav.quicklinks-menu > ul > li ul > li {
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
  }
  header.header .header-left nav.quicklinks-menu > ul > li ul > li a {
    padding: 12px 12px 12px 32px;
    color: #ffffff !important;
  }
  header.header .header-left nav.quicklinks-menu > ul > li ul > li a:hover {
    color: #002f55 !important;
  }
  header.header .header-left nav.quicklinks-menu > ul > li .quicklink-toggle {
    position: absolute;
    right: 12px;
    top: 12px;
  }
  header.header .header-left nav.quicklinks-menu > ul > li .quicklink-toggle:after {
    content: '\E147';
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px !important;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-bottom;
    color: #002f55;
    cursor: pointer;
  }
  header.header .header-left nav.quicklinks-menu > ul > li .quicklink-toggle.open:after {
    content: '\E15C';
  }
  header.header .header-left nav.quicklinks-menu > ul > li.active {
    background: #4087cd;
  }
  header.header .header-left nav.quicklinks-menu > ul > li.active ul {
    background: #4087cd;
  }
  header.header .header-left nav.desktop {
    display: none;
  }
  header.header .header-left nav.mobile-menu {
    display: none;
    float: left;
    width: 100%;
    position: relative;
  }
  header.header .header-left nav.mobile-menu ul {
    padding: 8px 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
  }
  header.header .header-left nav.mobile-menu ul li {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    border-top: 1px solid #e0e0e0;
  }
  header.header .header-left nav.mobile-menu ul li .submenu-toggle:after {
    content: '\E313';
    color: #002f55;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px !important;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-bottom;
    font-size: 24px !important;
    position: absolute;
    right: 32px;
    top: 8px;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header.header .header-left nav.mobile-menu ul li .submenu-toggle:after:hover {
    color: #67bd4a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header.header .header-left nav.mobile-menu ul li .submenu-toggle.open:after {
    content: '\E316';
    color: #67bd4a;
  }
  header.header .header-left nav.mobile-menu ul li a {
    padding: 8px 32px;
    float: left;
  }
  header.header .header-left nav.mobile-menu ul li a:before,
  header.header .header-left nav.mobile-menu ul li a:after {
    display: none !important;
  }
  header.header .header-left nav.mobile-menu ul li.current_page_item > a:before {
    display: none !important;
  }
  header.header .header-left nav.mobile-menu ul li.current_page_item > a,
  header.header .header-left nav.mobile-menu ul li.current_page_parent > a,
  header.header .header-left nav.mobile-menu ul li.current_page_ancestor > a {
    color: #67bd4a;
  }
  header.header .header-left nav.mobile-menu ul li.current_page_ancestor > ul {
    display: block;
  }
  header.header .header-left nav.mobile-menu > div > ul > li > ul {
    display: none;
    padding: 0;
    text-transform: none;
    background: #F0F0F0;
  }
  header.header .header-left nav.mobile-menu > div > ul > li > ul li .submenu-toggle:after {
    content: '\E147';
    font-size: 20px !important;
  }
  header.header .header-left nav.mobile-menu > div > ul > li > ul li .submenu-toggle.open:after {
    content: '\E15C';
    color: #002f55;
  }
  header.header .header-left nav.mobile-menu > div > ul > li > ul > li > a {
    padding-left: 48px;
  }
  header.header .header-left nav.mobile-menu > div > ul > li > ul > li > ul {
    display: none;
    font-weight: 400;
    color: #353535;
    padding: 0 32px;
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
  }
  header.header .header-left nav.mobile-menu > div > ul > li > ul > li > ul > li:first-of-type {
    border-top: 0;
  }
  header.header .header-left nav.mobile-menu .search-mobile .header-search input[type='search'] {
    border: 1px solid #e0e0e0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header.header .header-left nav.mobile-menu .search-mobile .header-search input[type='search']:focus {
    border-color: #67bd4a;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header.header .header-right {
    display: none;
  }
  .home .banner-container {
    height: auto;
  }
  .home .banner-container .left-overlay {
    display: none;
  }
  .home .banner-container .right-overlay {
    height: 32px;
    float: left;
    width: 100%;
    position: relative;
    background: #67bd4a url(../images/patterns/banner-pattern-right.png);
    background-position: top left;
    background-size: inherit;
    background-repeat: no-repeat;
  }
  .home .banner-container .slick-list {
    padding: 0 !important;
  }
  .home .banner-container .home-banner-wrapper {
    z-index: 2;
    padding-bottom: 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
            box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
  }
  .home .banner-container .home-banner-wrapper .slide {
    background-position: 50% -50px;
    height: 350px;
  }
  .home .banner-container .home-banner-wrapper .slide .banner-content-wrapper {
    opacity: 1 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 16px 32px;
  }
  .home .banner-container .home-banner-wrapper .slide .banner-content-wrapper .button {
    width: 100%;
    text-align: center;
  }
  .home .banner-container .home-banner-wrapper .slick-dots {
    margin-top: 16px;
  }
  #content #inner-content main.col-3-4 {
    background: #ffffff;
  }
  #map-places li {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 900px) {
  .m-hide-900 {
    display: block;
  }
  [class*='col-'] {
    float: left;
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
  body {
    background: #ffffff;
  }
  header.header {
    background: #ffffff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
            box-shadow: rgba(0, 0, 0, 0.5) 0 4px 10px -5px;
    z-index: 100;
  }
  header.header .top-header {
    background: #002f55;
  }
  header.header .top-header [id*="inner"].wrap {
    padding: 0;
  }
  header.header .top-header .top-header-links {
    float: left;
    width: 100%;
    text-align: center;
  }
  header.header .top-header .top-header-links a {
    color: #ffffff;
  }
  header.header .top-header .top-header-links a:hover {
    color: #f7901e;
  }
  header.header .top-header .top-header-links .top-header-link {
    float: none;
    padding: 0 16px;
    color: #ffffff;
  }
  header.header .top-header .top-header-links .top-header-link:first-of-type {
    padding-left: 16px;
  }
  header.header .header-left {
    padding: 16px 0;
  }
  header.header .header-left .header-logo {
    text-align: center;
  }
  .breadcrumbs-wrapper {
    display: none;
  }
  .alert-wrapper .alert-content {
    padding: 0;
  }
  .alert-wrapper .alert-content:before {
    display: none;
  }
  .home .spotlights-wrapper {
    padding: 40px 0;
  }
  .home .spotlights-wrapper .spotlight-item {
    margin-bottom: 32px;
  }
  .home .spotlights-wrapper .spotlight-item:last-of-type {
    margin-bottom: 0;
  }
  .home .news-events-wrapper {
    background: #F0F0F0;
    padding: 40px 0;
  }
  .home .news-events-wrapper .news-wrapper {
    margin-bottom: 32px;
  }
  .home .news-events-wrapper .news-wrapper .news-content .all-news {
    display: none;
  }
  .home .news-events-wrapper .news-wrapper .news-content .button {
    display: inline-block;
    margin-top: 16px;
  }
  .home .news-events-wrapper .events-wrapper .events-content .all-events {
    display: none;
  }
  .home .news-events-wrapper .events-wrapper .events-content .button {
    display: inline-block;
    margin-top: 16px;
  }
  .home .links-news-wrapper .div-container {
    padding: 0;
  }
  .home .links-news-wrapper .home-links-wrapper {
    padding: 40px 32px;
  }
  .home .links-news-wrapper .featured-news-wrapper {
    padding: 0;
    background: #ffffff;
  }
  .home .links-news-wrapper .featured-news-wrapper .featured-news-item .featured-image-wrapper .featured-image img {
    border-bottom: 0;
    width: 100%;
  }
  .home .links-news-wrapper .featured-news-wrapper .featured-news-item .featured-image-wrapper .featured-image:after {
    display: none;
  }
  .home .links-news-wrapper .featured-news-wrapper .featured-news-item .post-content {
    padding: 32px;
  }
  .home .links-news-wrapper .featured-news-wrapper .featured-news-item .post-content a h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #content #inner-content main {
    padding: 32px 0;
    background: #ffffff;
  }
  #content #inner-content .sidebar .parent-sidebar-menu,
  #content #inner-content .sidebar .archive-sidebar {
    display: none;
  }
  .index-archive article .img-wrapper {
    padding-right: 0;
  }
  .news-list-wrapper .news-item .img-wrapper {
    padding-right: 0;
  }
  .share-print-wrapper .print-btn {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #tribe-events-content table.tribe-events-calendar {
    display: none;
  }
  #tribe-events-content div#tribe-mobile-container {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .m-hide-600 {
    display: block;
  }
  blockquote {
    margin-left: 0;
  }
  h1 {
    font: 32px/40px myriad-pro, sans-serif;
  }
  .button,
  .btn,
  h4:not(.no-btn) a,
  .tribe-events-button,
  button[type="submit"],
  input[type="submit"]:not(.search-submit) {
    width: 100%;
  }
  form[id^="gform"] input[type='submit'] {
    width: auto !important;
  }
  form[id^="gform"] input[type="text"],
  form[id^="gform"] input[type="email"],
  form[id^="gform"] input[type="decimal"],
  form[id^="gform"] textarea {
    width: 100%;
    max-width: 100%;
  }
  form[id^="gform"] select {
    width: 100%;
    max-width: 100%;
  }
  form.pol-prod-form .pol-prod-search {
    float: left;
    width: 100%;
  }
  form.pol-prod-form .pol-prod-search input[type="search"] {
    width: 100%;
    float: left;
    margin-bottom: 8px;
  }
  .home .banner-container .home-banner-wrapper .slide .banner-content-wrapper h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .home .banner-container .home-banner-wrapper .slide .banner-content-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .home .news-events-wrapper .news-wrapper .news-header span.title {
    text-align: center;
    float: left;
    width: 100%;
  }
  .home .news-events-wrapper .news-wrapper .news-header span.title i {
    float: none;
    vertical-align: sub;
  }
  .home .news-events-wrapper .news-wrapper .news-header span.title h2 {
    float: none;
  }
  .home .news-events-wrapper .news-wrapper .news-header .toggle-wrapper {
    float: left;
    width: 100%;
  }
  .home .news-events-wrapper .news-wrapper .news-header .toggle-wrapper span {
    margin: 0;
  }
  .home .news-events-wrapper .news-wrapper .news-header .toggle-wrapper span:last-of-type {
    float: right;
  }
  .home .news-events-wrapper .events-wrapper .events-header span.title {
    text-align: center;
    float: left;
    width: 100%;
  }
  .home .news-events-wrapper .events-wrapper .events-header span.title i {
    float: none;
    vertical-align: sub;
  }
  .home .news-events-wrapper .events-wrapper .events-header span.title h2 {
    float: none;
  }
  .home .news-events-wrapper .events-wrapper .events-header .toggle-wrapper {
    float: left;
    width: 100%;
  }
  .home .news-events-wrapper .events-wrapper .events-header .toggle-wrapper span {
    margin: 0;
  }
  .home .news-events-wrapper .events-wrapper .events-header .toggle-wrapper span:last-of-type {
    float: right;
  }
  .alert-wrapper .alert-content .alert-update {
    display: none;
  }
  .alert-wrapper .alert-content .alert-excerpt p {
    margin: 0;
  }
  #map-filter {
    zoom: 0.7;
  }
  #map-filter ul {
    padding-left: 0;
  }
  #map-places li {
    width: 100%;
  }
  footer.footer {
    padding: 32px 0;
  }
  footer.footer .footer-left .social-icons {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  footer.footer .footer-left .social-icons .social-icon {
    float: none;
  }
  footer.footer .footer-left .footer-rows {
    padding-left: 0;
    max-width: none;
  }
  footer.footer .footer-left .delta-icon,
  footer.footer .footer-left .copyright {
    display: none;
  }
  footer.footer .footer-left nav ul {
    margin-bottom: 16px;
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  header.header .top-header .top-header-links .top-header-link {
    padding: 0 12px;
  }
  header.header .top-header .top-header-links .top-header-link:first-of-type {
    padding-left: 12px;
  }
  header.header .header-left .mobile-trigger {
    width: auto;
  }
  header.header .header-left .quicklinks-trigger {
    width: auto;
  }
  .home .news-events-wrapper .news-wrapper .news-content .button,
  .home .news-events-wrapper .events-wrapper .news-content .button,
  .home .news-events-wrapper .news-wrapper .events-content .button,
  .home .news-events-wrapper .events-wrapper .events-content .button {
    width: 100%;
    text-align: center;
  }
}
