/* Minification failed. Returning unminified contents.
(6369,1): run-time error CSS1019: Unexpected token, found '@import'
(6369,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)'
(6370,1): run-time error CSS1019: Unexpected token, found '@import'
(6370,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Montserrat:400,700)'
 */
/*
    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 files include variables*/
/* Fonts
================================================== */
/*font-family: 'Open Sans', sans-serif;*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype');
}
/*** border color for listtable and tableData/tableBox classes*/
/*other month day text color*/
/*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;
  }
}
html {
  font-size: inherit;
}
*,
*:after,
*:before {
  box-sizing: content-box;
}
.config_widget_template *,
.config_widget_template *:after,
.config_widget_template *:before {
  box-sizing: border-box;
}
.sitewrapper,
.sitewrapper *,
.sitewrapper *:after,
.sitewrapper *:before {
  box-sizing: border-box;
}
.progress {
  box-shadow: 0 0 0;
  height: auto;
  margin-bottom: 0px;
}
.sitewrapper a.phone_link,
.sitewrapper a.phone_link:hover {
  color: #4c4c4c;
  text-decoration: none !important;
}
/*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,
.ui-widget,
body[radeditorbody],
body[radeditorbody] table {
  font-size: 13px !important;
  line-height: 1.53846154 !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #4c4c4c;
}
p {
  margin: 0 0 1em 0;
}
.column select {
  min-width: 150px;
}
.front_end_body label {
  line-height: inherit;
}
legend {
  color: #040707;
  font-weight: bold;
  text-decoration: none;
}
.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: #356855 !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: #4c4c4c !important;
  background: #ececec !important;
  border: 2px solid #cbcbcb !important;
}
/**title colors*/
.content_area h1,
.content_area h2,
.content_area h3,
.content_area h4,
.content_area h5,
.content_area h6 {
  color: #040707;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 5px;
}
.content_area h1 {
  font-size: 25px;
}
.content_area h2 {
  font-size: 153.84615385%;
  font-size: 20px;
}
.content_area h3 {
  font-size: 148.84615385%;
  font-size: 18px;
}
.content_area h4 {
  font-size: 143.84615385%;
  font-size: 16px;
}
.content_area h5 {
  font-size: 138.84615385%;
  font-size: 14px;
}
.content_area h6 {
  font-size: 133.84615385%;
  font-size: 13px;
}
/*.content_area, .Default.reDropDownBody {
    h1, h2, h3, h4, h5, h6 {
        color: @page-subtitle-color;
         font-weight:bold;
    }
}*/
.subtitle {
  font-size: 153.84615385%;
  color: #040707;
  font-weight: normal;
}
.subtitle p,
.subtitle a {
  color: #040707;
  font-weight: normal;
}
a,
a:visited,
.column a {
  color: #0078c8;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a[name],
a[name]:hover,
a[name]:focus {
  color: #4c4c4c;
  text-decoration: none;
}
a img {
  border: 0;
}
/**
    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: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 110%;
  height: 40px;
  line-height: 30px;
  background: #265280;
  padding: 6px 16px;
}
.small_box .mobile_header {
  display: block;
}
.mobile_list,
.mobile_box {
  background: #ffffff;
  border: 0px;
}
.small_col .content_area.mobile_box {
  border-top: 1px solid #cccccc;
  background: #ffffff;
}
.mobile_box > div {
  background: #ffffff;
  padding: 10px;
}
.mobile_box {
  background: #ffffff;
}
.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: #fcfbfb url(_gfx/cmn/mobile/mob_arrow.png) 96% 20px no-repeat;
  border-bottom: 1px solid #cccccc;
  border-top: 0;
  padding: 17px 7% 17px 16px;
  position: relative;
}
.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: #4c4c4c;
  font-weight: bold;
}
.mobile_list ul li a:hover {
  color: #0078c8;
}
.mobile_list .item-list a {
  color: #4c4c4c;
  font-weight: normal;
}
.mobile_list .item-list a:hover {
  color: #0078c8;
}
.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: #ececec;
  border: 0;
  border-bottom: 1px solid #cccccc;
  color: #040707;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  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 #cccccc;
    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;
}
.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: #0078c8;
  border: solid 1px transparent;
  color: #fff !important;
}
.alpha-filter .current:hover {
  color: inherit !important;
}
/**link color**/
.list-pager a {
  color: #0078c8 !important;
}
.list-pager a.pg-normal:hover {
  background: #0078c8;
  border: solid 1px transparent;
  color: #fff !important;
}
/* 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
================================================== */
/** hover over color**/
.sitewrapper .listtable tr:hover td {
  background: #ececec !important;
}
/** header colors **/
.sitewrapper .listtable th {
  background: #356855 !important;
  color: #fff !important;
}
.sitewrapper .listtable {
  width: 100%;
  border-collapse: separate !important;
  margin: 10px 0;
  empty-cells: show;
  border: solid 0px #cbcbcb !important;
  background: #ffffff !important;
}
.sitewrapper .listtable th {
  border: 1px solid #356855;
  font-weight: bold;
  padding: 6px 9px;
}
.sitewrapper .listtable th:hover {
  font-weight: bold;
  padding: 6px 9px;
  border: 1px solid #356855;
}
.sitewrapper .listtable td {
  padding: 3px 9px 2px 9px !important;
  border: 0;
  border-bottom: solid 1px #cbcbcb;
  border-right: solid 1px #cbcbcb;
  font-size: 92.30769231%;
}
.sitewrapper .listtable td:first-child {
  border-left: 1px solid #cbcbcb;
}
.sitewrapper .listtable tr:hover {
  background: #ececec;
}
.sitewrapper .listtable tr:hover > td a {
  color: #040707 !important;
}
.sitewrapper .listtable tr:hover > td,
.sitewrapper .listtable tr:hover > td > p {
  color: #4c4c4c !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: #4c4c4c;
  text-decoration: none !important;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td::before {
  top: 3px;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
  min-height: 28px;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
  border: 0px;
  border-bottom: 2px solid #356855;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr:last-child {
  border-bottom: 0;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sitewrapper .listtable td:last-child {
    border-bottom: solid 1px #cbcbcb !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: #040707;
  font-weight: bold;
  display: inline;
}
.empty_list {
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
.small_box .empty_box,
.small_box .no-results {
  padding: 10px 10px 10px 16px;
  display: block;
}
.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: " >";
}
/***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 #cbcbcb !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: 123.07692308% !important;
    height: auto;
    padding: 8px 15px 8px 15px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    background: #356855;
    margin: -1px -1px 0 -1px;
  }
  .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 {
    border: 1px solid #10563c;
    border-radius: 3px;
    min-height: 29px;
    line-height: 29px;
    width: 100%;
    margin: 6px 0 16px;
    display: block;
    padding: 0;
    text-align: center;
    background: transparent;
    color: #356855;
    font-weight: bold;
  }
  .small_box .box_bottomlink:after,
  .twitter_feed .box_bottomlink:after,
  .facebook_feed .box_bottomlink:after {
    content: " >";
  }
  .small_box .box_bottomlink:hover,
  .twitter_feed .box_bottomlink:hover,
  .facebook_feed .box_bottomlink:hover {
    text-decoration: underline;
  }
  .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,
  .small_box .no-results,
  .twitter_feed .no-results,
  .facebook_feed .no-results {
    color: #040707;
    text-decoration: none;
    font-size: 100%;
    font-weight: normal;
  }
  .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: #040707;
    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: #4c4c4c;
    font-size: 100%;
    padding: 0;
    border: 0;
  }
  .small_box .document_breadcrumb,
  .twitter_feed .document_breadcrumb,
  .facebook_feed .document_breadcrumb {
    color: #4c4c4c;
  }
  .small_box .document_breadcrumb a,
  .twitter_feed .document_breadcrumb a,
  .facebook_feed .document_breadcrumb a {
    color: #040707;
  }
  .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: #4c4c4c;
    font-weight: normal;
    font-size: 100%;
  }
  .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: #040707;
  }
  .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,
  .small_box .no-results,
  .twitter_feed .no-results,
  .facebook_feed .no-results {
    padding: 10px 0;
    display: block;
  }
  .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 {
    line-height: 130%;
    border-bottom: none;
    font-size: 100%;
  }
  .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%;
  }
  .standardthreecolumnlayout .small_col .small_box {
    width: 46%;
    margin-right: 2%;
    display: inline-block;
  }
}
body.front_end_body {
  background: #fff;
  -ms-overflow-style: scrollbar;
  max-width: 100%;
  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,
  .config_widget_template {
    background: #fff;
    background-size: 100% auto;
    background-attachment: fixed;
  }
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 730px;
    /*Width of site from 768px width up to 992px width*/
    max-width: 730px;
    /*needed to overwrite backend product styles*/
  }
  .mainSpan_wrapper_home #footercolumn {
    max-width: 660px;
    width: 660px;
  }
  .mainSpan_wrapper,
  .mainSpan_wrapper_home {
    max-width: 100%;
    overflow: hidden;
  }
  .mainSpan_wrapper .pre_load_con {
    display: none;
  }
  /*Set layout posision and width*/
  .container {
    margin-left: auto;
    margin-right: auto;
  }
  .config_widget_template {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #wrapper {
    overflow: hidden;
  }
}
/*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*/
  }
  .mainSpan_wrapper_home #footercolumn {
    max-width: 880px;
    width: 880px;
  }
}
@media (min-width: 1200px) {
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 1024px;
    /*maximum width of site, might change for each site*/
    max-width: 1024px;
  }
  .mainSpan_wrapper_home #footercolumn {
    max-width: 960px;
    width: 960px;
  }
  .config_widget_template {
    clear: both;
  }
}
/*** 1280px ***/
@media screen and (min-width: 80em) {
  .mainSpan_wrapper_home #footercolumn {
    width: 1024px;
    /*maximum width of site, might change for each site*/
    max-width: 1024px;
  }
}
/**
    individual components
**/
/*#region HEADER */
#siteheader {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
  background: #fff;
}
#headercolumn {
  clear: both;
  float: none;
  width: auto;
  position: static;
  height: 106px !important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader {
    height: 143px;
    background: transparent url(_gfx/cmn/header_bg.png) center 0 no-repeat;
    position: relative;
    margin: 0 auto;
  }
  #siteheader:before {
    left: -200%;
    right: -200%;
    top: 4px;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: #ffffff;
  }
  #siteheader:after {
    left: -200%;
    right: 100%;
    top: 0px;
    bottom: auto;
    height: 4px;
    position: absolute;
    content: "";
    z-index: -1;
    background: #005996;
  }
  .mainSpan_wrapper_home #siteheader {
    position: absolute;
    left: 0;
    right: 0;
  }
  .sticky_header #siteheader {
    height: 34px;
    background: transparent;
  }
  .sticky_header #siteheader:before {
    display: none;
  }
  .sticky_header #siteheader:after {
    display: none;
  }
  .mainSpan_wrapper .sticky_header #siteheader {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  #headercolumn {
    background-image: none !important;
    height: auto !important;
  }
  #headercolumn:before {
    right: -200%;
    left: 100%;
    top: 0px;
    bottom: auto;
    height: 4px;
    position: absolute;
    content: "";
    z-index: -1;
    background: #645858;
  }
  .sticky_header #headercolumn:before {
    display: none;
  }
}
@media only screen and (max-height: 614px) {
  .mainSpan_wrapper_home #siteheader {
    position: relative;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-height: 900px) and (max-width: 975px) {
  .mainSpan_wrapper_home #siteheader {
    position: relative;
    left: 0;
    right: 0;
  }
  .mainSpan_wrapper_home .sticky_header #siteheader {
    height: 10px;
  }
}
#page_footer {
  clear: both;
  font-size: 100%;
  background: #504545 url(_gfx/cmn/footer_text.png) center bottom no-repeat;
  background-size: 100% auto;
  padding: 20px 10px 30px 10px;
  margin: 0;
  position: relative;
  width: 100%;
}
#page_footer #footercolumn {
  margin: 0 auto;
  position: relative;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  zoom: 1;
}
#page_footer #footercolumn:before {
  content: '';
  display: block;
}
#page_footer #footercolumn:after {
  content: '';
  display: table;
  clear: both;
}
#page_footer #footercolumn a {
  text-decoration: none;
  margin-right: 0;
  color: #fff;
}
#page_footer #footercolumn a:hover {
  text-decoration: underline;
}
#page_footer #footercolumn .vision_link {
  color: #fee0d5;
}
#page_footer #footercolumn .footer_address p {
  margin-bottom: 1em;
}
#page_footer #footercolumn .footer_logo {
  text-indent: -4000px;
  background: url(_gfx/cmn/logo-footer.png) center 0 no-repeat;
  background-size: 100% auto;
  min-height: 141px;
  margin-bottom: 1em;
}
#page_footer #footercolumn .footer_nav {
  margin: 0 0 1em 0;
  zoom: 1;
}
#page_footer #footercolumn .footer_nav:before {
  content: '';
  display: block;
}
#page_footer #footercolumn .footer_nav:after {
  content: '';
  display: table;
  clear: both;
}
#page_footer #footercolumn .footer_nav a {
  display: block;
}
#page_footer p {
  clear: both;
}
#mobile_vision a {
  border: 1px solid #bbbaba;
}
#view-options {
  background: url(_gfx/cmn/mobile/fullsite_bg.gif) 0 0 repeat-x;
  position: relative;
  z-index: 1;
}
#view-options a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: 27px;
  z-index: -1;
  background: url(_gfx/cmn/mobile/fullsite_arrow_right.png) 0 17px no-repeat;
}
#view-full,
#view-responsive {
  background: url(_gfx/cmn/mobile/fullsite_arrow_left.png) 11px 17px no-repeat;
  border: 0;
  font-weight: normal;
  line-height: 37px;
  font-size: 15px !important;
  margin-top: 0;
}
/***= 495px ***/
@media screen and (min-width: 30.9375em) {
  #page_footer {
    padding-bottom: 62px;
  }
  #page_footer #footercolumn .footer_logo {
    background-size: auto auto;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #page_footer {
    padding: 32px 10px 120px 10px !important;
  }
  #page_footer #footercolumn .footer_nav {
    text-align: right;
  }
  #page_footer #footercolumn .footer_address p {
    margin-bottom: 1.7em;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  #page_footer {
    padding: 52px 10px 245px 10px !important;
  }
  #page_footer #footercolumn .footer_logo {
    margin-top: 92px;
    background-size: auto auto;
  }
}
/*1200px*/
#siteheader a#home_link {
  background: url("_gfx/cmn/mobile/mobile_header.gif") no-repeat center center !important;
  height: 66px;
  overflow: hidden;
  position: absolute;
  text-indent: -4000px;
  top: 0px;
  width: 100%;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader a#home_link {
    height: 101px;
    left: 0;
    top: 28px;
    width: 430px;
    background: url(_gfx/cmn/logo.png) 0 0 no-repeat !important;
  }
  #siteheader a#home_link.sticky {
    height: 61px;
    left: 3px;
    top: 2px;
    width: 61px;
    background: url(_gfx/cmn/logo-P.png) 0 0 no-repeat !important;
    background-size: 100% auto !important;
  }
  .mainSpan_wrapper_home #siteheader a#home_link.sticky {
    width: 73px;
    height: 73px;
    top: 29px;
  }
  #top_bar.sticky ~ .sitewrapper #siteheader a#home_link.sticky {
    top: 100px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .mainSpan_wrapper_home #siteheader a#home_link.sticky {
    top: 5px;
  }
}
#searchbox {
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 65px;
  right: 0px;
}
#searchbox input#search_text {
  background: #005b99;
  border: 0 none !important;
  /*keep important*/
  border-radius: 0;
  color: #fffffa;
  font-size: 14px !important;
  /*keep important*/
  height: 41px;
  line-height: 41px !important;
  margin: 0;
  padding: 0 36px 0 8px;
  width: 100%;
}
#searchbox input#search_text::-webkit-input-placeholder {
  color: #fffffa;
  font-size: 14px;
  opacity: 1 !important;
}
#searchbox input#search_text:-moz-placeholder {
  color: #fffffa;
  font-size: 14px;
  opacity: 1 !important;
}
#searchbox input#search_text::-moz-placeholder {
  opacity: 1 !important;
}
#searchbox input#search_text:-ms-input-placeholder {
  color: #fffffa;
  font-size: 14px;
  opacity: 1 !important;
}
#searchbox > a {
  background: #508cb9 url("_gfx/cmn/search_input_bg.png") no-repeat center center;
  border: 0 none !important;
  height: 41px !important;
  margin: 0;
  position: absolute;
  right: 0px;
  text-align: left;
  text-decoration: none;
  text-indent: -4000px;
  top: 0px;
  width: 43px;
  overflow: hidden;
  background-size: 20px auto;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #searchbox {
    width: 285px;
    height: 56px;
    top: 31px;
    right: 0;
  }
  #searchbox input#search_text {
    padding: 10px 56px 10px 31px;
    height: 56px;
    font-size: 20px !important;
    /*keep important*/
  }
  #searchbox input#search_text:focus {
    box-shadow: 0 0 0;
  }
  #searchbox input#search_text::-webkit-input-placeholder {
    font-size: 20px;
  }
  #searchbox input#search_text:-moz-placeholder {
    font-size: 20px;
  }
  #searchbox input#search_text::-moz-placeholder {
    font-size: 20px;
  }
  #searchbox input#search_text:-ms-input-placeholder {
    font-size: 20px;
  }
  #searchbox > a {
    width: 56px;
    height: 56px !important;
    background-size: auto auto;
  }
  #searchbox.sticky {
    margin: 0;
    position: absolute;
    top: 0;
    border: 4px solid #ececec;
    right: 0;
    height: 65px;
    float: none;
    width: 56px;
    padding: 0px;
    background: #ececec url(_gfx/cmn/search_sticky.png) center center no-repeat;
    transition: width 0.2s ease-out;
    cursor: pointer;
  }
  #searchbox.sticky > a {
    display: none;
  }
  #searchbox.sticky input#search_text {
    display: none;
  }
  #searchbox.sticky.active_search {
    width: calc(100% - 86px);
    height: 65px;
    cursor: default;
  }
  #searchbox.sticky.active_search input#search_text {
    display: block;
  }
  #searchbox.sticky.active_search > a {
    display: block;
  }
  .mainSpan_wrapper_home #searchbox.sticky {
    top: 34px;
  }
  #searchbox.right_adjust {
    right: 0px;
  }
  #top_bar.sticky ~ .sitewrapper #searchbox.sticky {
    top: 105px;
  }
}
/***62em = 992px***/
@media only screen and (min-width: 62em) {
  #searchbox {
    width: 428px;
  }
  #searchbox.sticky {
    width: 75px;
    background-position: 60% center;
  }
}
/***75em = 1200px***/
@media only screen and (min-width: 75em) {
  #searchbox.sticky {
    width: 100px;
    background-position: 60% center;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .mainSpan_wrapper_home #searchbox.sticky {
    top: 10px;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .social_icons {
    margin: 0;
  }
  .social_icons a {
    display: inline-block;
  }
  .social_icons a img: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);
  }
}
#siteheader a.menu_trigger {
  background: url("_gfx/cmn/mobile/menu.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block !important;
  height: 37px;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  text-indent: -4000px;
  width: 37px;
}
/*#region MOBILE MAIN NAV */
.mainnav {
  display: none;
}
.jPanelMenu-panel #mobile_nav {
  display: none !important;
}
#jPanelMenu-menu {
  background: none repeat scroll 0 0 #ececec;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto !important;
  display: block;
}
#jPanelMenu-menu .nav_tip {
  color: #040707;
  font-style: italic;
  margin: 30px 5% 10px;
}
#jPanelMenu-menu .dropdownmenu {
  border-top: 1px solid #dfdfdf;
  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 {
  background: #d9d9d9;
}
#jPanelMenu-menu .dropdownmenu ul ul {
  display: none;
}
#jPanelMenu-menu .dropdownmenu li {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  overflow: hidden;
  position: relative;
}
#jPanelMenu-menu .dropdownmenu li a {
  color: #040707;
  display: inline-block;
  padding: 7px 0px 7px 5%;
  margin-right: 45px;
  text-decoration: none;
  text-transform: uppercase;
}
#jPanelMenu-menu .dropdownmenu li a[href] {
  position: relative;
}
#jPanelMenu-menu .dropdownmenu li .expand_link {
  cursor: pointer;
  height: 34px;
  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: #b8b8b8;
  -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: #b8b8b8;
  -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: #d9d9d9;
}
#jPanelMenu-menu .dropdownmenu li li a {
  padding-left: 9%;
  text-transform: none;
  color: #095f9b;
  line-height: 1.53846154;
}
#jPanelMenu-menu .dropdownmenu li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li .expand_link:after {
  background: #095f9b;
}
#jPanelMenu-menu .dropdownmenu li li li {
  background: #c8c8c8;
}
#jPanelMenu-menu .dropdownmenu li li li a {
  padding-left: 13%;
  color: #040707;
}
#jPanelMenu-menu .dropdownmenu li li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li li .expand_link:after {
  background: #040707;
}
#jPanelMenu-menu .dropdownmenu li li li li {
  background: #c0c0c0;
}
#jPanelMenu-menu .dropdownmenu li li li li a {
  padding-left: 17%;
}
#jPanelMenu-menu .dropdownmenu li li li li li {
  background: #b9b9b9;
}
#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: #040707;
  display: block;
  padding: 8px 5% 0;
}
#jPanelMenu-menu #top_nav a {
  color: #040707;
  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: #d9d9d9;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader > a.menu_trigger,
  .expand_link {
    display: none !important;
  }
  .dropdownmenu {
    display: block;
  }
}
/*!
 * 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%;
}
.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 #scroll_menu {
  display: none;
}
#sitebody.homepagelayout #section1,
#sitebody.homepagelayout #section2,
#sitebody.homepagelayout #section3,
#sitebody.homepagelayout #section4,
#sitebody.homepagelayout #section5 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
#sitebody.homepagelayout #section1 {
  padding: 0;
  background-color: #007a53;
}
#sitebody.homepagelayout #section2 {
  background-color: #fff;
}
#sitebody.homepagelayout #section3 {
  background-color: #007a53;
}
#sitebody.homepagelayout #section4 {
  background-color: #007a53;
}
#sitebody.homepagelayout #section5 {
  background-color: #005b99;
}
#sitebody.homepagelayout .photo_credit {
  display: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .pre_load_con {
    background: #0d5c9a 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: "";
    position: absolute;
    top: 0;
    bottom: 250px;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(_gfx/cmn/logo.png) center center no-repeat;
  }
  .config_widget_template .pre_load_con {
    display: none;
  }
  #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 #scroll_menu {
    left: 0;
    top: 50vh;
    z-index: 10;
    list-style: none;
    margin: -75px 0 0 0;
    padding: 0;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-left: 0px;
  }
  #sitebody.homepagelayout #scroll_menu li {
    padding: 0px 0;
    position: relative;
  }
  #sitebody.homepagelayout #scroll_menu li::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 12px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    margin: auto;
    -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;
  }
  #sitebody.homepagelayout #scroll_menu li.active::before,
  #sitebody.homepagelayout #scroll_menu li:hover::before {
    left: 0;
  }
  #sitebody.homepagelayout #scroll_menu li a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    background: #005b99 url(_gfx/home/home.png) center center no-repeat;
    text-align: left;
    display: block;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-indent: -4000px;
  }
  #sitebody.homepagelayout #scroll_menu li:nth-child(2) a {
    background: #007a53 url(_gfx/home/news_white.png) center center no-repeat;
  }
  #sitebody.homepagelayout #scroll_menu li:nth-child(3) a {
    background: #005b99 url(_gfx/home/events.png) center center no-repeat;
    background-size: 36px auto;
  }
  #sitebody.homepagelayout #scroll_menu li:nth-child(4) a {
    background: #007a53 url(_gfx/home/connect.png) center center no-repeat;
    background-size: 34px auto;
  }
  #sitebody.homepagelayout #scroll_menu li:nth-child(5) a {
    background: #005b99 url(_gfx/home/videos.png) center center no-repeat;
  }
  #sitebody.homepagelayout #section1,
  #sitebody.homepagelayout #section2,
  #sitebody.homepagelayout #section3,
  #sitebody.homepagelayout #section4,
  #sitebody.homepagelayout #section5 {
    padding: 0px 0;
  }
  #sitebody.homepagelayout #section1 .fp-tableCell {
    padding-top: 109px;
  }
  #sitebody.homepagelayout #fullpage .container {
    max-width: 660px;
    width: 660px;
  }
  #sitebody.homepagelayout .photo_credit {
    display: block;
    position: absolute;
    padding: 6px 9px;
    background: rgba(0, 91, 153, 0.9);
    width: 177px;
    margin-right: -177px;
    min-height: 45px;
    right: 0;
    top: 56%;
    z-index: 9;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
  }
  #sitebody.homepagelayout .photo_credit:before {
    position: absolute;
    left: -54px;
    width: 54px;
    height: 45px;
    top: 0;
    background: rgba(0, 91, 153, 0.9) url(_gfx/home/camera.png) 11px center no-repeat;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    content: "";
  }
  #sitebody.homepagelayout .photo_credit .photo_title {
    color: #fff;
    margin: 0 0 2px;
    font-weight: bold;
    font-size: 18px;
    max-height: 19.8px;
    overflow: hidden;
  }
  #sitebody.homepagelayout .photo_credit .photo_desc {
    color: #fff;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    max-height: 21.53846154px;
    overflow: hidden;
  }
  #sitebody.homepagelayout .photo_credit.isopen {
    margin-right: 0;
  }
  .config_widget_template #sitebody.homepagelayout #scroll_menu {
    position: absolute;
  }
  .config_widget_template #sitebody.homepagelayout #section1,
  .config_widget_template #sitebody.homepagelayout #section2,
  .config_widget_template #sitebody.homepagelayout #section3,
  .config_widget_template #sitebody.homepagelayout #section4,
  .config_widget_template #sitebody.homepagelayout #section5 {
    padding: 90px 0 7vh;
  }
}
/*** 992px ***/
@media screen and (min-width: 62em) {
  #sitebody.homepagelayout #fullpage .container {
    max-width: 880px;
    width: 880px;
  }
}
/*** 1200px ***/
@media screen and (min-width: 75em) {
  #sitebody.homepagelayout #scroll_menu {
    top: 0;
    bottom: 0;
    margin: auto;
    border: 4px solid rgba(255, 255, 255, 0.8);
    border-left: 0px;
    height: 563px;
  }
  #sitebody.homepagelayout #scroll_menu li a {
    background-position: center 40%;
    text-align: center;
    padding: 75px 10px 13px;
    width: 113px;
    height: 111px;
    text-indent: 0;
  }
  #sitebody.homepagelayout #scroll_menu li:nth-child(2) a {
    background-position: center 40%;
  }
  #sitebody.homepagelayout #scroll_menu li:nth-child(3) a {
    background-position: center 40%;
  }
  #sitebody.homepagelayout #scroll_menu li:nth-child(4) a {
    background-position: center 40%;
  }
  #sitebody.homepagelayout #scroll_menu li:nth-child(5) a {
    background-position: center 40%;
  }
  #sitebody.homepagelayout #fullpage .container {
    max-width: 960px;
    width: 960px;
  }
}
/*** 1280px ***/
@media screen and (min-width: 80em) {
  #sitebody.homepagelayout #fullpage .container {
    max-width: 1024px;
    width: 1024px;
  }
}
@media only screen and (max-height: 614px) {
  #sitebody.homepagelayout #section1 {
    clear: both;
  }
  #sitebody.homepagelayout #section1,
  #sitebody.homepagelayout #section2,
  #sitebody.homepagelayout #section3,
  #sitebody.homepagelayout #section4,
  #sitebody.homepagelayout #section5 {
    padding: 7vh 0;
    position: relative;
  }
  #sitebody.homepagelayout #scroll_menu {
    display: none;
  }
  .pre_load_con {
    display: none;
  }
}
@media only screen and (max-height: 900px) and (max-width: 975px) {
  #sitebody.homepagelayout #section1 {
    clear: both;
  }
  #sitebody.homepagelayout #section1,
  #sitebody.homepagelayout #section2,
  #sitebody.homepagelayout #section3,
  #sitebody.homepagelayout #section4,
  #sitebody.homepagelayout #section5 {
    padding: 7vh 0;
    position: relative;
  }
  #sitebody.homepagelayout #scroll_menu {
    display: none;
  }
  .pre_load_con {
    display: none;
  }
}
@media only screen and (min-height: 615px) and (min-width: 768px) {
  #fullpage {
    clear: both;
  }
  #sitebody.homepagelayout,
  .mainSpan_wrapper_home {
    position: static !important;
  }
  #sitebody.homepagelayout #scroll_menu {
    position: fixed;
  }
  .mainSpan_wrapper_home .top_col {
    position: relative;
  }
}
.events-panel-title {
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  white-space: nowrap;
  margin: 0 0 3vh 10px;
  text-transform: uppercase;
  height: 44px;
  padding-left: 62px;
  overflow: hidden;
  background: url(_gfx/home/events.png) 0 center no-repeat;
}
.home_events {
  padding: 60px 3% 42px 3%;
  background: rgba(0, 91, 153, 0.95);
}
.home_events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_events ul li {
  text-align: center;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.home_events ul li .box_item_title {
  color: #042b46;
  font-weight: normal;
  display: block;
  font-size: 16px;
  text-decoration: none;
  line-height: 120%;
  max-height: 38.4px;
  overflow: hidden;
  margin: 15px 0 0 0;
  padding: 0px 10px 0px 10px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.home_events ul li .box_item_title:hover {
  color: #042b46;
}
.home_events ul li .datebox {
  display: block;
  border: 0px solid #fff;
  background: #024e82;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  min-width: 75px;
  margin: 0;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  letter-spacing: 0.75px;
}
.home_events ul li .datebox span {
  float: left;
  width: 33.33%;
}
.home_events ul li .datebox .datebox-day {
  background: #05416b;
  font-size: 30px;
}
.home_events ul li .datebox .datebox-weekday {
  background: #042b46;
}
.home_events ul li a,
.home_events ul li a:hover {
  display: block;
  text-decoration: none;
  background: #ffffff;
  border: 0px 0 0 0 solid #e1e3e0;
  height: 170px;
  padding: 0 0px 10px;
}
.home_events ul li .box_item_summary {
  color: #042b46;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  background: #d2ebfc;
  height: 39px;
  width: 400px;
  line-height: 110%;
  padding: 5px 10px 5px 10px;
}
.home_events ul li.featured-event {
  overflow: hidden;
}
.home_events ul li.featured-event a,
.home_events ul li.featured-event a:hover {
  height: 370px;
  padding-top: 10px;
}
.home_events ul li.featured-event .image_frame {
  height: 169px;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: -10px;
}
.home_events ul li.featured-event img {
  min-width: 100%;
  max-width: 600px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.home_events ul li.featured-event .box_item_date {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: bold;
  color: #042b46;
  padding: 10px 28px 0px 28px;
}
.home_events ul li.featured-event .box_item_day_time {
  color: #042b46;
  font-weight: normal;
  display: block;
  font-size: 16px;
  line-height: 120%;
  padding: 0px 28px 0px 28px;
  margin: -1px 0 0 0;
  text-transform: uppercase;
}
.home_events ul li.featured-event .box_item_title {
  max-height: 19.2px;
  margin: 10px 0 15px;
  padding: 0px 28px 0px 28px;
}
.home_events ul li.featured-event .box_item_summary {
  background: transparent;
  height: auto;
  text-transform: none;
  line-height: inherit;
  font-size: 16px;
  color: #404040;
  text-align: left;
  margin: 10px 0;
  padding: 0px 15px 0px 28px;
  line-height: 22px;
  max-height: 66px;
  overflow: hidden;
  display: block;
  width: 100%;
}
.home_events .box_bottomlink {
  color: #fff;
  font-weight: normal;
  border: 1px solid #fff;
  float: right;
  padding: 0px 7px 0px 11px;
  text-decoration: none;
  font-size: 15px;
  height: 38px;
  line-height: 36px;
  margin: 39px 0 0px 0;
  border-radius: 3px;
  clear: left;
}
.home_events .empty_list {
  color: #fff !important;
}
/***500px ***/
@media screen and (min-width: 31.25em) {
  h2.events-panel-title {
    font-size: 35px;
    padding-left: 72px;
  }
  .home_events ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .home_events ul li.featured-event {
    float: right;
    margin-right: 0;
  }
  .home_events ul li:last-child {
    margin-right: 0;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  h2.events-panel-title {
    font-size: 45px;
  }
  .events-panel-title {
    font-size: 45px;
  }
  .home_events {
    padding: 60px 8% 42px 8%;
  }
  .home_events ul li {
    width: 28.25%;
    margin: 0 2% 30px 0;
  }
  .home_events ul li .box_item_title {
    margin-top: 5px;
  }
  .home_events ul li .box_item_summary {
    padding: 5px 10px;
  }
  .home_events ul li.featured-event {
    float: right;
    width: 39.5%;
    margin-right: 0;
  }
  .home_events ul li.featured-event a,
  .home_events ul li.featured-event a:hover {
    height: 370px;
  }
  .home_events ul li.featured-event .box_item_date {
    padding: 0px 10px 0px 10px;
  }
  .home_events ul li.featured-event .box_item_day_time {
    padding: 0px 10px 0px 10px;
  }
  .home_events ul li.featured-event .box_item_title {
    padding: 0px 10px 0px 10px;
    margin: 10px 0 15px;
  }
  .home_events ul li.featured-event .box_item_summary {
    padding: 0px 10px 0px 10px;
  }
  .home_events .box_bottomlink {
    margin-top: 20px;
  }
}
/***62em = 992px***/
@media only screen and (min-width: 62em) {
  .home_events.home_events {
    padding: 60px 8% 42px 8%;
  }
  .home_events.home_events ul li {
    margin: 0 2% 30px 0;
  }
  .home_events.home_events ul li .box_item_title {
    margin-top: 15px;
  }
  .home_events.home_events ul li .box_item_summary {
    padding: 5px 10px;
  }
  .home_events.home_events ul li.featured-event {
    margin-right: 0;
  }
  .home_events.home_events ul li.featured-event .box_item_date {
    padding: 0px 28px 0px 28px;
  }
  .home_events.home_events ul li.featured-event .box_item_day_time {
    padding: 0px 28px 0px 28px;
  }
  .home_events.home_events ul li.featured-event .box_item_title {
    padding: 0px 28px 0px 28px;
  }
  .home_events.home_events ul li.featured-event .box_item_summary {
    padding: 0px 15px 0px 28px;
  }
}
@media (max-height: 700px) and (min-width: 992px) {
  .events-panel-title {
    font-size: 39px;
    margin-bottom: -41px;
    margin-top: 3px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .home_events.home_events {
    padding: 20px;
  }
  .home_events.home_events ul li {
    margin-bottom: 15px;
  }
  .home_events.home_events ul li.featured-event a,
  .home_events.home_events ul li.featured-event a:hover {
    height: 355px;
  }
  .home_events.home_events .box_bottomlink {
    margin: 0px 0 0px 0;
  }
}
h2.news-panel-title {
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  padding-left: 72px;
  overflow: hidden;
  background: url(_gfx/home/news.png) 0 center no-repeat;
  margin: 22px 0 1vh 10px;
  font-size: 20px;
  font-weight: normal;
  color: #0f7a54;
  text-transform: uppercase;
}
.home_news {
  padding: 0;
}
.home_news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_news ul li {
  margin: 0 0 0 0;
}
.home_news ul li .news-item {
  display: block;
  height: 539px;
  margin: 0;
  background: #005b99;
  border: 0px #dddddd solid;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -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;
}
.home_news ul li .news-item:before {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 0;
  height: 0;
  border-top: 14px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  z-index: 1;
}
.home_news ul li .news-item:hover {
  -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.15);
}
.home_news ul li .news-item:hover .box_item_title {
  color: #fff;
}
.home_news ul li .news-item .box_item_title {
  margin: 0 0 22px 0;
  padding: 28px 20px 26px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  max-height: 98.2px;
  overflow: hidden;
  line-height: 1.3;
  word-wrap: break-word;
}
.home_news ul li .news-item .box_item_summary {
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  max-height: 98.46153846px;
  overflow: hidden;
  display: block;
  margin: 0;
  word-wrap: break-word;
}
.home_news ul li .news-item .image_frame {
  height: 50%;
  overflow: hidden;
  border-bottom: 4px solid #fff;
  max-width: 100%;
  width: 100%;
}
.home_news ul li .news-item .image_frame img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: 400px;
}
.home_news ul li:nth-child(even) .news-item .image_frame {
  position: absolute;
  bottom: 0;
  border-bottom: 0;
  border-top: 4px solid #fff;
}
.home_news ul li:nth-child(1) .news-item .box_item_title {
  padding: 41px 29px 26px 29px;
  max-height: 110.2px;
}
.home_news ul li:nth-child(1) .news-item .box_item_summary {
  padding: 0 29px;
}
.home_news ul li:nth-child(2) .news-item {
  background: #504545;
}
.home_news ul li:nth-child(2) .news-item:before {
  top: calc(41% - 13px);
  left: 60%;
  border-top: 0px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #fff;
}
.home_news ul li:nth-child(2) .news-item .box_item_title {
  max-height: 168.4px;
}
.home_news ul li:nth-child(2) .news-item .box_item_summary {
  display: none;
}
.home_news ul li:nth-child(2) .image_frame {
  height: 59%;
}
.home_news ul li:nth-child(3) .news-item {
  background: #007a53;
}
.home_news ul li:nth-child(3) .news-item:before {
  top: 58%;
  left: 47%;
}
.home_news ul li:nth-child(3) .news-item .box_item_title {
  max-height: 168.4px;
}
.home_news ul li:nth-child(3) .news-item .box_item_summary {
  display: none;
}
.home_news ul li:nth-child(3) .image_frame {
  height: 58%;
}
.home_news ul li:nth-child(4) .news-item {
  background: #e89956;
}
.home_news ul li:nth-child(4) .news-item:before {
  top: calc(41% - 13px);
  left: 50%;
  border-top: 0px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #fff;
}
.home_news ul li:nth-child(4) .news-item .box_item_title,
.home_news ul li:nth-child(4) .news-item .box_item_summary {
  color: #2d1a06;
}
.home_news ul li:nth-child(4) .news-item .box_item_summary.box_item_summary {
  max-height: 73.84615385px;
}
.home_news ul li:nth-child(4) .image_frame {
  height: 59%;
}
.home_news .box_bottomlink {
  padding: 0 5px 0 8px;
  text-transform: uppercase;
  margin: 39px 0 0px 0;
  color: #007a53;
  font-size: 15px;
  font-weight: normal;
  background: transparent;
  width: 137px;
  height: 38px;
  line-height: 38px;
  float: right;
  text-decoration: none;
  border: 1px solid #007a53;
  border-radius: 3px;
  white-space: nowrap;
  clear: left;
}
.home_news .box_bottomlink:hover {
  text-decoration: underline;
}
/***500px ***/
@media screen and (min-width: 31.25em) {
  h2.news-panel-title {
    font-size: 35px;
  }
  .home_news ul li {
    width: 50%;
    float: left;
  }
  .home_news ul li .news-item {
    border-right: 4px solid #fff;
  }
  .home_news ul li:nth-child(even) .news-item {
    border-right: 0;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  h2.news-panel-title {
    margin-left: 0;
    font-size: 45px;
  }
  .home_news {
    padding: 0;
  }
  .home_news ul li {
    width: 33.59375%;
    margin: 0 0 0 0;
  }
  .home_news ul li:nth-child(4n+ 4) {
    margin-right: 0;
  }
  .home_news ul li:nth-child(2) {
    width: 20.8984375%;
  }
  .home_news ul li:nth-child(3) {
    width: 20.8984375%;
  }
  .home_news ul li:nth-child(4) {
    width: 24.609375%;
  }
  .home_news ul li:nth-child(even) .news-item {
    border-right: 4px solid #fff;
  }
  .home_news ul li:last-child .news-item {
    border-right: 0;
  }
  .home_news .box_bottomlink {
    margin: 20px 0 0px 0;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .home_news.home_news {
    padding: 0;
  }
  .home_news.home_news ul li {
    margin: 0 0 0 0;
    float: left;
  }
  .home_news.home_news ul li:nth-child(4n+ 4) {
    margin-right: 0;
  }
  .home_news.home_news .box_bottomlink {
    margin: 39px 0 0px 0;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .home_news.home_news ul li .news-item {
    height: 460px;
  }
}
@media (max-height: 700px) and (min-width: 992px) {
  h2.news-panel-title {
    font-size: 39px;
    margin-bottom: -41px;
    margin-top: 3px;
  }
}
@media (max-height: 800px) and (min-width: 992px) {
  .home_news.home_news ul li .news-item {
    height: 385px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .home_news.home_news ul li .news-item .box_item_title {
    margin: 0 0 10px 0;
    padding: 15px 15px 0px;
    font-size: 16px;
    max-height: 72.4px;
  }
  .home_news.home_news ul li .news-item .box_item_summary {
    padding: 0 15px;
    max-height: 86.15384615px;
    font-size: 14px;
  }
  .home_news.home_news ul li:nth-child(1) .news-item .box_item_title {
    padding: 21px 20px 20px 20px;
    max-height: 82.4px;
  }
  .home_news.home_news ul li:nth-child(1) .news-item .box_item_summary {
    padding: 0 20px;
  }
  .home_news.home_news ul li:nth-child(2) .news-item .box_item_title,
  .home_news.home_news ul li:nth-child(3) .news-item .box_item_title {
    max-height: 134.8px;
  }
  .home_news.home_news ul li:nth-child(4) .news-item .box_item_summary.box_item_summary {
    max-height: 64.61538462px;
  }
  .home_news.home_news .box_bottomlink {
    margin: 10px 0 0px 0;
  }
}
@media (min-height: 950px) and (min-width: 992px) {
  h2.news-panel-title {
    margin: 10px 0 2.5vh 0;
  }
}
.home_buttons {
  display: block;
}
.home_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_buttons ul li {
  margin-top: 4px;
}
.home_buttons ul li a {
  background: rgba(0, 122, 83, 0.95);
  display: table;
  height: 160px;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.home_buttons ul li a:hover,
.home_buttons ul li a:focus {
  text-decoration: none;
  background: #007a53;
  z-index: 1;
  outline: 4px solid #fff;
}
.home_buttons ul li img {
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.home_buttons ul li span {
  color: #fff;
  display: table-cell;
  font-size: 25px;
  line-height: 1.1;
  vertical-align: top;
  padding: 110px 10px 0;
}
.home_buttons ul li:nth-child(2) a {
  background: rgba(0, 91, 153, 0.95);
}
.home_buttons ul li:nth-child(2) a:hover,
.home_buttons ul li:nth-child(2) a:focus {
  background: #005b99;
}
.home_buttons ul li:nth-child(3) a {
  background: rgba(232, 153, 86, 0.95);
}
.home_buttons ul li:nth-child(3) a:hover,
.home_buttons ul li:nth-child(3) a:focus {
  background: #e89956;
}
.home_buttons ul li:nth-child(3) span {
  color: #2d1a06;
}
.home_buttons ul li:nth-child(4) a {
  background: rgba(95, 160, 221, 0.95);
}
.home_buttons ul li:nth-child(4) a:hover,
.home_buttons ul li:nth-child(4) a:focus {
  background: #5fa0dd;
}
.home_buttons ul li:nth-child(4) span {
  color: #000000;
}
.home_buttons ul li:nth-child(5) a {
  background: rgba(232, 153, 86, 0.95);
}
.home_buttons ul li:nth-child(5) a:hover,
.home_buttons ul li:nth-child(5) a:focus {
  background: #e89956;
}
.home_buttons ul li:nth-child(5) span {
  color: #2d1a06;
}
.home_buttons ul li:nth-child(6) a {
  background: rgba(80, 69, 69, 0.95);
}
.home_buttons ul li:nth-child(6) a:hover,
.home_buttons ul li:nth-child(6) a:focus {
  background: #504545;
}
.home_buttons ul li:nth-child(7) a {
  background: rgba(0, 122, 83, 0.95);
}
.home_buttons ul li:nth-child(7) a:hover,
.home_buttons ul li:nth-child(7) a:focus {
  background: #007a53;
}
.home_buttons ul li:nth-child(7) span {
  color: #ffffff;
}
.home_buttons ul li:nth-child(8) a {
  background: rgba(0, 91, 153, 0.95);
}
.home_buttons ul li:nth-child(8) a:hover,
.home_buttons ul li:nth-child(8) a:focus {
  background: #005b99;
}
.home_buttons.button-icons-left ul li a {
  padding: 0 2% 0 70px;
  text-align: left;
}
.home_buttons.button-icons-left ul li img {
  bottom: 0;
  left: 0;
  right: calc(100% -  70px);
  top: 0;
}
.home_buttons.button-icons-left ul li span {
  padding: 0;
}
.home_buttons.button-icons-right ul li a {
  padding: 0 70px 0 10px;
  text-align: left;
}
.home_buttons.button-icons-right ul li img {
  left: calc(100% -  70px);
  right: 0;
  top: 0;
  bottom: 0;
}
.home_buttons.button-icons-right ul li span {
  padding: 0;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_buttons ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home_buttons ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0 0px 0px 0;
  }
  .home_buttons ul li:nth-child(4n+ 4) {
    margin-right: 0;
  }
  .home_buttons ul li a {
    height: 271px;
  }
  .home_buttons ul li a img {
    bottom: 121px;
  }
  .home_buttons ul li a span {
    font-size: 18px;
    padding: 160px 10px 0;
  }
  .home_buttons ul li:nth-child(2) a {
    height: 199px;
  }
  .home_buttons ul li:nth-child(2) img {
    bottom: 94px;
  }
  .home_buttons ul li:nth-child(2) span {
    padding: 122px 10px 0;
  }
  .home_buttons ul li:nth-child(3) img {
    bottom: 101px;
  }
  .home_buttons ul li:nth-child(3) span {
    padding: 187px 10px 0;
  }
  .home_buttons ul li:nth-child(4) a {
    height: 199px;
  }
  .home_buttons ul li:nth-child(4) img {
    bottom: 105px;
  }
  .home_buttons ul li:nth-child(4) span {
    padding: 122px 10px 0;
  }
  .home_buttons ul li:nth-child(5) a {
    height: 172px;
  }
  .home_buttons ul li:nth-child(5) img {
    bottom: 72px;
  }
  .home_buttons ul li:nth-child(5) span {
    padding: 112px 10px 0;
  }
  .home_buttons ul li:nth-child(6) {
    margin-top: -72px;
  }
  .home_buttons ul li:nth-child(6) a {
    height: 244px;
  }
  .home_buttons ul li:nth-child(6) img {
    bottom: 128px;
  }
  .home_buttons ul li:nth-child(6) span {
    padding: 129px 10px 0;
  }
  .home_buttons ul li:nth-child(7) a {
    height: 171px;
  }
  .home_buttons ul li:nth-child(7) img {
    bottom: 74px;
  }
  .home_buttons ul li:nth-child(7) span {
    padding: 114px 10px 0;
  }
  .home_buttons ul li:nth-child(8) {
    margin-top: -72px;
  }
  .home_buttons ul li:nth-child(8) a {
    height: 243px;
  }
  .home_buttons ul li:nth-child(8) img {
    bottom: 126px;
  }
  .home_buttons ul li:nth-child(8) span {
    padding: 131px 10px 0;
  }
  .home_buttons.button-icons-left ul li a {
    padding: 0 2% 0 50px;
  }
  .home_buttons.button-icons-left ul li img {
    right: calc(100% -  50px);
  }
  .home_buttons.button-icons-right ul li a {
    padding: 0 50px 0 10px;
  }
  .home_buttons.button-icons-right ul li img {
    left: calc(100% -  50px);
  }
}
@media screen and (min-width: 62em) {
  .home_buttons ul li a span {
    font-size: 25px;
  }
  .home_buttons.button-icons-left ul li a {
    padding: 0 2% 0 70px;
  }
  .home_buttons.button-icons-left ul li img {
    right: calc(100% -  70px);
  }
  .home_buttons.button-icons-right ul li a {
    padding: 0 70px 0 10px;
  }
  .home_buttons.button-icons-right ul li img {
    left: calc(100% -  70px);
  }
}
/***shorter screens with anchor scrolling***/
@media screen and (min-width: 48em) and (max-height: 50em) {
  .home_buttons ul li a {
    height: 200px;
  }
  .home_buttons ul li a img {
    bottom: 65px;
  }
  .home_buttons ul li a span {
    padding: 145px 10px 0;
  }
  .home_buttons ul li:nth-child(2) a {
    height: 160px;
  }
  .home_buttons ul li:nth-child(2) img {
    bottom: 60px;
  }
  .home_buttons ul li:nth-child(2) span {
    padding: 100px 10px 0;
  }
  .home_buttons ul li:nth-child(3) img {
    bottom: 65px;
  }
  .home_buttons ul li:nth-child(3) span {
    padding: 145px 10px 0;
  }
  .home_buttons ul li:nth-child(4) a {
    height: 160px;
  }
  .home_buttons ul li:nth-child(4) img {
    bottom: 60px;
  }
  .home_buttons ul li:nth-child(4) span {
    padding: 100px 10px 0;
  }
  .home_buttons ul li:nth-child(5) a {
    height: 172px;
  }
  .home_buttons ul li:nth-child(5) img {
    bottom: 72px;
  }
  .home_buttons ul li:nth-child(5) span {
    padding: 112px 10px 0;
  }
  .home_buttons ul li:nth-child(6) {
    margin-top: -40px;
  }
  .home_buttons ul li:nth-child(6) a {
    height: 212px;
  }
  .home_buttons ul li:nth-child(6) img {
    bottom: 111px;
  }
  .home_buttons ul li:nth-child(6) span {
    padding: 129px 10px 0;
  }
  .home_buttons ul li:nth-child(7) a {
    height: 171px;
  }
  .home_buttons ul li:nth-child(7) img {
    bottom: 74px;
  }
  .home_buttons ul li:nth-child(7) span {
    padding: 114px 10px 0;
  }
  .home_buttons ul li:nth-child(8) {
    margin-top: -40px;
  }
  .home_buttons ul li:nth-child(8) a {
    height: 212px;
  }
  .home_buttons ul li:nth-child(8) img {
    bottom: 111px;
  }
  .home_buttons ul li:nth-child(8) span {
    padding: 131px 10px 0;
  }
}
.nav.news-tabs {
  border: 0;
}
.nav.news-tabs li {
  margin-bottom: 5px;
  padding: 0;
  width: 33.33333333%;
  float: right;
}
.nav.news-tabs li a {
  border-radius: 0;
  border: 0;
  border-right: 1px solid #64ae97;
  text-decoration: none;
  font-size: 18px;
  padding: 0px 2px;
  height: 55px;
  line-height: 55px;
  background: #007a53;
  color: #fefefe;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.nav.news-tabs li.active a,
.nav.news-tabs li.active a:hover,
.nav.news-tabs li.active a:focus,
.nav.news-tabs li a:hover,
.nav.news-tabs li a:focus {
  background: #f5f2e0;
  color: #007a53;
  border-color: #f5f2e0;
  border: 0;
}
.nav.news-tabs li:first-child a {
  border-top-right-radius: 8px;
  border-right: 0;
}
.nav.news-tabs li:last-child a {
  border-top-left-radius: 8px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .nav.news-tabs li {
    padding: 0;
    width: 172px;
  }
  .nav.news-tabs li a {
    font-size: 24px;
    padding: 0px 15px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .nav.news-tabs li {
    padding: 0;
    width: 135px;
  }
  .nav.news-tabs li a {
    font-size: 24px;
    padding: 0px 0px;
    height: 40px;
    line-height: 40px;
  }
}
.nav.events-tabs {
  border: 0;
}
.nav.events-tabs li {
  margin-bottom: 0px;
  padding: 0;
  width: 33.33333333%;
  float: right;
}
.nav.events-tabs li a {
  border-radius: 0;
  border: 0;
  border-right: 1px solid #becfdf;
  text-decoration: none;
  font-size: 18px;
  padding: 0px 2px;
  height: 55px;
  line-height: 55px;
  background: #ffffff;
  color: #0b5c99;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.nav.events-tabs li.active a,
.nav.events-tabs li.active a:hover,
.nav.events-tabs li.active a:focus,
.nav.events-tabs li a:hover,
.nav.events-tabs li a:focus {
  background: #005b99;
  color: #ffffff;
  border-color: #005b99;
  border: 0;
}
.nav.events-tabs li:first-child a {
  border-top-right-radius: 8px;
  border-right: 0;
}
.nav.events-tabs li:last-child a {
  border-top-left-radius: 8px;
}
.nav.events-tabs .empty_list {
  color: #fff;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .nav.events-tabs li {
    padding: 0;
    width: 171px;
  }
  .nav.events-tabs li a {
    font-size: 24px;
    padding: 0px 15px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .nav.events-tabs li {
    padding: 0;
    width: 135px;
  }
  .nav.events-tabs li a {
    font-size: 24px;
    padding: 0px 0px;
    height: 41px;
    line-height: 41px;
  }
}
.social-panel-title {
  font-weight: normal;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  white-space: nowrap;
  margin: 0 0 3vh 10px;
  text-transform: uppercase;
  height: 44px;
  padding-left: 72px;
  overflow: hidden;
  background: url(_gfx/home/connect.png) 0 center no-repeat;
}
.nav.social-tabs {
  border: 0;
}
.nav.social-tabs li {
  margin-bottom: 19px;
  padding: 0;
  width: 50%;
  float: right;
}
.nav.social-tabs li a {
  border-radius: 0;
  border: 0;
  text-decoration: none;
  font-size: 18px;
  padding: 0px 15px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  text-indent: -4000px;
  margin: 0;
}
.nav.social-tabs li:first-child a {
  border-top-right-radius: 8px;
  background: #fff url(_gfx/home/tw.png) center center no-repeat;
}
.nav.social-tabs li:last-child a {
  border-top-left-radius: 8px;
  background: #fff url(_gfx/home/fb.png) center center no-repeat;
}
.nav.social-tabs li.active a,
.nav.social-tabs li.active a:hover,
.nav.social-tabs li.active a:focus,
.nav.social-tabs li a:hover,
.nav.social-tabs li a:focus {
  background: #0d704d url(_gfx/home/twH.png) center center no-repeat;
  border: 0;
}
.nav.social-tabs li.active:last-child a,
.nav.social-tabs li.active:last-child a:hover,
.nav.social-tabs li.active:last-child a:focus,
.nav.social-tabs li:last-child a:hover,
.nav.social-tabs li:last-child a:focus {
  background: #3b5998 url(_gfx/home/fbH.png) center center no-repeat;
}
/***500px ***/
@media screen and (min-width: 31.25em) {
  .social-panel-title {
    font-size: 35px;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .social-panel-title {
    font-size: 45px;
  }
  .nav.social-tabs li {
    padding: 0;
    width: 172px;
  }
  .nav.social-tabs li a {
    font-size: 24px;
  }
}
@media (max-height: 750px) and (min-width: 992px) {
  .social-panel-title {
    margin-bottom: -41px;
    margin-top: 3px;
  }
  .nav.social-tabs li {
    padding: 0;
    margin-bottom: 10px;
    width: 135px;
  }
  .nav.social-tabs li a {
    font-size: 24px;
    padding: 0px 0px;
    height: 40px;
    line-height: 40px;
  }
}
.home_facebook ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_facebook ul li {
  background: #fff;
  padding: 14px 10px 5px 11px;
  height: 485px;
  overflow: hidden;
  margin: 2%;
  position: relative;
}
.home_facebook ul li .facebook_feed_photo {
  float: left;
  margin-top: -10px;
  margin-right: 5px;
}
.home_facebook ul li .image_frame {
  overflow: hidden;
  clear: both;
  margin-right: 0px;
  display: block;
  height: 210px;
  width: 100%;
  margin-top: 0;
  float: none;
  position: relative;
}
.home_facebook ul li .image_frame img {
  margin-right: 0px;
  display: block;
  height: 210px;
  width: auto;
  margin-top: 0;
  float: none;
  max-width: none;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.home_facebook ul li .box_date {
  float: none;
  font-size: 12px;
  text-transform: none;
  color: #fff;
  font-weight: normal;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3b5998 url(_gfx/home/fbH.png) 11px center no-repeat;
  background-size: 19px 19px;
  padding: 12px 0 0 46px;
  height: 39px;
  line-height: 1;
}
.home_facebook ul li .facebook_feed_user {
  margin: 4px 0 20px;
  line-height: 110%;
  min-height: 28px;
}
.home_facebook ul li .facebook_feed_user a,
.home_facebook ul li .facebook_feed_user a:hover {
  font-size: 13px;
  color: #404040;
  font-weight: 600;
  text-decoration: none;
}
.home_facebook ul li .facebook_feed_link {
  margin-top: 12px;
  margin-bottom: 0;
  word-wrap: break-word;
  line-height: 145%;
}
.home_facebook ul li .facebook_feed_link a {
  color: #005b99;
  text-decoration: none;
}
.home_facebook ul li .facebook_feed_link a:hover {
  text-decoration: underline;
}
.home_facebook ul li .facebook_feed_text {
  margin: 0;
  line-height: 145%;
  word-wrap: break-word;
  font-size: 12px;
  color: #404040;
  font-weight: normal;
  max-height: 139.2px;
  overflow: hidden;
}
.home_facebook .box_bottomlink {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  width: 155px;
  height: 38px;
  line-height: 38px;
  float: right;
  line-height: 36px;
  margin: 39px 2% 0px 0;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-align: center;
  clear: left;
}
/***500px ***/
@media screen and (min-width: 31.25em) {
  .home_facebook ul li {
    width: 46%;
    float: left;
    margin-right: 2%;
  }
  .home_facebook ul li:nth-child(even) {
    margin-right: 0;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_facebook ul li {
    float: left;
    width: 23.5%;
    margin: 0 2% 0 0;
  }
  .home_facebook ul li:nth-child(even) {
    margin-right: 2%;
  }
  .home_facebook ul li:nth-child(4n+ 4) {
    margin-right: 0;
  }
  .home_facebook ul li .box_date {
    padding: 12px 0 0 34px;
  }
  .home_facebook .box_bottomlink {
    margin-right: 0;
  }
}
/***992px ***/
@media screen and (min-width: 62em) {
  .home_facebook ul li .box_date {
    padding: 12px 0 0 46px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .home_facebook ul li {
    height: 405px;
  }
  .home_facebook ul li .image_frame {
    height: 129px;
  }
  .home_facebook ul li .image_frame img {
    width: auto;
    height: 129px;
  }
  .home_facebook .box_bottomlink {
    margin: 10px 0 0px 0;
  }
}
.home_twitter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_twitter ul li:nth-child(n+5) {
  display: none;
}
.home_twitter ul li {
  background: #fff;
  padding: 14px 10px 5px 11px;
  height: 485px;
  overflow: hidden;
  margin: 2%;
  position: relative;
  /*.image_frame img {
                margin-right: @twitter-img-margin-right;
                display: block;
                height: @twitter-img-max-height;
                width:  @twitter-img-width;
            }*/
}
.home_twitter ul li .twitter_feed_photo {
  float: left;
  margin-top: -10px;
  margin-right: 5px;
}
.home_twitter ul li .image_frame {
  overflow: hidden;
  clear: both;
  margin-right: 0px;
  display: block;
  height: 210px;
  width: 100%;
  margin-top: 0;
  float: none;
  position: relative;
}
.home_twitter ul li .image_frame img {
  margin-right: 0px;
  display: block;
  height: 210px;
  width: auto;
  margin-top: 0;
  float: none;
  max-width: none;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.home_twitter ul li .box_date {
  float: none;
  font-size: 12px;
  text-transform: none;
  color: #092133;
  font-weight: normal;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #a8c8e5 url(_gfx/home/twH.png) 11px center no-repeat;
  background-size: 22px 19px;
  padding: 12px 0 0 46px;
  height: 39px;
  line-height: 1;
}
.home_twitter ul li .twitter_feed_user {
  margin: 4px 0 20px;
  line-height: 110%;
}
.home_twitter ul li .twitter_feed_user a,
.home_twitter ul li .twitter_feed_user a:hover {
  font-size: 13px;
  color: #404040;
  font-weight: 600;
  text-decoration: none;
}
.home_twitter ul li .twitter_feed_link {
  margin-top: 14px;
  margin-bottom: 0;
  line-height: 145%;
  word-wrap: break-word;
  text-decoration: none;
  color: #005b99;
}
.home_twitter ul li .twitter_feed_link:hover {
  text-decoration: underline;
}
.home_twitter ul li .twitter_feed_link a {
  color: #005b99;
  text-decoration: none;
}
.home_twitter ul li .twitter_feed_link a:hover {
  text-decoration: underline;
}
.home_twitter ul li .twitter_feed_text {
  margin: 0;
  word-wrap: break-word;
  line-height: 145%;
  font-size: 12px;
  color: #404040;
  font-weight: normal;
  max-height: 139.2px;
  overflow: hidden;
}
.home_twitter ul li .twitter_feed_text a {
  color: #005b99;
  text-decoration: none;
}
.home_twitter ul li .twitter_feed_text a:hover {
  text-decoration: underline;
}
.home_twitter .box_bottomlink {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  width: 155px;
  height: 38px;
  line-height: 38px;
  float: right;
  line-height: 36px;
  margin: 39px 2% 0px 0;
  border-radius: 3px;
  text-decoration: none;
  border: 1px solid #fff;
  text-transform: uppercase;
  text-align: center;
  clear: left;
}
/***500px ***/
@media screen and (min-width: 31.25em) {
  .home_twitter ul li {
    width: 46%;
    float: left;
    margin-right: 2%;
  }
  .home_twitter ul li:nth-child(even) {
    margin-right: 0;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_twitter ul li {
    float: left;
    width: 23.5%;
    margin: 0 2% 0 0;
  }
  .home_twitter ul li:nth-child(even) {
    margin-right: 2%;
  }
  .home_twitter ul li:nth-child(4n+ 4) {
    margin-right: 0;
  }
  .home_twitter ul li .box_date {
    padding: 12px 0 0 34px;
  }
  .home_twitter .box_bottomlink {
    margin-right: 0;
  }
}
/***992px ***/
@media screen and (min-width: 62em) {
  .home_twitter ul li .box_date {
    padding: 12px 0 0 46px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .home_twitter ul li {
    height: 405px;
  }
  .home_twitter ul li .image_frame {
    height: 129px;
  }
  .home_twitter ul li .image_frame img {
    width: auto;
    height: 129px;
  }
  .home_twitter .box_bottomlink {
    margin: 10px 0 0px 0;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  max-width: 960px;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  max-width: 925px;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('scripts/FancyBox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('scripts/FancyBox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('scripts/FancyBox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('scripts/FancyBox/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: none;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('scripts/FancyBox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('scripts/FancyBox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
h2.videos-panel-title {
  height: 44px;
  padding-left: 52px;
  line-height: 44px;
  white-space: nowrap;
  background: url(_gfx/home/videos.png) 0 center no-repeat;
  margin: 0 0 3vh 10px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.home_videos {
  display: block;
}
.home_videos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_videos ul li {
  padding: 0px 10px 15px;
  float: left;
  width: 50%;
  text-align: center;
}
.home_videos ul li:first-child {
  width: 100%;
}
.home_videos ul li:first-child a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(_gfx/home/play_button.png) center center no-repeat;
  z-index: 1;
}
.home_videos ul li:first-child span {
  display: none;
}
.home_videos ul li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.home_videos ul li a:hover,
.home_videos ul li a:focus {
  text-decoration: none;
}
.home_videos ul li a:hover img,
.home_videos ul li a:focus img {
  border-color: #fff;
}
.home_videos ul li img {
  border: 2px solid #bacddb;
  border-radius: 4px;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.4);
}
.home_videos ul li span {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  font-size: 18px;
  line-height: 1.25;
  padding: 8px 10px 6px;
  background: rgba(0, 0, 0, 0.7);
  max-height: 53.6px;
  overflow: hidden;
}
.home_videos .box_bottomlink {
  float: right;
  border-radius: 4px;
  background: #fff;
  color: #005b99;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  height: 38px;
  width: 151px;
  margin-left: 15px;
  line-height: 38px;
  margin: 27px 10px 0 0px;
}
.home_videos .box_bottomlink:first-of-type {
  clear: right;
}
.home_videos .box_bottomlink:hover {
  color: #fff;
  background: #005b99;
}
.home_videos.button-icons-left ul li a {
  padding: 0 2% 0 100px;
  text-align: left;
}
.home_videos.button-icons-left ul li img {
  bottom: 0;
  left: 0;
  right: calc(100% -  100px);
  top: 0;
}
.home_videos.button-icons-left ul li span {
  padding: 0;
}
.home_videos.button-icons-right ul li a {
  padding: 0 100px 0 10px;
  text-align: left;
}
.home_videos.button-icons-right ul li img {
  left: calc(100% -  100px);
  right: 0;
  top: 0;
  bottom: 0;
}
.home_videos.button-icons-right ul li span {
  padding: 0;
}
/***500px ***/
@media screen and (min-width: 31.25em) {
  h2.videos-panel-title {
    font-size: 35px;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  h2.videos-panel-title {
    font-size: 45px;
    padding-left: 72px;
  }
  .home_videos ul li {
    float: right;
    width: 15.1%;
    padding: 0 0 9px;
  }
  .home_videos ul li a {
    display: block;
  }
  .home_videos ul li span {
    font-size: 12px;
    max-height: 40.4px;
  }
  .home_videos ul li:first-child {
    width: 83.4%;
    float: left;
    margin-right: 1%;
    position: relative;
  }
  .home_videos ul li:first-child img {
    width: 100%;
    height: auto;
    border-color: #fff;
    box-shadow: -3px 1px 7px rgba(0, 0, 0, 0.35);
  }
  .home_videos .box_bottomlink {
    margin: 27px 0px 0 15px;
  }
}
/***992px ***/
@media screen and (min-width: 62em) {
  .home_videos ul li {
    width: 15.1%;
    padding: 0 0 13px;
  }
  .home_videos ul li span {
    font-size: 18px;
    max-height: 53.6px;
  }
  .home_videos ul li:first-child {
    width: 83.4%;
    margin-right: 1%;
  }
}
/***1200px ***/
@media screen and (min-width: 75em) {
  .home_videos ul li {
    padding: 0 0 15px;
  }
}
@media (max-height: 700px) and (min-width: 992px) {
  h2.videos-panel-title {
    font-size: 39px;
    margin: 0 0 2px 10px;
  }
}
@media (max-height: 800px) and (min-width: 992px) {
  .home_videos {
    max-width: 866px;
    margin: 0 auto;
    float: none;
  }
  .home_videos ul li {
    width: 14.8%;
  }
  .home_videos .box_bottomlink {
    margin-top: 0;
  }
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  font-size: 84.61538462%;
}
.breadcrumb a,
.breadcrumb {
  color: #0d5c9a !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: fixed;
}
.calendar_eventtime {
  line-height: 130%;
  padding: 0 0 2px 0 !important;
  display: block;
  font-size: 100%;
  font-weight: bold;
}
.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;
}
.calendar_widget .responsive-table-scroll.left_scroll {
  -webkit-mask-image: none;
}
.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;
}
.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: #356855;
  color: #ffffff;
  font-size: 80%;
  line-height: 280%;
  padding: 2px 0 0 0;
  text-transform: uppercase;
  border: 1px solid #356855;
  text-align: center;
}
.calendar_grid .calendar_dayheader {
  color: #356855;
  text-align: left;
  text-indent: 18px;
}
.calendar_grid .calendar_dayheader:first-letter {
  color: #ffffff;
}
.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: #356855;
  text-align: center;
  font-size: 110%;
  line-height: 28px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.calendar_mini_grid .calendar_title td h2,
.calendar_grid .calendar_title h2 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
}
.calendar_grid .calendar_title td.calendar_title_content {
  color: #356855;
  padding: 0;
  font-size: 110%;
  font-weight: bold;
}
.calendar_mini_grid .calendar_title td a {
  color: #356855;
  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: "<";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  width: 10px;
  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: 10px;
  left: auto;
  content: ">";
}
.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 #9ca1a4;
  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 #9ca1a4;
}
.minicalendar_widget .calendar_mini_grid td.calendar_today,
.calendar_grid td.calendar_today {
  background: #0d5c9a;
  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: #040707 !important;
}
.calendar_mini_grid td.calendar_day,
.calendar_mini_grid td.calendar_weekendday,
.calendar_grid td.calendar_day,
.calendar_grid td.calendar_weekendday {
  background: #ffffff;
}
.calendar_grid .calendar_othermonthday,
.calendar_grid .calendar_othermonthday > a,
.calendar_mini_grid .calendar_othermonthday,
.calendar_mini_grid .calendar_othermonthday > a {
  color: #8f8f8f !important;
}
.calendar_grid td.calendar_othermonthday,
.calendar_mini_grid td.calendar_othermonthday {
  background: #ececec;
}
.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: solid 1px #dddddd;
  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: #0078c8 !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;
}
/***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;
    border-collapse: collapse;
  }
  .calendar_grid .calendar_dayheader {
    line-height: 32px;
    color: #ffffff;
    padding: 2px 2px 0 2px;
    font-weight: bold;
    background: #356855;
    text-transform: uppercase;
    font-size: 107.69230769%;
    text-indent: 0;
    text-align: center;
    border-bottom: 0;
  }
  .calendar_grid .calendar_dayheader:first-letter {
    color: #ffffff;
  }
  .calendar_grid .calendar_title {
    width: 100%;
    background: transparent none;
    height: auto;
  }
  .calendar_grid .calendar_title td.calendar_title_content {
    padding: 11px 0 10px 0;
    width: 60%;
    font-weight: bold;
    color: #356855;
    overflow: visible;
    font-size: 161.53846154%;
    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: #0d5c9a;
    text-indent: 0;
    background-image: none;
    display: inline;
    font-size: 90%;
    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: 153.84615385%;
    font-weight: normal;
    padding: 3px 8px;
    border-bottom: 1px solid #9ca1a4;
    border-right: 1px solid #9ca1a4;
    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 #9ca1a4;
  }
  .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: #040707 !important;
    background: #ffffff;
  }
  .calendar_grid td.calendar_othermonthday,
  .calendar_grid .calendar_othermonthday > a,
  .calendar.calendar_grid td.calendar_othermonthday .calendar_eventtime {
    color: #8f8f8f !important;
    background: #ececec;
  }
  .calendar_grid td.calendar_today {
    background: #0d5c9a;
    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: 60% !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: 60% !important;
    color: #265280 !important;
  }
  .calendar_eventlink {
    font-size: 60% !important;
    display: block;
    text-decoration: underline !important;
    color: #0078c8 !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;
  }
  .standardthreecolumnlayout .left_col .minicalendar_widget .calendar_title td,
  .standardlayout .left_col .minicalendar_widget .calendar_title td {
    background: #fff;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .content_area {
    padding: 12px 0 0 0;
  }
  .top_col .content_area {
    padding: 12px 20px 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 #cbcbcb !important;
    position: relative;
    z-index: 1;
    padding: 13px 15px 5px 16px;
    font-size: 100%;
    color: #4c4c4c;
  }
  .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: #4c4c4c;
  }
  .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: #040707;
  }
  .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: 0 0px 14px 0px;
    width: auto;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #sitebody {
    background-color: transparent;
    position: relative;
    z-index: 1;
    min-height: 650px;
    padding: 93px 0 60px 0;
    margin: 0 auto 62px;
  }
  #sitebody:before {
    width: 76.46484375%;
    background: #fff;
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    top: 93px;
    display: block;
  }
  .standardlayout .left_col.column,
  .standardthreecolumnlayout .left_col.column {
    width: 23.53515625%;
    margin: 0;
    padding: 0 10px;
  }
  .standardlayout .left_col.column:before,
  .standardthreecolumnlayout .left_col.column:before {
    width: 23.53515625%;
    background: #265280;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    bottom: 0;
    top: 93px;
    box-shadow: none;
  }
  .standardlayout .right_col.column,
  .standardthreecolumnlayout .right_col.column {
    width: 76.46484375%;
    padding: 0 20px 0 31px;
    margin: 0;
  }
  .standardthreecolumnlayout .has_small_col {
    width: 100%;
  }
  .standardthreecolumnlayout .small_col {
    width: 100%;
    margin: 0 !important;
  }
  .twocolumnswithbottomlayout .left_col {
    width: 50%;
    padding-left: 20px;
    padding-right: 15px;
  }
  .twocolumnswithbottomlayout .right_col {
    width: 50%;
    padding-right: 20px;
    padding-left: 15px;
  }
  .twocolumnswithbottomlayout .bottom_col {
    width: 100%;
    padding: 20px;
  }
  .twocolumnswithbottomlayout .small_box {
    width: 100%;
  }
  .threecolumnswithbottomlayout .top_col.column {
    padding-bottom: 20px;
  }
  .threecolumnswithbottomlayout .left_col.column {
    width: 33.33333333%;
    padding-left: 20px;
    padding-right: 10px;
  }
  .threecolumnswithbottomlayout .middle_col.column {
    width: 33.33333333%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .threecolumnswithbottomlayout .right_col.column {
    width: 33.33333333%;
    padding-right: 20px;
    padding-left: 10px;
  }
  .threecolumnswithbottomlayout .bottom_col.column {
    width: 100%;
    padding: 20px;
  }
  .threecolumnswithbottomlayout .small_box {
    width: 100%;
  }
  .twocolumnreverselayout .has_small_col {
    width: 66.66666667%;
    padding-left: 20px;
    padding-right: 10px;
  }
  .twocolumnreverselayout .small_col {
    width: 33.33333333%;
    padding-right: 20px;
    padding-left: 10px;
    margin: 0 !important;
  }
  .standardthreecolumnlayout .small_col .minicalendar_widget {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
  }
  .small_col .minicalendar_widget {
    width: 84%;
  }
  .standardthreecolumnlayout .small_col .image_widget {
    width: 46% !important;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
  }
  .config_widget_template .standardlayout .top_col,
  .config_widget_template .standardthreecolumnlayout .top_col,
  .config_widget_template .onecolumnlayout .top_col,
  .config_widget_template .twocolumnswithbottomlayout .top_col,
  .config_widget_template .threecolumnswithbottomlayout .top_col,
  .config_widget_template .twocolumnreverselayout .top_col {
    margin-top: -90px;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .standardthreecolumnlayout .has_small_col {
    width: 67%;
  }
  .standardthreecolumnlayout .small_col {
    width: 30%;
    float: right;
  }
  .standardthreecolumnlayout .small_col .content_area,
  .standardthreecolumnlayout .small_col .small_box {
    width: 100% !important;
    margin-right: 0;
  }
  .standardthreecolumnlayout .small_col .minicalendar_widget,
  .standardthreecolumnlayout .small_col .image_widget {
    width: 100% !important;
    margin-right: 0;
    max-width: none;
  }
  .twocolumnreverselayout .small_col .minicalendar_widget,
  .twocolumnreverselayout .small_col .image_widget {
    width: 100% !important;
    margin-right: 0;
  }
}
/***Title Widget**/
.title_widget h1 {
  color: #040707;
  line-height: 120% !important;
  text-shadow: 0 0 1px rgba(35, 31, 32, 0.4);
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 25px;
  padding: 0 0 9px 0;
  margin: 12px 0 7px 0;
  overflow: hidden;
}
.title_widget h2 {
  color: #040707;
  font-size: 153.84615385% !important;
  font-weight: normal;
  line-height: 110%;
}
.printer_friendly,
.sharelink,
.rss,
.thickbox {
  padding-left: 18px;
}
#share {
  clear: left;
}
#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 {
  background: url(_gfx/int/title_icons.png) 0 -75px no-repeat;
  font-size: 84.61538462% !important;
  color: #0d5c9a !important;
  text-decoration: underline !important;
}
.title_right > a:hover {
  text-decoration: none !important;
}
.font_size a {
  font-size: 100% !important;
  color: #0d5c9a !important;
  text-decoration: none !important;
}
.printer_friendly {
  background-position: 0 0;
}
.sharelink {
  background-position: 0 -60px;
}
.rss {
  background-position: 0 -15px;
}
.thickbox {
  background-position: 0 -28px;
  padding-left: 22px;
}
a.font_larger {
  background-position: 0 -60px;
}
a.font_smaller {
  background-position: 0 -45px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .title_widget {
    padding: 12px 0 0 0;
    clear: both;
  }
  .title_widget h2 {
    padding: 0 0 10px;
  }
  .top_col .title_widget {
    padding: 0px 20px 0;
  }
  .title_right {
    padding: 0 0 12px 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.mobile_list ul li.sidenav_expanded {
  background: transparent;
  border: 0px;
  padding: 0;
}
.sidenav.mobile_list ul li a {
  font-weight: normal;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sidenav {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0 0 17px 0;
    background: #265280;
  }
  .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: 107.69230769%;
    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 #2b5e93;
    word-wrap: break-word;
  }
  .standardlayout .left_col .sidenav,
  .standardthreecolumnlayout .left_col .sidenav {
    background: transparent;
    margin: 0 -10px 17px;
    width: auto;
    min-width: calc(100% + 20px);
  }
  .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_current > a {
    background: #ececec;
    color: #040707;
    /*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.sidenav_expanded > a {
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #2b5e93;
  }
  .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 #2b5e93;
  }
  /*second level */
  .sidenav ul li li.sidenav_expanded > a {
    background: #20456c;
    color: #fff;
    border-bottom: 0px solid #2b5e93;
  }
  .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 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: #20456c;
  }
  .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 {
    margin-top: 0px;
  }
  .sidenav ul li li a {
    background: #20456c;
    color: #fff;
    margin-top: 0px;
  }
  .sidenav ul li a:hover,
  .sidenav ul li a:focus,
  .sidenav ul li li > a:hover,
  .sidenav ul li li > a:focus {
    color: #040707 !important;
    background: #508cb9;
  }
  .small_col .sidenav {
    float: left;
    background: #265280;
  }
}
.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 .listfaq_a a {
  color: #0078c8;
  text-decoration: underline;
  font-size: 90%;
  display: inline;
}
.small_box.faq_box .box_content .listfaq_a a:hover {
  text-decoration: 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 li {
    line-height: 140%;
  }
  .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: #4c4c4c;
  }
  .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: #4c4c4c;
    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: #356855 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: #356855 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 #cccccc;
}
.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;
  }
}
.twitter_feed,
.facebook_feed {
  padding: 0;
}
.twitter_feed ul li img,
.facebook_feed ul li img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  display: block;
  height: 50px;
  width: 50px;
}
.twitter_feed ul li span.box_date,
.facebook_feed ul li span.box_date {
  float: right;
  font-size: 80%;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 10px;
}
.twitter_feed ul li h4,
.facebook_feed ul li h4 {
  line-height: 130% !important;
  margin: 0;
}
.twitter_feed ul li h4 a,
.facebook_feed ul li h4 a,
.twitter_feed ul li h4 a:hover,
.facebook_feed ul li h4 a:hover {
  font-size: 100%;
}
.twitter_feed ul li a,
.facebook_feed ul li a,
.twitter_feed ul li a:hover,
.facebook_feed ul li a:hover {
  text-decoration: none;
  font-size: 110%;
  font-weight: normal;
}
.twitter_feed ul li a span,
.facebook_feed ul li a span,
.twitter_feed ul li a:hover span,
.facebook_feed ul li a:hover span {
  text-decoration: none;
  font-weight: normal;
}
.twitter_feed ul li p,
.facebook_feed ul li p {
  margin: 0;
  font-size: 95%;
  padding: 4px 0 0 0;
  border: 0;
  line-height: 130%;
}
.twitter_feed ul li p a,
.facebook_feed ul li p a {
  font-size: 100%;
  display: inline;
  color: #0078c8;
  text-decoration: underline;
  font-weight: normal;
}
.twitter_feed ul li p a:hover,
.facebook_feed ul li p a:hover {
  text-decoration: none;
  font-weight: normal;
  font-size: 100%;
  display: inline;
  color: #0078c8;
}
.twitter_feed .box_bottomlink:after,
.facebook_feed .box_bottomlink:after {
  content: " >";
}
.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: 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 {
    color: #040707;
  }
  #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 {
    color: #040707;
  }
  #sitebody .twitter_feed ul li a:hover,
  #sitebody .facebook_feed ul li a:hover {
    text-decoration: underline;
  }
  #sitebody .twitter_feed ul li p,
  #sitebody .facebook_feed ul li p {
    font-size: 100%;
    color: #4c4c4c;
  }
  #sitebody .twitter_feed ul li p a,
  #sitebody .facebook_feed ul li p a,
  #sitebody .twitter_feed ul li p a:hover,
  #sitebody .facebook_feed ul li p a:hover {
    color: #0078c8;
  }
  #sitebody .twitter_feed ul li p a:hover,
  #sitebody .facebook_feed ul li p a:hover {
    text-decoration: none;
  }
  #sitebody .twitter_feed .box_bottomlink,
  #sitebody .facebook_feed .box_bottomlink {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .splash_page {
    background: #fff !important;
    max-width: 1024px;
    border-radius: 0px;
    margin: 15px auto 15px auto;
    padding: 50px 0 0 0 !important;
    min-height: 500px;
  }
}
.broken_links_reporter {
  word-wrap: break-word;
}
.error_recaptcha_field {
  margin: 10px 0;
}
/***48em = 768px ***/
.web_site_account_unconfirm_message_container {
  padding: 10px 0 1px 20px;
}
.my_dashboard_page .dashboard_block_wrapper .dashboard_block .block_title {
  background-color: #356855;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sso_login_container {
    max-width: 640px;
    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_box {
    margin: 15px 2% 0 0;
    width: 48%;
    min-height: 203px;
  }
  .sso_login_container .content_area .social_account_login_box {
    margin-left: 2%;
    width: 48%;
    min-height: 203px;
  }
}
.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 #ffffff;
}
.vision_search .search_panel .vision_search_arrow_up {
  border-bottom: 10px solid #ffffff;
}
.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 #cccccc;
  border-left: 0;
  border-right: 0;
  margin-left: 0;
  background: #fcfbfb;
  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 #cccccc;
  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 .filter_header {
  color: #ffffff;
  background: #265280;
  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 #cbcbcb;
    background: #ffffff;
    color: #4c4c4c;
  }
  .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 .normal {
    float: none;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal select {
    max-width: 110px;
    width: 110px;
    min-width: 0;
    line-height: 22px !important;
    height: 22px !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: 22px;
    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: #356855;
  }
  .vision_search .search_filters .search_filter ol {
    padding: 0px 15px 10px;
    color: #040707;
  }
  .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 .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:not(.search_filters) {
    width: 70% !important;
  }
  .vision_search .vision_search_arrow {
    top: 10px;
  }
}
#cse input.gsc-search-button {
  background: #356855 !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 #cbcbcb !important;
}
#cse .gsc-tabHeader {
  margin-left: 10px;
  border: 1px solid #cbcbcb !important;
  border-bottom: 0 !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #ffffff !important;
}
#cse .gsc-tabHeader.gsc-tabhActive,
#cse .gsc-tabHeader:hover {
  background: #ececec !important;
}
#cse .gsc-refinementHeader {
  border: 1px solid #cbcbcb !important;
  background: #ffffff !important;
}
#cse .gsc-refinementHeader.gsc-refinementhActive,
#cse .gsc-refinementHeader:hover {
  background: #ececec !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: #356855 !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;
}
.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;
}
.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%;
}
.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: auto !important;
  white-space: normal;
  display: block;
}
#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,
.legend_info a {
  width: 19px;
}
.facility_directory_widgets .facility_detail_page .facility_item_header,
.facility_directory_widgets .listtype_listformated .facility_item_header {
  background: #356855 !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: #4c4c4c;
}
.sitewrapper .content_area .facility_mapmarker_infos a.phone_link,
.sitewrapper .content_area .facility_mapmarker_infos a.phone_link:hover {
  color: #4c4c4c;
}
/***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: #040707;
}
.faqtab_section {
  border: 1px solid #356855;
  background: #ffffff;
  color: #4c4c4c;
}
.faqtab_section td,
.faqtab_section label {
  color: #4c4c4c;
}
.faqtab_section h1,
.faqtab_section h2,
.faqtab_section h3,
.faqtab_section h4,
.faqtab_section h5,
.faqtab_section .subtitle {
  color: #4c4c4c;
}
.faq_tab_nav li a {
  color: #0078c8;
}
.faq_tab_nav li a.active_faqtab {
  border: 1px solid #356855;
  border-right: 1px solid #ffffff;
  background: #ffffff;
  color: #4c4c4c;
  border-left: 5px solid #356855;
}
h3.faqtab_question,
.faqtab_popup {
  color: #4c4c4c;
}
h3.faqtab_question:before,
.faqtab_popup:before {
  background: #356855;
  color: #fff;
  line-height: 1.2em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
}
.faqtab_section h3.faqtab_question {
  color: #4c4c4c;
}
.faq_mobile_nav {
  z-index: 1;
}
.faq_mobile_nav select {
  border: 1px solid #356855 !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: #0078c8;
}
.form_survey_widget .answer_container textarea {
  min-width: 0;
  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 {
  margin-top: 20px;
}
.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;
}
/***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: #ececec;
    border-color: #cbcbcb;
    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;
}
.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;
  }
}
#alert_controls.hide {
  background: url(_gfx/cmn/alert_controls.png) right 0px no-repeat;
  display: block !important;
  /*overwrite bootstrap .hide class*/
}
#alert_controls.show {
  background: url(_gfx/cmn/alert_controls.png) right -70px no-repeat;
}
.alert_right {
  background: none;
}
.alert_container:before {
  content: "";
  top: 4px;
  left: auto;
  position: absolute;
  right: 27px;
  bottom: 9px;
  z-index: -1;
  width: 1px;
  height: auto;
  border-right: 1px solid #f24040;
  z-index: 5;
}
.alert_container .important_alert_wrapper {
  background: #ee0000;
}
.alert_container .important_alert,
.alert_container .important_alert h2,
.alert_container .important_alert a {
  color: #fff;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .alert_container .important_alert {
    font-size: 13px !important;
    line-height: 20px !important;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    max-width: 1024px;
  }
}
.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 #cbcbcb;
  background: #ffffff;
}
span.sticky {
  display: block;
  float: left;
  padding-left: 15px;
  background: url(_gfx/cmn/pin.gif) 0 0 no-repeat;
}
.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: #356855;
}
.poll_widget .poll_vote_result_view .poll_answers .graphic_line {
  border: 1px solid #356855;
}
.slideshow_link a {
  color: #fff !important;
}
.photo_album_widget .standard_list ul li:hover {
  background: transparent;
  cursor: default;
}
.slideshow_link {
  background: #356855 !important;
  color: #fff !important;
}
/***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 #cbcbcb;
}
.rss_feeds_content_type .content_type_name {
  color: #040707;
  font-size: 120%;
}
.rss_feed_content .item_graytext {
  margin-left: 10px;
}
.service_directory_widget .listtable th:last-child {
  text-align: center;
}
.edit .widget_wrapper {
  padding: 0;
}
.service_request_widget legend {
  color: #040707;
  font-weight: bold;
  text-decoration: none;
}
/** header colors **/
.service_request_post_listable th {
  background: #356855 !important;
  color: #fff !important;
}
.service_request_widget fieldset.upload_container {
  display: block;
}
.service_request_widget fieldset.upload_container legend {
  display: block;
}
.sitemap_col .root-level a {
  color: #040707;
  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;
}
#top_bar > * {
  font-size: 90%;
}
.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;
}
@media screen and (min-width: 48em) {
  .edit .widget_wrapper .widget_wrapper_title.edit {
    text-align: left;
  }
}



@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
*/
/* Fonts
================================================== */
/*font-family: 'Open Sans', sans-serif;*/
/*** border color for listtable and tableData/tableBox classes*/
/*other month day text color*/
a,
a:visited,
.column a {
  color: #0078c8;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a[name],
a[name]:hover,
a[name]:focus {
  color: #4c4c4c;
  text-decoration: none;
}
a img {
  border: 0;
}
body.front_end_body,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
.ui-widget,
body[radeditorbody],
body[radeditorbody] table {
  font-size: 13px !important;
  line-height: 1.53846154 !important;
  font-family: 'Montserrat', sans-serif !important;
  color: #4c4c4c;
}
p {
  margin: 0 0 1em 0;
}
/**title colors*/
.content_area h1,
.content_area h2,
.content_area h3,
.content_area h4,
.content_area h5,
.content_area h6 {
  color: #040707;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 5px;
}
.content_area h1 {
  font-size: 25px;
}
.content_area h2 {
  font-size: 153.84615385%;
  font-size: 20px;
}
.content_area h3 {
  font-size: 148.84615385%;
  font-size: 18px;
}
.content_area h4 {
  font-size: 143.84615385%;
  font-size: 16px;
}
.content_area h5 {
  font-size: 138.84615385%;
  font-size: 14px;
}
.content_area h6 {
  font-size: 133.84615385%;
  font-size: 13px;
}
/*.content_area, .Default.reDropDownBody {
    h1, h2, h3, h4, h5, h6 {
        color: @page-subtitle-color;
         font-weight:bold;
    }
}*/
.subtitle {
  font-size: 153.84615385%;
  color: #040707;
  font-weight: normal;
}
.subtitle p,
.subtitle a {
  color: #040707;
  font-weight: normal;
}
/* 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: #ffffff;
  margin-bottom: 14px;
  border: 0px solid #cbcbcb;
  border-spacing: 0px;
  width: auto;
}
table.tableData th {
  text-transform: uppercase;
  padding: 6px 9px;
  text-align: left;
  background: #356855 !important;
  color: #ffffff;
  font-weight: bold;
  font-size: 100%;
}
table.tableData th a {
  color: #ffffff !important;
}
table.tableData th p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
table.tableData a {
  color: #040707;
}
table.tableData p {
  color: #4c4c4c;
}
table.tableData td {
  color: #4c4c4c;
  font-size: 92.30769231%;
}
table.tableData tr td {
  border-left: 1px solid #cbcbcb;
}
table.tableData tr td:last-child {
  border-right: 1px solid #cbcbcb;
}
table.tableData tr:hover {
  background: #ececec;
}
table.tableData tr:hover > td a {
  color: #040707 !important;
}
table.tableData tr:hover > td,
table.tableData tr:hover > td > p {
  color: #4c4c4c !important;
}
table.tableData {
  border-collapse: separate;
}
table.tableData tbody tr:first-child td {
  border-top: 0;
}
table.tableData th {
  border-left: 1px solid #356855;
}
table.tableData thead {
  border: 1px solid #356855;
}
table.tableData td {
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  padding: 3px 9px 2px 9px;
}
table.tableData td p {
  padding: 0;
  margin: 0;
}
/* 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: #ffffff;
  margin-bottom: 14px;
  border: 0px solid #cbcbcb;
  border-spacing: 0px;
  width: auto;
}
table.tableBox th {
  text-transform: uppercase;
  padding: 6px 9px;
  text-align: left;
  background: #356855 !important;
  color: #ffffff;
  font-weight: bold;
  font-size: 100%;
}
table.tableBox th a {
  color: #ffffff !important;
}
table.tableBox th p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
table.tableBox a {
  color: #040707;
}
table.tableBox p {
  color: #4c4c4c;
}
table.tableBox td {
  color: #4c4c4c;
  font-size: 92.30769231%;
}
table.tableBox tr td {
  border-left: 1px solid #cbcbcb;
}
table.tableBox tr td:last-child {
  border-right: 1px solid #cbcbcb;
}
table.tableBox tr:hover {
  background: #ececec;
}
table.tableBox tr:hover > td a {
  color: #040707 !important;
}
table.tableBox tr:hover > td,
table.tableBox tr:hover > td > p {
  color: #4c4c4c !important;
}
table.tableBox {
  border-bottom: 1px solid #cbcbcb;
}
table.tableBox th,
table.tableBox td {
  padding: 5px;
}
table.tableBox td {
  border-top: 1px solid #cbcbcb;
}

