/* ---------------------------------------------------------------------
 Modern Styles
------------------------------------------------------------------------ */
/* ---------------------------------------------------------------------
 Small Screens
------------------------------------------------------------------------ */
.isVisuallyHidden {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important; }

.u-isVisuallyHiddenUnlessFocused:not(:focus) {
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: rect(1px, 1px, 1px, 1px) !important;
  clip-path: rect(1px, 1px, 1px, 1px) !important; }

.skipNav {
  background: #085646;
  color: #ffffff;
  display: block; }

/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  overflow-y: scroll;
  /* Always show a vertical scrollbar, even when there is no scrolling */ }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* ---------------------------------------------------------------------
 HTML5 Element Reset
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

audio, canvas, video, progress, picture {
  display: inline-block; }

template {
  display: none; }

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none; }

input[type="search"] {
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

body {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  overflow: hidden; }

/* ---------------------------------------------------------------------
 Responsive Media
------------------------------------------------------------------------ */
img, audio, canvas, video, picture {
  display: block;
  max-width: 100% !important; }

#content.widecolumn {
  margin: 200px auto 100px;
  max-width: 1000px; }

body:after {
  content: "sm";
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important; }

.isHiddenSmall {
  display: none !important; }

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

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

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

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

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

.footer {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footer-bkg {
  display: none; }

.footer-main {
  display: none;
  visibility: hidden;
  opacity: 0; }

.footer_child .footer-main {
  display: block;
  visibility: visible;
  opacity: 1; }

.footer-main-menu {
  background: #085646; }
  .footer-main-menu:before, .footer-main-menu:after {
    content: " ";
    display: table; }
  .footer-main-menu:after {
    clear: both; }

.footer-main_child .footer-main-menu {
  padding: 8px 0 9px;
  background: #484d47; }

.footer-main-menu-list {
  float: left;
  width: 63.617021276596%;
  padding-left: 20px;
  text-align: center;
  font-size: 0; }
  .footer-main-menu-list:before, .footer-main-menu-list:after {
    content: " ";
    display: table; }
  .footer-main-menu-list:after {
    clear: both; }

.footer-main_child .footer-main-menu-list {
  width: auto;
  float: none; }

.footer-main-menu-list > * {
  display: inline-block; }

.footer-main_child .footer-main-menu-list > * {
  float: none; }

.footer-main-menu-list > * + * {
  margin-left: 10px; }

.footer-main-menu-list-link {
  display: block;
  padding: 25px 0 23px;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none; }

.footer-main-menu-list-link:hover,
.footer-main-menu-list-link:focus {
  color: #8bdbf6; }

.footer-main-menu-logo {
  width: 25.531914893617%;
  position: relative;
  float: right;
  padding: 2px 22px 0 0; }

.footer-main_child .footer-main-menu-logo {
  display: none; }

.footer-main-menu-logo:before {
  content: " ";
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 5;
  width: 107%;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 36px;
  border-color: transparent transparent #085646 transparent; }

.footer_child .footer-main-menu-logo:before {
  top: -43px;
  border-color: transparent transparent #484d47 transparent; }

.footer-utility {
  display: block;
  position: relative;
  padding-top: 15px;
  background: #484d47; }

.footer-utility-wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footer-utility-copy {
  display: block;
  padding: 15px 0;
  font-style: italic;
  font-size: 14px;
  color: #ffffff; }

.header {
  position: relative;
  z-index: 10; }

.header-alert {
  padding: 15px 0 15px 10px; }

.header-alert-msg {
  font-size: 14px;
  color: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center; }

.header-alert-msg a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff; }

.header-utility {
  padding: 15px 0;
  background-color: #484d47; }

.mainMenu {
  position: relative;
  background: #085646;
  line-height: 13px; }
  .mainMenu:before, .mainMenu:after {
    content: " ";
    display: table; }
  .mainMenu:after {
    clear: both; }

.mainMenu_child {
  background: #484d47;
  line-height: 16px; }

.mainMenu-logo {
  float: left;
  padding: 9px 0 5px 10px; }

.mainMenu-logo-link {
  overflow: hidden;
  text-indent: -1999px;
  display: inline-block;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../media/images/logo-header.png);
  height: 30px;
  width: 180px; }

.mainMenu_child .mainMenu-logo-link {
  background-image: none;
  overflow: visible;
  text-indent: 0;
  text-align: center; }

.mainMenu_child .mainMenu-navigation-list > * {
  position: relative; }

.mainMenu-logo-link > * {
  display: inline;
  margin: 0 auto; }

.mainMenu-toggle {
  float: right;
  margin: 17px 10px 0 0;
  border: none;
  padding: 0;
  background: transparent;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none; }

.mainMenu-navigation {
  width: 100%;
  height: auto;
  background: #007ec7; }

.mainMenu-navigation-list {
  width: 50%;
  float: left;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }
  .mainMenu-navigation-list:before, .mainMenu-navigation-list:after {
    content: " ";
    display: table; }
  .mainMenu-navigation-list:after {
    clear: both; }

.csstransitions .mainMenu-navigation,
.csstransitions .mainMenu-navigation-list {
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0; }

.csstransitions .mainMenu_isOpen .mainMenu-navigation,
.csstransitions .mainMenu_isOpen .mainMenu-navigation-list {
  height: auto;
  visibility: visible;
  opacity: 1; }

.csstransitions .mainMenu-navigation {
  position: absolute;
  top: 50px;
  left: 0; }

.csstransitions .mainMenu-navigation_child {
  top: 100%; }

.mainMenu-navigation-parent:link,
.mainMenu-navigation-parent:visited {
  display: block;
  padding: 5px 0 5px 25px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mainMenu-navigation-dropdown-meta {
  display: none;
  text-align: left; }

.mainMenu-navigation-dropdown-links {
  padding-left: 15px; }

.mainMenu-navigation-dropdown-link {
  display: block;
  padding: 5px 0 5px 25px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none; }

.mainMenu-subMenu {
  text-align: left;
  padding-left: 10px; }

.mainMenu-subMenu .mainMenu-navigation-dropdown-link {
  padding: 5px 0 5px 10px; }

.utilitySplit-menu-right {
  margin-top: 5px; }

.utilityList > * {
  line-height: 1; }

.utilityList > * + * {
  margin-top: 5px; }

.utilityList-link {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none; }

.utilityList-link:hover,
.utilityList-link:focus,
.utilityList-link:active {
  color: #8bdbf6; }

.utilityList-link-subMenu {
  padding: 5px 0 0 10px; }

.utilitySearch {
  float: left;
  padding-left: 10px; }

.utilitySearch_child {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 10px; }

.utilitySearch-form {
  display: block; }

.utilitySearch-form-label {
  display: none;
  text-align: left; }

.utilitySearch-form-input {
  width: 210px;
  margin: 0;
  border: none;
  padding: 6px 5px 6px;
  line-height: 1;
  background: #2d2828;
  color: #ffffff;
  font-size: 11px; }

.utilitySearch-form-input::-webkit-input-placeholder {
  color: #ffffff; }

.utilitySearch-form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff; }

.utilitySearch-form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff; }

.utilitySearch-form-input:-ms-input-placeholder {
  color: #ffffff; }

.utilitySearch-form-button {
  margin: 0 0 0 12px;
  border: none;
  padding: 2px 6px 2px;
  background: transparent;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none; }

.utilitySplit {
  position: relative;
  float: right; }
  .utilitySplit:before, .utilitySplit:after {
    content: " ";
    display: table; }
  .utilitySplit:after {
    clear: both; }

.utilitySplit-toggle {
  margin: 0;
  border: none;
  padding: 5px 6px 4px;
  background: #007ec7;
  font-size: 13px;
  line-height: 1;
  text-align: right;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none; }

.utilitySplit-menu {
  display: none;
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 10;
  width: 110px;
  padding: 5px 40px 10px 15px;
  background: #484d47;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease; }

.csstransitions .utilitySplit-menu {
  display: block;
  height: 0;
  visibility: hidden;
  opacity: 0; }

.csstransitions .utilityMenu_isOpen .utilitySplit-menu {
  height: auto;
  visibility: visible;
  opacity: 1; }

.article {
  margin-bottom: 20px; }
  .article:before, .article:after {
    content: " ";
    display: table; }
  .article:after {
    clear: both; }

.article-main {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.article_mobileSpacer {
  margin-top: 20px;
  padding: 0 20px; }

.article-meta {
  margin-top: 20px; }

.article-meta-date {
  margin: 20px 0 10px;
  font-style: italic; }

.article-sidebar {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.article-ft {
  width: 100%;
  text-align: center; }

.articleList:before, .articleList:after {
  content: " ";
  display: table; }

.articleList:after {
  clear: both; }

.articleList-hd {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-style: normal;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  text-transform: uppercase; }

.articleList-bd {
  width: 100%; }

.articleList-bd > * {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8; }

.articleList-bd > * + * {
  padding-top: 20px;
  border-top: 1px solid #085646; }

.articleList-bd-link {
  color: #007ec7;
  font-size: 19px;
  text-decoration: none; }

.articleList-bd-readMore {
  color: #007ec7;
  text-decoration: none; }

.btn {
  display: block;
  width: 100%;
  /* Declared for when applied to button elements */
  margin: 0;
  border: 0;
  padding: 8px 13px 7px;
  background: #f1edea;
  color: #000000;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  text-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn:hover,
.btn:focus {
  background: #efe9e4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none; }

.btn_isActive {
  font-weight: bold; }

.calendarEvent:before, .calendarEvent:after,
.calendarEvent-meta:before,
.calendarEvent-meta:after {
  content: " ";
  display: table; }

.calendarEvent:after,
.calendarEvent-meta:after {
  clear: both; }

.calendarEvent {
  display: block;
  padding-left: 15px;
  color: #000000;
  text-decoration: none; }

.calendarEvent-date {
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px; }

.calendarEvent-date_full {
  float: left;
  font-size: 14px; }

.calendarEvent-date > * {
  display: block; }

.calendarEvent-date-month {
  font-size: 12px; }

.calendarEvent-date-day {
  font-size: 12px; }

.calendarEvent-meta {
  font-size: 14px;
  line-height: 1; }

.calendarEvent-meta_full {
  float: left; }

.calendarEvent-meta-title,
.calendarEvent-date-monthDay {
  font-weight: 700; }

.calendarEvent-meta-title-link {
  text-decoration: none;
  color: #007ec7; }

.calloutLink {
  text-decoration: none;
  color: #000000; }

.calloutLink_isBold {
  font-weight: 700; }

.carousel {
  position: relative;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  max-height: 815px; }

.carousel .video-thumb-launcher:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  /* also: \f144 */
  font-family: FontAwesome;
  font-size: 10vw;
  color: #fff;
  opacity: .8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5); }

.carousel .video-thumb-launcher:hover:before {
  color: #eee; }

.carousel .slick-list:focus {
  position: relative;
  transition: ease-in-out, width .35s ease-in-out; }

.carousel_article .carousel-slide img {
  width: 100%; }

.carousel_article .carousel-slide.carousel-slide-vertical {
  text-align: center; }

.carousel_article .carousel-slide.carousel-slide-vertical img {
  width: auto;
  display: initial;
  max-height: 457px; }

.carousel-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative; }

.carousel_inModal.slick-initialized .slick-slide {
  display: table;
  height: 457px; }

.carousel_inModal .carousel-slide-container {
  display: table-cell;
  vertical-align: middle; }

.carousel-slide-wrapper {
  max-width: 1020px;
  height: inherit;
  position: relative;
  margin: 0 auto; }

.carousel_child .carousel-slide,
.carousel_hero .carousel-slide {
  height: 450px; }

.carousel-slide-img > * {
  position: absolute;
  top: 0;
  left: 0; }

.carousel-slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: #191c1f;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.carousel_child .carousel-slide-content {
  background: #ffffff; }

.carousel-slide-content-hd {
  padding: 1px 0 4px;
  font-size: 17px;
  color: #ffffff; }

.carousel_child .carousel-slide-content-hd {
  color: #000000; }

.carousel-slide-content-bd {
  display: none; }

.carousel-slide-content-hd-link {
  text-decoration: none;
  color: #ffffff; }

.carousel_child .carousel-slide-content-hd-link {
  color: #085646; }

.carousel-slide-content-ft-link {
  font-size: 14px;
  color: #007ec7;
  text-decoration: none; }

.carousel_child .carousel-slide-content-ft-link_alt {
  color: #000000; }

.slick-loading .slick-list {
  /* fix missing ajax loader */
  background: white url(../media/images/ajax-loader.gif) center center no-repeat; }

.carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left; }

.slick-dots {
  display: none !important; }

.carousel_childStatic .carousel-slide {
  height: 230px;
  border-bottom: 10px solid #085646; }

.carousel-control {
  display: inline-block !important;
  position: absolute;
  top: 48%;
  font-size: 36px;
  color: #ffffff;
  cursor: pointer;
  background: transparent;
  border: none; }

.carousel-control_prev {
  left: 55px; }

.carousel-control_next {
  right: 55px; }

.carouselTitle {
  margin-bottom: 10px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 30px;
  text-transform: uppercase; }

.childMenu {
  margin-bottom: 5px;
  background: #efe9e4; }

.childMenu-list {
  padding: 0;
  font-size: 0; }

.childMenu-list > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold; }

.childMenu-list_children {
  border-left: 1px solid #484d47;
  padding: 0;
  margin-left: 5px; }

.childMenu-list_children > * {
  font-weight: normal; }

.childMenu-list_children a,
.childMenu-list-link {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  text-decoration: none;
  color: #484d47; }

.childMenu-list a:hover {
  color: #007ec7; }

.childMenu-list .childMenu-list-link_highlight {
  background: #007ec7;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 10px; }

.childMenu-list .childMenu-list-link_highlight:hover {
  color: #ffffff;
  text-decoration: underline; }

.currentEvents-list > * + * {
  margin-top: 30px; }

.displayToggle {
  margin-bottom: 15px;
  border: 2px solid #085646;
  border: 2px solid rgba(8, 76, 80, 0.3);
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.displayToggle-hd {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 19px; }

.eventList-hd {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px; }

.eventList-hd > * {
  line-height: 1.2;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 30px;
  color: #ffffff; }

.eventList-hd:after {
  content: " ";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-style: solid;
  border-color: #085646 transparent transparent transparent;
  border-width: 35px 35px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.eventList-hd_noFlair {
  margin-bottom: 15px;
  padding-left: 0; }

.eventList-hd_noFlair > * {
  line-height: 1.2;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #484d47; }

.eventList-hd_noFlair:after {
  border-color: transparent;
  border-width: 0 0 0 0; }

.eventPager {
  margin: 7px 0 25px;
  padding: 10px;
  background: #b4cbc7;
  background: rgba(8, 86, 70, 0.3);
  font-size: 0;
  text-align: center; }

.eventPager > * {
  font-size: 19px;
  display: inline-block;
  vertical-align: middle; }

.eventPager-control {
  font-size: 19px;
  line-height: 1.75;
  color: #000000;
  cursor: pointer;
  text-decoration: none; }

.eventPager-control_prev {
  float: left; }

.eventPager-control_next {
  float: right; }

.eventPager-current {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #085646; }

.featuredBlock {
  position: relative;
  /* for child pseudo-element */
  z-index: 0;
  margin: 0 -600rem;
  /* add back negative margin value */
  padding: 0.25rem 600rem;
  background: #191c1f; }

.featuredBlock:before {
  content: "";
  position: absolute;
  z-index: -1;
  /* behind parent */
  top: 0;
  bottom: 0;
  left: 598.5em;
  right: 598.5em;
  background: #191c1f; }

.mix-featuredBlock_article {
  background: transparent; }

.mix-featuredBlock_article:before {
  background: transparent; }

.featuredBlock-bd-link {
  font-size: 14px;
  font-weight: 700;
  color: #191c1f;
  text-decoration: none; }

.featuredBlock-bd-link-label {
  padding: 15px 10px 15px 10px; }

.featuresCarousel {
  margin: 0 auto;
  padding: 0 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.featuresCarousel-slide {
  padding: 0 2px; }

.featuresCarousel-slide-content {
  position: relative;
  width: 100%; }

.featuresCarousel-slide-content > * {
  width: 100%; }

.featuresCarousel-slide-content-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 40px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  background: #2d2828;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.featuresCarousel-control {
  display: inline-block !important;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 26px;
  color: #ffffff;
  cursor: pointer;
  background: #085646;
  border: none; }

.featuresCarousel-control_prev {
  left: 0;
  padding: 0 5px 0 7px; }

.featuresCarousel-control_next {
  right: 0;
  padding: 0 7px 0 5px; }

.featuresCarousel-slide {
  padding: 0 2px; }

.featuresCarousel-control > * {
  top: 43%; }

.footerAddresses {
  font-size: 0;
  /* remove inline block whitespace */
  margin-top: -20px; }

.footerAddresses > * {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px;
  /* return the font size */
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.footerAddresses-link {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
  text-align: left; }

.hubLink {
  display: block;
  text-decoration: none; }

.hubLink-title {
  font-size: 20px;
  line-height: 1.167;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000; }

.hubLink-desc {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 10px; }

@font-face {
  font-family: 'mvcc-icons';
  src: url("../media/fonts/mvcc-icons.eot?pvt5fh");
  src: url("../media/fonts/mvcc-icons.eot?#iefixpvt5fh") format("embedded-opentype"), url("../media/fonts/mvcc-icons.woff?pvt5fh") format("woff"), url("../media/fonts/mvcc-icons.ttf?pvt5fh") format("truetype"), url("../media/fonts/mvcc-icons.svg?pvt5fh#mvcc-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon_"], [class*=" icon_"] {
  font-family: 'mvcc-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon_searchIcon:before {
  content: "\e600"; }

.icon_navIcon:before {
  content: "\e601"; }

.icon_arrowLeft:before {
  content: "\e602"; }

.icon_arrowRight:before {
  content: "\e603"; }

.icon_users:before {
  content: "\e604"; }

.icon_carouselArrowLeft:before {
  content: "\e605"; }

.icon_carouselArrowRight:before {
  content: "\e606"; }

.wysiwyg .listBlock {
  margin-bottom: 20px; }
  .wysiwyg .listBlock:before, .wysiwyg .listBlock:after {
    content: " ";
    display: table; }
  .wysiwyg .listBlock:after {
    clear: both; }

.wysiwyg .listBlock > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.wysiwyg .listBlock-label {
  width: 35px;
  font-size: 0;
  text-align: center; }

.wysiwyg .listBlock-label > * {
  font-size: 46px;
  line-height: 38px;
  font-weight: 700;
  color: #42897b; }

.wysiwyg .listBlock-bd {
  width: calc(100% - 35px);
  padding-left: 5%;
  list-style: none; }

.wysiwyg .listBlock-bd_splitCol {
  column-count: 2;
  column-fill: balance; }

.wysiwyg .listBlock-bd > * {
  display: block;
  margin: 0;
  padding-bottom: 1.25rem;
  line-height: 1.25;
  break-inside: avoid; }

.wysiwyg .mix-listBlock_divided {
  border-bottom: dotted 1px #c8c7c8;
  padding-bottom: 0px; }

.moreArrow {
  display: block;
  font-size: 0;
  text-align: right; }

.moreArrow > * {
  display: inline-block;
  vertical-align: top;
  font-size: 12px; }

.moreArrow-icon {
  display: none; }

.newsSnippet {
  font-size: 12px; }

.newsSnippet-hd {
  font-weight: 700; }

.newsSnippet-hd-link {
  text-decoration: none;
  color: #000000; }

.newsSnippet-media {
  margin-bottom: 10px; }

.wysiwyg .progMessage {
  font-style: italic;
  margin-top: 20px;
  padding-bottom: 1.5rem; }

.radioGroup {
  position: relative; }
  .radioGroup.js-sticky {
    position: fixed;
    top: 0;
    z-index: 10; }

.radioGroup-legend {
  display: none; }
  .radioGroup.js-sticky .radioGroup-legend {
    display: none; }

.radioGroup-toggle {
  align-items: center;
  background-color: #085646;
  border-radius: 3px 3px 3px 3px;
  border: 2px solid transparent;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  font-size: 18px;
  height: 50px;
  padding: 0;
  width: 100%; }
  .radioGroup-toggle.js-active {
    border-radius: 3px 3px 0 0; }

.radioGroup-toggle > * {
  padding-left: 20px;
  text-align: left; }
  .radioGroup-toggle > *:last-child {
    flex-grow: 1;
    padding-right: 20px;
    text-align: right; }

.radioGroup-list {
  display: none;
  width: 100%;
  position: absolute; }

.radioGroup-list > * {
  flex-grow: 1;
  min-width: 40px; }

.radioGroup-list-option {
  align-items: center;
  background-color: #f1edea;
  border: 2px solid transparent;
  color: #085646;
  display: flex;
  font-size: 18px;
  height: 50px;
  justify-content: flex-start;
  padding: 0 20px;
  text-align: center; }

.radioGroup-list-option[aria-checked=true],
.radioGroup-list-option:active {
  background-color: #007ec7;
  color: #ffffff; }

.radioGroup-list-option:focus,
.radioGroup-list-option:hover {
  border: 2px solid #007ec7; }

.wysiwyg .radioGroup-list {
  list-style: none; }

.wysiwyg .radioGroup-list li {
  margin-left: 0;
  line-height: initial; }

.wysiwyg .radioGroup-list li:last-child > * {
  border-radius: 0 0 3px 3px; }

.wysiwyg .radioGroup-toggle i {
  font-style: normal; }

.listBlock-bd .filtered, .listBlock-bd .filtered a {
  color: #aaaaaa; }

.rosterList {
  margin-top: 30px; }

.rosterList > * + * {
  margin-top: 30px; }

.rosterList-media:before, .rosterList-media:after,
.rosterList-media-bd:before,
.rosterList-media-bd:after {
  content: " ";
  display: table; }

.rosterList-media:after,
.rosterList-media-bd:after {
  clear: both; }

.rosterList-media-item > * {
  display: block; }

.rosterList-media-bd {
  margin-top: 30px;
  font-size: 15px; }

.rosterList-media-bd-title {
  font-weight: 700; }

.rosterList-media-bd-link {
  display: block;
  margin-top: 10px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
  text-decoration: none;
  color: #484d47; }

.searchButton {
  display: none; }

.sideMenu-hd {
  position: relative;
  padding: 6px 0 10px 24px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  background: #007ec7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.sideMenu-hd-link {
  color: #ffffff;
  text-decoration: none; }

.sideMenu-bd {
  margin-bottom: 20px;
  background: #f1edea; }

.sideMenu-mid {
  margin-bottom: 20px; }

.sideMenu-bd-menu-link,
.sideMenu-ft-menu-link {
  display: block;
  padding: 5px 0 6px 25px;
  font-size: 14px;
  color: #191c1f;
  text-decoration: none; }

.sideMenu-bd-menu-link:hover,
.sideMenu-bd-menu-link:active,
.sideMenu-bd-menu-link:focus {
  background: #007ec7;
  color: #ffffff; }

.sideMenu-bd-menu-link_isActive {
  background: #007ec7;
  color: #ffffff; }

.sideMenu-bd-menu_nested .sideMenu-bd-menu-link {
  padding-left: 45px; }

.sideMenu-ft {
  margin-bottom: 20px; }

.sideMenu-ft-menu-link:hover,
.sideMenu-ft-menu-link:active,
.sideMenu-ft-menu-link:focus {
  font-weight: 700; }

.sideMenu-ft-menu-link_isActive {
  font-weight: 700; }

.sideMenu-ft-menu-link_feature {
  margin-top: 10px;
  padding: 0; }

.sideMenu_noTop {
  margin-top: 0; }

.hasModal {
  overflow: hidden; }

.modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500; }

.modal {
  margin: 0 auto;
  z-index: 500;
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden; }

.modal-wrapper-content-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.modal-wrapper-content {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  display: table;
  z-index: 600;
  position: relative; }

.modal-wrapper-content-close {
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer; }

.modal-loading {
  background: #ffffff;
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url(../media/images/ajax-loader-inverse.gif) no-repeat 50% 50%; }

.modal-center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.twoColEditor-column + .twoColEditor-column {
  margin-top: 20px; }

.wrapper {
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

/*doc
---
title: WYSIWYG
name: name
category: category
---

The WYSIWYG object
*/
.wysiwyg iframe {
  margin-top: 10px; }

.wysiwyg p {
  min-height: 1px;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  line-height: 1.6; }

.wysiwyg ul {
  margin-bottom: 12px;
  list-style: disc; }

.wysiwyg li {
  margin-left: 20px;
  font-size: 16px;
  line-height: 2;
  list-style-position: outside; }

.wysiwyg .vList li {
  margin-left: 0; }

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

.wysiwyg i,
.wysiwyg em {
  font-style: italic; }

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000; }

.wysiwyg h1 {
  font-size: 32px;
  line-height: 0.930;
  text-transform: uppercase; }

.wysiwyg h2 {
  font-size: 28px;
  line-height: 0.950;
  text-transform: uppercase; }

.wysiwyg h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.167; }

.wysiwyg h4 {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.167; }

.wysiwyg h5,
.wysiwyg h6 {
  font-size: 18px;
  line-height: 1.438; }

.wysiwyg ul,
.wysiwyg ol,
.wysiwyg dl {
  margin-bottom: 20px;
  list-style-position: inside; }

.wysiwyg ul {
  list-style-type: square;
  margin-bottom: 20px; }

.wysiwyg ol {
  list-style-type: decimal;
  margin-bottom: 20px; }

.wysiwyg ol ol {
  list-style: lower-alpha; }

.wysiwyg .currentEvents-list,
.wysiwyg .articleList-bd {
  list-style: none; }

.wysiwyg .currentEvents-list li,
.wysiwyg .articleList-bd li {
  margin-left: 0; }

.wysiwyg dt {
  font-weight: bold; }

/* nested lists have no top/bottom margins */
.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ul dl,
.wysiwyg ol ul,
.wysiwyg ol ol,
.wysiwyg ol dl,
.wysiwyg dl ul,
.wysiwyg dl ol,
.wysiwyg dl dl {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 42px; }

/* 2 deep unordered lists use a pseudo element on the list item */
.wysiwyg ol ul,
.wysiwyg ul ul {
  list-style-type: none; }

.wysiwyg ol ul li:before,
.wysiwyg ul ul li:before {
  content: "\25A0";
  display: block;
  max-width: 0;
  max-height: 0;
  position: relative;
  left: -20px;
  top: 3px;
  color: #007ec7;
  font-size: 13px; }

/* 3 deep (or more) unordered lists use a circle */
.wysiwyg ol ol ul,
.wysiwyg ol ul ul,
.wysiwyg ul ol ul,
.wysiwyg ul ul ul {
  list-style-type: circle; }

.wysiwyg del,
.wysiwyg strike,
.wysiwyg s {
  text-decoration: line-through; }

.wysiwyg u,
.wysiwyg ins {
  text-decoration: underline; }

.wysiwyg sup {
  vertical-align: super;
  font-size: smaller; }

.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller; }

.wysiwyg big {
  font-size: larger; }

.wysiwyg small {
  font-size: smaller; }

.wysiwyg abbr,
.wysiwyg acronym {
  border-bottom: 1px dotted; }

.wysiwyg cite,
.wysiwyg dfn {
  font-style: italic; }

.wysiwyg blockquote p {
  margin: 0;
  display: inline-block;
  font-size: 24px;
  line-height: 1.7; }

.wysiwyg blockquote p + p {
  margin-top: 15px; }

.wysiwyg blockquote {
  padding: 10px 10px 10px 20px;
  border-left: 10px solid #f1edea; }

.wysiwyg bdo {
  direction: rtl; }

.wysiwyg blink {
  text-decoration: blink; }

.wysiwyg table {
  width: 100% !important;
  margin-bottom: 20px; }

.wysiwyg caption {
  padding: 8px 0;
  border-left: 1px solid #2d2828;
  border-top: 1px solid #2d2828;
  border-right: 1px solid #2d2828;
  background-color: #eaebed;
  font-weight: bold; }

.wysiwyg tr {
  vertical-align: middle; }

.wysiwyg tbody {
  vertical-align: middle; }

.wysiwyg thead {
  vertical-align: middle; }

.wysiwyg tfoot {
  vertical-align: middle; }

.wysiwyg td {
  padding: 10px;
  border: 1px solid #2d2828;
  vertical-align: inherit;
  text-align: inherit;
  vertical-align: inherit;
  text-align: inherit; }

.wysiwyg .tablepress .odd td {
  background-color: #eaebed; }

.wysiwyg .tablepress tfoot th,
.wysiwyg .tablepress thead th,
.wysiwyg th {
  padding: 10px;
  border: 1px solid #2d2828;
  background-color: #085646;
  vertical-align: inherit;
  text-align: left;
  font-weight: bold;
  color: #ffffff; }

.wysiwyg th > *:last-child,
.wysiwyg td > *:last-child {
  margin-bottom: 0; }

.wysiwyg hr {
  background: #007ec7;
  color: #007ec7;
  height: 1px;
  border: none;
  line-height: 1px;
  font-size: 1px;
  margin-bottom: 20px; }

.wysiwyg img,
.wysiwyg video,
.wysiwyg audio {
  max-width: 100% !important;
  height: auto !important; }

/* ---------------------------------------------------------------------
userContent - wp wysisyg classes from core
copied from http://codex.wordpress.org/CSS and then colors replaced to match the theme
------------------------------------------------------------------------ */
.wysiwyg .alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

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

.wysiwyg a img.alignnone {
  margin: 5px 20px 20px 0; }

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

.wysiwyg a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wysiwyg .wp-caption {
  background: #eaebed;
  border: none;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 15px 15px 10px;
  text-align: center; }

.wysiwyg .wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wysiwyg .wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wysiwyg .wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wysiwyg .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wysiwyg .wp-caption p.wp-caption-text {
  font-size: 14px;
  margin: 0;
  padding: 0 4px 5px 0; }

.wysiwyg blockquote {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 20px;
  margin-right: 20px; }

.blocks {
  margin: -30px 0 0 -30px;
  /* offset blocks horizontal and vertical spacing - must match padding of blocks items */
  font-size: 0;
  /* remove inline block whitespace */ }

.blocks > * {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 30px 0 0 30px;
  /* space blocks horizontally and vertically - offset is handled by .blocks */
  font-size: 16px;
  /* return the font size */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.blocks_2up > * {
  width: 50%; }

.blocks_3up > * {
  width: 33.33333%; }

.blocks_4up > * {
  width: 25%; }

.grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px; }
  .grid:before, .grid:after {
    content: " ";
    display: table; }
  .grid:after {
    clear: both; }

.grid-col {
  width: 100%; }

.grid-col + .grid-col {
  margin-top: 20px; }

.media:before, .media:after,
.media-bd:before,
.media-bd:after {
  content: " ";
  display: table; }

.media:after,
.media-bd:after {
  clear: both; }

.media-item {
  margin-bottom: 30px; }

.media-item > * {
  display: block; }

.media-bd {
  font-size: 15px;
  overflow: hidden;
  line-height: 1.25; }

.media + .media {
  margin-top: 30px; }

.responsiveVideo {
  height: 0;
  position: relative;
  padding: 25px 0 56.25%;
  /* 16:9 */ }

.responsiveVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.responsiveVideo-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }

.section {
  padding: 20px 10px; }

.mix-section_lightGrey {
  background: #f1edea; }

.vr {
  padding-top: 8px;
  padding-bottom: 8px; }

.hList {
  font-size: 0; }

.hList > * {
  font-size: 14px; }

.hList > * + * {
  margin: 5px 0 0 5px; }

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

.mix-hList_center > * {
  display: inline; }

.mix-hList_center > * > * {
  display: inline-block;
  margin-left: 10px; }

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

.mix-hList_centerSm > * {
  display: inline; }

.mix-hList_centerSm > * > * {
  display: inline-block;
  margin-left: 10px; }

.mix-hList_2x > * + * {
  margin-top: 10px; }

.mix-hList_3x > * + * {
  margin-top: 15px; }

.mix-hList_4x > * + * {
  margin-top: 20px; }

.mix-hList_5x > * + * {
  margin-top: 25px; }

.mix-hList_6x > * + * {
  margin-top: 30px; }

.mix-hList_7x > * + * {
  margin-top: 35px; }

.mix-hList_8x > * + * {
  margin-top: 40px; }

.mix-hList_9x > * + * {
  margin-top: 45px; }

.mix-hList_10x > * + * {
  margin-top: 50px; }

.vList > * {
  line-height: 1; }

.vList > * + * {
  margin-top: 5px; }

.mix-vList_2x > * + * {
  margin-top: 10px; }

.mix-vList_3x > * + * {
  margin-top: 15px; }

.mix-vList_4x > * + * {
  margin-top: 20px; }

.mix-vList_5x > * + * {
  margin-top: 25px; }

.mix-vList_6x > * + * {
  margin-top: 30px; }

.mix-vList_7x > * + * {
  margin-top: 35px; }

.mix-vList_8x > * + * {
  margin-top: 40px; }

.mix-vList_9x > * + * {
  margin-top: 45px; }

.mix-vList_10x > * + * {
  margin-top: 50px; }

.mix-vList_columnSm {
  font-size: 0; }

.mix-vList_columnSm > * {
  display: inline-block;
  vertical-align: top;
  width: 49%; }

.mix-vList_columnSm > * + * {
  margin-top: 0;
  margin-left: 2%; }

/* =========
fl-col styling mobile
Adding mobile padding for multiple blocks stacking on mobile devices.
========= */
@media screen and (max-width: 575px) {
  .fl-col-group .fl-col + .fl-col {
    padding-top: 10px; } }

@media screen and (min-width: 575px) {
  /* ---------------------------------------------------------------------
 Medium Screens
------------------------------------------------------------------------ */
  body:after {
    content: "md"; }
  .isHiddenSmall {
    display: block !important; }
  .isHiddenLarge {
    display: none !important; }
  .footer {
    position: relative;
    padding-top: 100px; }
  .footer_child {
    padding-top: 87px; }
  .footer-main_child .footer-main-menu-logo {
    display: block; }
  .footer-bkg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; }
  .footer-main {
    display: block;
    visibility: visible;
    opacity: 1;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .footer-main_child .footer-main-menu-list {
    width: 63.617021276596%;
    float: left;
    padding-left: 20px; }
  .footer-main_child .footer-main-menu-list > * {
    float: left; }
  .header-main {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .isChildPage .header-main {
    position: relative; }
  .header-utility {
    padding: 0; }
  .mainMenu {
    height: auto; }
  .mainMenu_child {
    margin: 10px 0 40px; }
  .mainMenu-logo {
    position: relative;
    width: 19.148936170213%;
    padding: 20px 0 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
  .mainMenu-logo-link {
    background-image: url(../media/images/logo-tablet.png);
    height: 65px;
    width: 65px; }
  .mainMenu_child .mainMenu-logo-link {
    height: 46px;
    width: 100%; }
  .mainMenu_child .mainMenu-logo {
    width: 31.914893617021%;
    padding-top: 25px;
    margin-bottom: -10px; }
  .mainMenu-logo:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 95%;
    height: 0;
    border-style: solid;
    border-width: 22px 36px 0 0;
    border-color: #085646 transparent transparent transparent; }
  .mainMenu_child .mainMenu-logo:after {
    border-color: #484d47 transparent transparent transparent;
    width: 95%;
    top: 87%; }
  .mainMenu-toggle {
    display: none; }
  .mainMenu-navigation-list {
    width: 77.872340425532%;
    height: auto;
    visibility: visible;
    opacity: 1;
    float: left;
    margin: 22px 0 0 1.978723404255%;
    padding: 0;
    text-align: center;
    font-size: 0;
    background: transparent; }
  .mainMenu_child .mainMenu-navigation-list {
    width: 60.106382978723%;
    float: left;
    margin: 24px 0 0 2.127659574468%; }
  .csstransitions .mainMenu-navigation,
  .csstransitions .mainMenu-navigation-list {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .csstransitions .mainMenu-navigation {
    position: relative;
    top: 0;
    left: 0; }
  .mainMenu-navigation-list > * {
    display: inline-block; }
  .mainMenu-navigation-list > * + * {
    margin-left: 1%; }
  .mainMenu-navigation-parent:link,
  .mainMenu-navigation-parent:visited {
    padding: 10px 7px 38px;
    font-size: 14px; }
  .mainMenu_child .mainMenu-navigation-dropdown {
    padding: 0;
    background: #085646;
    background: rgba(8, 86, 70, 0.75); }
  .mainMenu-navigation-dropdown:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 0;
    border-style: solid;
    border-width: 32px 33px 0 0;
    border-color: #007ec7 transparent transparent transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mainMenu_child .mainMenu-navigation-dropdown:after {
    border-color: #085646 transparent transparent transparent;
    border-color: rgba(8, 86, 70, 0.75) transparent transparent transparent;
    background: transparent; }
  .csstransitions .mainMenu-navigation-dropdown {
    display: block;
    height: 0;
    visibility: hidden;
    opacity: 0; }
  .csstransitions .mainMenu-navigation-parent_isOpen > .mainMenu-navigation-dropdown {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .no-js .mainMenu-navigation-list > *:hover > .mainMenu-navigation-dropdown {
    display: block; }
  .mainMenu-navigation-parent {
    padding: 0; }
  .mainMenu-navigation-parent:hover,
  .mainMenu-navigation-parent:active,
  .mainMenu-navigation-parent:focus,
  .mainMenu-navigation-parent_isOpen > .mainMenu-navigation-parent,
  .current-menu-item > .mainMenu-navigation-parent,
  .current-page-ancestor > .mainMenu-navigation-parent {
    background: #007ec7; }
  .no-js .mainMenu-navigation-list > *:hover > .mainMenu-navigation-parent {
    background: #007ec7; }
  .mainMenu-navigation-dropdown > * {
    float: left; }
  .mainMenu-navigation-dropdown-meta {
    display: block;
    width: 68%;
    margin-top: 7px;
    color: #ffffff; }
  .mainMenu-navigation-dropdown-links {
    padding: 0 0 0 10px;
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mainMenu-navigation-dropdown-links:before, .mainMenu-navigation-dropdown-links:after {
      content: " ";
      display: table; }
    .mainMenu-navigation-dropdown-links:after {
      clear: both; }
  .mainMenu-navigation-dropdown {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1;
    min-width: 140px;
    width: 100%;
    padding: 40px 25px 0 27px;
    background: #007ec7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    text-align: left; }
  .mainMenu_child .mainMenu-navigation-dropdown-links {
    padding: 20px 0 0;
    width: 100%; }
  .mainMenu-navigation-dropdown-links > * {
    float: left; }
  .mainMenu-navigation-dropdown_child .mainMenu-navigation-dropdown-links > * {
    float: none; }
  .mainMenu-navigation-dropdown-link {
    position: relative;
    padding: 0;
    font-size: 14px;
    color: #ffffff; }
  .mainMenu-navigation-dropdown-link:focus:before {
    top: 1px;
    right: 3px;
    bottom: 1px;
    left: 3px; }
  .mainMenu-navigation-dropdown-link:hover,
  .mainMenu-navigation-dropdown-link:focus,
  .mainMenu-navigation-dropdown-link:active {
    color: #8dbdf6; }
  .mainMenu_child .mainMenu-navigation-dropdown-link {
    padding: 5px 0 5px 12px;
    font-size: 15px;
    color: #ffffff; }
  .mainMenu-subMenu {
    padding-left: 0px;
    width: 100%; }
  .mainMenu-navigation-dropdown {
    top: -9999px; }
  .mainMenu-navigation-parent_isOpen .mainMenu-navigation-dropdown {
    top: 100%; }
  .utilitySplit-menu-right {
    margin-top: 0; }
  .utilityList:before, .utilityList:after {
    content: " ";
    display: table; }
  .utilityList:after {
    clear: both; }
  .utilityList > * {
    float: left;
    position: relative;
    padding: 15px 0 14px; }
  .utilityList > * + * {
    margin: 0 0 0 15px; }
  .utilityList-link {
    font-size: 13px; }
  .utilityList-link-subMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    width: 100px;
    background: #484d47;
    text-align: left;
    padding: 5px 10px 10px; }
  .utilityList-link-subMenu > * + * {
    margin-top: 10px; }
  .utilityList > *:hover > .utilityList-link-subMenu {
    display: block; }
  .utilitySearch {
    float: right;
    padding: 0; }
  .utilitySearch_child {
    width: auto;
    margin: 20px 1.063829787234% 0 0; }
  .utilitySearch-form {
    display: none;
    position: absolute;
    top: 45px;
    right: 10px;
    z-index: 10;
    border: 2px solid #007ec7;
    padding: 15px 8px 15px 16px;
    background: #dde6ed;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease; }
  .utilitySearch_child .utilitySearch-form {
    top: 81px;
    right: 0; }
  .csstransitions .utilitySearch-form {
    display: block;
    height: 0;
    visibility: hidden;
    opacity: 0; }
  .csstransitions .utilitySearch_isOpen .utilitySearch-form {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .utilitySearch-form-label {
    display: block;
    margin-bottom: 1px;
    font-size: 14px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    color: #000000; }
  .utilitySearch-form-input {
    width: 192px;
    margin: 0;
    border: 1px solid #000000;
    padding: 5px 6px;
    line-height: 1;
    background: #ffffff;
    color: #000000;
    font-size: 11px; }
  .utilitySearch-form-input::-webkit-input-placeholder {
    color: #000000; }
  .utilitySearch-form-input:-moz-placeholder {
    /* Firefox 18- */
    color: #000000; }
  .utilitySearch-form-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000; }
  .utilitySearch-form-input:-ms-input-placeholder {
    color: #000000; }
  .utilitySearch-form-button {
    vertical-align: top;
    margin: 0 0 0 14px;
    border: 1px solid #000000;
    padding: 5px 15px;
    background: #007ec7;
    font-size: 13px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
  .utilitySplit {
    float: left;
    width: 94%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .utilitySplit-toggle {
    display: none; }
  .utilitySplit-menu {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: transparent; }
  .csstransitions .utilitySplit-menu {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .utilitySplit-menu-left {
    float: left; }
  .utilitySplit-menu-right {
    margin: 0;
    float: right;
    text-align: right; }
  .article {
    float: right;
    width: 70.468085106383%;
    margin-bottom: 0; }
  .article_fullWidth {
    width: 100%;
    float: initial; }
  .article_noCarousel {
    margin-top: 65px; }
  .article-carousel {
    display: block; }
  .article-sidebar {
    float: right;
    width: 31.428571428571%;
    margin: 0px 0px 20px 20px; }
  .article-ft {
    float: left;
    text-align: right; }
  .article-main {
    display: block;
    flex-direction: inherit; }
  .articleList {
    float: right;
    width: 74%;
    margin-top: 90px; }
  .articleList_noTop {
    margin-top: 0; }
  .calendarEvent,
  .calendarEvent_full {
    padding-left: 0; }
  .calendarEvent-date {
    width: 24.434628975265%;
    float: left;
    text-align: center; }
  .sideMenu .calendarEvent-date {
    width: 32.434628975265%; }
  .calendarEvent-date_full {
    text-align: left; }
  .calendarEvent-date-month {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase; }
  .calendarEvent-date-day {
    font-size: 31px;
    text-transform: uppercase;
    color: #085646; }
  .calendarEvent_multi .calendarEvent-date-day {
    font-size: 21px; }
  .calendarEvent-meta_full {
    width: 70%; }
  .calendarEvent-meta {
    width: 65.724381625442%;
    float: left; }
  .calendarEvent_multiMonth .calendarEvent-date-day {
    font-size: 19px; }
  .calendarEvent_multiMonth .calendarEvent-date-month {
    font-size: 16px; }
  .carousel_child .carousel-slide {
    height: 500px; }
  .carousel_child .carousel-slide-content-borders {
    position: relative;
    border-width: 1px 0;
    border-color: #000000;
    border-style: solid;
    padding: 10px 0; }
  .carousel_child .carousel-slide-content-borders:before,
  .carousel_child .carousel-slide-content-borders:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000000;
    left: 0; }
  .carousel_child .carousel-slide-content-borders:before {
    top: -6px; }
  .carousel_child .carousel-slide-content-borders:after {
    bottom: -6px; }
  .carousel-slide-content {
    bottom: 20px;
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 auto;
    border: 1px solid #ffffff;
    padding: 10px 40px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .carousel_child .carousel-slide-content {
    bottom: 35px;
    width: 65%;
    padding: 15px 10px; }
  .carousel-slide-content-hd {
    padding: 0;
    font-size: 24px;
    color: #ffffff; }
  .carousel-slide-content-bd {
    display: block;
    text-align: left;
    font-size: 14px; }
  .carousel_child .carousel-slide-content-hd,
  .carousel_child .carousel-slide-content-bd {
    color: #000000; }
  .carousel_child .carousel-slide-content-bd {
    text-align: center; }
  .carousel-slide-content-ft-link {
    font-size: 19px; }
  .carousel_article .carousel-control {
    top: 51%; }
  .carousel_article .carousel-control_prev {
    left: 25px; }
  .carousel_article .carousel-control_next {
    right: 25px; }
  .carousel_child .carousel-slide-content-borders {
    padding: 5px 0; }
  .slick-dots {
    display: block !important;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 0; }
  .slick-dots > * {
    display: inline-block;
    vertical-align: middle; }
  .slick-dots button {
    width: 15px;
    height: 15px;
    margin: 0;
    border: none;
    padding: 0;
    background: transparent url(../media/images/hex.png) 0 0 no-repeat scroll;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 0;
    overflow: hidden; }
    .slick-dots button:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
  .slick-dots .slick-active button {
    background: transparent url(../media/images/hex-active.png) 0 0 no-repeat scroll; }
  .carousel_childStatic .carousel-slide {
    height: 330px;
    border-bottom: 20px solid #085646; }
  .childMenu-list a {
    padding: 11px 15px; }
  .childMenu-list_children a {
    padding: 0 15px; }
  .eventList-hd {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px; }
  .eventList-hd > * {
    line-height: 1.2;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 30px;
    color: #ffffff; }
  .eventList-hd:after {
    content: " ";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-style: solid;
    border-color: #085646 transparent transparent transparent;
    border-width: 35px 35px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .eventList-hd_noFlair {
    margin-bottom: 15px;
    padding-left: 0; }
  .eventList-hd_noFlair > * {
    line-height: 1.2;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: #484d47; }
  .eventList-hd_noFlair:after {
    border-color: transparent;
    border-width: 0 0 0 0; }
  .featuredBlock {
    margin: 35px 0;
    padding: 0 30px; }
  .mix-featuredBlock_article {
    margin: 0;
    padding: 0; }
  .mix-featuredBlock_article {
    background: #f1edea; }
  .mix-featuredBlock_transparent {
    background: transparent; }
  .featuredBlock:before,
  .featuredBlock:after {
    content: " ";
    width: 100%;
    position: absolute;
    left: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0 0 35px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .featuredBlock:before {
    border-bottom-color: #191c1f;
    top: -35px;
    bottom: inherit;
    right: initial;
    z-index: 0;
    background: transparent; }
  .featuredBlock:after {
    border-width: 35px 35px 0 0;
    border-top-color: #191c1f;
    bottom: -35px; }
  .mix-featuredBlock_article:before {
    border-bottom-color: transparent;
    top: 0;
    bottom: initial;
    background: transparent; }
  .mix-featuredBlock_article:after {
    border-width: 0;
    border-top-color: transparent;
    bottom: 0; }
  .moreArrow-icon {
    display: inline-block; }
  .rosterList-media-item {
    float: left;
    margin: 0 15px 0 0; }
  .rosterList-media-bd {
    margin-top: 0;
    font-size: 15px; }
  .searchButton {
    display: block;
    margin: 0;
    border: none;
    padding: 11px 5px;
    background: transparent;
    font-size: 20px;
    text-decoration: none;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .sideMenu {
    float: left;
    width: 26%;
    margin-top: 22px; }
  .sideMenu-hd {
    margin-right: -70px;
    font-size: 22px; }
  .sideMenu-hd-label {
    position: relative;
    z-index: 1; }
  .sideMenu-hd:after {
    content: " ";
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 0;
    width: 20px;
    height: 100%;
    background: #007ec7; }
  .sideMenu_noTop {
    margin-top: 0; }
  .twoColEditor-column + .twoColEditor-column {
    margin-top: 0px; }
  .twoColEditor {
    font-size: 0;
    margin-left: -20px; }
  .twoColEditor-column {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
  .wrapper {
    padding: 0 10px; }
  .wrapper_features {
    max-width: 1440px; }
  .mix-blocks_2up_md > * {
    width: 50%; }
  .mix-blocks_3up_md > * {
    width: 33.33333%; }
  .mix-blocks_4up_md > * {
    width: 25%; }
  .blocks_table {
    display: table;
    width: 100%; }
  .blocks_table > * {
    display: table-cell;
    width: auto;
    vertical-align: middle; }
  .grid {
    max-width: 1100px;
    padding: 0; }
    .grid:before, .grid:after {
      content: " ";
      display: table; }
    .grid:after {
      clear: both; }
  .grid-col {
    float: left; }
  .grid-col + .grid-col {
    margin-top: 0; }
  [class*='grid-col_size'] {
    position: relative;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  [class*='grid-col_size']:last-of-type {
    padding-right: 0; }
  /**
 * Grid Sizze
 *
 * Applies a width to
 */
  .grid-col_size1of12 {
    width: 8.3333333333%; }
  .grid-col_size2of12 {
    width: 16.6666666667%; }
  .grid-col_size3of12 {
    width: 25%; }
  .grid-col_size4of12 {
    width: 33.3333333333%; }
  .grid-col_size5of12 {
    width: 41.6666666667%; }
  .grid-col_size6of12 {
    width: 50%; }
  .grid-col_size7of12 {
    width: 58.3333333333%; }
  .grid-col_size8of12 {
    width: 66.6666666667%; }
  .grid-col_size9of12 {
    width: 75%; }
  .grid-col_size10of12 {
    width: 83.3333333333%; }
  .grid-col_size11of12 {
    width: 91.6666666667%; }
  .grid-col_size12of12 {
    width: 100%; }
  /**
 * Prefix
 *
 * Used for adding margin-left to a column to create
 * space before the columm
 */
  .grid-col_prefix1of12 {
    margin-left: 8.3333333333%; }
  .grid-col_prefix2of12 {
    margin-left: 16.6666666667%; }
  .grid-col_prefix3of12 {
    margin-left: 25%; }
  .grid-col_prefix4of12 {
    margin-left: 33.3333333333%; }
  .grid-col_prefix5of12 {
    margin-left: 41.6666666667%; }
  .grid-col_prefix6of12 {
    margin-left: 50%; }
  .grid-col_prefix7of12 {
    margin-left: 58.3333333333%; }
  .grid-col_prefix8of12 {
    margin-left: 66.6666666667%; }
  .grid-col_prefix9of12 {
    margin-left: 75%; }
  .grid-col_prefix10of12 {
    margin-left: 83.3333333333%; }
  .grid-col_prefix11of12 {
    margin-left: 91.6666666667%; }
  .grid-col_prefix12of12 {
    margin-left: 100%; }
  /**
 * Suffix
 *
 * Used for adding margin-right to a column to create
 * space after the item
 */
  .grid-col_suffix1of12 {
    margin-right: 8.3333333333%; }
  .grid-col_suffix2of12 {
    margin-right: 16.6666666667%; }
  .grid-col_suffix3of12 {
    margin-right: 25%; }
  .grid-col_suffix4of12 {
    margin-right: 33.3333333333%; }
  .grid-col_suffix5of12 {
    margin-right: 41.6666666667%; }
  .grid-col_suffix6of12 {
    margin-right: 50%; }
  .grid-col_suffix7of12 {
    margin-right: 58.3333333333%; }
  .grid-col_suffix8of12 {
    margin-right: 66.6666666667%; }
  .grid-col_suffix9of12 {
    margin-right: 75%; }
  .grid-col_suffix10of12 {
    margin-right: 83.3333333333%; }
  .grid-col_suffix11of12 {
    margin-right: 91.6666666667%; }
  .grid-col_suffix12of12 {
    margin-right: 100%; }
  .media-item {
    float: left;
    margin: 0 30px 0 0; }
  .media_child .media-item {
    width: 50%; }
  .section {
    padding: 20px 0; }
  .mix-section_noTop {
    padding: 0 0 20px; }
  .mix-section_childPaddedTop {
    padding-top: 130px; }
  .hList > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px; }
  .hList > * + * {
    margin: 0 0 0 5px; }
  .mix-hList_centerSm {
    text-align: left; }
  .mix-hList_centerSmFlip {
    text-align: right; }
  .mix-hList_centerSm > * {
    display: inline-block; }
  .mix-hList_centerSm > * > * {
    margin-left: 0; }
  .mix-hList_blockOnMd > * {
    display: block; }
  .mix-hList_blockOnMd > * + * {
    margin-left: 0;
    margin-top: 5px; }
  .mix-hList_2x > * + * {
    margin-left: 10px; }
  .mix-hList_3x > * + * {
    margin-left: 15px; }
  .mix-hList_4x > * + * {
    margin-left: 20px; }
  .mix-hList_5x > * + * {
    margin-left: 25px; }
  .mix-hList_6x > * + * {
    margin-left: 30px; }
  .mix-hList_7x > * + * {
    margin-left: 35px; }
  .mix-hList_8x > * + * {
    margin-left: 40px; }
  .mix-hList_9x > * + * {
    margin-left: 45px; }
  .mix-hList_10x > * + * {
    margin-left: 50px; }
  .mix-vList_columnSm > * {
    display: block;
    width: 100%; }
  .mix-vList_columnSm > * + * {
    margin-left: 0; }
  .mix-vList_2x > * + * {
    margin-top: 10px; }
  .mix-vList_3x > * + * {
    margin-top: 15px; }
  .mix-vList_4x > * + * {
    margin-top: 20px; }
  .mix-vList_5x > * + * {
    margin-top: 25px; }
  .mix-vList_6x > * + * {
    margin-top: 30px; }
  .mix-vList_7x > * + * {
    margin-top: 35px; }
  .mix-vList_8x > * + * {
    margin-top: 40px; }
  .mix-vList_9x > * + * {
    margin-top: 45px; }
  .mix-vList_10x > * + * {
    margin-top: 50px; } }

@media screen and (min-width: 850px) {
  /* ---------------------------------------------------------------------
 Large Screens
------------------------------------------------------------------------ */
  body:after {
    content: "lg"; }
  .footer-main-menu-list > * + * {
    margin-left: 6.96682464454976%; }
  .footer-main-menu-list-link {
    font-size: 17px; }
  .footer_child .footer-main-menu-list {
    padding-left: 3.285714285714%; }
  .child .header-main {
    position: absolute; }
  .mainMenu_child {
    margin-bottom: 0;
    margin-top: 40px; }
  .mainMenu-logo-link {
    background-image: url(../media/images/logo-header.png);
    height: 46px;
    width: 100%; }
  .mainMenu-logo-link > * {
    display: inline; }
  .mainMenu-logo:after {
    border-width: 35px 36px 0 0; }
  .mainMenu_child .mainMenu-logo:after {
    width: 95%; }
  .mainMenu-logo {
    width: 26%;
    text-align: left;
    padding: 27px 0 0 25px; }
  .mainMenu-navigation-list {
    width: 72%;
    padding: 0px 0 0 1.978723404255%;
    margin-top: 18px; }
  .mainMenu-navigation > * + * {
    margin-left: 10px; }
  .mainMenu-navigation-parent:link,
  .mainMenu-navigation-parent:visited {
    padding: 12px 12px 32px;
    font-size: 15px;
    line-height: 1; }
  .mainMenu_child .mainMenu-navigation-parent:link,
  .mainMenu_child .mainMenu-navigation-parent:visited {
    padding: 5px 12px;
    font-size: 17px;
    line-height: 22px; }
  .mainMenu-navigation-dropdown {
    padding: 40px 25px 0 70px; }
  .mainMenu_child .mainMenu-navigation-dropdown-links {
    padding: 0; }
  .mainMenu-navigation-dropdown-links > * + * {
    margin-left: 20px; }
  .mainMenu_child .mainMenu-navigation-dropdown-links > * {
    float: left; }
  .mainMenu-subMenu li {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .utilityList > * + * {
    margin: 0 0 0 25px; }
  .utilityList-link {
    font-size: 15px; }
  .utilitySearch {
    float: left;
    margin-left: 20px; }
  .utilitySearch_child {
    float: right;
    margin-left: 0; }
  .utilitySplit {
    width: 92.708333333333%;
    padding-left: 37px; }
  .utilitySplit-menu-right {
    margin: 0;
    float: right;
    text-align: right; }
  .article {
    float: right;
    width: 74.468085106383%;
    margin-bottom: 0; }
  .article_fullWidth {
    width: 100%; }
  .article {
    float: right;
    width: 74.468085106383%;
    margin-bottom: 0; }
  .article_fullWidth {
    width: 100%; }
  .calendarEvent {
    padding-left: 5px; }
  .calendarEvent_full {
    padding-left: 0; }
  .calendarEvent-date {
    padding-right: 15px; }
  .carousel-slide {
    overflow: hidden; }
  .carousel-slide-content-hd {
    font-size: 39px; }
  .carousel-slide-content-bd {
    font-size: 20px; }
  .carousel_child .carousel-slide-content {
    padding: 30px 10px; }
  .carousel_child .carousel-slide-content-borders:before {
    top: -12px; }
  .carousel_child .carousel-slide-content-borders:after {
    bottom: -12px; }
  .carousel-slide-content {
    bottom: 60px;
    width: 46%;
    max-width: 470px;
    -webkit-transform: translate3d(0, 0%, 0);
    -moz-transform: translate3d(0, 0%, 0);
    -ms-transform: translate3d(0, 0%, 0);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }
  @-webkit-keyframes flyRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-600%, 0, 0);
      -moz-transform: translate3d(-600%, 0, 0);
      -ms-transform: translate3d(-600%, 0, 0);
      -o-transform: translate3d(-600%, 0, 0);
      transform: translate3d(-600%, 0, 0); }
    40% {
      opacity: 0;
      -webkit-transform: translate3d(-600%, 0, 0);
      -moz-transform: translate3d(-600%, 0, 0);
      -ms-transform: translate3d(-600%, 0, 0);
      -o-transform: translate3d(-600%, 0, 0);
      transform: translate3d(-600%, 0, 0); }
    60% {
      opacity: 0; }
    100% {
      -webkit-transform: translate3d(0%, 0, 0);
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -o-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1; } }
  @-moz-keyframes flyRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-600%, 0, 0);
      -moz-transform: translate3d(-600%, 0, 0);
      -ms-transform: translate3d(-600%, 0, 0);
      -o-transform: translate3d(-600%, 0, 0);
      transform: translate3d(-600%, 0, 0); }
    40% {
      opacity: 0;
      -webkit-transform: translate3d(-600%, 0, 0);
      -moz-transform: translate3d(-600%, 0, 0);
      -ms-transform: translate3d(-600%, 0, 0);
      -o-transform: translate3d(-600%, 0, 0);
      transform: translate3d(-600%, 0, 0); }
    60% {
      opacity: 0; }
    100% {
      -webkit-transform: translate3d(0%, 0, 0);
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -o-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1; } }
  @keyframes flyRight {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-600%, 0, 0);
      -moz-transform: translate3d(-600%, 0, 0);
      -ms-transform: translate3d(-600%, 0, 0);
      -o-transform: translate3d(-600%, 0, 0);
      transform: translate3d(-600%, 0, 0); }
    40% {
      opacity: 0;
      -webkit-transform: translate3d(-600%, 0, 0);
      -moz-transform: translate3d(-600%, 0, 0);
      -ms-transform: translate3d(-600%, 0, 0);
      -o-transform: translate3d(-600%, 0, 0);
      transform: translate3d(-600%, 0, 0); }
    60% {
      opacity: 0; }
    100% {
      -webkit-transform: translate3d(0%, 0, 0);
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -o-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1; } }
  @-webkit-keyframes flyLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(600%, 0, 0);
      -moz-transform: translate3d(600%, 0, 0);
      -ms-transform: translate3d(600%, 0, 0);
      -o-transform: translate3d(600%, 0, 0);
      transform: translate3d(600%, 0, 0); }
    40% {
      opacity: 0;
      -webkit-transform: translate3d(600%, 0, 0);
      -moz-transform: translate3d(600%, 0, 0);
      -ms-transform: translate3d(600%, 0, 0);
      -o-transform: translate3d(600%, 0, 0);
      transform: translate3d(600%, 0, 0); }
    60% {
      opacity: 0; }
    100% {
      -webkit-transform: translate3d(0%, 0, 0);
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -o-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1; } }
  @-moz-keyframes flyLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(600%, 0, 0);
      -moz-transform: translate3d(600%, 0, 0);
      -ms-transform: translate3d(600%, 0, 0);
      -o-transform: translate3d(600%, 0, 0);
      transform: translate3d(600%, 0, 0); }
    40% {
      opacity: 0;
      -webkit-transform: translate3d(600%, 0, 0);
      -moz-transform: translate3d(600%, 0, 0);
      -ms-transform: translate3d(600%, 0, 0);
      -o-transform: translate3d(600%, 0, 0);
      transform: translate3d(600%, 0, 0); }
    60% {
      opacity: 0; }
    100% {
      -webkit-transform: translate3d(0%, 0, 0);
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -o-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1; } }
  @keyframes flyLeft {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(600%, 0, 0);
      -moz-transform: translate3d(600%, 0, 0);
      -ms-transform: translate3d(600%, 0, 0);
      -o-transform: translate3d(600%, 0, 0);
      transform: translate3d(600%, 0, 0); }
    40% {
      opacity: 0;
      -webkit-transform: translate3d(600%, 0, 0);
      -moz-transform: translate3d(600%, 0, 0);
      -ms-transform: translate3d(600%, 0, 0);
      -o-transform: translate3d(600%, 0, 0);
      transform: translate3d(600%, 0, 0); }
    60% {
      opacity: 0; }
    100% {
      -webkit-transform: translate3d(0%, 0, 0);
      -moz-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      -o-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1; } }
  .carousel_hero.carousel_scrollingRight .carousel-slide-content {
    -webkit-animation: flyRight 0.5s;
    /* this prevents the animation from restarting! */
    -moz-animation: flyRight 0.5s;
    /* this prevents the animation from restarting! */
    animation: flyRight 0.5s;
    /* this prevents the animation from restarting! */ }
  .carousel_hero.carousel_scrollingLeft .carousel-slide-content {
    -webkit-animation: flyLeft 0.5s;
    /* this prevents the animation from restarting! */
    -moz-animation: flyLeft 0.5s;
    /* this prevents the animation from restarting! */
    animation: flyLeft 0.5s;
    /* this prevents the animation from restarting! */ }
  .carousel_child .carousel-slide-content {
    left: 0;
    right: 0;
    bottom: 50px; }
  .carousel-slide-content_alignLeft {
    left: 120px;
    right: auto; }
  .carousel-slide-content_alignRight {
    left: auto;
    right: 120px; }
  .carousel_child .carousel-slide-content_alignLeft {
    right: auto;
    left: 0; }
  .carousel_child .carousel-slide-content_alignRight {
    left: auto;
    right: 0; }
  .carousel-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative; }
  .carousel_child .carousel-slide,
  .carousel_hero .carousel-slide {
    height: 815px; }
  .carousel_child .carousel-slide-content-borders {
    padding: 10px 0; }
  .slick-dots {
    bottom: 20px; }
  .childMenu {
    text-align: center; }
  .featuresCarousel-slide {
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .featuresCarousel-slide-content {
    position: relative; }
  .footerAddresses {
    margin-left: -20px;
    margin-top: 0px; }
  .footerAddresses > * {
    width: auto;
    padding-left: 20px;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .footerAddresses_1of4 > * {
    width: 100%; }
  .footerAddresses_2of4 > * {
    width: 50%; }
  .footerAddresses_3of4 > * {
    width: 33.33%; }
  .footerAddresses_4of4 > * {
    width: 25%; }
  .radioGroup-legend {
    display: block; }
  .radioGroup-toggle {
    display: none; }
  .radioGroup-list {
    display: flex;
    flex-direction: row;
    position: static;
    margin-top: 0; }
  .radioGroup-list-option {
    justify-content: center; }
  .radioGroup-list-option[aria-checked=true],
  .radioGroup-list-option:active {
    background-color: #085646; }
  .wysiwyg .radioGroup-list li:first-child > * {
    border-radius: 3px 0 0 3px; }
  .wysiwyg .radioGroup-list li:last-child > * {
    border-radius: 0 3px 3px 0; }
  .sideMenu {
    float: left;
    width: 23%;
    margin-top: 22px; }
  .sideMenu {
    margin-top: 30px; }
  .sideMenu_noTop {
    margin-top: 0; }
  .sideMenu-hd {
    font-size: 28px; }
  .mix-blocks_2up_lg > * {
    width: 50%; }
  .mix-blocks_3up_lg > * {
    width: 33.33333%; }
  .mix-blocks_4up_lg > * {
    width: 25%; }
  .mix-hList_blockOnMd > * {
    display: inline-block; }
  .mix-hList_blockOnMd > * + * {
    margin-left: 5px;
    margin-top: 0; } }
	
#blog-id-5 .footer-main-menu-logo:before {
    border-color: transparent transparent #212e84 transparent;
}

#blog-id-5.mainMenu_child,	
#blog-id-5 .footer-main-menu{
	background: #212e84 !important;
}
 
@media screen and (min-width: 575px){
	
	#blog-id-5 .mainMenu-logo:after{
		border-color: #212e84 transparent transparent transparent !important;
		z-index: -1;
	}
}

#blog-id-5 .mainMenu-navigation-dropdown{
	background: rgba(8, 86, 70, 1);
}

#blog-id-5 .mainMenu-navigation-dropdown:after{
	border-color: rgba(8, 86, 70, 1) transparent transparent transparent;
}