/* Minification failed. Returning unminified contents.
(9205,1): run-time error CSS1019: Unexpected token, found '@import'
(9205,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700)'
(9206,1): run-time error CSS1019: Unexpected token, found '@import'
(9206,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800)'
 */
/*
    Compile all necessary css files into one stylesheet
    ***Include only files used by the project, delete or comment out others***
    Do not add styles to this stylesheet, only import files.  
    Add files to css folder as needed, following the naming convention
    All files in css folder start with _ to indicate they should not be compiled to individual css files.
*/
/*settings and theme files include variables*/
/* Fonts
================================================== */
/*font-family: 'Open Sans', sans-serif;*/
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url(https://fonts.gstatic.com/s/opensanscondensed/v13/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url(https://fonts.gstatic.com/s/opensanscondensed/v13/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMQg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWyV9hrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v15/mem6YaGs126MiZpBA-UFUK0Zdcg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKXGUdhrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKWiUNhrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v15/memnYaGs126MiZpBA-UFUKW-U9hrIqY.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhs.ttf) format('truetype');
}
/*********************************************
    The variables below normally use one of the more generic variables defined above. 
    Modify below this line only if design is different from standard template
************************************************/
/*other month day text color*/
/*********************************************
    The variables below normally use one of the more generic variables defined above. 
    Modify below this line only if design is different from standard template
************************************************/
/*** border color for listtable and tableData/tableBox classes*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*@import (optional) "theme/@{site-type}/css/_components.home-collage.less"; //standard home collage, uses image tag, collage constrained to page width*/
/*other month day text color*/
.home_minicalendar {
  display: none;
  padding: 0px 10px 30px 10px;
}
.home_minicalendar h2.widget_header {
  /*margin: @events-header-margin;
        font-size: @events-header-font-size;
        font-weight: @events-header-font-weight;
        color: @events-header-color;
        text-transform: @events-header-text-transform;
        font-family: @events-header-font-family;*/
  display: none;
  /*&:first-of-type {
            display: block;
        }*/
}
.home_minicalendar .calendar-mini-grid-title {
  padding: 20px 0 0;
}
.home_minicalendar .calendar-mini-grid-title::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #23417B, #2F5293);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home_minicalendar .calendar_mini_grid .calendar_title {
  margin: 0;
}
.home_minicalendar .calendar_mini_grid .calendar_title td a {
  color: #fff;
}
.home_minicalendar .minicalendar_widget {
  max-width: 100%;
}
.home_minicalendar .minicalendar_widget .calendar_dayheader {
  font-family: 'Open Sans Condensed', sans-serif;
  background: transparent;
  color: #ffffff;
  /*border: 1px solid @events-cal-header-background;*/
  border: none;
  height: 58px;
  line-height: 58px;
  font-weight: bold;
  font-size: 94.44444444%;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid .calendar_title td {
  color: #fff;
  font-weight: 700;
  font-size: 166.66666667%;
  text-transform: uppercase;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid .calendar_title td a {
  color: #fff;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid .calendar_title td h2 {
  font-family: 'Open Sans Condensed', sans-serif;
}
.home_minicalendar .minicalendar_widget td.calendar_nextprev a {
  text-decoration: underline;
  color: #fff;
  font-size: 88.88888889%;
}
.home_minicalendar .minicalendar_widget td.calendar_nextprev a:hover {
  text-decoration: none;
}
.home_minicalendar .minicalendar_widget td.calendar_day,
.home_minicalendar .minicalendar_widget td.calendar_today,
.home_minicalendar .minicalendar_widget td.calendar_weekendday,
.home_minicalendar .minicalendar_widget td.calendar_othermonthday {
  border: 1px solid #B6B6B6;
  border-top: 0;
  border-left: 0;
  height: 58px;
  line-height: 58px;
  font-size: 94.44444444%;
  font-weight: 400;
}
.home_minicalendar .minicalendar_widget td.calendar_day:first-child,
.home_minicalendar .minicalendar_widget td.calendar_today:first-child,
.home_minicalendar .minicalendar_widget td.calendar_weekendday:first-child,
.home_minicalendar .minicalendar_widget td.calendar_othermonthday:first-child {
  border-left: 1px solid #B6B6B6;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid td.calendar_today,
.home_minicalendar .minicalendar_widget .calendar_mini_grid td.calendar_today.calendar_day_with_items.calendar_day_with_items {
  background: #00883B;
  color: #fff;
}
.home_minicalendar .minicalendar_widget .calendar_today > a,
.home_minicalendar .minicalendar_widget .calendar_mini_grid.calendar td.calendar_day_with_items.calendar_today > a {
  font-weight: 700;
  color: #fff !important;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid.calendar td.calendar_day_with_items > a {
  font-weight: 700;
}
.home_minicalendar .minicalendar_widget td.calendar_day,
.home_minicalendar .minicalendar_widget td.calendar_weekendday,
.home_minicalendar .minicalendar_widget td.calendar_day > a,
.home_minicalendar .minicalendar_widget td.calendar_weekendday > a {
  color: #333 !important;
}
.home_minicalendar .minicalendar_widget td.calendar_day,
.home_minicalendar .minicalendar_widget td.calendar_weekendday {
  background: #fff;
}
.home_minicalendar .minicalendar_widget .calendar_othermonthday,
.home_minicalendar .minicalendar_widget .calendar_othermonthday > a {
  color: #333 !important;
}
.home_minicalendar .minicalendar_widget td.calendar_othermonthday {
  background: #e6e6e7;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid.calendar td.calendar_day_with_items {
  background: #d0daef;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid.calendar td.calendar_day_with_items:hover {
  background: #FFBA00;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items {
  font-size: 13px;
  background-color: #163654;
  border-top: 3px solid #FFBA00;
  border-radius: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 18px 24px;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventtime {
  color: #ffffff !important;
  font-size: 100% !important;
}
.home_minicalendar .minicalendar_widget .calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventlink {
  color: #ffffff !important;
  font-size: 100% !important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_minicalendar {
    display: block;
    padding: 0;
    margin-right: 30px;
  }
  .home_minicalendar .minicalendar_widget .calendar_mini_grid .calendar_title td {
    font-size: 138.88888889%;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_minicalendar {
    padding: 0;
  }
  .home_minicalendar .minicalendar_widget .calendar_mini_grid .calendar_title td {
    font-size: 166.66666667%;
  }
}
.calendar-header {
  margin: 0 0 0 0;
  font-size: 100px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.07);
  text-transform: uppercase;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  position: relative;
}
.calendar-header::before {
  content: attr(data-text);
  height: 34px;
  font-size: 36px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_events {
  padding: 0px 10px 40px 10px;
  background: transparent;
  position: relative;
}
.home_events h2 {
  font-size: 100px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.07);
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 0 0 0 0;
  font-weight: 700;
  position: relative;
}
.home_events h2::before {
  content: attr(data-text);
  height: 34px;
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.with-minicalendar.home_events h2 {
  display: none;
}
.home_events .list-filter {
  display: none;
  margin: 0 auto 20px;
  position: relative;
}
.home_events .list-filter:before {
  content: "";
  width: 13px;
  height: 8px;
  background: url(_gfx/cmn/translate-arrow.svg) no-repeat center;
  position: absolute;
  z-index: 0;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home_events .list-filter #maMoths,
.home_events .list-filter #maYears {
  display: none;
}
.home_events .list-filter #eventCategroies {
  width: 256px;
  font-size: 16px !important;
  color: #fff;
  background: rgba(29, 45, 77, 0.6);
  border: 1px solid rgba(145, 166, 209, 0.6) !important;
  border-radius: 100px;
  padding: 8px 0 8px 20px;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.home_events .list-filter #eventCategroies::-ms-expand {
  display: none;
}
.home_events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_events li {
  margin: 0 0px 20px 0px;
  min-height: auto;
  padding: 0;
  position: relative;
  width: 100%;
}
.home_events .event-item {
  display: block;
  min-height: 122px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  transition: 0.2s;
}
.home_events .event-item:hover,
.home_events .event-item:focus {
  text-decoration: none;
}
.home_events .item_info {
  background-clip: content-box;
}
.home_events .datebox {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0px solid transparent;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  text-align: center;
  padding: 0;
  transition: 0.2s;
}
.home_events .datebox-month {
  width: 78px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  background: #00883B;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 6px 0;
  margin: auto;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  transition: 0.2s;
}
.home_events .datebox-number {
  color: #05338C;
  font-size: 64px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 64px;
  margin: 0 30px;
  transition: 0.2s;
}
.home_events .box_item_title {
  color: #333;
  font-size: 17px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.3;
  display: block;
  max-height: 46.2px;
  overflow: hidden;
  margin: 0 20px 0 0;
  text-decoration: none;
  margin-bottom: 10px;
}
.home_events .event-item:hover {
  background: #fff;
  background-clip: content-box;
}
.home_events .event-item:hover .box_item_title {
  text-decoration: none;
  color: #05338C;
}
.home_events .event-item:hover .datebox {
  /*background: @events-datebox-background-hover;*/
  box-shadow: inset 6px 0 0 0 #FFBA00;
}
.home_events .event-item:hover .datebox-month {
  color: #163654;
  background: #FFBA00;
}
.home_events .event-item:hover .datebox-number {
  color: #05338C;
}
.home_events .box_item_summary {
  color: #575250;
  font-size: 16px;
  max-height: 20.8px;
  overflow: hidden;
  display: block;
  font-weight: normal;
  line-height: 1.3;
  margin: 0 20px 0 0;
}
.home_events .box_item_summary,
.home_events .box_item_title,
.home_events .box_item_date {
  display: block;
  /*margin-left: @events-datebox-width + @events-datebox-margin-right-mobile;*/
}
.home_events .box_bottomlink {
  display: table;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #00883B;
  width: auto;
  height: auto;
  line-height: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
  border: 0px solid #bbbbbb;
  border-radius: 100px;
  padding: 10px 36px;
  transition: 0.2s;
}
.with-minicalendar.home_events .box_bottomlink {
  right: 10px;
  left: auto;
}
.home_events .box_bottomlink:hover {
  color: #163654;
  text-decoration: none;
  background: #FFBA00;
}
.home_events.center-vertical ul li {
  padding: 0;
}
.home_events.center-vertical .event-item {
  height: 122px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex: 0 1 100%;
}
.home_events.center-vertical .datebox {
  position: relative;
  flex: 0 0 auto;
}
.home_events.center-vertical .item_info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;*/
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.home_events.center-vertical .box_item_summary,
.home_events.center-vertical .box_item_title,
.home_events.center-vertical .box_item_summary:hover,
.home_events.center-vertical .box_item_title:hover,
.home_events.center-vertical .box_item_date,
.home_events.center-vertical .box_item_date:hover {
  margin-left: 17px;
}
.home_events .empty_list {
  color: #fff;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .calendar-header {
    font-size: 147px;
  }
  .home_events {
    padding: 0px 0px 0 0px;
    position: relative;
  }
  .home_events h2 {
    font-size: 147px;
  }
  .home_events .list-filter {
    margin: 0;
    position: absolute;
    top: -62px;
    right: 0;
  }
  .home_events ul {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: 10px;
  }
  .with-minicalendar.home_events ul {
    /*padding-top: 125px;*/
  }
  .home_events li {
    margin: 0 0px 36px 0px;
  }
  .two-column.home_events li {
    max-width: 48%;
  }
  .home_events .box_item_title {
    font-size: 17px;
    max-height: 68.3px;
  }
  .home_events .box_item_summary,
  .home_events .box_item_title,
  .home_events .box_item_date {
    /*margin-left: @events-datebox-width + @events-datebox-margin-right;*/
  }
  .home_events .box_bottomlink {
    display: inline-block;
    margin: 2px 0 0 0;
    float: right;
    bottom: 0px;
  }
  .with-minicalendar.home_events .box_bottomlink {
    right: 0px;
  }
  .home_events.center-vertical .box_item_summary,
  .home_events.center-vertical .box_item_title,
  .home_events.center-vertical .box_item_summary:hover,
  .home_events.center-vertical .box_item_title:hover,
  .home_events.center-vertical .box_item_date,
  .home_events.center-vertical .box_item_date:hover {
    margin-left: 20px;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_events {
    padding: 0px 0px 0 0px;
    /*h2 {
            margin: @events-h2-margin-desktop;
        }*/
  }
  .home_events li {
    margin: 0 0px 36px 0px;
  }
  .home_events .box_item_title {
    font-size: 25px;
    max-height: 99.5px;
  }
  .home_events .box_bottomlink {
    margin: 0 auto;
  }
}
/***75em = 1200px ***/
@media screen and (min-width: 75em) {
  .home_events .box_item_title {
    font-size: 25px;
    max-height: 67px;
  }
}
/*@import (optional) "theme/@{site-type}/css/_components.home-news.less"; //standard home news list, thumbnail, title, intro*/
.home_news {
  padding: 0 10px 40px;
  /*img {
        max-width: @news-img-width;
        min-width: @news-img-width;
        display: table-cell;
        vertical-align: middle;
    }*/
}
.home_news h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.07);
  margin: 0 0 0 0;
  position: relative;
}
.home_news h2::before {
  content: attr(data-text);
  height: 34px;
  font-size: 36px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_news li {
  padding: 0;
  position: relative;
  margin: 0 0 20px 0;
}
.home_news li:first-child {
  margin-bottom: 0;
  height: auto;
  /*.box_item_summary, .news_read_more {
                display: block;
            }*/
}
.home_news li:first-child .news-item {
  position: relative;
}
.home_news li:first-child .news-item:hover .box_item_title {
  color: #05338C;
}
.home_news li:first-child .image-frame {
  border: 10px solid rgba(255, 255, 255, 0.9);
  margin: 0 auto 100px;
}
.home_news li:first-child img {
  max-width: 100%;
  display: block;
}
.home_news li:first-child .item_info {
  text-transform: uppercase;
  background: #fff;
  border-top: 8px solid #00883B;
  padding: 20px 25px;
  margin: auto;
  position: absolute;
  right: 20px;
  bottom: -80px;
  left: 20px;
}
.home_news li:first-child .box_item_title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.2;
  max-height: 97.2px;
  transition: 0.2s;
}
.home_news li:nth-child(n+2) .news-item {
  display: flex;
  align-items: center;
  height: 122px;
  padding: 7px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
.home_news li:nth-child(n+2) .news-item::before {
  content: '';
  width: 60px;
  height: 100%;
  background: #00883B;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.home_news li:nth-child(n+2) .news-item:hover {
  background: #fff;
}
.home_news li:nth-child(n+2) .news-item:hover::before {
  width: 120px;
  background: #FFC400;
}
.home_news li:nth-child(n+2) .news-item:hover .box_item_title {
  color: #05338C;
}
.home_news li:nth-child(n+2) .image-frame {
  flex: 0 0 auto;
  width: 142px;
  height: 108px;
  overflow: hidden;
  position: relative;
}
.home_news li:nth-child(n+2) img {
  max-width: 200px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_news .news-item {
  display: block;
  text-decoration: none;
}
.home_news .image-frame {
  background: url(_gfx/home/news-default.jpg) no-repeat center;
  background-size: cover;
}
.home_news .item_info {
  /*padding: 0 0 0 @news-img-margin-right;*/
  padding: 0 28px;
}
.home_news .box_item_title {
  color: #333;
  font-weight: 400;
  margin: 0 0 0 0;
  font-family: inherit;
  text-decoration: none;
  font-size: 25px;
  display: block;
  max-height: 97.5px;
  overflow: hidden;
  line-height: 1.3;
  transition: 0.2s;
}
.home_news .box_item_title:hover {
  text-decoration: none;
}
.home_news .box_item_summary {
  color: #444;
  font-weight: normal;
  line-height: 1.3;
  font-size: 14px;
  max-height: 54.6px;
  overflow: hidden;
  display: none;
  margin: 0;
}
.home_news .news_read_more {
  display: none;
  margin: 6px 0 6px 0;
  text-decoration: none;
  font-size: 14px;
  color: #444;
  font-weight: normal;
}
.home_news .news_read_more:hover {
  text-decoration: underline;
  color: #444;
}
.home_news .box_bottomlink {
  display: table;
  color: #fff;
  font-weight: 700;
  border: 0px solid #bbbbbb;
  text-transform: uppercase;
  background: #00883B;
  width: auto;
  height: auto;
  line-height: auto;
  text-decoration: none;
  margin: auto;
  border-radius: 100px;
  font-size: 20px;
  text-align: center;
  font-family: 'Open Sans Condensed', sans-serif;
  padding: 10px 36px;
  transition: 0.2s;
}
.home_news .box_bottomlink:hover {
  color: #163654;
  text-decoration: none;
  background: #FFBA00;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_news {
    padding: 118px 0 100px 0;
  }
  .home_news h2 {
    font-size: 147px;
    margin: 0 0 0 0;
  }
  .home_news li {
    margin: 0 0 30px 0;
  }
  .home_news li:first-child {
    height: auto;
    margin: 0 auto 110px;
  }
  .home_news li:first-child .image-frame {
    width: 525px;
    height: 400px;
    overflow: hidden;
    margin: auto;
  }
  .home_news li:first-child img {
    /*max-width: @news-large-img-width-tablet;
                    min-width: @news-large-img-width-tablet;
                    display: table-cell;*/
    max-width: 600px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home_news li:first-child .item_info {
    max-width: 475px;
  }
  .home_news li:first-child .box_item_title {
    margin: 0 0 0 0;
  }
  .home_news li:nth-child(n+2) .news-item {
    margin: auto;
  }
  .home_news .item_info {
    padding: 0 32px;
  }
}
/***62em = 992px***/
@media only screen and (min-width: 62em) {
  .home_news {
    padding: 118px 0 100px 0;
  }
  .home_news h2 {
    margin: 0 0 0 0;
  }
  .home_news li {
    width: 50%;
    float: right;
    clear: right;
  }
  .home_news li:first-child {
    padding-right: 15px;
    float: left;
  }
  .home_news li:first-child .image-frame {
    width: auto;
  }
  .home_news li:nth-child(n+2) {
    padding-left: 15px;
  }
  .home_news li:nth-child(n+2) .news-item {
    width: auto;
  }
  .home_news .box_bottomlink {
    float: right;
    margin-top: -39px;
  }
}
@media (min-width: 85.375em) {
  .home_news {
    padding: 0 0 96px 0;
  }
  .home_news ul {
    padding: 0 100px;
  }
  .home_news li:first-child {
    padding: 0;
  }
  .home_news li:first-child .image-frame {
    width: 525px;
  }
  .home_news li:nth-child(n+2) {
    padding: 0;
  }
  .home_news li:nth-child(n+2) .news-item {
    width: 525px;
  }
  .home_news .box_bottomlink {
    margin: -39px 113px 0 0;
  }
}
/*@import (optional) "theme/@{site-type}/css/_components.home-buttons.less"; //standard buttons with icon and text
@import (optional) "theme/@{site-type}/css/_components.home-buttons-slider.less"; //standard buttons with icon and text -slider*/
/***************************
Optional classes:

.no-stretch - this class makes it so the buttons will always stay the same width no matter what.  
    Needed for circle buttons and some other designs

.button-icons-left - aligns icons to the left of the text

.button-icons-right - aligns icons to the right of the text

*************/
.home_buttons {
  display: block;
  padding: 0 10px 40px;
  background: transparent;
}
.home_buttons h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: rgba(255, 255, 255, 0.07);
  margin: 0;
  position: relative;
}
.home_buttons h2::before {
  content: attr(data-text);
  height: 34px;
  font-size: 36px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px 0;
  min-width: calc(100% +  0 );
}
.home_buttons ul li {
  /*padding: 0 0px @button-vertical-margin 0;*/
  /*margin: 0 @button-spacing/2;*/
  width: 100%;
  margin: 0 0 10px 0;
}
.home_buttons .button-link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  height: 120px;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.home_buttons .button-link:hover .button-content,
.home_buttons .button-link:focus .button-content {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  border: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.home_buttons .button-link:hover .image-frame::before,
.home_buttons .button-link:focus .image-frame::before {
  opacity: 1;
  box-shadow: inset 0 0 0 5px #FFC400;
}
.home_buttons .button-link:hover .button-title,
.home_buttons .button-link:focus .button-title {
  color: #05338C;
}
.home_buttons .button-half-circle {
  flex: 0 0 auto;
  width: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.home_buttons .image-frame {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(221deg, #159948, #1FB559);
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
}
.home_buttons .image-frame::before {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(270deg, #3A76BC, #23417B);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s;
}
.home_buttons img {
  /*bottom: @button-height - @button-icon-area-height;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        top: 0;*/
  max-width: 30px;
  max-height: 30px;
}
.home_buttons .button-content {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  border: 0px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  padding: 10px 10px 10px 60px;
}
.home_buttons .button-title {
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  max-height: 33.8px;
  overflow: hidden;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  vertical-align: stretch;
  padding: 0 0 0;
  margin: 0;
}
.home_buttons .button-description {
  max-height: 62.4px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}
.home_buttons.no-stretch .button-link {
  width: 50%;
  margin: 0 auto;
}
.home_buttons.button-icons-left .button-link {
  padding: 0 2% 0 70px;
  text-align: left;
}
.home_buttons.button-icons-left img {
  bottom: 0;
  left: 0;
  right: calc(100% -  70px);
  top: 0;
}
.home_buttons.button-icons-left .button-title {
  padding: 0;
  max-height: 33.8px;
}
.home_buttons.button-icons-right .button-link {
  padding: 0 70px 0 10px;
  text-align: right;
}
.home_buttons.button-icons-right img {
  left: calc(100% -  70px);
  right: 0;
  top: 0;
  bottom: 0;
}
.home_buttons.button-icons-right .button-title {
  padding: 0;
  max-height: 33.8px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_buttons {
    padding: 0 0 0 0;
  }
  .home_buttons h2 {
    font-size: 147px;
  }
  .home_buttons ul {
    -ms-flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .home_buttons ul li {
    /*float: left;
                width: 100%/@buttons-per-row-tablet - (@button-spacing - (@button-spacing/@buttons-per-row-tablet));
                margin: 0 @button-spacing @button-vertical-margin-desktop 0;

                &:nth-child(@{nselector-tablet}) {
                    margin-right: 0;
                }*/
    display: inline-block;
    /*for graceful degradation of flexbox in IE 8/9*/
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 50%;
    padding-right: 30px;
    margin: 0 0 30px 0;
  }
  .home_buttons .button-link {
    height: auto;
  }
  .home_buttons .button-content {
    width: 100%;
    min-height: 160px;
    padding: 0 10px 0 80px;
  }
  .home_buttons .button-title {
    font-size: 16px;
    max-height: 22.4px;
  }
  .home_buttons .button-half-circle {
    width: 78px;
  }
  .home_buttons .image-frame {
    width: 116px;
    height: 116px;
  }
  .home_buttons img {
    max-width: 46px;
    max-height: 46px;
  }
  .home_buttons.button-icons-left .button-title,
  .home_buttons.button-icons-right .button-title {
    max-height: 22.4px;
  }
  .home_buttons.button-icons-left .button-link {
    padding: 0 2% 0 50px;
  }
  .home_buttons.button-icons-left img {
    right: calc(100% -  50px);
  }
  .home_buttons.button-icons-right .button-link {
    padding: 0 50px 0 10px;
  }
  .home_buttons.button-icons-right img {
    left: calc(100% -  50px);
  }
}
@media screen and (min-width: 62em) {
  .home_buttons {
    padding: 0 0 46px 0;
  }
  .home_buttons ul li {
    /* float: left;
            width: 100%/@buttons-per-row-desktop - (@button-spacing - (@button-spacing/@buttons-per-row-desktop));
            margin: 0 @button-spacing @button-vertical-margin-desktop 0;

            &:nth-child(@{nselector-tablet}) {
                margin: 0 @button-spacing @button-vertical-margin-desktop 0;
            }

            &:nth-child(@{nselector-desktop}) {
                margin-right: 0;
            }*/
  }
  .home_buttons .button-title {
    font-size: 26px;
    max-height: 36.4px;
  }
  .home_buttons.button-icons-left .button-title,
  .home_buttons.button-icons-right .button-title {
    max-height: 36.4px;
  }
  .home_buttons.button-icons-left .button-link {
    padding: 0 2% 0 70px;
  }
  .home_buttons.button-icons-left img {
    right: calc(100% -  70px);
  }
  .home_buttons.button-icons-right .button-link {
    padding: 0 70px 0 10px;
  }
  .home_buttons.button-icons-right img {
    left: calc(100% -  70px);
  }
}
@media (min-width: 85.375em) {
  .home_buttons ul {
    padding: 0 100px;
  }
}
/*@import (optional) "theme/@{site-type}/css/_components.home-tabs.less"; //homepage tabs*/
/*@import (optional) "theme/@{site-type}/css/_components.home-spotlight.less"; //standard spotlight area*/
/*@import (optional) "theme/@{site-type}/css/_components.home-page.less"; //homepage layout*/
/*!
 * fullPage 2.7.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
.pre_load_con {
  display: none;
}
#sitebody.homepagelayout {
  /*#section1 {
        background: url(_gfx/home/home_bg.jpg) center center no-repeat;
        background-size: cover;
        
    }

    #section2 {
        background: url(_gfx/home/advantage_bg.jpg) center center no-repeat;
        background-size: cover;
    }

    #section3 {
        background: url(_gfx/home/services_bg.jpg) center center no-repeat;
        background-size: cover;
    }

    #section4 {
        background: url(_gfx/home/about_bg.jpg) center center no-repeat;
        background-size: cover;
    }

    #section5 {
        background: url(_gfx/home/news_bg.jpg) center center no-repeat;
        background-size: cover;
    }*/
}
#sitebody.homepagelayout #scroll_menu {
  display: none;
}
#sitebody.homepagelayout .scroll_section {
  background-size: cover;
}
#sitebody.homepagelayout .home_item2 {
  height: 300px;
  background-position: center;
}
#sitebody.homepagelayout .slimScrollDiv::before {
  content: '';
  width: 100%;
  height: 118px;
  background: rgba(29, 44, 75, 0.9);
  position: fixed;
  left: 0;
  z-index: 1;
}
#sitebody.homepagelayout .home_social {
  padding: 0 10px 40px;
}
#sitebody.homepagelayout .home_social .social-header {
  font-size: 100px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.07);
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  margin: 0;
  position: relative;
}
#sitebody.homepagelayout .home_social .social-header::before {
  content: attr(data-text);
  height: 34px;
  font-size: 36px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sitebody.homepagelayout .home_social .home_item7,
#sitebody.homepagelayout .home_social .home_item8,
#sitebody.homepagelayout .home_social .home_item9 {
  margin-bottom: 20px;
}
.homepagelayout .column {
  float: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  #section2 {
    background: linear-gradient(#23417B, #2F5293) !important;
  }
  #section3 {
    background: #1D2C4B !important;
  }
  #section4 {
    background: linear-gradient(#23417B, #2F5293) !important;
  }
  #section5 {
    background: #1D2C4B !important;
  }
  #section6 {
    background: linear-gradient(#23417B, #2F5293) !important;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .pre_load_con {
    background: #123356 url("_gfx/home/ajax-loader.gif") no-repeat scroll center center;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
  }
  .pre_load_con:before {
    content: "";
    background: url(_gfx/cmn/logo.svg) center center no-repeat;
    background-size: 400px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #sitebody.homepagelayout {
    padding: 0;
    box-shadow: 0 0 0;
    min-height: 690px;
    max-width: 100%;
    width: auto;
    background: transparent;
    margin: 0 auto;
    z-index: auto;
  }
  #sitebody.homepagelayout .top_col {
    /*padding-top: @nav-height;*/
  }
  #sitebody.homepagelayout .top_col:before,
  #sitebody.homepagelayout .top_col:after {
    display: none;
  }
  #sitebody.homepagelayout #scroll_menu {
    top: 34.7vh;
    right: 10px;
    z-index: 9;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }
  #sitebody.homepagelayout #scroll_menu li {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    /*&:nth-child(2) a {
					background: #a19556 url(_gfx/home/about_icon.png) center center no-repeat;
				}

				&:nth-child(3) a {
					background: #a19556 url(_gfx/home/service_icon.png) center center no-repeat;
				}

				&:nth-child(4) a {
					background: #a19556 url(_gfx/home/team_icon.png) center center no-repeat;
				}

				&:nth-child(5) a {
					background: #a19556 url(_gfx/home/news_icon.png) center center no-repeat;
				}

				&:nth-child(6) a {
					background: #a19556 url(_gfx/home/learning_icon.png) center center no-repeat;
				}

				&:nth-child(7) a {
					background: #a19556 url(_gfx/home/calendar_icon.png) center center no-repeat;
				}*/
  }
  #sitebody.homepagelayout #scroll_menu li:last-child {
    margin-bottom: 0;
  }
  #sitebody.homepagelayout #scroll_menu li:last-child .image-frame::before {
    display: none;
  }
  #sitebody.homepagelayout #scroll_menu li.active a,
  #sitebody.homepagelayout #scroll_menu li:hover a {
    color: #1B3971;
    background: #fff;
  }
  #sitebody.homepagelayout #scroll_menu li.active .image-frame {
    background: #00883B;
  }
  #sitebody.homepagelayout #scroll_menu li:hover span {
    display: block;
  }
  #sitebody.homepagelayout #scroll_menu li:hover .image-frame {
    background: #FFC400;
  }
  #sitebody.homepagelayout #scroll_menu li a {
    display: inline-flex;
    align-items: center;
    color: #D0DAEF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: right;
    /*background: #a19556 url(_gfx/home/home_icon.png) center center no-repeat;*/
    padding: 4px 3px;
    border-radius: 100px;
  }
  #sitebody.homepagelayout #scroll_menu li span {
    display: none;
    padding: 0 20px 0 28px;
  }
  #sitebody.homepagelayout #scroll_menu li .image-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33px;
    height: 33px;
    border: 1px solid #D0DAEF;
    border-radius: 50%;
    position: relative;
  }
  #sitebody.homepagelayout #scroll_menu li .image-frame::before {
    content: '';
    width: 1px;
    height: 28px;
    background: #D0DAEF;
    margin: auto;
    position: absolute;
    top: 32px;
    right: 0;
    left: 0;
    z-index: -1;
  }
  #sitebody.homepagelayout #scroll_menu li img {
    max-width: 15px;
    max-height: 15px;
  }
  #sitebody.homepagelayout .scroll_section {
    position: relative;
  }
  #sitebody.homepagelayout .scroll_section::before,
  #sitebody.homepagelayout .scroll_section::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sitebody.homepagelayout .scroll_section::before {
    height: 300px;
    background: linear-gradient(180deg, rgba(30, 57, 110, 0.9), rgba(30, 57, 110, 0.7), rgba(30, 57, 110, 0));
  }
  #sitebody.homepagelayout .scroll_section::after {
    height: 100%;
    background: linear-gradient(270deg, rgba(29, 44, 75, 0.9), rgba(29, 44, 75, 0.56), rgba(29, 44, 75, 0.2));
  }
  #sitebody.homepagelayout .slimScrollDiv .home_buttons,
  #sitebody.homepagelayout .slimScrollDiv .home_item4 .home_calendar,
  #sitebody.homepagelayout .slimScrollDiv .home_news,
  #sitebody.homepagelayout .slimScrollDiv .home_video_thumbs,
  #sitebody.homepagelayout .slimScrollDiv .home_social {
    padding-top: 117px;
  }
  #sitebody.homepagelayout .home_buttons,
  #sitebody.homepagelayout .home_item4 .home_calendar,
  #sitebody.homepagelayout .home_news,
  #sitebody.homepagelayout .home_video_thumbs,
  #sitebody.homepagelayout .home_social {
    padding-top: 117px;
  }
  #sitebody.homepagelayout .home_item4 .calendar-header {
    margin-bottom: 60px;
  }
  #sitebody.homepagelayout .home_item4 .container {
    display: flex;
  }
  #sitebody.homepagelayout .home_item4 .container > * {
    width: 50%;
  }
  #sitebody.homepagelayout .home_social {
    padding: 118px 0 68px 0;
  }
  #sitebody.homepagelayout .home_social .social-header {
    font-size: 147px;
  }
  #sitebody.homepagelayout .home_social .home_item7,
  #sitebody.homepagelayout .home_social .home_item8,
  #sitebody.homepagelayout .home_social .home_item9 {
    margin-bottom: 30px;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  #sitebody.homepagelayout .home_scroll_menu {
    right: 26px;
  }
  #sitebody.homepagelayout .home_social .container {
    display: flex;
  }
  #sitebody.homepagelayout .home_social .home_item7,
  #sitebody.homepagelayout .home_social .home_item8,
  #sitebody.homepagelayout .home_social .home_item9 {
    flex: 1;
    margin-bottom: 0;
  }
  #sitebody.homepagelayout .home_social .home_item8 {
    margin: 0 25px;
  }
}
@media (min-width: 85.375em) {
  #sitebody.homepagelayout #scroll_menu li span {
    display: block;
  }
  #sitebody.homepagelayout .home_item4 .container {
    padding: 0 100px;
  }
  #sitebody.homepagelayout .home_social {
    padding: 0 0 68px 0;
  }
  #sitebody.homepagelayout .home_social .container {
    padding: 0 100px;
  }
}
@media only screen and (max-height: 579px) {
  #section2,
  #section3,
  #section4,
  #section5 {
    padding: 7vh 0;
  }
  #sitebody.homepagelayout #scroll_menu {
    display: none;
  }
  .pre_load_con {
    display: none;
  }
}
@media only screen and (min-height: 580px) and (min-width: 768px) {
  #fullpage {
    clear: both;
    /*top: -110px;*/
  }
  #sitebody.homepagelayout,
  .mainSpan_wrapper_home {
    position: static !important;
  }
  /*.mainSpan_wrapper_home #page_footer {
        position: fixed;
        bottom: 0;
        z-index: 9;
         width: 100%;
    }*/
  #sitebody.homepagelayout #scroll_menu {
    position: fixed;
  }
  .mainSpan_wrapper_home .top_col {
    position: relative;
  }
}
/***62em = 992px ***/
@media screen and (min-height: 62em) {
  #sitebody.homepagelayout .home_buttons,
  #sitebody.homepagelayout .home_item4 .home_calendar,
  #sitebody.homepagelayout .home_news,
  #sitebody.homepagelayout .home_video_thumbs,
  #sitebody.homepagelayout .home_social {
    padding-top: 0;
  }
}
.home_facebook {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 56px;
  position: relative;
}
.home_facebook h3 {
  margin: 0 0 26px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #212B25;
  text-transform: none;
  background: transparent;
  padding: 8px 0 0 76px;
  position: relative;
}
.home_facebook h3::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #00883B url(_gfx/cmn/facebook.svg) no-repeat center;
  background-size: 20px;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.home_facebook ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_facebook ul li .facebook-item {
  display: flex;
  text-decoration: none;
  background: transparent;
  padding: 18px 28px;
  margin: 0 0 0 0;
  transition: 0.2s;
}
.home_facebook ul li .facebook-item:hover {
  background: #fff;
  box-shadow: inset 5px 0 0 0 #FFC400;
}
.home_facebook ul li .image-frame {
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 14px;
}
.home_facebook ul li .facebook_feed_link {
  font-size: 16px;
  color: #05338C;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  max-height: 38.4px;
  overflow: hidden;
  margin: 0 0 3px 0;
}
.home_facebook ul li .box_date {
  float: none;
  font-size: 10px;
  text-transform: none;
  color: #666;
  font-weight: normal;
  margin-bottom: 2px;
}
.home_facebook ul li p {
  margin: 0;
  font-size: 13px;
  color: #333;
  font-weight: normal;
  line-height: 1.4;
  max-height: 72.8px;
  overflow: hidden;
}
.home_facebook ul li p a {
  color: #97b7c9;
}
.home_facebook .box_bottomlink {
  color: #05338C;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  width: 100%;
  height: auto;
  line-height: auto;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  margin: 0;
  text-decoration: underline;
  text-align: right;
  border: 0px solid #bbbbbb;
  border-radius: 0;
  padding: 15px 30px 21px;
  position: absolute;
  bottom: 0;
}
.home_facebook .box_bottomlink:hover {
  color: #05338C;
  text-decoration: none;
  background: transparent;
}
@media (min-width: 85.375em) {
  .home_facebook ul li p {
    max-width: 180.67px;
  }
}
.home_twitter {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 56px;
  position: relative;
}
.home_twitter h3 {
  margin: 0 0 26px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #212B25;
  text-transform: none;
  background: transparent;
  padding: 8px 0 0 76px;
  position: relative;
}
.home_twitter h3::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #00883B url(_gfx/cmn/twitter.svg) no-repeat center;
  background-size: 20px;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.home_twitter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_twitter ul li {
  margin: 0 0 0 0;
}
.home_twitter ul li .twitter_feed_link {
  display: block;
  text-decoration: none;
  padding: 18px 28px;
  background: transparent;
  transition: 0.2s;
}
.home_twitter ul li .twitter_feed_link:hover {
  background: #fff;
  box-shadow: inset 5px 0 0 0 #FFC400;
}
.home_twitter ul li .box_date {
  float: right;
  font-size: 14px;
  text-transform: none;
  color: #666;
  font-weight: 700;
}
.home_twitter ul li .twitter_feed_user {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #05338C;
  font-weight: 700;
  float: left;
  /*span {
                    font-size: @twitter-title-size;
                    font-weight: @twitter-title-weight;
                    color: @twitter-title-color !important;
                }*/
}
.home_twitter ul li p {
  margin: 0;
  font-size: 13px;
  padding: 0;
  border: 0;
  color: #333;
  font-weight: normal;
  display: block;
  max-height: 91px;
  overflow: hidden;
  clear: both;
}
.home_twitter ul li p a {
  color: #05338C;
}
.home_twitter .box_bottomlink {
  color: #05338C;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  width: 100%;
  height: auto;
  line-height: auto;
  text-align: right;
  text-decoration: underline;
  padding: 15px 30px 21px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_twitter .box_bottomlink:hover {
  text-decoration: none;
}
/***48em = 768px ***/
/***992px***/
@media (min-width: 85.375em) {
  .home_twitter ul li p {
    max-width: 294.67px;
  }
}
.home_instagram {
  height: 100%;
  padding: 0 10px 56px 10px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
.home_instagram .widget_header {
  margin: 0 0 20px 0;
  font-size: 25px;
  font-weight: normal;
  color: #212B25;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  padding: 8px 0 0 76px;
  position: relative;
}
.home_instagram .widget_header::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #00883B url(_gfx/cmn/instagram.svg) no-repeat center;
  background-size: 20px;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.home_instagram iframe {
  padding: 0 30px;
}
.home_instagram .box_bottomlink {
  width: 100%;
  color: #05338C;
  font-size: 15px;
  text-align: right;
  text-decoration: underline;
  padding: 15px 30px 21px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.home_instagram .box_bottomlink:hover {
  text-decoration: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_instagram {
    padding: 0 0 56px 0;
  }
  .home_instagram .widget_header {
    margin: 0 0 20px 0;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_instagram {
    padding: 0 0 56px 0;
  }
  .home_instagram .widget_header {
    font-size: 25px;
    margin: 0 0 26px 0;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button[data-fancybox-play] {
  display: none;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation {
  position: relative;
  z-index: 99996;
}
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.home_video_thumbs {
  padding: 0px 10px 40px 10px;
  position: relative;
}
.home_video_thumbs .home-video-thumbs-title {
  margin: 0 0 0 0;
  font-size: 100px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.07);
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  position: relative;
}
.home_video_thumbs .home-video-thumbs-title::before {
  content: attr(data-text);
  height: 34px;
  font-size: 36px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_video_thumbs .video-thumbnail-frame {
  flex: 0 0 auto;
  /*height: 0;
        padding-top: @video-thumbs-img-ratio;*/
  width: 142px;
  height: 80px;
  overflow: hidden;
  border: 0px solid #00883B;
  border-radius: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  position: relative;
}
.home_video_thumbs .video-thumbnail-frame::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(_gfx/home/play-button.svg) center no-repeat;
  background-size: 38px;
  z-index: 1;
}
.home_video_thumbs .video-thumbnail {
  text-decoration: none;
  position: relative;
  margin: auto;
}
.home_video_thumbs .video-thumbnail:hover,
.home_video_thumbs .video-thumbnail:focus {
  text-decoration: none;
}
.home_video_thumbs .video-thumbnail:hover .video-thumbnail-title,
.home_video_thumbs .video-thumbnail:focus .video-thumbnail-title {
  color: #05338C;
}
.home_video_thumbs .video-thumbnail-img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  min-width: 100%;
  display: block;
  margin: 0;
  max-width: none;
  /*position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);*/
}
.home_video_thumbs .video-thumbnail-caption {
  display: block;
  /*position: absolute;
        bottom: @video-thumbs-thumb-border-width;
        left: @video-thumbs-thumb-border-width;
        right: @video-thumbs-thumb-border-width;*/
  padding: 20px 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: transparent;
  z-index: 1;
}
.home_video_thumbs .video-thumbnail-title {
  color: #333;
  display: block;
  font-size: 18px;
  line-height: 1.25;
  max-height: 67.5px;
  overflow: hidden;
  text-align: left;
}
.home_video_thumbs .home-video-thumbs-featured {
  display: block;
  text-align: center;
}
.home_video_thumbs .home-video-thumbs-featured .video-thumbnail {
  display: block;
  margin-bottom: 120px;
}
.home_video_thumbs .home-video-thumbs-featured .video-thumbnail:hover .video-thumbnail-caption {
  background: #fff;
}
.home_video_thumbs .home-video-thumbs-featured .video-thumbnail-frame {
  width: auto;
  height: 306px;
  border: 10px solid rgba(255, 255, 255, 0.9);
}
.home_video_thumbs .home-video-thumbs-featured .video-thumbnail-frame::before {
  background-size: 74px;
}
.home_video_thumbs .home-video-thumbs-featured .video-thumbnail-caption {
  background: #fff;
  border-top: 8px solid #00883B;
  margin: auto;
  position: absolute;
  right: 20px;
  bottom: -80px;
  left: 20px;
}
.home_video_thumbs .home-video-thumbs-featured .video-thumbnail-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.home_video_thumbs .home-video-thumb-list {
  margin: 0;
  padding: 0;
  list-style: none;
  /*display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;*/
}
.home_video_thumbs .home-video-thumb-list .video-thumbnail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.9);
  padding: 7px;
}
.home_video_thumbs .home-video-thumb-list .video-thumbnail::before {
  content: '';
  width: 60px;
  height: 100%;
  background: #00883B;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.home_video_thumbs .home-video-thumb-list .video-thumbnail:hover {
  background: #fff;
}
.home_video_thumbs .home-video-thumb-list .video-thumbnail:hover::before {
  width: 120px;
  background: #FFC400;
}
.home_video_thumbs .home-video-thumb-list .video-thumbnail:hover .video-thumbnail-frame {
  border-color: #FFC400;
}
.home_video_thumbs .home-video-thumb-list-item {
  margin-bottom: 30px;
}
.home_video_thumbs .video-thumbnail-bottomlink {
  display: table;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #00883B;
  width: auto;
  height: auto;
  line-height: auto;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  margin: 0 auto 0px auto;
  text-decoration: none;
  text-align: center;
  border: 0px solid #bbbbbb;
  border-radius: 100px;
  padding: 10px 36px;
  margin: auto;
  transition: 0.2s;
  /*position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;*/
}
.home_video_thumbs .video-thumbnail-bottomlink:hover {
  color: #163654;
  text-decoration: none;
  background: #FFBA00;
}
/***35em = 560px ***/
@media screen and (min-width: 35em) {
  .home_video_thumbs .home-video-thumb-list-item {
    /*width: 255px;*/
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_video_thumbs {
    padding: 118px 0 100px 0;
  }
  .home_video_thumbs .home-video-thumbs-title {
    font-size: 147px;
  }
  .home_video_thumbs .video-thumbnail-title {
    max-height: 93.75px;
    font-size: 25px;
  }
  .home_video_thumbs .home-video-thumbs-featured {
    padding: 0;
    text-align: left;
    position: relative;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .home_video_thumbs .home-video-thumbs-featured .video-thumbnail-frame {
    width: 525px;
    border: 10px solid rgba(255, 255, 255, 0.9);
    margin: auto;
  }
  .home_video_thumbs .home-video-thumbs-featured .video-thumbnail-img {
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home_video_thumbs .home-video-thumbs-featured .video-thumbnail-img:hover {
    border: 10px solid rgba(255, 255, 255, 0.9);
  }
  .home_video_thumbs .home-video-thumbs-featured .video-thumbnail-caption {
    max-width: 475px;
  }
  .home_video_thumbs .home-video-thumb-list {
    width: 100%;
    margin: 0;
  }
  .home_video_thumbs .home-video-thumb-list .video-thumbnail {
    width: auto;
    height: 94px;
  }
  .home_video_thumbs .home-video-thumb-list-item {
    padding: 0;
    flex: auto;
    /*width: 140px;*/
    /*margin: 0 10px;*/
  }
}
/***992px ***/
@media screen and (min-width: 62em) {
  .home_video_thumbs {
    padding: 118px 0 100px 0;
  }
  .home_video_thumbs .home-video-thumbs-content {
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: stretch;
  }
  .home_video_thumbs .home-video-thumbs-featured {
    width: auto;
    margin-right: 30px;
  }
  .home_video_thumbs .home-video-thumbs-featured .video-thumbnail:before {
    background-size: auto auto;
  }
  .home_video_thumbs .home-video-thumbs-featured .video-thumbnail-frame {
    width: auto;
  }
  .home_video_thumbs .home-video-thumb-list-item {
    /*width: 200px;*/
  }
  .home_video_thumbs .video-thumbnail-title {
    font-size: 25px;
    max-height: 93.75px;
  }
  .home_video_thumbs .video-thumbnail-bottomlink {
    float: right;
  }
}
/***1200px ***/
@media (min-width: 85.375em) {
  .home_video_thumbs {
    padding: 0 0 194px 0;
  }
  .home_video_thumbs .home-video-thumbs-content {
    padding: 0 100px;
  }
  .home_video_thumbs .home-video-thumbs-featured {
    margin: 0;
  }
  .home_video_thumbs .home-video-thumbs-featured .video-thumbnail-frame {
    width: 525px;
  }
  .home_video_thumbs .home-video-thumbs-featured .video-thumbnail {
    margin: 0;
  }
  .home_video_thumbs .home-video-thumb-list .video-thumbnail {
    width: 525px;
  }
  .home_video_thumbs .video-thumbnail-bottomlink {
    margin: 14px 113px 0 0;
    float: right;
  }
}
/*@import (optional) "theme/@{site-type}/css/_components.home-data.less"; //data widget*/
.home_mobile_buttons {
  display: block;
  float: none;
  padding: 20px 10px;
  background: #ccc;
}
.home_mobile_buttons .mobile-buttons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: row wrap;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
}
.home_mobile_buttons .mobile-buttons-item {
  flex: 0 1 100px;
  margin: 0;
  padding: 0 0px 10px 0;
}
.home_mobile_buttons .mobile-buttons-item:empty {
  visibility: hidden;
  padding: 0;
}
.home_mobile_buttons .mobile-buttons-link {
  display: table;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
  max-width: 70px;
  margin: 0 auto;
}
.home_mobile_buttons .mobile-buttons-link:hover,
.home_mobile_buttons .mobile-buttons-link:focus {
  text-decoration: none;
}
.home_mobile_buttons .mobile-buttons-link:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: #444;
  content: "";
  border: 4px solid #222;
  border-radius: 50%;
  max-width: 70px;
  margin: auto;
}
.home_mobile_buttons .mobile-buttons-img {
  bottom: Calc(100% -  70px );
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  max-width: 40px;
  max-height: 30px;
}
.home_mobile_buttons .mobile-buttons-title {
  color: #333;
  display: table-cell;
  font-size: 11px;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  vertical-align: top;
  padding: 78px 0 0;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_mobile_buttons {
    display: none;
  }
}
#home-searchbox {
  display: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .mainSpan_wrapper_home #searchbox {
    display: none;
  }
  .mainSpan_wrapper_home .search_block {
    position: relative;
  }
  #home-searchbox {
    display: block;
    max-width: 858px;
    background: rgba(255, 255, 255, 0.15);
    border: 40px solid rgba(255, 255, 255, 0.1);
    margin: auto;
    position: relative;
  }
  #home-searchbox > a {
    width: 66px;
    height: 66px !important;
    text-indent: -4000px;
    top: 0;
    right: 0;
    background: #00883B url(_gfx/cmn/search-icon-white.svg) no-repeat center;
    background-size: 25px 26px;
    position: absolute;
    transition: 0.2s;
  }
  #home-searchbox > a:hover {
    border-radius: 50%;
    width: 58px;
    height: 58px !important;
    background-color: #FFC400;
    background-image: url(_gfx/cmn/search-icon-blue.svg);
    top: 4px;
    right: 4px;
  }
  #home-searchbox input#search_text {
    width: 100%;
    height: 66px;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-size: 30px !important;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 66px !important;
    padding: 0 66px 0 20px;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
  }
  #home-searchbox input#search_text::-webkit-input-placeholder {
    font-size: 30px;
    /*color: @home-searchbox-font-color;*/
  }
  #home-searchbox input#search_text:-moz-placeholder {
    font-size: 30px;
    /*color: @home-searchbox-font-color;*/
  }
  #home-searchbox input#search_text::-moz-placeholder {
    font-size: 30px;
    /*color: @home-searchbox-font-color;*/
  }
  #home-searchbox input#search_text:-ms-input-placeholder {
    font-size: 30px;
    /*color: @home-searchbox-font-color;*/
  }
}
.top_searches {
  display: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .mainSpan_wrapper_home .top_searches {
    display: flex;
    align-items: center;
    width: 612px;
    height: 53px;
    padding-left: 20px;
    background: rgba(28, 37, 56, 0.78);
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -13px;
    left: 0;
    z-index: 3;
  }
  .mainSpan_wrapper_home .top_searches h2 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-right: 22px;
  }
  .mainSpan_wrapper_home .top_searches h2:after {
    content: ":";
    display: inline-block;
  }
  .mainSpan_wrapper_home .top_searches a,
  .mainSpan_wrapper_home .top_searches a:visited {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    color: #D0DAEF;
  }
  .mainSpan_wrapper_home .top_searches a:hover,
  .mainSpan_wrapper_home .top_searches a:visited:hover {
    text-decoration: underline;
    color: #FFC400;
  }
  .mainSpan_wrapper_home .top_searches a:hover::after,
  .mainSpan_wrapper_home .top_searches a:visited:hover::after {
    text-decoration: none;
    color: #D0DAEF;
  }
  .mainSpan_wrapper_home .top_searches a:after,
  .mainSpan_wrapper_home .top_searches a:visited:after {
    content: ",";
    margin-right: 4px;
  }
  .mainSpan_wrapper_home .top_searches a:last-child:after,
  .mainSpan_wrapper_home .top_searches a:visited:last-child:after {
    content: "";
  }
}
@media (min-width: 85.375em) {
  .mainSpan_wrapper_home .top_searches {
    width: 712px;
  }
}
/*tools include mixins and other tools we need to include such as google fonts.*/
/*Generic styles needed for every project. */
@media screen and (min-width: 40.5em) and (max-width: 47.9375em) {
  .standardlayout .column.left_col,
  .standardthreecolumnlayout .column.left_col,
  .standardlayout .column.right_col,
  .standardthreecolumnlayout .column.right_col,
  .standardthreecolumnlayout .column.small_col,
  .twocolumnswithbottomlayout .column.left_col,
  .twocolumnswithbottomlayout .column.right_col,
  .threecolumnswithbottomlayout .column.left_col,
  .threecolumnswithbottomlayout .column.middle_col,
  .threecolumnswithbottomlayout .column.right_col,
  .twocolumnreverselayout .column.has_small_col,
  .twocolumnreverselayout .column.small_col {
    width: 100%;
    margin: 0 !important;
  }
  .title_widget,
  .content_area {
    padding: 10px;
  }
  .content_area.facebook_feed,
  .content_area.twitter_feed {
    padding: 0;
  }
  .sidenav,
  .small_col .sidenav {
    float: none;
    width: 100%;
  }
  .sidenav .mobile_header.mobile_only,
  .small_col .sidenav .mobile_header.mobile_only {
    display: block !important;
  }
  .sidenav ul li,
  .sidenav ul li.sidenav_expanded > a {
    display: none;
  }
  .sidenav.mobile_list ul li a,
  .sidenav.mobile_list ul li a:hover {
    padding: 0;
    font-weight: normal;
  }
  .mobile_list ul li,
  .facebook_feed ul li,
  .twitter_feed ul li,
  .small_box .box_content ul li {
    padding: 17px 7% 17px 16px;
  }
  .mobile_list ul li a,
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink,
  .mobile_list ul li a:hover {
    font-weight: bold;
  }
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink {
    display: block;
  }
  .small_box {
    margin-bottom: 0;
  }
  .standardthreecolumnlayout .small_col .small_box {
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .mobile_list .item-list a:hover {
    font-weight: normal;
  }
  .service_box .box_content > ul > li {
    border-bottom: 1px solid #c6c4c4 !important;
  }
  .standardthreecolumnlayout .small_col .minicalendar_widget {
    display: block;
    margin: 0 auto;
  }
  #view-full {
    display: block !important;
  }
  .mobile_only {
    display: block !important;
  }
  .mobile_hide {
    display: none !important;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) {
    /*hide table header.*/
    /* tr:nth-of-type(odd) {
                background-color: #EEE;
            }*/
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) .hidden {
    display: none;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) thead,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tbody,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) th,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
    display: block;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) thead tr,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr th {
    position: absolute;
    top: -9999999px;
    left: -999999px;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
    border: 1px solid #CCC;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
    /*behave like a row*/
    border: none;
    border-bottom: 1px solid #EEE;
    position: relative;
    padding-left: 50% !important;
    text-align: left;
    min-height: 18px;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:before {
    /*now like a table header*/
    position: absolute;
    /*top and left value mimic padding*/
    top: 6px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-th) " ";
    font-weight: bold;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td img,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td object {
    width: auto;
    height: auto;
    float: none;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td a.email_link {
    margin: 0px;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td .title_column {
    max-width: 100%;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
    padding-left: 50% !important;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) {
    /*hide table header.*/
    /* tr:nth-of-type(odd) {
            background-color: #EEE;
        }*/
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) thead,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tbody,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) th,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr {
    display: block;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) thead tr,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr th {
    position: absolute;
    top: -9999999px;
    left: -999999px;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr {
    border: 1px solid #CCC;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td {
    /*behave like a row*/
    border: none;
    border-bottom: 1px solid #EEE;
    position: relative;
    padding-left: 50% !important;
    text-align: left;
    min-height: 18px;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td:before {
    /*now like a table header*/
    position: absolute;
    /*top and left value mimic padding*/
    top: 6px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-th) " ";
    font-weight: bold;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td img,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td object {
    width: auto;
    height: auto;
    float: none;
  }
  .front_end_body table.listtable td p.command_button.register_now_command_button {
    width: 100px !important;
  }
}
html {
  font-size: inherit;
}
*,
*:after,
*:before {
  box-sizing: content-box;
}
.sitewrapper,
.sitewrapper *,
.sitewrapper *:after,
.sitewrapper *:before {
  box-sizing: border-box;
}
.progress {
  box-shadow: 0 0 0;
  height: auto;
  margin-bottom: 0px;
}
.collapse {
  display: inherit;
}
.sitewrapper a.phone_link,
.sitewrapper a.phone_link:hover {
  color: #333;
  text-decoration: none !important;
  white-space: nowrap;
}
/*setting default styles for html elements. */
body.front_end_body,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
body[radeditorbody],
body[radeditorbody] table {
  font-size: 18px !important;
  line-height: 1.38888889 !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #333;
}
.front_end_body :target:before,
.front_end_body a[name]:before {
  content: "";
  display: block;
  height: 0;
  /* fixed header height plus a little padding*/
  position: relative;
  z-index: -1;
}
p {
  margin: 0 0 1em 0;
}
table img {
  max-width: none;
}
.column select {
  min-width: 150px;
}
.front_end_body label {
  line-height: inherit;
}
legend {
  color: #05338C;
  font-weight: bold;
  text-decoration: none;
}
.form_button,
.column input[type=button],
.column input[type=submit],
.column input[type=reset],
body.dialog_body input[type="submit"],
body.dialog_body input[type="button"],
body.dialog_body input[type="reset"],
.front_end_body .command.primary,
.front_end_body .column .command {
  background: #00883B !important;
  color: #fff !important;
}
.form_button:hover,
.column input[type=button]:hover,
.column input[type=submit]:hover,
.column input[type=reset]:hover,
.front_end_body input[type=submit].command.primary:hover,
.front_end_body a.command.primary:hover {
  color: #333 !important;
  background: #fff !important;
  border: 2px solid #B6B6B6 !important;
}
.column input[type="text"],
.column.column input[type="submit"],
.column input[type="password"],
.column input[type="email"],
.column textarea,
.column select,
.front_end_form input[type="text"],
.front_end_form input[type="password"],
.front_end_form input[type="email"],
.front_end_form textarea,
.front_end_form select {
  line-height: normal !important;
}
.column input[type="password"],
.front_end_form input[type="password"] {
  width: 158px;
}
h1,
.content_area h1,
.reDropDownBody h1 {
  color: #05338C;
  line-height: 1.2;
  font-weight: 700;
  font-size: 200%;
  font-family: inherit;
}
h2,
.content_area h2,
.reDropDownBody h2 {
  font-size: 160%;
  color: #05338C;
  font-weight: 700;
  line-height: 1.2;
}
h3,
.content_area h3,
.reDropDownBody h3 {
  font-size: 140%;
  color: #05338C;
  font-weight: 700;
}
h4,
.content_area h4,
.reDropDownBody h4 {
  font-size: 120%;
  color: #05338C;
  font-weight: 700;
}
h5,
.content_area h5,
.reDropDownBody h5 {
  font-size: 110%;
  color: #05338C;
  font-weight: 700;
}
h6,
.content_area h6,
.reDropDownBody h6 {
  color: #05338C;
  font-weight: 700;
  font-size: 100%;
}
.subtitle {
  font-size: 138.88888889%;
  color: #05338C;
  font-weight: 700;
}
.subtitle p,
.subtitle a {
  color: #05338C;
  font-weight: 700;
}
a,
a:visited,
.column a {
  color: #05338C;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a[name],
a[name]:hover,
a[name]:focus {
  color: #333;
  text-decoration: none;
}
a img {
  border: 0;
}
a:before,
a:after {
  text-decoration: underline;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none;
}
/**
    Objects that are reused within several components
*/
/*#region MOBILE LIST, MOBILE BOX 
   This controls the mobile view for the Box Widgets in standard_3col.html and the side navigation.  
    Rarely needs to be modified.   Make sure arrow is centered, if not, adjust here.
*/
.mobile_header,
.facebook_feed .mobile_header,
.twitter_feed .mobile_header,
.small_box .mobile_header {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 110%;
  height: 40px;
  line-height: 30px;
  background: #00883B;
  padding: 6px 16px;
}
.small_box .mobile_header {
  display: block;
}
.mobile_list,
.mobile_box {
  background: #fff;
  border: 0px;
  color: #05338C;
  zoom: 1;
}
.mobile_list:before,
.mobile_box:before {
  content: '';
  display: block;
}
.mobile_list:after,
.mobile_box:after {
  content: '';
  display: table;
  clear: both;
}
.small_col .content_area.mobile_box {
  border-top: 1px solid #B6B6B6;
  background: #fff;
}
.mobile_box > div {
  background: #fff;
  padding: 10px;
}
.mobile_box {
  background: #fff;
}
.mobile_list ul,
.facebook_feed ul,
.twitter_feed ul {
  margin: 0;
}
.mobile_list ul li,
.facebook_feed ul li,
.twitter_feed ul li {
  width: 100%;
  background: #fff url(_gfx/cmn/mobile/mob_arrow.png) 96% 20px no-repeat;
  border-bottom: 1px solid #B6B6B6;
  border-top: 0;
  padding: 17px 7% 17px 16px;
  position: relative;
  zoom: 1;
}
.mobile_list ul li:before,
.facebook_feed ul li:before,
.twitter_feed ul li:before {
  content: '';
  display: block;
}
.mobile_list ul li:after,
.facebook_feed ul li:after,
.twitter_feed ul li:after {
  content: '';
  display: table;
  clear: both;
}
.mobile_list ul ul li:before,
.facebook_feed ul ul li:before,
.twitter_feed ul ul li:before {
  border: none;
}
.mobile_list a + .item-list {
  border-top: 0;
}
.mobile_list .item-list {
  padding: 0;
}
.mobile_list ul li a {
  border-top: 0;
  padding: 0;
  color: #05338C;
  font-weight: bold;
}
.mobile_list ul li a:hover {
  color: #05338C;
}
.mobile_list .item-list a {
  color: #05338C;
  font-weight: normal;
}
.mobile_list .item-list a:hover {
  color: #05338C;
}
.mobile_list .item_smalltext {
  padding: 0;
  border: 0;
}
.mobile_list .item_smalltext + .item_smalltext {
  font-style: normal;
}
.mobile_list .box_bottomlink,
.mobile_box .box_bottomlink {
  background: #00883B;
  border: 0;
  border-bottom: 1px solid #B6B6B6;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  padding: 7px 2% 7px 24px;
  clear: both;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .mobile_list,
  .mobile_box {
    background: transparent;
  }
  .mobile_box > div {
    background: transparent;
    padding: 0px;
  }
  .mobile_list ul li a,
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink,
  .mobile_list ul li a:hover {
    background: transparent none;
    font-weight: normal;
  }
  .mobile_list ul li {
    background: transparent none;
    border-bottom: 0px solid #B6B6B6;
    padding: 0;
    position: static;
  }
  .mobile_list ul li:before {
    display: none;
  }
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink {
    border: none;
  }
}
/* FlexSlider Necessary Generic Styles
*********************************/
/* Browser Resets */
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider {
  position: relative;
}
.slides {
  zoom: 1;
}
.slides:before {
  content: '';
  display: block;
}
.slides:after {
  content: '';
  display: table;
  clear: both;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* Control Nav */
.flex-control-nav {
  position: absolute;
  right: 16px;
  bottom: 10px;
  display: none;
}
.flex-control-nav li {
  float: left;
}
.flex-control-nav li a {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: -4000px;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover {
  background: #ccc;
}
.dialog_body.front_end_body {
  background: #fff;
}
.viClientDialog .vi-main {
  overflow: hidden;
}
.feedback_lightbox .vi-outer .vi-c .vi-main .vi-content iframe,
.send_share_email_lightbox .vi-outer .vi-c .vi-main .vi-content iframe {
  width: 100% !important;
}
.dialog_body .feed_back_wrapper #feedback_sendemail_form .feedback_list li label,
.front_end_body .send_email_wrapper .formlist label.content_label,
.dialog_body .shareemail_list label {
  display: inline-block;
  width: 190px;
  min-width: 190px;
  vertical-align: top;
}
.send_email_wrapper .formlist label {
  min-width: 190px;
}
.front_end_body .formlist .feedback_message_textarea,
.shareemail_list .shareemail_message_textarea,
.front_end_form .feedback_list textarea,
.send_email_wrapper .formlist textarea {
  width: 64.98422713%;
  height: 113px;
}
.list-filter select {
  width: 225px;
  max-width: 100%;
}
.list-filter,
.alpha-filter {
  margin: 0 0 10px 0;
  clear: both;
  list-style: none;
  padding: 0;
}
.list-filter ul,
.alpha-filter ul {
  list-style: none;
  padding: 0;
}
.list-filter ul li,
.alpha-filter ul li {
  float: left;
}
.list-filter ul li:first-child:before,
.alpha-filter ul li:first-child:before {
  content: "";
}
.list-filter ul li:before,
.alpha-filter ul li:before {
  color: Gray;
  content: "|";
}
.alpha-filter .current {
  color: inherit;
  cursor: inherit;
}
.alpha-filter .current:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
  color: inherit;
}
.alpha-filter a:hover {
  background: #05338C;
  border: solid 1px transparent;
  color: #fff !important;
}
.alpha-filter .current:hover {
  color: inherit !important;
}
/**link color**/
.list-pager a {
  color: #05338C !important;
}
.list-pager a.pg-normal:hover {
  background: #05338C;
  border: solid 1px transparent;
  color: #fff !important;
}
.detail-title,
.detail-subtitle,
.detail-intro {
  margin: 0 0 7px;
}
.detail-list-label.detail-list-label,
.custom_fields label,
.custom_fields .custom_field_label {
  width: 150px;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.list-main > li {
  border-bottom: 0px solid #B6B6B6;
  padding: 10px !important;
}
.detail-list > li,
.custom_fields .custom_field_frontend_display {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.detail-content {
  zoom: 1;
}
.detail-content:before {
  content: '';
  display: block;
}
.detail-content:after {
  content: '';
  display: table;
  clear: both;
}
.business_directory_widget .detail-list-value a {
  min-width: 300px;
}
/* Default List Table Styling.  
    Should match general table style in Interior comp.  
    Modify padding and borders ONLY  (if needed), otherwise do not modify.
    everything else controlled in settings.global or settings.colors
    Should match _components.tableData.less and _components.tableBox.less
================================================== */
.sitewrapper .listtable {
  width: 100%;
  border-collapse: separate !important;
  margin: 10px 0;
  empty-cells: show;
  border: solid 0px #B6B6B6 !important;
  background: #fff !important;
}
.sitewrapper .listtable th {
  border: 1px solid #00883B;
  font-weight: bold;
  padding: 6px 9px;
  background: #00883B !important;
  color: #fff !important;
  font-size: 94.44444444%;
  font-family: 'Open Sans Condensed', sans-serif;
  vertical-align: top;
}
.sitewrapper .listtable th:hover {
  font-weight: bold;
  padding: 6px 9px;
  border: 1px solid #00883B;
}
.sitewrapper .listtable th a {
  white-space: normal;
}
.sitewrapper .listtable td {
  padding: 3px 9px 3px 9px !important;
  border: 0;
  border-bottom: solid 1px #B6B6B6;
  border-right: solid 1px #B6B6B6;
  font-size: 72.22222222%;
}
.sitewrapper .listtable td:first-child {
  border-left: 1px solid #B6B6B6;
}
.sitewrapper .listtable tr:hover {
  background: #fff;
}
.sitewrapper .listtable tr:hover td {
  background: #fff !important;
}
.sitewrapper .listtable tr:hover > td a {
  color: #05338C !important;
}
.sitewrapper .listtable tr:hover > td,
.sitewrapper .listtable tr:hover > td > p {
  color: #666 !important;
}
.sitewrapper .listtable a.email_link {
  background-position: center 0;
}
.sitewrapper .listtable th a {
  color: #fff !important;
}
.sitewrapper table.listtable a.phone_link,
.sitewrapper table.listtable a.phone_link:hover {
  color: #666;
  text-decoration: none !important;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
  width: 100%;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td::before {
  padding: 3px 9px 2px 9px;
  width: 37%;
  overflow: hidden;
  position: static;
  white-space: normal;
  vertical-align: top;
  display: table-cell;
  text-overflow: ellipsis;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
  min-height: 28px;
  padding-left: 0 !important;
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
  padding-left: 0!important;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
  border: 0px;
  border-bottom: 2px solid #00883B;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) {
    border: solid 1px #B6B6B6 !important;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
    width: 100% !important;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) .mobile_hide {
    display: table !important;
  }
  .title_column {
    max-width: none;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
    padding-left: 9px !important;
    width: auto;
    display: table-cell;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
    padding-left: 9px !important;
  }
  .sitewrapper .listtable {
    border: solid 0px #B6B6B6 !important;
  }
  .sitewrapper .listtable td:last-child {
    border-bottom: solid 1px #B6B6B6 !important;
  }
  .staff_directory_widget,
  .rfp_widget,
  .service_directory_widget,
  .jobs_widget,
  .events_widget,
  .form_survey_widget,
  .facility_directory_list_view_widget,
  .poll_widget,
  .meeting_widget,
  .meeting_item_widget {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.small_box .item_new,
.listtable span.item_new {
  color: #fff;
  font-weight: bold;
  display: inline;
}
.empty_list {
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
.small_box .empty_box {
  padding: 10px 10px 10px 16px;
}
.small_box .box_content ul.item-list li.item-email,
.small_box .box_content ul.item-list li.item-phone,
.small_box .box_content ul.item-list li.item-map {
  padding-left: 22px;
  margin-bottom: 3px;
}
.small_box .box_content ul.item-list li.item-email {
  background: url(_gfx/cmn/email_table.png) 0 center no-repeat;
}
.small_box .box_content ul.item-list li.item-email .email_link {
  cursor: pointer;
}
.small_box .box_content ul.item-list li.item-phone {
  background-position: 0 center;
}
.small_box .box_bottomlink:after {
  content: "";
  display: inline-block;
  font-size: 140%;
  line-height: 1;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  margin: 0 0 2px 6px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .small_box,
  .twitter_feed,
  .facebook_feed {
    margin-bottom: 17px;
    vertical-align: top;
    clear: both;
    background: #fff !important;
    border: 1px solid #B6B6B6 !important;
    word-wrap: break-word;
  }
  .small_box .box_title,
  .twitter_feed .box_title,
  .facebook_feed .box_title,
  .small_box h2.mobile_header,
  .twitter_feed h2.mobile_header,
  .facebook_feed h2.mobile_header {
    color: #fff !important;
    font-weight: bold;
    line-height: 120%;
    font-size: 94.44444444% !important;
    height: auto;
    padding: 8px 15px 8px 15px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    background: #00883B;
    margin: -1px -1px 0 -1px;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  .small_box .box_content,
  .twitter_feed .box_content,
  .facebook_feed .box_content {
    padding: 0px 15px 0 15px;
  }
  .small_box .box_content ul,
  .twitter_feed .box_content ul,
  .facebook_feed .box_content ul,
  .small_box.twitter_feed ul,
  .twitter_feed.twitter_feed ul,
  .facebook_feed.twitter_feed ul,
  .small_box.facebook_feed ul,
  .twitter_feed.facebook_feed ul,
  .facebook_feed.facebook_feed ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 7px 0 0 0;
    line-height: 130%;
  }
  .small_box .box_content ul li,
  .twitter_feed .box_content ul li,
  .facebook_feed .box_content ul li,
  .small_box.twitter_feed ul li,
  .twitter_feed.twitter_feed ul li,
  .facebook_feed.twitter_feed ul li,
  .small_box.facebook_feed ul li,
  .twitter_feed.facebook_feed ul li,
  .facebook_feed.facebook_feed ul li,
  .small_box.faq_box .box_content > ul > li,
  .twitter_feed.faq_box .box_content > ul > li,
  .facebook_feed.faq_box .box_content > ul > li,
  .small_box.service_box.mobile_list .box_content > ul > li,
  .twitter_feed.service_box.mobile_list .box_content > ul > li,
  .facebook_feed.service_box.mobile_list .box_content > ul > li {
    padding: 5px 0 7px 0;
    position: relative;
  }
  .small_box .box_bottomlink,
  .twitter_feed .box_bottomlink,
  .facebook_feed .box_bottomlink {
    float: right;
    margin: 6px -3px 13px 0;
    padding: 6px 30px;
    border-radius: 100px;
    background: #00883B;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 61.11111111%;
    font-family: 'Open Sans Condensed', sans-serif;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .small_box .box_bottomlink::after,
  .twitter_feed .box_bottomlink::after,
  .facebook_feed .box_bottomlink::after {
    display: none;
  }
  .small_box .box_bottomlink:hover,
  .twitter_feed .box_bottomlink:hover,
  .facebook_feed .box_bottomlink:hover {
    background: #FFC400;
    text-decoration: none;
    color: #05338C;
  }
  .small_box .box_content ul a,
  .twitter_feed .box_content ul a,
  .facebook_feed .box_content ul a,
  .small_box.service_box .box_content li span,
  .twitter_feed.service_box .box_content li span,
  .facebook_feed.service_box .box_content li span,
  .small_box.faq_box ul .listfaq_q,
  .twitter_feed.faq_box ul .listfaq_q,
  .facebook_feed.faq_box ul .listfaq_q,
  .small_box .empty_box,
  .twitter_feed .empty_box,
  .facebook_feed .empty_box {
    color: #000;
    text-decoration: none;
    font-size: 79.44444444%;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
  }
  .small_box .box_content ul a:hover,
  .twitter_feed .box_content ul a:hover,
  .facebook_feed .box_content ul a:hover {
    text-decoration: underline;
    color: #000;
    font-weight: normal;
  }
  .small_box .box_content ul img,
  .twitter_feed .box_content ul img,
  .facebook_feed .box_content ul img {
    margin-right: 3px;
    vertical-align: bottom;
  }
  .small_box .box_content .item_smalltext,
  .twitter_feed .box_content .item_smalltext,
  .facebook_feed .box_content .item_smalltext,
  .small_box .box_content ul.item-list li,
  .twitter_feed .box_content ul.item-list li,
  .facebook_feed .box_content ul.item-list li,
  .small_box.meeting_item_box ul span,
  .twitter_feed.meeting_item_box ul span,
  .facebook_feed.meeting_item_box ul span {
    margin: 0;
    color: #666;
    font-size: 72.22222222%;
    padding: 0;
    border: 0;
  }
  .small_box .document_breadcrumb,
  .twitter_feed .document_breadcrumb,
  .facebook_feed .document_breadcrumb {
    color: #666;
  }
  .small_box .document_breadcrumb a,
  .twitter_feed .document_breadcrumb a,
  .facebook_feed .document_breadcrumb a {
    color: #000;
  }
  .small_box .box_content ul.item-list li,
  .twitter_feed .box_content ul.item-list li,
  .facebook_feed .box_content ul.item-list li {
    font-size: 100%;
    padding: 0;
  }
  .small_box .box_content ul.item-list li a,
  .twitter_feed .box_content ul.item-list li a,
  .facebook_feed .box_content ul.item-list li a,
  .small_box.service_box .box_content ul.service_list li a,
  .twitter_feed.service_box .box_content ul.service_list li a,
  .facebook_feed.service_box .box_content ul.service_list li a {
    color: #666;
    font-weight: normal;
    font-size: 72.22222222%;
  }
  .small_box .box_content ul.item-list li a:hover,
  .twitter_feed .box_content ul.item-list li a:hover,
  .facebook_feed .box_content ul.item-list li a:hover,
  .small_box.service_box .box_content ul.service_list li a:hover,
  .twitter_feed.service_box .box_content ul.service_list li a:hover,
  .facebook_feed.service_box .box_content ul.service_list li a:hover {
    text-decoration: underline;
  }
  .small_box .item_new,
  .twitter_feed .item_new,
  .facebook_feed .item_new {
    margin-left: 5px;
    color: #000;
  }
  .small_box .box_content ul.item-list,
  .twitter_feed .box_content ul.item-list,
  .facebook_feed .box_content ul.item-list {
    margin: 0;
    padding: 4px 0 0 0;
    border: 0;
  }
  .small_box .empty_box,
  .twitter_feed .empty_box,
  .facebook_feed .empty_box {
    padding: 10px 0;
  }
  .small_box .downloadmessage,
  .twitter_feed .downloadmessage,
  .facebook_feed .downloadmessage {
    width: 100%;
  }
  .small_box.staff_box .box_content ul.item-list li.item-phone,
  .small_box.staff_box .box_content ul.item-list li.item-email a,
  .small_box.business_box .box_content ul.item-list li.item-phone,
  .small_box.business_box .box_content ul.item-list li.item-email a,
  .small_box.business_box .box_content ul.item-list li.item-map a,
  .small_box.business_box .box_content ul.item-list li.item-map {
    line-height: 130%;
    border-bottom: none;
    font-size: 72.22222222%;
  }
  .small_box .box_content ul.item-list li.item-phone {
    background-position: 0 10%;
  }
  .small_box .box_content ul.item-list li.item-email {
    background-position: 0 10%;
  }
  .small_box .box_content ul.item-list li.item-map {
    background-position: 0 10%;
  }
}
body.front_end_body {
  background: #fff;
  -ms-overflow-style: scrollbar;
  overflow-x: hidden;
}
#sitebody {
  background: #ffffff;
}
.container {
  padding: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 0px;
  padding-right: 0px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  body.front_end_body {
    background: #fff;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 664px;
    /*Width of site from 768px width up to 992px width*/
    max-width: 664px;
    /*needed to overwrite backend product styles*/
  }
  .mainSpan_wrapper,
  .mainSpan_wrapper_home {
    position: relative;
    z-index: 1;
    /*&:before{
           position: absolute;
            top:@siteheader-height;
            left:0;
            right:0;
            height:@nav-height;
            background:@nav-bg;
            content: ""; 
        }*/
    /*&:after{
            
            position: absolute;
            top:0;
            left:0;
            right:0;
            height:@siteheader-height;
            background:@page-head-bg;
            content: "";
        }*/
  }
  .mainSpan_wrapper_home .sr {
    visibility: hidden;
  }
  .mainSpan_wrapper_home .service-trigger {
    margin-right: 0;
  }
  .mainSpan_wrapper_home .mainSpan.service_finder #home_link {
    opacity: 0;
  }
  .mainSpan_wrapper_home #page_footer::before,
  .mainSpan_wrapper_home #page_footer::after {
    display: none;
  }
  .mainSpan_wrapper {
    background-size: cover;
    background-attachment: fixed;
  }
  .mainSpan_wrapper::before,
  .mainSpan_wrapper::after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  .mainSpan_wrapper::before {
    height: 300px;
    background: linear-gradient(180deg, rgba(30, 57, 110, 0.9), rgba(30, 57, 110, 0.7), rgba(30, 57, 110, 0));
  }
  .mainSpan_wrapper::after {
    height: 100%;
    background: linear-gradient(270deg, rgba(29, 44, 75, 0.9), rgba(29, 44, 75, 0.56), rgba(29, 44, 75, 0.2));
  }
  .mainSpan_wrapper #siteheader {
    height: 100px;
  }
  .mainSpan_wrapper #searchbox {
    position: absolute;
    top: 70px;
  }
  .mainSpan_wrapper .mainSpan.service_finder #siteheader {
    z-index: auto;
  }
  /*Set layout posision and width*/
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 950px;
    /*Width of site from 992px width up to 1200px width*/
    max-width: 950px;
    /*needed to overwrite backend product styles*/
  }
}
@media (min-width: 75em) {
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 1024px;
    /*maximum width of site, might change for each site*/
    max-width: 1024px;
  }
}
@media (min-width: 85.375em) {
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 1302px;
    /*maximum width of site, might change for each site*/
    max-width: 1302px;
  }
  .mainSpan_wrapper #siteheader {
    height: 60px;
  }
  .mainSpan_wrapper #searchbox {
    position: relative;
    top: 18px;
  }
}
/**
    individual components
**/
/*#region HEADER */
#siteheader {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
  background: #1E396E;
}
#headercolumn {
  clear: both;
  float: none;
  width: auto;
  position: static;
  height: 173px !important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader {
    height: 60px;
    background: transparent;
    position: relative;
    margin: 0 auto;
    z-index: 12;
  }
  #siteheader:before {
    display: none;
  }
  #headercolumn {
    background-image: none !important;
    height: auto !important;
  }
}
#page_footer {
  width: 100%;
  padding: 20px 10px 10px;
  font-size: 82%;
  background: #192234;
}
#page_footer #footercolumn {
  color: #D0DAEF;
  font-family: inherit;
  font-size: 14px;
  letter-spacing: 0.3px;
}
#page_footer .footer_nav {
  margin-bottom: 10px;
  text-align: center;
}
#page_footer .footer_nav a {
  white-space: nowrap;
  text-transform: uppercase;
  color: #5d5d5d;
  text-decoration: none;
  margin-right: 10px;
}
#page_footer .footer_address,
#page_footer .footer_phone,
#page_footer .footer_copyright {
  text-align: center;
}
#page_footer .footer_address {
  margin-bottom: 8px;
}
#page_footer .footer_address h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.75px;
  color: #ffffff;
  margin: 0 0 10px;
}
#page_footer .footer_address a {
  padding-left: 26px;
  position: relative;
}
#page_footer .footer_address a:before {
  content: "";
  width: 14px;
  height: 20px;
  background: url(_gfx/cmn/location.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  /*color: @page-footer-icons-color;
                font-size: 15px;
                font-family: 'Glyphicons Halflings';*/
}
#page_footer .footer_phone {
  margin-bottom: 20px;
}
#page_footer .footer_phone h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.75px;
  color: #ffffff;
  margin: 0 0 10px;
}
#page_footer .footer_phone a {
  padding-left: 30px;
  position: relative;
}
#page_footer .footer_phone a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(_gfx/cmn/phone.svg) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  /*color: @page-footer-icons-color;
                font-size: 16px;
                font-family: 'Glyphicons Halflings';*/
}
#page_footer .footer_copyright {
  text-align: center;
  color: #939EB5;
  margin-bottom: 10px;
}
#page_footer .footer_copyright a {
  font-weight: inherit;
  color: #FFC400;
}
#page_footer .footer_copyright .dash {
  display: none;
}
#page_footer .footer_copyright .slogan {
  display: block;
}
#page_footer a {
  color: #D0DAEF;
  margin-right: 0;
}
#page_footer a:hover {
  text-decoration: underline;
}
#page_footer p {
  margin: 0;
  clear: both;
}
#view-options {
  display: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #view-options {
    display: none;
  }
  #page_footer {
    clear: both;
    font-size: 100%;
    padding: 0;
    margin-bottom: 0px;
    text-align: left;
    background: #192234;
    position: relative;
    z-index: 1;
    /*&:before{
            background: @page-footer-bg;
            position: absolute;
            top:0;
            left:0;
            right:0;
            height:200px;
            content: "";
            z-index:-1;
        }*/
  }
  #page_footer #footercolumn {
    height: 95px;
    margin: 0 auto;
    position: relative;
    padding: 24px 0;
  }
  #page_footer #footercolumn .footer_nav {
    font-size: 13px;
    clear: both;
    margin-bottom: 10px;
    padding-top: 19px;
  }
  #page_footer #footercolumn .footer_nav a {
    padding: 0 2%;
    margin: 0;
  }
  #page_footer #footercolumn .footer_nav a:first-child {
    padding-left: 0;
  }
  #page_footer #footercolumn .footer_nav a:last-child {
    padding-right: 0;
  }
  #page_footer #footercolumn .footer_nav a:hover {
    text-decoration: underline;
  }
  #page_footer #footercolumn p {
    clear: none;
  }
  #page_footer #footercolumn .footer_address,
  #page_footer #footercolumn .footer_phone,
  #page_footer #footercolumn .footer_copyright {
    text-align: left;
  }
  #page_footer #footercolumn .footer_address {
    margin: 0 66px 10px 0;
    float: left;
  }
  #page_footer #footercolumn .footer_phone {
    margin-bottom: 0;
    float: left;
  }
  #page_footer #footercolumn .footer_copyright {
    margin-bottom: 0px;
    clear: left;
    float: left;
  }
  #page_footer #footercolumn .footer_copyright .dash,
  #page_footer #footercolumn .footer_copyright .slogan {
    display: inline-block;
  }
}
#siteheader a#home_link {
  background: url(_gfx/cmn/logo.svg) center center no-repeat !important;
  background-size: contain !important;
  height: 55px;
  overflow: hidden;
  position: absolute;
  text-indent: -4000px;
  left: 0;
  margin: auto;
  right: 0;
  top: 10px;
  width: 80%;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader a#home_link {
    width: 131px;
    height: 50px;
    top: 20px;
    left: 0;
    bottom: 0;
    right: auto;
    background-position: 0 center !important;
  }
}
@media (min-width: 85.375em) {
  #siteheader a#home_link {
    width: 251px;
    height: 96px;
    top: 11px;
    bottom: auto;
  }
}
#headercolumn #top_nav {
  display: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) and (max-width: 51em) {
  #top_nav.right_adjust {
    padding-right: 20px;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #headercolumn #top_nav {
    display: block;
  }
  #top_nav {
    color: #D0DAEF;
    float: right;
    text-align: right;
    line-height: 18px;
    max-width: 479px;
    max-height: 42px;
    overflow: hidden;
    margin-top: 23px;
  }
  #top_nav a {
    color: #D0DAEF;
    font-size: 12px;
    margin: 0 7px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-family: inherit;
    font-weight: normal;
  }
  #top_nav a:before {
    content: "";
    text-decoration: underline;
    position: absolute;
    left: -22px;
    display: inline-block;
  }
  #top_nav a:before {
    text-decoration: none;
  }
  #top_nav a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #top_nav a:first-child:before {
    content: "";
  }
  #top_nav a:last-child {
    margin-right: 20px;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) and (max-width: 64em) {
  #top_nav.right_adjust {
    padding-right: 20px;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  #top_nav {
    padding: 0;
    max-width: 699px;
    max-height: 45px;
    margin-right: 0px;
  }
  #top_nav a {
    font-size: 14px;
    margin: 0 10px;
  }
}
/***75em = 1200px ***/
@media screen and (min-width: 75em) {
  #top_nav {
    max-width: 773px;
  }
}
@media (min-width: 85.375em) {
  #top_nav {
    max-width: 1051px;
  }
}
.search-trigger,
.close_search,
.search_overlay {
  display: none;
}
#searchbox {
  background: #00883B;
  border: 0;
  height: auto;
  margin: 0;
  padding: 10px;
  width: 100%;
  top: auto;
  bottom: 50px;
  position: absolute;
}
#searchbox input#search_text {
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-weight: 700;
  background: #fff;
  border: 0 none !important;
  /*keep important*/
  border-radius: 0;
  color: #666;
  font-size: 16px !important;
  /*keep important*/
  height: 28px;
  line-height: 28px !important;
  margin: 0;
  padding: 0 36px 0 7px;
  width: 100%;
}
#searchbox input#search_text::-webkit-input-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1 !important;
}
#searchbox input#search_text:-moz-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1 !important;
}
#searchbox input#search_text::-moz-placeholder {
  opacity: 1 !important;
  color: #666;
  font-size: 16px;
}
#searchbox input#search_text:-ms-input-placeholder {
  color: #666;
  font-size: 16px;
  opacity: 1 !important;
}
#searchbox > a {
  background: url("_gfx/cmn/search-icon-blue.svg") no-repeat center;
  background-size: 16px;
  border: 0 none !important;
  height: 28px !important;
  margin: 0;
  position: absolute;
  right: 10px;
  text-align: left;
  text-decoration: none;
  text-indent: -4000px;
  top: 10px;
  width: 36px;
  overflow: hidden;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #searchbox {
    margin: 0;
    width: 192px;
    padding: 0;
    background: rgba(255, 255, 255, 0.15);
    border: 0px solid #dddddd;
    border-radius: 0;
    overflow: hidden;
    border-radius: 100px;
    position: relative;
    right: 0;
    top: 18px;
    bottom: auto;
  }
  #searchbox > a {
    display: inline-block;
    right: 3px;
    top: 3px;
    /*height: @searchbox-height !important;*/
    height: 24px !important;
    /*width: @searchbox-height;*/
    width: 24px;
    border-radius: 50%;
    background: #00883B url("_gfx/cmn/search-icon-white.svg") no-repeat center;
    background-size: 10px 10px;
    transition: 0.2s;
  }
  #searchbox > a:hover {
    background-color: #FFC400;
    background-image: url("_gfx/cmn/search-icon-blue.svg");
  }
  #searchbox input#search_text {
    color: #D0DAEF;
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px !important;
    background: transparent;
    padding: 0 32px 0 16px;
  }
  #searchbox input#search_text::-webkit-input-placeholder {
    font-size: 14px;
    color: #D0DAEF;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  #searchbox input#search_text:-moz-placeholder {
    font-size: 14px;
    color: #D0DAEF;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  #searchbox input#search_text::-moz-placeholder {
    font-size: 14px;
    color: #D0DAEF;
    font-family: 'Open Sans Condensed', sans-serif;
  }
  #searchbox input#search_text:-ms-input-placeholder {
    font-size: 14px;
    color: #D0DAEF;
    font-family: 'Open Sans Condensed', sans-serif;
  }
}
#headercolumn .translatebox {
  /*visibility: hidden;*/
}
.translatebox {
  width: 192px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  border: 0px solid #888;
  border-radius: 100px;
  margin: 0 5%;
  position: relative;
}
.translatebox:before {
  content: "";
  width: 13px;
  height: 8px;
  /*border-top: 7px solid @translate-arrow-color;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;*/
  background: url(_gfx/cmn/arrow-blue.svg) no-repeat center;
  position: absolute;
  z-index: 0;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.translatebox a {
  display: none;
}
.translatebox .skiptranslate.goog-te-gadget {
  color: white !important;
  font-size: 0px;
}
.translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
  top: 0px;
  border: 0 !important;
  width: 192px;
  padding: 0px 0px 0px 16px;
  position: relative;
  color: #D0DAEF !important;
  font-size: 14px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  margin: 0;
  height: 30px;
  min-width: 0;
}
.translatebox .skiptranslate.goog-te-gadget select.goog-te-combo option {
  background: rgba(28, 37, 56, 0.78);
}
.translatebox select::-ms-expand {
  display: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .translatebox {
    width: auto;
    margin: 18px 20px 0px 0px;
    float: right;
  }
  .translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
    width: 112px;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
    width: 192px;
  }
}
#page_footer .social_icons {
  display: flex;
  justify-content: center;
  margin: 0 0 20px 0;
  position: relative;
  /*&:before {
        position: absolute;
        content: "\e044";
        top: 0;
        left: 0;
        width: 20px;
        height: 25px;
        color: @page-footer-icons-color;
        font-size: 14px;
        font-family: 'Glyphicons Halflings';
    }*/
}
#page_footer .social_icons h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.75px;
  color: #ffffff;
  margin: 0 0 17px 30px;
}
#page_footer .social_icons a {
  display: inline-block;
  background: transparent;
  margin: 0 10px;
  position: relative;
  transition: 0.2s;
}
#page_footer .social_icons a::before {
  content: '';
  width: 18px;
  height: 3px;
  background: #F7C832;
  margin: auto;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
#page_footer .social_icons a:hover {
  background: transparent;
  /*border: 1px solid @page-footer-social-icons-border-color-hover;*/
}
#page_footer .social_icons a:hover::before {
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
#page_footer .social_icons a img {
  height: 20px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #page_footer .social_icons {
    margin: 14px 0 0 0;
    float: right;
  }
  #page_footer .social_icons a:last-child {
    margin-right: 0;
  }
}
.config_widget_template *,
.config_widget_template *:after,
.config_widget_template *:before {
  box-sizing: border-box;
}
.edit .widget_wrapper {
  padding: 0;
}
.config_widget_template .home_collage .flex-control-nav {
  z-index: 21;
}
.config_widget_template .home_collage:hover .flex-control-nav {
  z-index: 300;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sortable_col {
    min-height: 0;
  }
  .config_widget_template {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .config_widget_template .sr {
    visibility: visible;
  }
  .config_widget_template .top_col > div:first-of-type {
    /*position: absolute;
            top: 0;*/
    width: 100%;
  }
  .config_widget_template .widget_wrapper .widget_wrapper_body.edit {
    min-height: 45px;
  }
  .config_widget_template .pre_load_con {
    display: none;
  }
  .config_widget_template #fullpage {
    margin-top: -211px;
  }
  .config_widget_template .home_item2 {
    display: flex;
    align-items: center;
    height: 100vh !important;
  }
  .config_widget_template .home_social {
    position: relative;
    z-index: 1;
  }
  .config_widget_template .home_social .box_bottomlink {
    bottom: -56px;
  }
  .edit .widget_wrapper .widget_wrapper_title.edit {
    text-align: left;
  }
  .config_widget_template .scroll-arrow {
    z-index: 300;
  }
  .config_widget_template .home_events .box_bottomlink,
  .config_widget_template .home_news .box_bottomlink {
    bottom: -100px;
  }
  .config_widget_template .home_video_thumbs .video-thumbnail-bottomlink,
  .config_widget_template .home_data .home-data-bottomlink {
    bottom: -100px;
  }
  .config_widget_template .home_spotlight.home_spotlight .box_bottomlink {
    right: -314px;
  }
}
/*62em = 992px*/
@media (min-width: 1200px) {
  .config_widget_template {
    clear: both;
  }
}
/***48em = 768px ***/
/*62em = 992px*/
/*75em = 1200px*/
/*1366px*/
#siteheader a.menu_trigger {
  /* background: url("_gfx/cmn/mobile/menu.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
  cursor: pointer;
  height: 37px;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  text-indent: -4000px;
  width: 37px;
  display: block !important;
  /*&.mobile-menu-active {
            &:before {
                transform: rotate(45deg) translate(-2px, -1px);
                box-shadow: 0 0 0 0 transparent;
            }

            &:after {
                transform: rotate(-45deg) translate(0, -1px);
            }
        }*/
}
#siteheader a.menu_trigger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  margin: auto;
  width: 21px;
  height: 3px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 6px 0 0 #fff;
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#siteheader a.menu_trigger:after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  right: 0;
  margin: auto;
  width: 21px;
  height: 3px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  transform-origin: 0% 100%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
body[data-menu-position=open] #siteheader a.menu_trigger:before {
  transform: rotate(45deg) translate(-2px, -1px);
  box-shadow: 0 0 0 0 transparent;
}
body[data-menu-position=open] #siteheader a.menu_trigger:after {
  transform: rotate(-45deg) translate(0, -1px);
}
/*#region MOBILE MAIN NAV */
.mainnav {
  display: none;
}
.jPanelMenu-panel #mobile_nav {
  display: none !important;
}
#jPanelMenu-menu {
  background: none repeat scroll 0 0 #05338C;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto !important;
  display: block;
}
#jPanelMenu-menu .nav_tip {
  color: #fff;
  font-style: italic;
  margin: 30px 5% 10px;
}
#jPanelMenu-menu .dropdownmenu {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 40px;
}
#jPanelMenu-menu .dropdownmenu ul {
  margin: 0;
  padding: 0;
}
#jPanelMenu-menu .dropdownmenu ul.menu_open {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#jPanelMenu-menu .dropdownmenu ul.menu_open {
  background: #082E77;
}
#jPanelMenu-menu .dropdownmenu ul ul {
  display: none;
}
#jPanelMenu-menu .dropdownmenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  overflow: hidden;
  position: relative;
}
#jPanelMenu-menu .dropdownmenu li.megamenu_first > a {
  font-weight: 700;
}
#jPanelMenu-menu .dropdownmenu li a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 10px 0px 10px 5%;
  margin-right: 45px;
  text-decoration: none;
}
#jPanelMenu-menu .dropdownmenu li a[href] {
  position: relative;
}
#jPanelMenu-menu .dropdownmenu li .expand_link {
  cursor: pointer;
  height: 39px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -4000px;
  top: 0;
  width: 100%;
}
#jPanelMenu-menu .dropdownmenu li .expand_link:before {
  content: '';
  position: absolute;
  top: 48%;
  right: 20px;
  height: 3px;
  width: 5px;
  background: #fff;
  -webkit-transform: skew(0deg, 45deg);
  -moz-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  -o-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#jPanelMenu-menu .dropdownmenu li .expand_link:after {
  content: '';
  position: absolute;
  top: 48%;
  right: 15px;
  height: 3px;
  width: 5px;
  background: #fff;
  -webkit-transform: skew(0deg, -45deg);
  -moz-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  -o-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#jPanelMenu-menu .dropdownmenu li.menu_active > .expand_link:before {
  -webkit-transform: skew(0deg, -45deg);
  -moz-transform: skew(0deg, -45deg);
  -ms-transform: skew(0deg, -45deg);
  -o-transform: skew(0deg, -45deg);
  transform: skew(0deg, -45deg);
}
#jPanelMenu-menu .dropdownmenu li.menu_active > .expand_link:after {
  -webkit-transform: skew(0deg, 45deg);
  -moz-transform: skew(0deg, 45deg);
  -ms-transform: skew(0deg, 45deg);
  -o-transform: skew(0deg, 45deg);
  transform: skew(0deg, 45deg);
}
#jPanelMenu-menu .dropdownmenu li li {
  border-bottom: 0 none;
  background: #082E77;
}
#jPanelMenu-menu .dropdownmenu li li a {
  padding-left: 9%;
  text-transform: none;
  color: #fff;
  line-height: 1.38888889;
}
#jPanelMenu-menu .dropdownmenu li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li .expand_link:after {
  background: #fff;
}
#jPanelMenu-menu .dropdownmenu li li li {
  background: #082864;
}
#jPanelMenu-menu .dropdownmenu li li li a {
  padding-left: 13%;
  color: #fff;
}
#jPanelMenu-menu .dropdownmenu li li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li li .expand_link:after {
  background: #fff;
}
#jPanelMenu-menu .dropdownmenu li li li li {
  background: #072256;
}
#jPanelMenu-menu .dropdownmenu li li li li a {
  padding-left: 17%;
}
#jPanelMenu-menu .dropdownmenu li li li li li {
  background: #061d48;
}
#jPanelMenu-menu .dropdownmenu > li:first-child,
#jPanelMenu-menu .dropdownmenu > li.menu_active:first-child {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#jPanelMenu-menu #top_nav {
  color: #fff;
  display: block;
  padding: 8px 5% 0;
  margin-bottom: 10px;
}
#jPanelMenu-menu #top_nav a {
  color: #fff;
  margin: 0 12px 0 0;
  text-decoration: none;
}
#jPanelMenu-menu ul.dropdownmenu li:hover .megamenu_container {
  display: none;
}
#jPanelMenu-menu .dropdownmenu li:hover > ul,
#jPanelMenu-menu .dropdownmenu li li:hover > ul {
  display: none;
}
#jPanelMenu-menu .inner_container {
  background: #082E77;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader > a.menu_trigger,
  .expand_link {
    display: none !important;
  }
  .dropdownmenu {
    display: block;
  }
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  min-height: 0;
  font-size: 65%;
}
.breadcrumb a,
.breadcrumb {
  color: #666 !important;
  line-height: 110%;
}
.breadcrumb a:last-child:after {
  content: " \00BB";
  text-decoration: underline;
  position: absolute;
  margin-left: 3px;
}
.breadcrumb a:last-child:after {
  text-decoration: none;
}
.dashboard_header .breadcrumb a:last-child:after {
  display: none;
}
.breadcrumb a {
  text-decoration: underline !important;
}
.breadcrumb a:hover {
  text-decoration: none !important;
}
/***48em = 768px ***/
.detail-list-label-summary {
  display: inline-block;
  float: none;
  width: 250px;
  vertical-align: top;
}
.detail-list-value-summary {
  display: inline-block;
  margin: 0;
}
.calendar_Controls {
  width: 220px;
}
.outlookcalendar,
.googleCal,
.yahooCal {
  background: none;
}
#calendarControls {
  width: 240px;
}
#calendarControls a {
  font-size: inherit !important;
  width: auto;
}
/* Cal Month View
================================================== */
.calendar {
  border-collapse: separate;
  table-layout: auto;
}
.calendar_eventtime {
  line-height: 130%;
  padding: 3px 0 3px 0 !important;
  display: block;
  font-size: 100%;
  font-weight: normal;
}
.calendar_eventlink {
  line-height: 130%;
  display: block;
  font-size: 100%;
  margin: 0px 0 10px 0;
}
.calendar_more {
  padding-top: 5px;
  margin-top: 30px;
  border-top: 1px solid #e2e2e2;
  display: none;
}
.calendar_more_link {
  background: url(_gfx/int/calendar_more.png) 0 center no-repeat;
  padding-left: 26px;
  font-size: 105%;
  display: block;
  line-height: 24px;
}
.calendar_more_link.hidden {
  display: none !important;
}
/***minicalendar widget****/
.minicalendar_widget,
.calendar_widget {
  min-width: 170px;
  max-width: 298px;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  overflow: visible;
  border: 0;
}
.calendar_widget {
  min-width: 275px;
}
.small_col .minicalendar_widget,
.standardlayout .left_col .minicalendar_widget,
.standardthreecolumnlayout .left_col .minicalendar_widget {
  padding-top: 0;
  margin-bottom: 17px;
  clear: both;
}
.standardlayout .left_col .minicalendar_widget,
.standardthreecolumnlayout .left_col .minicalendar_widget {
  width: 100%;
  margin: 0 auto 17px;
}
.standardlayout .left_col .minicalendar_widget .calendar_mini_grid,
.standardthreecolumnlayout .left_col .minicalendar_widget .calendar_mini_grid {
  background: #fff;
}
.small_col .minicalendar_widget {
  width: 100%;
}
/*calendar mini grid - start*/
.calendar_mini_grid,
.calendar_grid {
  width: 100%;
  background: transparent;
  max-width: 100% !important;
}
.calendar_mini_grid.calendar td.calendar_day_with_items,
.calendar_grid.calendar td.calendar_day_with_items {
  cursor: pointer;
}
.calendar_mini_grid.calendar td.calendar_day_with_items > a,
.calendar_grid.calendar td.calendar_day_with_items > a {
  text-decoration: underline;
}
.calendar_mini_grid.calendar td.calendar_day_with_items:hover .calendar_items,
.calendar_grid td:hover .calendar_items {
  display: block;
}
.calendar_mini_grid .calendar_dayheader,
.calendar_grid .calendar_dayheader {
  background: #00883B;
  color: #fff;
  font-size: 80%;
  line-height: 280%;
  padding: 2px 0 0 0;
  text-transform: uppercase;
  border: 1px solid #00883B;
  text-align: center;
}
.calendar_grid .calendar_dayheader {
  color: #00883B;
  text-indent: 12px;
}
.calendar_grid .calendar_dayheader:first-letter {
  color: #fff;
}
.calendar_mini_grid .calendar_title_td {
  padding: 0;
}
.calendar_mini_grid .calendar_title,
.calendar_grid .calendar_title {
  width: 100%;
}
.calendar_mini_grid .calendar_title td,
.calendar_grid .calendar_title {
  height: 35px;
  background: transparent;
  padding: 0 !important;
  color: #05338C;
  text-align: center;
  font-size: 110%;
  line-height: 28px !important;
  text-transform: uppercase;
  font-weight: 700;
}
.calendar_mini_grid .calendar_title td h2,
.calendar_grid .calendar_title h2 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  font-family: inherit;
}
.calendar_grid .calendar_title td.calendar_title_content {
  color: #05338C;
  padding: 0;
  font-size: 110%;
  font-weight: 700;
}
.calendar_mini_grid .calendar_title td a {
  color: #05338C;
  text-decoration: none;
}
.calendar_mini_grid .calendar_title td a:hover {
  text-decoration: underline;
}
.calendar_grid .calendar_title td.calendar_nextprev {
  padding: 0;
}
.calendar_mini_grid .calendar_title td.calendar_nextprev a,
.calendar_grid td.calendar_nextprev a {
  background: transparent none;
  margin: 0 auto;
  width: 100%;
  min-height: 35px;
  text-indent: -4000px;
  overflow: hidden;
  text-align: left;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.calendar_mini_grid .calendar_title td.calendar_nextprev a:before,
.calendar_grid td.calendar_nextprev a:before {
  content: "";
  width: 9px;
  height: 14px;
  background: url(_gfx/home/calendar-l.svg) no-repeat center;
  position: absolute;
  top: 13px;
  bottom: 0;
  left: 23px;
  z-index: 1;
  text-indent: 0;
  font-size: 100%;
  text-decoration: none;
  line-height: 35px;
}
.calendar_grid td.calendar_nextprev a {
  text-align: left;
}
.calendar_grid td.calendar_nextprev a.next:before,
.calendar_mini_grid td.calendar_nextprev a.next:before {
  right: 23px;
  left: auto;
  content: "";
  background-image: url(_gfx/home/calendar-r.svg);
}
.calendar_mini_grid .calendar_title td.calendar_nextprev:first-child a,
.calendar_grid td.calendar_nextprev:first-child a {
  background-position: 0 0;
}
.calendar_mini_grid td.calendar_day,
.calendar_grid td.calendar_day,
.calendar_mini_grid td.calendar_today,
.calendar_grid td.calendar_today,
.calendar_mini_grid td.calendar_weekendday,
.calendar_grid td.calendar_weekendday,
.calendar_mini_grid td.calendar_othermonthday,
.calendar_grid td.calendar_othermonthday {
  font-size: 90%;
  line-height: 240%;
  padding: 0;
  background: transparent none;
  border: 1px solid #B6B6B6;
  border-top: 0;
  border-left: 0;
  height: auto;
  text-align: center;
  vertical-align: middle;
  padding: 1px 0 2px 0;
}
.calendar_mini_grid td.calendar_day:first-child,
.calendar_grid td.calendar_day:first-child,
.calendar_mini_grid td.calendar_today:first-child,
.calendar_grid td.calendar_today:first-child,
.calendar_mini_grid td.calendar_weekendday:first-child,
.calendar_grid td.calendar_weekendday:first-child,
.calendar_mini_grid td.calendar_othermonthday:first-child,
.calendar_grid td.calendar_othermonthday:first-child {
  border-left: 1px solid #B6B6B6;
}
.minicalendar_widget .calendar_mini_grid td.calendar_today,
.calendar_grid td.calendar_today {
  background: #05338C;
  color: #fff;
}
.calendar_today > a,
.calendar_mini_grid.calendar td.calendar_day_with_items.calendar_today > a {
  color: #fff !important;
}
.calendar_mini_grid td.calendar_day,
.calendar_mini_grid td.calendar_weekendday,
.calendar_mini_grid td.calendar_day > a,
.calendar_mini_grid td.calendar_weekendday > a,
.calendar_grid td.calendar_day,
.calendar_grid td.calendar_weekendday,
.calendar_grid td.calendar_day > a,
.calendar_grid td.calendar_weekendday > a {
  color: #666 !important;
}
.calendar_mini_grid td.calendar_day,
.calendar_mini_grid td.calendar_weekendday,
.calendar_grid td.calendar_day,
.calendar_grid td.calendar_weekendday {
  background: #fff;
}
.calendar_grid .calendar_othermonthday,
.calendar_grid .calendar_othermonthday > a,
.calendar_mini_grid .calendar_othermonthday,
.calendar_mini_grid .calendar_othermonthday > a {
  color: #666 !important;
}
.calendar_grid td.calendar_othermonthday,
.calendar_mini_grid td.calendar_othermonthday {
  background: #F2F2F2;
}
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items,
.calendar_grid .calendar_items {
  display: none;
  position: absolute;
  z-index: 100;
  margin-top: -1px;
  background-color: #f4f4f4;
  border: none;
  min-width: 100px;
  min-height: 50px;
  text-align: left;
  padding: 5px;
  box-shadow: none;
  border-radius: 2px;
}
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventlink,
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventtime,
td.calendar_day_with_items.calendar_today .calendar_items a {
  color: #05338C !important;
  font-size: 100%!important;
}
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventtime,
.calendar_grid.calendar .calendar_items .calendar_eventtime {
  color: #555555 !important;
}
@media screen and (max-width: 45em) {
  .minicalendar_widget .responsive-table-scroll.left_scroll,
  .calendar_widget .responsive-table-scroll.left_scroll {
    -webkit-mask-image: none;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .calendar_widget {
    max-width: 100%;
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .calendar_widget:before {
    background: transparent none;
  }
  table.calendar_grid {
    background: transparent;
    border-spacing: 0;
  }
  .calendar_grid .calendar_dayheader {
    line-height: 32px;
    color: #fff;
    padding: 4px 2px 3px 2px;
    font-weight: bold;
    background: #00883B;
    text-transform: uppercase;
    font-size: 94.44444444%;
    text-indent: 0;
    text-align: center;
    border-bottom: 0;
  }
  .calendar_grid .calendar_dayheader:first-letter {
    color: #fff;
  }
  .calendar_grid .calendar_title {
    width: 100%;
    background: transparent none;
    height: auto;
  }
  .calendar_grid .calendar_title td.calendar_title_content {
    padding: 11px 0 5px 0;
    width: 60%;
    font-weight: 700;
    color: #05338C;
    overflow: visible;
    font-size: 138.88888889%;
    text-transform: uppercase;
  }
  .calendar_grid .calendar_title td.calendar_nextprev {
    width: 20% !important;
    padding: 8px 0 0 0;
    text-align: left;
  }
  .calendar_grid .calendar_title td.calendar_nextprev:last-child {
    text-align: right;
  }
  .calendar_grid td.calendar_nextprev a {
    font-weight: normal;
    text-decoration: underline;
    color: #05338C;
    text-indent: 0;
    background-image: none;
    display: inline;
    font-size: 72.22222222%;
    text-transform: none;
    white-space: pre;
    /*-------------------------------------------------------*/
    /* For additional arrow on next and prev uncomment below */
    /*-------------------------------------------------------*/
  }
  .calendar_grid td.calendar_nextprev a.next:before {
    display: none;
  }
  .calendar_grid td.calendar_nextprev a.previous:before {
    display: none;
  }
  .calendar_grid td.calendar_nextprev a.prev:before {
    content: "<";
    position: static;
    font-size: 100%;
    display: inline;
  }
  .calendar_grid td.calendar_nextprev a.next:after {
    content: ">";
  }
  .calendar_grid td.calendar_nextprev a:hover {
    text-decoration: none;
  }
  .calendar_grid td.calendar_day,
  .calendar_grid td.calendar_today,
  .calendar_grid td.calendar_weekendday,
  .calendar_grid td.calendar_othermonthday {
    text-align: left;
    vertical-align: top;
    font-size: 94.44444444%;
    font-weight: bold;
    padding: 8px 10px;
    border-bottom: 1px solid #B6B6B6;
    border-right: 1px solid #B6B6B6;
    height: 105px;
    word-wrap: break-word;
    line-height: 120%;
  }
  .calendar_grid td.calendar_day:first-child,
  .calendar_grid td.calendar_today:first-child,
  .calendar_grid td.calendar_weekendday:first-child,
  .calendar_grid td.calendar_othermonthday:first-child {
    border-left: 1px solid #B6B6B6;
  }
  .calendar.calendar_grid td.calendar_day,
  .calendar.calendar_grid td.calendar_weekendday,
  .calendar.calendar_grid td.calendar_day > a,
  .calendar.calendar_grid td.calendar_weekendday > a {
    color: #666 !important;
    background: #fff;
  }
  .calendar_grid td.calendar_othermonthday,
  .calendar_grid .calendar_othermonthday > a,
  .calendar.calendar_grid td.calendar_othermonthday .calendar_eventtime {
    color: #666 !important;
    background: #F2F2F2;
  }
  .calendar_grid td.calendar_today {
    background: #05338C;
    color: #fff;
  }
  .calendar_grid td.calendar_today .calendar_items .calendar_eventtime {
    color: #fff !important;
  }
  .calendar_grid td.calendar_today .calendar_items .calendar_eventlink {
    color: #fff !important;
    font-size: 76.47058824% !important;
  }
  .calendar_grid td.calendar_today > a {
    color: #fff !important;
  }
  .calendar_grid.calendar td.calendar_day_with_items {
    cursor: default;
  }
  .calendar_grid .calendar_items {
    display: block;
    position: static;
    z-index: 1;
    margin-top: 0;
    background-color: transparent;
    border: solid 0 #dddddd;
    box-shadow: 0 0 0;
    min-width: 0;
    min-height: 0;
    text-align: left;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .calendar_eventtime,
  .calendar_grid.calendar .calendar_items .calendar_eventtime {
    display: block;
    font-size: 76.47058824% !important;
    color: #666 !important;
  }
  .calendar_eventlink {
    font-size: 76.47058824% !important;
    display: block;
    text-decoration: underline !important;
    color: #05338C !important;
  }
  .calendar_eventlink:hover {
    text-decoration: none !important;
  }
  .calendar_more {
    display: block;
  }
  .current_month_title.mobile_hide {
    display: inline-block;
  }
  .calendar_day > a,
  .calendar_today > a,
  .calendar_weekendday > a,
  .calendar_othermonthday > a {
    text-decoration: none !important;
  }
}
.standardlayout .left_col .content_area,
.standardthreecolumnlayout .left_col .content_area,
.small_col .content_area,
.standardlayout [vi-column=ColumnUserControl2] .content_area,
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area,
[vi-column=ColumnUserControl5] .content_area {
  vertical-align: top;
  clear: both;
  background: #fff !important;
  border: 1px solid #B6B6B6 !important;
  word-wrap: break-word;
  padding: 0px 10px 0 10px;
}
.standardlayout .left_col .content_area h1:first-child:not(.mobile_header),
.standardthreecolumnlayout .left_col .content_area h1:first-child:not(.mobile_header),
.small_col .content_area h1:first-child:not(.mobile_header),
.standardlayout [vi-column=ColumnUserControl2] .content_area h1:first-child:not(.mobile_header),
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area h1:first-child:not(.mobile_header),
[vi-column=ColumnUserControl5] .content_area h1:first-child:not(.mobile_header),
.standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
.standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
.small_col .content_area h2:first-child:not(.mobile_header),
.standardlayout [vi-column=ColumnUserControl2] .content_area h2:first-child:not(.mobile_header),
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area h2:first-child:not(.mobile_header),
[vi-column=ColumnUserControl5] .content_area h2:first-child:not(.mobile_header),
.standardlayout .left_col .content_area h3:first-child:not(.box_title),
.standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title),
.small_col .content_area h3:first-child:not(.box_title),
.standardlayout [vi-column=ColumnUserControl2] .content_area h3:first-child:not(.box_title),
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area h3:first-child:not(.box_title),
[vi-column=ColumnUserControl5] .content_area h3:first-child:not(.box_title) {
  margin: 0 -10px 10px;
  color: #fff;
  font-weight: bold;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 110%;
  min-height: 40px;
  line-height: 28px;
  background: #00883B;
  padding: 6px 16px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .content_area {
    padding: 12px 0 0 0;
  }
  .content_area:first-child {
    padding-top: 0;
  }
  .small_col .content_area,
  .standardlayout .left_col .content_area,
  .standardthreecolumnlayout .left_col .content_area {
    margin: 0 0 17px 0;
    clear: both;
    background: #fff !important;
    border: 1px solid #B6B6B6 !important;
    position: relative;
    z-index: 1;
    padding: 13px 15px 5px 16px;
    font-size: 100%;
    color: #666;
    overflow: hidden;
  }
  .small_col .content_area p,
  .standardlayout .left_col .content_area p,
  .standardthreecolumnlayout .left_col .content_area p,
  .small_col .content_area ul,
  .standardlayout .left_col .content_area ul,
  .standardthreecolumnlayout .left_col .content_area ul,
  .small_col .content_area ol,
  .standardlayout .left_col .content_area ol,
  .standardthreecolumnlayout .left_col .content_area ol,
  .small_col .content_area li,
  .standardlayout .left_col .content_area li,
  .standardthreecolumnlayout .left_col .content_area li,
  .small_col .content_area div,
  .standardlayout .left_col .content_area div,
  .standardthreecolumnlayout .left_col .content_area div {
    color: #666;
  }
  .small_col .content_area .subtitle,
  .standardlayout .left_col .content_area .subtitle,
  .standardthreecolumnlayout .left_col .content_area .subtitle,
  .small_col .content_area h1,
  .standardlayout .left_col .content_area h1,
  .standardthreecolumnlayout .left_col .content_area h1,
  .small_col .content_area h2,
  .standardlayout .left_col .content_area h2,
  .standardthreecolumnlayout .left_col .content_area h2,
  .small_col .content_area h3,
  .standardlayout .left_col .content_area h3,
  .standardthreecolumnlayout .left_col .content_area h3,
  .small_col .content_area h4,
  .standardlayout .left_col .content_area h4,
  .standardthreecolumnlayout .left_col .content_area h4,
  .small_col .content_area h5,
  .standardlayout .left_col .content_area h5,
  .standardthreecolumnlayout .left_col .content_area h5 {
    color: #000;
  }
  .small_col .content_area h1,
  .standardlayout .left_col .content_area h1,
  .standardthreecolumnlayout .left_col .content_area h1,
  .small_col .content_area h2:not(.mobile_header),
  .standardlayout .left_col .content_area h2:not(.mobile_header),
  .standardthreecolumnlayout .left_col .content_area h2:not(.mobile_header),
  .small_col .content_area h3:not(.box_title),
  .standardlayout .left_col .content_area h3:not(.box_title),
  .standardthreecolumnlayout .left_col .content_area h3:not(.box_title) {
    margin-top: 10px;
  }
  .small_col .content_area h2:first-child:not(.mobile_header),
  .standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .small_col .content_area h3:first-child:not(.box_title),
  .standardlayout .left_col .content_area h3:first-child:not(.box_title),
  .standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title),
  .small_col .content_area h1:first-child:not(.mobile_header),
  .standardlayout .left_col .content_area h1:first-child:not(.mobile_header),
  .standardthreecolumnlayout .left_col .content_area h1:first-child:not(.mobile_header) {
    color: #fff !important;
    font-weight: bold;
    line-height: 120%;
    font-size: 94.44444444% !important;
    padding: 8px 15px;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    background: #00883B;
    margin: -15px -16px 10px -17px;
    min-height: 0;
  }
  .small_col .content_area:empty,
  .standardlayout .left_col .content_area:empty,
  .standardthreecolumnlayout .left_col .content_area:empty {
    display: none;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .banner_col .image_widget:first-child .image_rotate_container,
  .standardlayout .right_col > .image_widget:first-child .image_rotate_container {
    background: transparent !important;
    top: 0 !important;
    left: 0 !important;
  }
  .banner_col .image_widget:first-child,
  .standardlayout .right_col .image_widget:first-child {
    position: relative;
    max-width: none;
    padding: 0;
    margin: 0px 0px 0 0px;
    width: auto;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #sitebody {
    background: transparent;
    position: relative;
    min-height: 850px;
    padding: 0 0 60px 0;
    margin: 0 auto 70px;
  }
  #sitebody:before {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    top: 94px;
    display: block;
  }
  #sitebody .top_col {
    min-height: 58px;
  }
  #sitebody .top_col .content_area {
    padding: 12px 4.60829493% 0;
  }
  .standardlayout,
  .standardthreecolumnlayout {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding: 0 !important;
  }
  .standardlayout:before,
  .standardthreecolumnlayout:before {
    display: none !important;
  }
  .standardlayout .top_col,
  .standardthreecolumnlayout .top_col {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .standardlayout .top_col > *:last-child,
  .standardthreecolumnlayout .top_col > *:last-child {
    margin-bottom: 36px;
  }
  .standardlayout .left_col.column.column.empty_col,
  .standardthreecolumnlayout .left_col.column.column.empty_col {
    margin: 0 2.30414747% 0 0 !important;
  }
  .standardlayout .left_col.column,
  .standardthreecolumnlayout .left_col.column {
    width: 27.19508449%;
    margin: 0 2.30414747% 0 0;
    padding: 0 10px 60px;
    background: #274376;
  }
  .standardlayout .left_col.column .content_area:first-child,
  .standardthreecolumnlayout .left_col.column .content_area:first-child,
  .standardlayout .left_col.column .image_widget:first-child,
  .standardthreecolumnlayout .left_col.column .image_widget:first-child {
    margin-top: 10px;
  }
  .standardlayout .right_col.column,
  .standardthreecolumnlayout .right_col.column {
    width: 70.50076805%;
    padding: 60px 4.60829493% 60px 4.60829493%;
    margin: 0;
    background: #fff;
  }
  .standardthreecolumnlayout .has_small_col {
    width: 100%;
  }
  .standardthreecolumnlayout .small_col {
    width: 100%;
    margin: 0 !important;
  }
  .standardthreecolumnlayout .small_col .small_box,
  .standardthreecolumnlayout .small_col .minicalendar_widget {
    display: block;
    margin-right: auto;
    width: 100%;
  }
  .twocolumnswithbottomlayout .left_col {
    width: 50%;
    padding: 4.60829493% 2.30414747% 0 4.60829493%;
  }
  .twocolumnswithbottomlayout .right_col {
    width: 50%;
    padding: 4.60829493% 4.60829493% 0 2.30414747%;
    float: right;
  }
  .twocolumnswithbottomlayout .bottom_col {
    width: 100%;
    padding: 20px 4.60829493%;
  }
  .twocolumnswithbottomlayout .small_box {
    width: 100%;
  }
  .threecolumnswithbottomlayout .left_col.column {
    width: 33.33333333%;
    padding: 4.60829493% 0 0 4.60829493%;
  }
  .threecolumnswithbottomlayout .middle_col.column {
    width: 33.33333333%;
    padding: 4.60829493% 2.30414747% 0 2.30414747%;
  }
  .threecolumnswithbottomlayout .right_col.column {
    width: 33.33333333%;
    padding: 4.60829493% 4.60829493% 0 0;
    float: right;
  }
  .threecolumnswithbottomlayout .bottom_col.column {
    width: 100%;
    padding: 20px 4.60829493%;
  }
  .threecolumnswithbottomlayout .small_box {
    width: 100%;
  }
  .onecolumnlayout#sitebody {
    min-height: 800px;
  }
  .twocolumnreverselayout .has_small_col {
    width: 66.66666667%;
    padding: 4.60829493% 2.30414747% 0 4.60829493%;
  }
  .twocolumnreverselayout .small_col {
    width: 33.33333333%;
    padding: 4.60829493% 4.60829493% 0 2.30414747%;
    margin: 0 !important;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .standardlayout .left_col.column,
  .standardthreecolumnlayout .left_col.column {
    width: 23.19508449%;
  }
  .standardlayout .right_col.column,
  .standardthreecolumnlayout .right_col.column {
    width: 74.50076805%;
  }
  .standardthreecolumnlayout .has_small_col {
    width: 67%;
  }
  .standardthreecolumnlayout .small_col {
    width: 30.6%;
    float: right;
  }
}
@media (min-width: 85.375em) {
  .standardthreecolumnlayout .has_small_col {
    width: 68%;
  }
  .standardthreecolumnlayout .small_col {
    width: 28.5%;
  }
}
/***Title Widget**/
.title_widget {
  clear: both;
}
.title_widget h1 {
  color: #05338C;
  line-height: 120% !important;
  font-weight: 700;
  font-size: 200% !important;
  text-transform: none;
  font-family: inherit;
  padding: 0 0 0 0;
  margin: 24px 0 0 0;
  overflow: hidden;
}
.title_widget h2 {
  color: #05338C;
  font-size: 161.11111111% !important;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
}
.printer_friendly,
.sharelink,
.rss,
.thickbox {
  padding-left: 0px;
}
.printer_friendly,
.sharelink,
.rss,
.thickbox,
.font_size,
.font_size a {
  background: none;
}
.font_size a.font_larger,
.font_size a.font_smaller {
  float: none;
  text-indent: 0px;
  display: inline-block;
  width: 15px;
  height: 16px;
}
.font_size a {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.text_size {
  margin-right: 0 !important;
}
.printer_friendly:before,
.sharelink:before,
.rss:before,
.thickbox:before,
.font_size a:before {
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  font-size: 14px;
  text-decoration: none;
  text-indent: 0;
}
.printer_friendly:before {
  content: "\e045";
  color: #5A6784;
}
.thickbox:before {
  content: "\e111";
  color: #5A6784;
  font-size: 15px;
}
a.font_larger:before,
a.font_smaller:before,
.sharelink:before {
  color: #fff;
  background: #5A6784;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 9px;
  border-radius: 3px;
}
.sharelink:before {
  content: "\002b";
  margin-right: 5px;
}
a.font_larger:before {
  content: "\002b";
}
a.font_smaller:before {
  content: "\2212";
}
#share {
  clear: left;
}
#share:hover .sharelink {
  text-decoration: none !important;
}
#share .sharelink {
  margin-left: 0;
}
#share ul {
  padding-bottom: 3px;
}
#share ul li {
  width: 48%;
  float: none;
  display: inline-block;
  vertical-align: top;
  line-height: 120%;
}
#share ul li a {
  height: auto;
  position: relative;
  background: transparent none;
}
#share ul li a:before {
  background: url("_gfx/int/share_icons.gif") no-repeat 0 0;
  height: 20px;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  position: absolute;
}
#share ul li a.sharefacebook:before {
  background-position: 0 -150px;
}
#share ul li a.sharedel:before {
  background-position: 0 -200px;
}
#share ul li a.sharegoogle:before {
  background-position: 0 -225px;
}
#share ul li a.sharegoogleplus:before {
  background-position: 0 -25px;
}
#share ul li a.sharedigg:before {
  background-position: 0 -250px;
}
#share ul li a.sharetwitter:before {
  background-position: 0 -50px;
}
#share ul li a.sharestumble:before {
  background-position: 0 -100px;
}
#share ul li a.sharetumblr:before {
  background-position: 0 -125px;
}
#share ul li a.sharemyspace:before {
  background-position: 0 -75px;
}
#share ul li a.sharelinkedin:before {
  background-position: 0 -175px;
}
#share ul li a.sharereddit:before {
  background-position: 0 -275px;
}
#share > ul {
  margin-top: 0px;
  width: 275px;
  top: 25px;
}
#share:hover > ul {
  display: block;
}
.printer_friendly,
.sharelink,
.rss,
.thickbox,
.font_size,
.font_size a {
  font-size: 65% !important;
  color: #666 !important;
  text-decoration: underline !important;
}
.title_right > a:hover {
  text-decoration: none !important;
}
.font_size {
  text-decoration: none !important;
}
.font_size a {
  font-size: 100% !important;
  color: #666 !important;
  text-decoration: none !important;
}
.rss {
  position: relative;
}
.rss:before,
.rss:after {
  content: "";
  position: absolute;
}
/* create circle */
.rss:before {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #5A6784;
  left: 0;
  bottom: 0;
  position: static;
  margin-right: 5px;
}
/* create the two arcs */
.rss:after {
  border-color: #fff;
  border-style: double;
  border-width: 6px 6px 0 0;
  bottom: 1px;
  height: 10px;
  left: 2px;
  width: 10px;
  -moz-border-radius: 0 50px 0 0;
  -webkit-border-radius: 0 50px 0 0;
  border-radius: 0 50px 0 0;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .title_widget {
    padding: 18px 0 0 0;
    clear: both;
  }
  .title_widget h2 {
    padding: 0;
  }
  #pagebody:first-child + .title_widget {
    padding-top: 0;
  }
  .top_col .title_widget,
  .confirm_account_container.content_area,
  .top_col .redirect_helper_widget,
  .broken_links_reporter {
    padding: 4.60829493% 60px 0;
  }
  #sitebody .top_col .main_menu_widget + script + script + .content_area {
    padding-top: 4.60829493%;
  }
  .title_right {
    padding: 0 0 21px 0;
    float: right;
  }
  .title_right > a,
  .title_right > div {
    float: right;
  }
  .title_right > a:first-child,
  .title_right > div:first-child {
    margin-left: 18px;
  }
  .title_right #share {
    clear: none;
  }
  .title_right #share .sharelink {
    margin-left: 18px;
  }
}
.sidenav.sidenav ul li,
.sidenav.sidenav ul li.sidenav_expanded > a {
  display: none;
}
.sidenav.open ul li.sidenav_expanded.sidenav_current,
.sidenav.open ul li.sidenav_expanded.sidenav_current > ul > li,
.sidenav.open > ul > li,
.sidenav.open ul li.sidenav_expanded {
  display: block;
}
.sidenav.mobile_list ul li.sidenav_expanded {
  background: transparent;
  border: 0px;
  padding: 0;
}
.sidenav.mobile_list ul li a {
  font-weight: normal;
}
.sidenav.open h2:after {
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 7px;
  left: 10px;
}
.sidenav h2:after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sidenav.sidenav ul li,
  .sidenav.sidenav ul li.sidenav_expanded > a {
    display: block;
  }
  .sidenav {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0 0 17px 0;
    background: #274376;
  }
  .sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidenav ul li {
    position: relative;
  }
  .sidenav ul li a,
  .sidenav ul li a:hover,
  .sidenav ul li a:focus {
    color: #fff;
    font-size: 79.44444444%;
    text-decoration: none;
    display: block;
    padding: 10px 7px 10px 12%;
    line-height: 120%;
    position: relative;
    z-index: 1;
    font-weight: normal;
    border-bottom: 1px solid #274376;
    word-wrap: break-word;
  }
  .standardlayout .left_col .sidenav,
  .standardthreecolumnlayout .left_col .sidenav {
    background: transparent;
    margin: 0 -10px 17px;
    width: auto;
    float: none;
    zoom: 1;
    min-width: calc(100% + 20px);
  }
  .standardlayout .left_col .sidenav:before,
  .standardthreecolumnlayout .left_col .sidenav:before {
    content: '';
    display: block;
  }
  .standardlayout .left_col .sidenav:after,
  .standardthreecolumnlayout .left_col .sidenav:after {
    content: '';
    display: table;
    clear: both;
  }
  .sidenav ul li.sidenav_haschildren > a:before {
    /*position: absolute;
            content: "";
            background: transparent;
            width: 0;
            height: 0;
            left: 5%;
            top: 33%;
            border-left: 4px solid @arrow-haschildren;
            border-right: 4px solid transparent;
            border-top: 4px solid transparent;
            border-bottom: solid 4px transparent;*/
    position: absolute;
    content: "+";
    background: transparent;
    top: 0;
    bottom: 0;
    left: 5%;
    padding: 0;
    height: 10px;
    line-height: 6px;
    margin: auto;
  }
  .sidenav ul li.sidenav_expanded > a {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #274376;
  }
  .sidenav ul li.sidenav_expanded > a:before {
    /*
            position: absolute;
            content: "";
            background: transparent;
            width: 0;
            height: 0;
            left: 5%;
            top: 42%;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid @arrow-expanded;
            border-bottom: solid 4px transparent;*/
    position: absolute;
    content: "-";
    background: transparent;
    top: 0;
    bottom: 0;
    left: 5%;
    padding: 0;
    font-size: 150%;
    height: 10px;
    line-height: 6px;
    margin: auto;
  }
  .sidenav > ul > li.sidenav_expanded + li > a {
    border-top: 1px solid #274376;
  }
  /*second level */
  .sidenav ul li li.sidenav_expanded > a {
    background: transparent;
    color: #fff;
    border-bottom: 0px solid #274376;
  }
  .sidenav ul li li.sidenav_expanded > a:before {
    /*
            position: absolute;
            content: "";
            background: transparent;
            width: 0;
            height: 0;
            left: 14px;
            top: 13px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid @arrow-expanded;
            border-bottom: solid 4px transparent;
                */
  }
  .sidenav ul li.sidenav_current > a,
  .sidenav ul li.sidenav_current.sidenav_expanded > a {
    background: #00883B;
    color: #fff;
    /*border-bottom: 1px solid @sidenav-item-border;*/
    /*&:before
		{
			position: absolute;
			content: "";
			width: 0; 
			height: 0; 
			left: 5%;
			top:12px;
			background: transparent;
			border-top: 4px solid transparent;
			border-bottom: 4px solid transparent;
			border-left: 4px solid @arrow-current;
		}
		&:hover:before
		{
			border-left: 4px solid @arrow-current-hover;
		}*/
  }
  .sidenav ul li li.sidenav_current > a:before,
  .sidenav ul li li.sidenav_haschildren > a:before {
    left: 12%;
  }
  .sidenav ul li li li.sidenav_current > a:before,
  .sidenav ul li li li.sidenav_haschildren > a:before {
    left: 20%;
  }
  .sidenav ul li li li li.sidenav_current > a:before,
  .sidenav ul li li li li.sidenav_haschildren > a:before {
    left: 24%;
  }
  .sidenav ul li li li li li.sidenav_current > a:before,
  .sidenav ul li li li li li.sidenav_haschildren > a:before {
    left: 28%;
  }
  .sidenav ul li li li li li li.sidenav_current > a:before,
  .sidenav ul li li li li li li.sidenav_haschildren > a:before {
    left: 32%;
  }
  .sidenav ul li li li li li li li.sidenav_current > a:before,
  .sidenav ul li li li li li li li.sidenav_haschildren > a:before {
    left: 36%;
  }
  .sidenav ul li li a {
    padding-left: 20% !important;
  }
  .sidenav ul li li li a {
    padding-left: 28% !important;
    /*second level*/
    background: transparent;
  }
  .sidenav ul li li li li a {
    padding-left: 32% !important;
  }
  .sidenav ul li li li li li a {
    padding-left: 36% !important;
  }
  .sidenav ul li li li li li li a {
    padding-left: 40% !important;
  }
  .sidenav ul li li.sidenav_expanded > a:hover,
  .sidenav ul li li.sidenav_expanded > a:focus,
  .sidenav ul li li a:hover,
  .sidenav ul li li a:focus {
    border-bottom: 0px solid #fff;
    margin-top: 0px;
  }
  .sidenav ul li li a {
    background: transparent;
    color: #fff;
    margin-top: 0px;
    border: 0;
  }
  .sidenav ul li a:hover,
  .sidenav ul li a:focus,
  .sidenav ul li li > a:hover,
  .sidenav ul li li > a:focus {
    color: #333 !important;
    background: #FFC400 !important;
  }
  .small_col .sidenav {
    float: left;
    background: #274376;
  }
}
.int_buttons.int_buttons {
  display: block;
  clear: both;
  background: transparent;
}
.int_buttons.int_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px -5px;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
  margin-bottom: -10px;
}
.int_buttons.int_buttons ul li {
  display: inline-block;
  /*for graceful degradation of flexbox in IE 8/9*/
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 180px;
  margin: 0 5px;
  padding: 0 0px 10px 0;
  max-width: calc(100% -  10px );
}
.int_buttons.int_buttons .button-link {
  background: #00883B;
  border: 0px solid #00883B;
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: middle;
  -ms-flex-align: middle;
  align-items: middle;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.int_buttons.int_buttons .button-link:hover,
.int_buttons.int_buttons .button-link:focus {
  text-decoration: none;
  background: #005f29;
  border: 0px solid #00883B;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.int_buttons.int_buttons .button-link:hover .button-text,
.int_buttons.int_buttons .button-link:focus .button-text {
  color: #ffffff;
}
.int_buttons.int_buttons img {
  bottom: 55px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 11px;
  max-width: 65px;
  max-height: 60px;
}
.int_buttons.int_buttons .button-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  text-transform: none;
  line-height: 1.25;
  vertical-align: middle;
  padding: 70px 10px 0;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  max-height: 115px;
  overflow: hidden;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .small_col .int_buttons.int_buttons.int_buttons,
  .left_col .int_buttons.int_buttons.int_buttons {
    border: 0 !important;
    padding: 0;
    background: transparent !important;
    margin-bottom: 17px;
  }
  #sitebody.standardlayout .top_col .int_buttons,
  #sitebody.standardthreecolumnlayout .top_col .int_buttons {
    padding-left: 0;
    padding-right: 0;
  }
  #sitebody.standardlayout .top_col .main_menu_widget + script + script + .int_buttons,
  #sitebody.standardthreecolumnlayout .top_col .main_menu_widget + script + script + .int_buttons {
    padding-top: 30px;
  }
}
/*@int-nav-arrows-width: 30px; //navigation arrows width
@int-nav-arrows-height: 38px; //navigation arrows height
@int-nav-arrows-bg: url(_gfx/home/button_arrows.png) 0 0 no-repeat; //navigation arrows background image (sprite)
@int-nav-arrows-bg-position-hover: 0 -40px; //navigation prev arrow background position on hover
@int-nav-next-bg-position: -32px 0; //navigation next arrow background position
@int-nav-next-bg-position-hover: -32px -40px; //navigation next arrow background position on hover

//update the "50%" for different navigation arrow positions
@int-nav-arrows-top-desktop: ~"calc(50% - " (@int-nav-arrows-height/2) ~")"; //navigation arrows position on desktop

@int-nav-prev-left: 10px; //navigation previous arrow left position
@int-nav-next-right: 10px; //navigation next arrow right position
*/
/*generally should not be updated*/
.int_collage {
  display: block;
  width: 100%;
  margin: 0;
  /*.flex-direction-nav {
        a {
            width: @int-nav-arrows-width;
            height: @int-nav-arrows-height;
            margin: -@int-nav-arrows-height/2 0 0 0;
            display: block;
            position: absolute;
            top: @int-mobile-img-height/2;
            cursor: pointer;
            text-indent: -9999px;
            background: @int-nav-arrows-bg;
            z-index: 3;
            overflow: hidden;
             -webkit-transform:scale(0.5);
            transform:scale(0.5);
            &:hover {
                background-position: @int-nav-arrows-bg-position-hover;
            }
        }

        .flex-next {
            right: @int-nav-next-right;
            display: block;
            background-position: @int-nav-next-bg-position;
        }

        .flex-next:hover {
            background-position: @int-nav-next-bg-position-hover;
        }

        .flex-prev {
            left: @int-nav-prev-left;
            display: block;
        }

        .flex-disabled {
            cursor: default;
        }
    }*/
}
.int_collage:first-child {
  margin-top: 0;
}
.int_collage .slides {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.int_collage .slides li {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}
.int_collage .slides li > a {
  display: block;
  width: 100%;
}
.int_collage .slides img {
  margin: 0 auto;
  display: block;
  max-height: 450px;
}
.int_collage .slide_content {
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.int_collage .slide_title {
  margin: 0 0 5px 0;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  max-height: 44.2px;
  overflow: hidden;
  font-family: inherit;
  text-transform: none;
  line-height: 1.3;
}
.int_collage .slide_title a {
  color: #fff;
  text-decoration: none;
}
.int_collage .slide_title:hover a {
  color: #fff;
  text-decoration: underline;
}
.int_collage .slide_description {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.3;
  max-height: 50.7px;
  overflow: hidden;
  margin: 0;
}
.int_collage .flex-control-nav {
  right: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: 3;
  top: 10px;
  bottom: auto;
  margin: 0 auto;
  text-align: center;
}
.int_collage .flex-control-nav li {
  display: inline-block;
  float: none;
}
.int_collage .flex-control-nav a {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0 3px;
}
.int_collage .flex-control-nav a.flex-active,
.int_collage .flex-control-nav a:hover {
  background: #fff;
  border: 2px solid #fff;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .int_collage {
    overflow: hidden;
    /*.flex-direction-nav {
            a {
                top: @int-nav-arrows-top-desktop;
                margin: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }*/
  }
  .int_collage .slides li {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .int_collage .slides img {
    width: 100%;
  }
  .int_collage .slide_content {
    padding: 10px 30px 40px 30px;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .int_collage .flex-control-nav {
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .top_col .int_collage {
    width: 100%;
  }
  #sitebody.standardlayout .top_col .int_collage:last-child,
  #sitebody.standardthreecolumnlayout .top_col .int_collage:last-child,
  #sitebody.twocolumnreverselayout .top_col .int_collage:last-child {
    padding-bottom: 0;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .int_collage .slide_title {
    font-size: 20px;
    max-height: 52px;
  }
  .int_collage .slide_description {
    font-size: 14px;
    max-height: 54.6px;
  }
}
/***75em = 1200px ***/
.service-trigger {
  display: flex;
  align-items: center;
  float: none;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: none;
  text-decoration: none !important;
  color: #fff !important;
  background: #05338c;
  margin: 0;
  padding: 0 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  top: 123px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  cursor: pointer;
}
.service-trigger::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(_gfx/cmn/arrow-blue.svg) no-repeat center;
  margin-left: 10px;
  transform: rotate(270deg);
}
.service-trigger.active {
  cursor: default;
}
.service-trigger.active::after {
  transform: rotate(0);
}
.service_container {
  display: none;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mainSpan.service_finder {
  position: relative;
}
.mainSpan.service_finder .service_container {
  display: block;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  max-width: 850px;
  width: 100%;
  background: #05338c;
  margin: 104px 0 0 0;
  padding: 0 12px 35px;
  float: left;
}
.mainSpan.service_finder .service_container h2 {
  font-size: 33px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 12px 0 18px;
}
.mainSpan.service_finder .service_container .fieldset {
  display: block;
  width: 100%;
  float: left;
  padding-right: 0;
  margin-bottom: 20px;
}
.mainSpan.service_finder .service_container .fieldset .select {
  background: #fff;
  position: relative;
}
.mainSpan.service_finder .service_container .fieldset .select::after {
  content: '';
  width: 40px;
  height: 40px;
  background: #00883B url(_gfx/cmn/arrow-white.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.mainSpan.service_finder .service_container .fieldset select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 15px !important;
  font-weight: normal;
  font-family: inherit;
  color: #444444;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0 none !important;
  padding: 0 50px 0 16px;
  background: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.mainSpan.service_finder .service_container .fieldset select::-ms-expand {
  display: none;
}
.mainSpan.service_finder .service_container .fieldset select option {
  background: #E8E9EC;
}
.mainSpan.service_finder .service_container .fieldset .fieldset-title {
  display: none;
}
.mainSpan.service_finder .service_container .fieldset.fieldset-3 {
  padding-right: 0;
}
.mainSpan.service_finder .service_container .fieldset.fieldset-3 .fieldset-content {
  background: #fff;
}
.mainSpan.service_finder .service_container .fieldset.fieldset-3 .fieldset-content .container-select {
  padding: 10px 18px 5px;
  position: relative;
  height: 99px;
}
.mainSpan.service_finder .service_container .fieldset.fieldset-3 .fieldset-content .container-select #fieldset-title-3-text {
  font-size: 15px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.2;
  color: #444444;
  max-height: 55px;
  overflow: hidden;
  padding: 0 0 1px 0;
}
.mainSpan.service_finder .service_container .fieldset.fieldset-3 .fieldset-content .container-select .box_bottomlink {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: #00883B;
  border-radius: 100px;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  padding: 10px;
  max-width: 190px;
  margin: 0 auto;
}
.mainSpan.service_finder .service-close {
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: block;
  text-indent: -9999px;
  background: url(_gfx/cmn/service-finder-close.svg) center center no-repeat;
  height: 24px;
  width: 24px;
  position: absolute;
  top: 18px;
  right: 10px;
}
.mainSpan.service_finder .service-close:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.mainSpan.service_finder:after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .mainSpan {
    position: relative;
  }
  .mainSpan::after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 230px;
    background: rgba(5, 51, 140, 0.9);
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition: 0.3s;
    z-index: 11;
  }
  .service-trigger {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #D0DAEF !important;
    float: right !important;
    margin: 18px 0 0 0;
    border-radius: 100px;
    width: auto;
    height: 30px;
    line-height: 30px;
    top: 0;
    padding: 0 36px 0 16px;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
  }
  .service-trigger::after {
    position: absolute;
    z-index: 0;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0);
  }
  .service-trigger:hover {
    background: rgba(5, 51, 140, 0.9);
  }
  .service-trigger.active {
    background: rgba(5, 51, 140, 0.9);
    border-radius: 10px 10px 0 0;
  }
  .service-trigger.active::after {
    transform: rotate(180deg);
  }
  .mainSpan.service_finder .service_container {
    display: flex;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 12;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    background: none;
    padding: 0;
    float: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .mainSpan.service_finder .service_container h2 {
    font-size: 36px;
    margin: 25px 0 18px;
  }
  .mainSpan.service_finder .service_container .fieldset-container {
    display: flex;
  }
  .mainSpan.service_finder .service_container .fieldset {
    margin-bottom: 0;
  }
  .mainSpan.service_finder .service_container .fieldset-2 {
    padding: 0 40px;
  }
  .mainSpan.service_finder .service-close {
    top: 36px;
    right: 0;
  }
}
@media (min-width: 85.375em) {
  .service-trigger {
    margin-right: 20px;
  }
}
.business_box.mobile_list ul li li,
.staff_box.mobile_list ul li li,
.service_box.mobile_list ul li li,
.faq_box.mobile_list ul li li {
  background: transparent none;
  border: 0;
  padding: 0;
}
.business_box.mobile_list .box_content > ul > li > a,
.staff_box.mobile_list .box_content > ul > li > a {
  font-weight: bold;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .business_box.mobile_list .box_content > ul > li > a,
  .staff_box.mobile_list .box_content > ul > li > a {
    font-weight: normal;
  }
}
.staff_box .email_link {
  cursor: pointer;
}
.small_box.faq_box .box_content > ul > li {
  padding: 17px 7% 17px 16px;
}
.small_box.faq_box .box_content li:before,
.small_box.faq_box .box_content li:after {
  display: none;
}
.small_box.faq_box .box_content .listfaq_a a {
  color: #05338C;
  text-decoration: underline;
  display: inline;
}
.small_box.faq_box .box_content .listfaq_a a:hover {
  text-decoration: none;
}
.small_box.faq_box .box_content li:before,
.small_box.faq_box .box_content li:after {
  display: none;
}
.listfaq_a_content {
  zoom: 1;
}
.listfaq_a_content:before {
  content: '';
  display: block;
}
.listfaq_a_content:after {
  content: '';
  display: table;
  clear: both;
}
.small_box.faq_box .box_content ul .listfaq_a_content a {
  font-weight: normal;
  display: inline;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .small_box.faq_box .box_content > ul > li {
    padding: 5px 0 7px 0;
  }
  .small_box.faq_box .box_content ul ul {
    margin-top: 0;
    padding-top: 0;
  }
  .small_box.faq_box .box_content ul ul li {
    border: 0;
    font-size: 110%;
  }
  .small_box.faq_box .box_content ul .listfaq_a_content a {
    font-size: inherit;
    font-weight: normal;
    text-decoration: underline;
  }
  .small_box.faq_box .box_content ul .listfaq_a_content a:hover {
    text-decoration: none;
  }
  .small_box.faq_box .box_content .listfaq_a {
    color: #666;
    font-size: 72.22222222%;
  }
  .small_box.faq_box .box_content .listfaq_a p,
  .small_box.faq_box .box_content .listfaq_a ul,
  .small_box.faq_box .box_content .listfaq_a ol,
  .small_box.faq_box .box_content .listfaq_a li,
  .small_box.faq_box .box_content .listfaq_a div,
  .small_box.faq_box .box_content .listfaq_a span {
    color: #666;
    font-size: inherit;
  }
}
.service_box .box_content .toggle_service {
  background: none;
  border: 0 none;
  display: block;
  width: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -9999em;
  vertical-align: top;
  position: absolute;
  top: 18px;
  bottom: 17px;
  left: 16px;
  right: 7%;
  z-index: 1;
}
.service_box .box_content .toggle_service:before {
  content: "";
  background: #00883B url(_gfx/int/+.png) 1px 1px no-repeat;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0px;
}
.service_box .box_content .toggle_service.hide_service:before {
  background: #00883B url(_gfx/int/-.png) 1px 1px no-repeat;
}
.small_box.service_box .box_content > ul > li > span {
  display: block;
  padding-left: 20px;
  line-height: 170%;
}
.service_box .box_content ul.service_list {
  margin: 0;
  padding: 2px 0 2px 20px;
  position: relative;
  z-index: 1;
}
.service_box .box_content ul.service_list li {
  padding: 2px 0;
}
.service_box .box_content ul.service_list li a {
  border-top: 0;
  font-weight: normal;
  line-height: 130%;
}
.service_box .box_content > ul > li {
  border-top: 0;
  padding-top: 18px;
}
.service_box .box_content > ul > li:first-child {
  border: 0;
  border-bottom: 1px solid #B6B6B6;
}
.service_box .box_content > ul > li > span {
  font-weight: bold;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .service_box .box_content .toggle_service {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
  }
  .service_box .box_content .toggle_service:before {
    top: 9px;
  }
  .small_box.service_box ul li span {
    padding: 0;
  }
}
#sitebody .twitter_feed,
#sitebody .facebook_feed {
  padding: 0;
}
#sitebody .twitter_feed ul li img,
#sitebody .facebook_feed ul li img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  display: block;
  height: 50px;
  width: 50px;
}
#sitebody .twitter_feed ul li span.box_date,
#sitebody .facebook_feed ul li span.box_date {
  float: right;
  font-size: 80%;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 10px;
}
#sitebody .twitter_feed ul li h4,
#sitebody .facebook_feed ul li h4 {
  line-height: 130% !important;
  margin: 0;
  font-size: inherit;
}
#sitebody .twitter_feed ul li h4 a,
#sitebody .facebook_feed ul li h4 a,
#sitebody .twitter_feed ul li h4 a:hover,
#sitebody .facebook_feed ul li h4 a:hover {
  font-size: 100%;
}
#sitebody .twitter_feed ul li a,
#sitebody .facebook_feed ul li a,
#sitebody .twitter_feed ul li a:hover,
#sitebody .facebook_feed ul li a:hover {
  text-decoration: none;
  font-size: 110%;
}
#sitebody .twitter_feed ul li a span,
#sitebody .facebook_feed ul li a span,
#sitebody .twitter_feed ul li a:hover span,
#sitebody .facebook_feed ul li a:hover span {
  text-decoration: none;
}
#sitebody .twitter_feed ul li p,
#sitebody .facebook_feed ul li p {
  margin: 0;
  font-size: 95%;
  padding: 0;
  border: 0;
  line-height: 130%;
}
#sitebody .twitter_feed ul li p a,
#sitebody .facebook_feed ul li p a {
  font-size: 100%;
  display: inline;
  color: #05338C;
  text-decoration: underline;
  font-weight: normal;
}
#sitebody .twitter_feed ul li p a:hover,
#sitebody .facebook_feed ul li p a:hover {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
  display: inline;
  color: #05338C;
}
#sitebody .twitter_feed .box_bottomlink:after,
#sitebody .facebook_feed .box_bottomlink:after {
  content: "";
  display: inline-block;
  font-size: 140%;
  line-height: 1;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  margin: 0 0 2px 6px;
}
.twitter_feed ul li h4 span {
  display: block;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #sitebody .twitter_feed,
  #sitebody .facebook_feed {
    padding: 0;
    box-shadow: 0 0 0;
  }
  #sitebody .twitter_feed ul,
  #sitebody .facebook_feed ul {
    padding: 7px 15px 0 16px;
  }
  #sitebody .twitter_feed ul li .box_date,
  #sitebody .facebook_feed ul li .box_date {
    margin-right: 0;
  }
  #sitebody .twitter_feed ul li h4,
  #sitebody .facebook_feed ul li h4 {
    font-size: 79.44444444%;
  }
  #sitebody .twitter_feed ul li h4 a,
  #sitebody .facebook_feed ul li h4 a,
  #sitebody .twitter_feed ul li h4 a:hover,
  #sitebody .facebook_feed ul li h4 a:hover {
    color: #000;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
  }
  #sitebody .twitter_feed ul li h4 a span,
  #sitebody .facebook_feed ul li h4 a span,
  #sitebody .twitter_feed ul li h4 a:hover span,
  #sitebody .facebook_feed ul li h4 a:hover span {
    color: #000;
    font-weight: normal;
  }
  #sitebody .twitter_feed ul li h4 a:hover,
  #sitebody .facebook_feed ul li h4 a:hover {
    text-decoration: underline;
  }
  #sitebody .twitter_feed ul li p,
  #sitebody .facebook_feed ul li p {
    font-size: 72.22222222%;
    color: #666;
  }
  #sitebody .twitter_feed .box_bottomlink,
  #sitebody .facebook_feed .box_bottomlink {
    margin-right: 12px;
  }
  #sitebody .twitter_feed .box_bottomlink::after,
  #sitebody .facebook_feed .box_bottomlink::after {
    display: none;
  }
}
.splash_page {
  overflow: hidden;
  max-width: 100%;
  padding: 10px;
  word-wrap: break-word;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #sitebody.splash_page {
    background: transparent !important;
    max-width: 1024px;
    display: block;
    max-width: 1302px;
    border-radius: 0px;
    margin: 15px auto 15px auto;
    padding: 150px 0 0 0 !important;
    min-height: 500px;
  }
  #sitebody.splash_page:before {
    display: none;
  }
  #sitebody.splash_page .form_button {
    background: #00883B !important;
    color: #4d4d4d !important;
  }
  #sitebody.splash_page .form_button:hover {
    background: #00bb51 !important;
  }
}
.broken_links_reporter {
  word-wrap: break-word;
}
.error_recaptcha_field {
  margin: 10px 0;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .broken_links_reporter.broken_links_reporter {
    margin: 0;
  }
}
.web_site_account_unconfirm_message_container {
  padding: 10px 0 1px 20px;
}
.my_dashboard_page .dashboard_block_wrapper .dashboard_block .block_title {
  background-color: #00883B;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sso_login_container {
    max-width: 670px;
    margin: 0 auto;
  }
  .sso_login_container .sso_login_header,
  .sso_login_container .sso_login_hint {
    text-align: center;
  }
  .sso_login_container .content_area .sso_login_form_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sso_login_container .content_area .sso_login_box {
    margin: 15px 2% 0 0;
    width: 48%;
    min-height: 0;
  }
  .sso_login_container .content_area .social_account_login_box {
    margin-left: 2%;
    width: 48%;
    min-height: 0;
  }
}
.search .paging span a:hover {
  background: #00883B;
}
.vision_search .search_button {
  width: auto;
  min-width: 0;
}
.vision_search .advanced_searchbox input.textfield {
  height: auto;
  min-height: 17px;
}
.vision_search .search_panel {
  float: none;
  width: 100%;
}
.vision_search .search_panel .vision_search_arrow {
  cursor: pointer;
  display: block;
}
.vision_search .search_panel .vision_search_arrow_down {
  border-top: 10px solid #fff;
}
.vision_search .search_panel .vision_search_arrow_up {
  border-bottom: 10px solid #fff;
}
.vision_search .search_panel .search_options_link {
  padding-right: 10px;
  margin: 0 !important;
  width: 100%!important;
}
.vision_search .search_panel .advanced_searchbox.normal .sort_by_label,
.vision_search .search_panel .advanced_searchbox.normal .items_per_page_label {
  width: auto;
}
.vision_search .search_panel .search_container {
  width: 100% !important;
  margin: 0 !important;
}
.vision_search .search_panel div.search_features {
  border: 1px solid #B6B6B6;
  border-left: 0;
  border-right: 0;
  margin-left: 0;
  background: #fff;
  clear: both;
  min-height: 0px;
  margin-top: 0;
  width: 100%;
}
.vision_search .search_panel div.search_features .advanced_searchbox.normal {
  float: none;
  height: auto;
  min-width: 0px;
}
.vision_search .search_panel div.search_features .advanced_searchbox.normal .sort_by_label,
.vision_search .search_panel div.search_features .advanced_searchbox.normal .items_per_page_label {
  display: block;
  margin-top: 4px;
}
.vision_search .search_panel div.search_features .advanced_searchbox.normal .normal {
  float: left;
  min-width: 140px;
}
.vision_search .search_panel div.search_features .advanced_searchbox.normal .search_per_page,
.vision_search .search_panel div.search_features .advanced_searchbox.normal .advanced_searchbox_sort_by_container {
  float: none;
}
.vision_search .search_panel div.search_features .advanced_searchbox > div > p {
  height: auto;
}
.vision_search .search_panel div.search_features .basic_searchbox {
  float: none;
}
.vision_search .search_panel .search_result,
.vision_search .search_panel .search_result_alternate {
  padding: 0 10px 20px;
}
.vision_search .search_panel .search_result_url {
  word-wrap: break-word;
}
.vision_search .search_panel .popular_searches_box > p.popular_searches_box_title {
  padding-left: 10px;
}
.vision_search .search_panel .popular_searches_box > div {
  padding: 10px;
}
.vision_search .search_panel .search_summary {
  padding-left: 10px;
}
.vision_search .search_filters {
  float: none;
  margin: 25px 0 10px 0 !important;
  width: 100% !important;
}
.vision_search .search_filters .search_filter {
  border: 0px;
  border-bottom: 1px solid #B6B6B6;
  margin-bottom: 10px;
  padding: 0;
  box-shadow: 0 0 0;
  width: 100%;
  background: transparent;
}
.vision_search .search_filters .search_filter:before {
  display: none;
}
.vision_search .search_filters .search_filter label {
  display: inline;
}
.vision_search .search_filters .search_filter .filter_header {
  color: #fff;
  background: #00883B;
  border-bottom: 0;
  padding: 7px 10px;
  position: relative;
  margin: 0;
}
.vision_search .search_filters .search_filter ol {
  padding: 0px 15px;
}
.vision_search .advanced_searchbox_sort_by_container {
  margin-right: 10px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .vision_search {
    margin: 12px 20px;
  }
  .vision_search .search_panel > div.search_filters,
  .vision_search .search_panel > div:not(.search_filters) {
    margin: 0 !important;
  }
  .vision_search .search_panel div.search_features {
    border: 1px solid #B6B6B6;
    background: #fff;
    color: #666;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal {
    float: right;
    height: auto;
    min-width: 350px;
    width: auto;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal .sort_by_label,
  .vision_search .search_panel div.search_features .advanced_searchbox.normal .items_per_page_label {
    display: inline-block;
    margin-top: 0px;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal select {
    max-width: 110px;
    width: 110px;
    min-width: 0;
    line-height: 28px !important;
    height: 28px !important;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal select.items_per_page {
    width: 50px;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal .search_per_page,
  .vision_search .search_panel div.search_features .advanced_searchbox.normal .advanced_searchbox_sort_by_container {
    float: right;
    line-height: 28px;
    margin-bottom: 0;
  }
  .vision_search .search_panel div.search_features .basic_searchbox {
    float: left;
    margin-bottom: 0;
  }
  .vision_search .search_panel .popular_searches_box > p.popular_searches_box_title {
    padding-left: 0px;
  }
  .vision_search .search_panel .popular_searches_box > div {
    padding: 0 0 10px 0;
  }
  .vision_search .search_panel .search_result,
  .vision_search .search_panel .search_result_alternate {
    padding: 0 0 20px;
  }
  .vision_search .search_panel .search_summary {
    padding-left: 0px;
  }
  .vision_search .search_panel .search_options_link {
    margin-right: 0px;
  }
  .vision_search .search_filters .search_filter {
    border: 0px;
  }
  .vision_search .search_filters .search_filter .filter_header {
    color: #fff;
    background: #00883B;
  }
  .vision_search .search_filters .search_filter ol {
    padding: 0px 15px 10px;
    color: #000;
  }
  .vision_search .search_panel > div.search_filters .search_filter {
    padding-right: 0px;
  }
  .advanced_searchbox.normal .advanced_searchbox_sort_by_container {
    width: auto;
  }
  .advanced_searchbox.normal .search_per_page,
  .advanced_searchbox.normal .sort_by_label,
  .advanced_searchbox.normal .items_per_page_label {
    width: auto;
  }
}
@media only screen and (min-width: 68em) {
  .vision_search .search_panel > div,
  .vision_search .search_panel .search_container {
    width: 70% !important;
  }
  .vision_search .search_panel .search_filters {
    width: 26% !important;
    margin: 0 0 10px 0 !important;
  }
  .vision_search .search_panel .search_filters .search_filter {
    margin-top: 0;
  }
  .vision_search .search_panel > div.loading.mask {
    width: 100% !important;
  }
  .vision_search .vision_search_arrow {
    top: 10px;
  }
}
#cse input.gsc-search-button {
  background: #00883B !important;
  color: #fff !important;
}
#cse * {
  box-sizing: content-box;
}
#cse .gsc-control-cse {
  zoom: 1;
  background: transparent !important;
  padding: 0 !important;
  border: 0px !important;
}
#cse .gsc-control-cse:before {
  content: '';
  display: block;
}
#cse .gsc-control-cse:after {
  content: '';
  display: table;
  clear: both;
}
#cse .gsc-tabsArea {
  border-bottom: 1px solid #B6B6B6 !important;
}
#cse .gsc-tabHeader {
  margin-left: 10px;
  border: 1px solid #B6B6B6 !important;
  border-bottom: 0 !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #fff !important;
}
#cse .gsc-tabHeader.gsc-tabhActive,
#cse .gsc-tabHeader:hover {
  background: #fff !important;
}
#cse .gsc-refinementHeader {
  border: 1px solid #B6B6B6 !important;
  background: #fff !important;
}
#cse .gsc-refinementHeader.gsc-refinementhActive,
#cse .gsc-refinementHeader:hover {
  background: #fff !important;
}
#cse .gsc-result {
  border: 0px !important;
}
#cse .gsc-result .gs-result > * {
  padding: 0 !important;
  margin: 0 !important;
}
#cse input[type=image].gsc-search-button {
  background: #00883B !important;
  border: 2px solid transparent !important;
  box-sizing: content-box;
}
#cse .gsc-option-menu-item {
  background: gray;
}
#cse .gsc-option-menu,
#cse .gsc-selected-option-container {
  background: whiteSmoke !important;
  border-radius: 2px 2px 2px 2px;
}
.accordion_widget .accordion-title.accordion-title.ui-accordion-header,
.accordion_widget .accordion-title.ui-accordion-header.ui-accordion-header-active,
.accordion_widget .accordion-title.accordion-title.ui-state-hover {
  background-color: #00883B;
  color: #fff;
}
.accordion_widget .accordion-item.ui-accordion-content {
  color: #333;
  border: 1px solid #B6B6B6;
  background-color: #fff;
}
.LBD_CaptchaDiv {
  max-width: 100%;
}
.LBD_CaptchaDiv .LBD_CaptchaImageDiv {
  max-width: 87%;
}
.LBD_CaptchaDiv .LBD_CaptchaImageDiv a {
  max-width: 100%;
}
.LBD_CaptchaDiv .LBD_CaptchaImageDiv img {
  border: 1px solid #d0d0d0 !important;
}
.LBD_CaptchaDiv > div.LBD_CaptchaImageDiv:first-child {
  border: 0;
}
.LBD_CaptchaIconsDiv {
  margin-left: 3px !important;
}
#recaptcha_image {
  overflow: hidden;
}
.content-filter-widget .searchicon.searchicon.searchicon,
.content-filter-widget .searchicon.searchicon.searchicon:hover {
  background: transparent url("_gfx/cmn/search_filter_bg.png") no-repeat scroll 0 center !important;
}
.document_widget {
  margin-bottom: 17px;
}
.document_widget li {
  position: relative;
}
.document_widget li img {
  position: absolute;
  left: 0;
  top: 0px;
  margin-top: 0;
}
.document_widget li a {
  padding-left: 21px;
  display: block;
}
.doc_folder_img {
  float: left;
}
.document_folder_box .content_link,
.document_list_box .content_link {
  max-width: 100%;
  word-wrap: break-word;
}
.document_list_box.document_list_box > a[name]:before,
.document_folder_box.document_folder_box > a[name]:before {
  display: none;
}
.document_list_box.document_list_box .no-results,
.document_folder_box.document_folder_box .no-results {
  padding: 10px 0 10px 16px;
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 79.44444444%;
}
.document_folder_box .document_breadcrumb {
  margin-left: 16px;
  margin-top: 8px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .document_list_box.document_list_box .no-results,
  .document_folder_box.document_folder_box .no-results {
    padding-left: 0;
  }
  .document_folder_box .document_breadcrumb {
    margin-left: 0px;
    margin-top: 0;
  }
}
.downloadmessage {
  padding-bottom: 5px;
}
.downloadmessage img {
  margin: 2px;
}
.eNotification_widget .form_label {
  width: 250px;
}
#sitebody .checkboxlist-container .enotification_cats_list.formlist li {
  width: 31.3% !important;
}
#sitebody .checkboxlist-container label,
.front_end_body .enotification_widget_category_checkboxlist label {
  width: calc(100% - 40px) !important;
  white-space: normal;
}
#sitebody .checkboxlist-container .formlist li {
  width: 31.3% !important;
  margin-left: -3px;
  padding-left: 2% !important;
}
#sitebody .checkboxlist-container .formlist li:nth-child(3n+4),
#sitebody .checkboxlist-container .formlist li:first-child {
  padding-left: 0% !important;
  width: 33.3% !important;
}
.enotification_cats_list li > a {
  float: left;
}
.enotification_cats_list li > a.email_btn,
.legend_info a.email_btn,
.enotification_cats_list li > a,
.legend_info a {
  width: 19px;
  background-position: 0 center;
}
.facility_directory_widgets .facility_detail_page .facility_item_header,
.facility_directory_widgets .listtype_listformated .facility_item_header {
  background: #00883B !important;
}
#sitebody .facility_directory_widgets .facility_item_infos2 span.item_label,
#sitebody .facility_directory_widgets .facility_item_infos1 span.item_label,
#sitebody .facility_directory_widgets .facility_item_infos2 span.item_value,
#sitebody .facility_directory_widgets .facility_item_infos1 span.item_value {
  color: #333;
}
.sitewrapper .content_area .facility_mapmarker_infos a.phone_link,
.sitewrapper .content_area .facility_mapmarker_infos a.phone_link:hover {
  color: #333;
}
.facility_directory_map_view_widget .multicats_container ol li input,
.facility_directory_map_view_widget .multicats_container ol li span.catimage_holder {
  float: left;
}
.facility_directory_map_view_widget .multicats_container ol li input {
  height: 18px;
}
#sitebody .facility_directory_map_view_widget .multicats_container ol li input + label {
  width: calc(100% - 52px) !important;
}
.facility_directory_widgets .listtype_listformated .facility_item_header h2 {
  margin: 0;
}
.facility_directory_widgets .listtype_listformated .facility_item_header a.facility_item_name {
  color: #fff;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .facility_directory_widgets .listtype_listformated a.facility_item_photo_link,
  .facility_directory_widgets .facility_detail_page .facility_item_photo {
    max-width: 350px;
    width: 50%;
  }
  #sitebody .facility_directory_widgets .facility_item_infos1,
  #sitebody .facility_directory_widgets .facility_item_infos2 {
    width: 25%;
    margin: 0;
    padding-left: 15px;
  }
}
.faq_header {
  color: #05338C;
  font-size: 108% !important;
}
.faqtab_section {
  border: 1px solid #00883B;
  background: #fff;
  color: #666;
}
.faqtab_section td,
.faqtab_section label {
  color: #666;
}
.faqtab_section h1,
.faqtab_section h2,
.faqtab_section h3,
.faqtab_section h4,
.faqtab_section h5,
.faqtab_section .subtitle {
  color: #666;
}
.faq_tab_nav li a {
  color: #05338C;
}
.faq_tab_nav li a.active_faqtab {
  border: 1px solid #00883B;
  border-right: 1px solid #fff;
  background: #fff;
  color: #666;
  border-left: 5px solid #00883B;
}
h3.faqtab_question,
.faqtab_popup {
  color: #333;
}
h3.faqtab_question:before,
.faqtab_popup:before {
  background: #00883B;
  color: #fff;
  line-height: 1.2em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
}
.faqtab_section h3.faqtab_question {
  color: #666;
}
.faq_mobile_nav {
  z-index: 1;
}
.faq_mobile_nav select {
  border: 1px solid #00883B !important;
  border-bottom: 0px !important;
}
.viClientDialog .faq_container_dialog {
  color: #404040;
  padding-top: 10px;
  padding-bottom: 15px;
}
.viClientDialog .faq_container_dialog .listfaq_q {
  font-size: 110%;
}
.listfaq_q > h2,
.listfaq_q > h3 {
  color: #05338C;
}
.listfaq_q.listfaq_q > h2 {
  font-size: 128.88888889%;
}
.listfaq_q.listfaq_q > h3 {
  font-size: 100%;
  text-decoration: underline;
  color: #05338C;
}
.listfaq_q.listfaq_q > h3:hover {
  text-decoration: none;
}
.listfaq_answers .listfaq_q a[name]:before {
  display: none;
}
.listfaq_answers .faq_header + ul {
  margin-bottom: 20px;
}
.form_survey_widget .answer_container textarea {
  min-width: 0;
  width: 100%;
}
.front_end_body .form_survey_widget .formlist,
.sitewrapper .form_survey_widget .formlist {
  width: 100%;
}
.recaptcha {
  width: auto !important;
}
.form_survey_widget .answer_container .form_answers_edit_table {
  display: table;
  width: 100%;
}
.form_survey_widget .answer_container {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 0 5px 5px;
}
.question_container .question_content p {
  margin: 0;
}
.form_submit_container .recaptcha_container {
  margin: 20px 0 0;
}
.form_survey_widget .command_box.form_submit_footer {
  padding-top: 20px;
  margin-top: 0;
  clear: both;
}
.form_survey_widget .question_container .question_content .question_text_container {
  display: inline;
}
.form_survey_widget label:empty,
.form_submit_header:empty {
  display: none;
}
.form_survey_widget .question_container.static_text {
  margin-top: 0px;
  padding: 0 5px;
}
.form_survey_widget .answer_container input.voter_input.selection_other {
  margin-top: 3px;
  margin-left: 22px;
}
.form_survey_widget .form_submit_container .form_answers_edit_table td input.voter_input[type="radio"] {
  margin-left: 0px;
}
.form_survey_widget.form_survey_widget .single_matrix label {
  width: auto;
}
div.file_input_item > input.file_input_ori {
  top: 0;
}
.form-phone {
  width: 135px!important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .form_survey_widget .command_wrapper {
    border: 1px solid transparent;
    height: 20px;
    margin: 5px 0;
    width: auto;
  }
  .form_survey_widget .command_wrapper:hover {
    background: #fff;
    border-color: #B6B6B6;
    border-radius: 10px;
  }
}
/****image widget*******/
.image_widget {
  margin: 0;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.no_image.image_widget {
  display: none;
}
.small_col .image_widget,
.standardlayout .left_col .image_widget,
.standardthreecolumnlayout .left_col .image_widget {
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.small_col .image_widget {
  width: 89.6% !important;
  margin: 0px auto 17px auto;
}
.image_rotate_container {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.image_rotate_container.current {
  opacity: 1;
  z-index: 5;
}
.image_rotate_container.prev {
  z-index: 4;
}
.image_widget img {
  display: block;
  width: 100%;
}
.image_rotate_caption {
  position: absolute;
  bottom: 0px;
  opacity: 0.8;
  color: #ffffff;
  background: #222222;
  display: block;
  width: 96%;
  text-align: center;
  padding: 5px 2%;
  min-height: 20px;
  line-height: 100%;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .image_widget .image_rotate_container {
    background: transparent !important;
  }
  #sitebody.standardlayout .top_col .image_widget:last-child,
  #sitebody.standardthreecolumnlayout .top_col .image_widget:last-child,
  #sitebody.twocolumnreverselayout .top_col .image_widget:last-child {
    margin-bottom: 30px;
  }
}
#alert_controls {
  overflow: visible;
  font-size: 0;
  text-decoration: none;
}
#alert_controls:before {
  font-family: Glyphicons Halflings;
  content: "\e258\e258";
  -webkit-transform: rotate(-90deg) scale(1, 1.5);
  -ms-transform: rotate(-90deg) scale(1, 1.5);
  -moz-transform: rotate(-90deg) scale(1, 1.5);
  transform: rotate(-90deg) scale(1, 1.5);
  display: block;
  letter-spacing: -3px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-indent: 0;
  margin-top: 7px;
  font-size: 8px;
}
#alert_controls.hide {
  background: #E3331C;
  display: block !important;
  /*overwrite bootstrap .hide class*/
}
#alert_controls.hide:hover {
  bottom: 5px;
  height: 30px;
  width: 28px;
}
#alert_controls.hide:after {
  content: "Hide";
  background: #101622;
  color: #fff;
  position: absolute;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-indent: 0;
  display: none;
  padding: 5px 10px 6px;
  right: 2px;
  font-size: 12px;
  top: 43px;
  font-family: Arial, Helvetica, sans-serif;
}
#alert_controls.hide:hover:after {
  display: block;
}
#alert_controls.hide + .important_alert_wrapper:before {
  position: absolute;
  right: 8px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #101622;
  content: "";
  display: none;
}
#alert_controls.hide:hover + .important_alert_wrapper:before {
  display: block;
}
#alert_controls.show {
  background: #E3331C;
  border-bottom-left-radius: 5px;
  width: 28px;
  height: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
#alert_controls.show:hover {
  width: 28px;
}
#alert_controls.show:before {
  -webkit-transform: rotate(90deg) scale(1, 1.6);
  -ms-transform: rotate(90deg) scale(1, 1.6);
  -moz-transform: rotate(90deg) scale(1, 1.6);
  transform: rotate(90deg) scale(1, 1.6);
  margin-top: 15px;
  margin-left: 3px;
}
#alert_controls.show:after {
  content: "Show";
  background: #101622;
  color: #fff;
  position: absolute;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-indent: 0;
  display: none;
  padding: 3px 8px 4px;
  right: 37px;
  font-size: 12px;
  top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
#alert_controls.show:hover:after {
  display: block;
}
.alert_right {
  background: none;
}
.alert_container:before {
  content: "";
  top: 4px;
  left: auto;
  position: absolute;
  right: 27px;
  bottom: 4px;
  z-index: -1;
  width: 1px;
  height: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 5;
}
.alert_container {
  background-image: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
  z-index: 20;
}
.alert_container.alert--closed:after {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid #101622;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  content: "";
  display: none;
}
.alert_container.alert--closed:hover:after {
  display: block;
}
.alert_container.alert--closed:hover #alert_controls.show:after {
  display: block;
}
.alert_container .important_alert_wrapper {
  background: #E3331C;
}
.alert_container .important_alert,
.alert_container .important_alert h1,
.alert_container .important_alert h2,
.alert_container .important_alert h3,
.alert_container .important_alert h4,
.alert_container .important_alert h5,
.alert_container .important_alert a,
.alert_container .important_alert .subtitle {
  color: #fff;
}
.alert_container .important_alert h2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: none;
  font-weight: 700;
  font-size: 161.11111111%;
}
.alert_container .important_alert p {
  display: block;
  margin-bottom: 10px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .alert_container .important_alert {
    font-size: 72.22222222% !important;
    line-height: 1.3 !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    max-width: 1024px;
    max-width: 1302px;
  }
  .fp-viewing-footer .alert_container {
    display: none;
  }
}
.jobs_widget .detail-list-label,
.jobs_widget .custom_fields label {
  width: 150px;
}
.meeting_widget .detail-list-value {
  white-space: nowrap;
}
.widget_container_div {
  border: 1px solid #B6B6B6;
  background: #fff;
}
span.sticky {
  display: block;
  float: left;
  padding-left: 15px;
  background: url(_gfx/cmn/pin.gif) 0 0 no-repeat;
}
.news_widget .list-main > li {
  background: rgba(0, 136, 59, 0.06);
  margin-bottom: 10px;
}
.front_end_body form .command_box {
  padding-left: 0;
}
.poll_widget .poll_vote_view .command_box a.viewVoteResultLink {
  font-weight: bold;
}
.poll_widget .poll_vote_result_view .poll_answers .graphic_line .graphic_percent {
  background: #00883B;
}
.poll_widget .poll_vote_result_view .poll_answers .graphic_line {
  border: 1px solid #00883B;
}
.slideshow_link a {
  color: #fff !important;
}
.photo_album_widget .standard_list ul li:hover {
  background: transparent;
  cursor: default;
}
.slideshow_link {
  background: #00883B !important;
  color: #fff !important;
}
.ad-gallery.ad-gallery .ad-image-wrapper .ad-image {
  z-index: 3;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  width: auto !important;
  right: 3px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .ad-preloads {
    display: none;
  }
}
.rss_feeds_content_type a.rss_link {
  background: none;
  position: relative;
}
.rss_feeds_content_type a.rss_link:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 15px;
  height: 15px;
  background: url(_gfx/int/title_icons.png) 0 -15px no-repeat;
}
.rss_feeds_content_type .rss_feeds_content_type_title {
  border-bottom: 1px solid #B6B6B6;
}
.rss_feeds_content_type .content_type_name {
  color: #05338C;
  font-size: 120%;
}
.rss_feed_content .item_graytext {
  margin-left: 10px;
}
.service_directory_widget .listtable th:last-child {
  text-align: center;
  width: 100px;
}
.service_directory_widget .listtable th:first-child {
  text-align: center;
  width: 33%;
}
.service_directory_widget .listtable {
  table-layout: fixed;
}
.column.sortable_col .service_directory_widget .listtable {
  table-layout: auto;
}
.service_request_widget fieldset.upload_container {
  display: block;
}
.service_request_widget fieldset.upload_container legend {
  display: block;
}
.service_request_widget legend {
  color: #05338C;
  font-weight: bold;
  text-decoration: none;
}
/** header colors **/
.service_request_post_listable th {
  background: #00883B !important;
  color: #fff !important;
}
.service_request_widget .service_request_category > h2 {
  font-size: 100%;
}
.sitemap_col .root-level a {
  color: #05338C;
  font-weight: bold;
  text-decoration: none;
}
.sitemap_widget .siteMapCategoryView > .sitemap_col ul li a {
  max-width: 100%;
  padding-right: 5px;
}
.sitemap_col {
  width: 100% !important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sitemap_col {
    width: 50% !important;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .sitemap_col {
    width: 33% !important;
  }
}
.staff_directory_widget .listtable th:last-child {
  text-align: center;
}
.staff_directory_widget .listtable th:last-child:hover {
  text-align: center;
}
.staff_directory_widget > img {
  margin-right: 10px;
}
.staff_directory_widget .detail-list-label {
  width: 175px;
}
.tabbed_widget .tab-title .ui-tabs-anchor {
  color: #333;
  background-color: transparent;
}
.tabbed_widget .ui-tabs-tab.ui-tabs-active.ui-state-active,
.tabbed_widget .tab-title.ui-state-hover {
  border-color: #B6B6B6;
  color: #fff;
  background-color: #00883B;
}
.tabbed_widget .ui-tabs-tab.ui-tabs-active.ui-state-active .ui-tabs-anchor,
.tabbed_widget .tab-title.ui-state-hover .ui-tabs-anchor {
  color: #fff;
}
.tabbed_widget .tab-item.ui-widget-content {
  border-color: #B6B6B6;
  background-color: #fff;
}
#top_bar > * {
  font-size: 90%;
}
#top_bar li a.admin_more {
  box-sizing: content-box;
}
.desktop_only {
  display: none !important;
}
@media screen and (min-width: 48em) {
  .mobile_only {
    display: none !important;
  }
  .desktop_only {
    display: block !important;
  }
}
.hidden[style*="block"] {
  display: block !important;
}
div#google-infowindow *,
div#google-infowindow *:before,
div#google-infowindow *:after {
  background: #fff !important;
}
.notranslate {
  background: transparent !important;
}
.hide-text-indent {
  min-width: 0 !important;
}
.column #sitebody.splash_page {
  width: 100%;
}



/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
*/
/* Fonts
================================================== */
/*font-family: 'Open Sans', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/*********************************************
    The variables below normally use one of the more generic variables defined above. 
    Modify below this line only if design is different from standard template
************************************************/
/*other month day text color*/
/*********************************************
    The variables below normally use one of the more generic variables defined above. 
    Modify below this line only if design is different from standard template
************************************************/
/*** border color for listtable and tableData/tableBox classes*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*settings and theme files include variables*/
a,
a:visited,
.column a {
  color: #05338C;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a[name],
a[name]:hover,
a[name]:focus {
  color: #333;
  text-decoration: none;
}
a img {
  border: 0;
}
a:before,
a:after {
  text-decoration: underline;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none;
}
body.front_end_body,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
body[radeditorbody],
body[radeditorbody] table {
  font-size: 18px !important;
  line-height: 1.38888889 !important;
  font-family: 'Open Sans', sans-serif !important;
  color: #333;
}
.front_end_body :target:before,
.front_end_body a[name]:before {
  content: "";
  display: block;
  height: 0;
  /* fixed header height plus a little padding*/
  position: relative;
  z-index: -1;
}
p {
  margin: 0 0 1em 0;
}
table img {
  max-width: none;
}
h1,
.content_area h1,
.reDropDownBody h1 {
  color: #05338C;
  line-height: 1.2;
  font-weight: 700;
  font-size: 200%;
  font-family: inherit;
}
h2,
.content_area h2,
.reDropDownBody h2 {
  font-size: 160%;
  color: #05338C;
  font-weight: 700;
  line-height: 1.2;
}
h3,
.content_area h3,
.reDropDownBody h3 {
  font-size: 140%;
  color: #05338C;
  font-weight: 700;
}
h4,
.content_area h4,
.reDropDownBody h4 {
  font-size: 120%;
  color: #05338C;
  font-weight: 700;
}
h5,
.content_area h5,
.reDropDownBody h5 {
  font-size: 110%;
  color: #05338C;
  font-weight: 700;
}
h6,
.content_area h6,
.reDropDownBody h6 {
  color: #05338C;
  font-weight: 700;
  font-size: 100%;
}
.subtitle {
  font-size: 138.88888889%;
  color: #05338C;
  font-weight: 700;
}
.subtitle p,
.subtitle a {
  color: #05338C;
  font-weight: 700;
}
/* Default Data Table Styling.  
    Should match general table style in Interior comp.  
    Modify padding and borders ONLY  (if needed), otherwise do not modify.
    everything else controlled in settings.global or settings.colors.
    
    Should match _objects.listtable.less and _components.tableBox.less
================================================== */
table.tableData {
  font-weight: normal;
  background: #fff;
  margin-bottom: 14px;
  border: 0px solid #B6B6B6;
  border-spacing: 0px;
  width: auto;
}
table.tableData th {
  text-transform: uppercase;
  padding: 6px 9px;
  text-align: left;
  background: #00883B !important;
  color: #fff;
  font-weight: bold;
  font-size: 94.44444444%;
  font-family: 'Open Sans Condensed', sans-serif;
}
table.tableData th a {
  color: #fff !important;
}
table.tableData th p {
  padding: 0;
  margin: 0;
  color: #fff;
}
table.tableData a {
  color: #05338C;
}
table.tableData p {
  color: #666;
}
table.tableData td {
  color: #666;
  font-size: 72.22222222%;
}
table.tableData tr td {
  border-left: 1px solid #B6B6B6;
}
table.tableData tr td:last-child {
  border-right: 1px solid #B6B6B6;
}
table.tableData tr:hover {
  background: #fff;
}
table.tableData tr:hover > td a {
  color: #05338C !important;
}
table.tableData tr:hover > td,
table.tableData tr:hover > td > p {
  color: #666 !important;
}
table.tableData {
  border-collapse: separate;
}
table.tableData tbody tr:first-child td {
  border-top: 0;
}
table.tableData th {
  border-left: 1px solid #00883B;
}
table.tableData thead {
  border: 1px solid #00883B;
}
table.tableData td {
  border: 0;
  border-bottom: 1px solid #B6B6B6;
  padding: 3px 9px 3px 9px;
}
table.tableData td p {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 48em) {
  body:not([radeditorbody]) table.tableData {
    width: 100% !important;
  }
}
/* Default Data Table Styling.  
    Should match general table style in Interior comp.  
    Modify padding and borders ONLY  (if needed), otherwise do not modify.
    everything else controlled in settings.global or settings.colors.
    
    Should match _objects.listtable.less and _components.tableData.less
================================================== */
table.tableBox {
  font-weight: normal;
  background: #fff;
  margin-bottom: 14px;
  border: 0px solid #B6B6B6;
  border-spacing: 0px;
  width: auto;
}
table.tableBox th {
  text-transform: uppercase;
  padding: 6px 9px;
  text-align: left;
  background: #00883B !important;
  color: #fff;
  font-weight: bold;
  font-size: 94.44444444%;
}
table.tableBox th a {
  color: #fff !important;
}
table.tableBox th p {
  padding: 0;
  margin: 0;
  color: #fff;
}
table.tableBox a {
  color: #05338C;
}
table.tableBox p {
  color: #666;
}
table.tableBox td {
  color: #666;
  font-size: 72.22222222%;
}
table.tableBox tr td {
  border-left: 1px solid #B6B6B6;
}
table.tableBox tr td:last-child {
  border-right: 1px solid #B6B6B6;
}
table.tableBox tr:hover {
  background: #fff;
}
table.tableBox tr:hover > td a {
  color: #05338C !important;
}
table.tableBox tr:hover > td,
table.tableBox tr:hover > td > p {
  color: #666 !important;
}
table.tableBox {
  border-bottom: 1px solid #B6B6B6;
}
table.tableBox th,
table.tableBox td {
  padding: 5px;
}
table.tableBox td {
  border-top: 1px solid #B6B6B6;
}

