/* Minification failed. Returning unminified contents.
(8559,1): run-time error CSS1019: Unexpected token, found '@import'
(8559,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)'
(8560,1): run-time error CSS1019: Unexpected token, found '@import'
(8560,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Nunito')'
 */
/*
    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: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/nunito/v25/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3ig.ttf) format('truetype');
}
/*** border color for listtable and tableData/tableBox classes*/
/*** border color for listtable and tableData/tableBox classes*/
/*other month day text color*/
/*other month day text color*/
/*tools include mixins and other tools we need to include such as google fonts.*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'AvenirBook';
  src: url('Fonts/avenir-book-webfont.eot');
  src: url('Fonts/avenir-book-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/avenir-book-webfont.woff2') format('woff2'), url('Fonts/avenir-book-webfont.woff') format('woff'), url('Fonts/avenir-book-webfont.ttf') format('truetype'), url('Fonts/avenir-book-webfont.svg#AvenirBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirRoman';
  src: url('Fonts/AvenirLTStd-Roman.eot');
  src: url('Fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('Fonts/AvenirLTStd-Roman.woff') format('woff'), url('Fonts/AvenirLTStd-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirHeavy';
  src: url('Fonts/AvenirLTStd-Heavy.eot');
  src: url('Fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('Fonts/AvenirLTStd-Heavy.woff') format('woff'), url('Fonts/AvenirLTStd-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*Generic styles needed for every project. */
@media screen and (min-width: 40.5em) and (max-width: 47.9375em) {
  .standardlayout .column.left_col,
  .standardthreecolumnlayout .column.left_col,
  .standardlayout .column.right_col,
  .standardthreecolumnlayout .column.right_col,
  .standardthreecolumnlayout .column.small_col,
  .twocolumnswithbottomlayout .column.left_col,
  .twocolumnswithbottomlayout .column.right_col,
  .threecolumnswithbottomlayout .column.left_col,
  .threecolumnswithbottomlayout .column.middle_col,
  .threecolumnswithbottomlayout .column.right_col,
  .twocolumnreverselayout .column.has_small_col,
  .twocolumnreverselayout .column.small_col {
    width: 100%;
    margin: 0 !important;
  }
  .title_widget,
  .content_area {
    padding: 10px;
  }
  .content_area.facebook_feed,
  .content_area.twitter_feed {
    padding: 0;
  }
  .sidenav,
  .small_col .sidenav {
    float: none;
    width: 100%;
  }
  .sidenav .mobile_header.mobile_only,
  .small_col .sidenav .mobile_header.mobile_only {
    display: block !important;
  }
  .sidenav ul li,
  .sidenav ul li.sidenav_expanded > a {
    display: none;
  }
  .sidenav.mobile_list ul li a,
  .sidenav.mobile_list ul li a:hover {
    padding: 0;
    font-weight: normal;
  }
  .mobile_list ul li,
  .facebook_feed ul li,
  .twitter_feed ul li,
  .small_box .box_content ul li {
    padding: 17px 7% 17px 16px;
  }
  .mobile_list ul li a,
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink,
  .mobile_list ul li a:hover {
    font-weight: bold;
  }
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink {
    display: block;
  }
  .small_box {
    margin-bottom: 0;
  }
  .standardthreecolumnlayout .small_col .small_box {
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .mobile_list .item-list a:hover {
    font-weight: normal;
  }
  .service_box .box_content > ul > li {
    border-bottom: 1px solid #c6c4c4 !important;
  }
  .standardthreecolumnlayout .small_col .minicalendar_widget {
    display: block;
    margin: 0 auto;
  }
  #view-full {
    display: block !important;
  }
  .mobile_only {
    display: block !important;
  }
  .mobile_hide {
    display: none !important;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) {
    /*hide table header.*/
    /* tr:nth-of-type(odd) {
                background-color: #EEE;
            }*/
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) .hidden {
    display: none;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) thead,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tbody,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) th,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
    display: block;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) thead tr,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr th {
    position: absolute;
    top: -9999999px;
    left: -999999px;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
    border: 1px solid #CCC;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
    /*behave like a row*/
    border: none;
    border-bottom: 1px solid #EEE;
    position: relative;
    padding-left: 50% !important;
    text-align: left;
    min-height: 18px;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:before {
    /*now like a table header*/
    position: absolute;
    /*top and left value mimic padding*/
    top: 6px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-th) " ";
    font-weight: bold;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td img,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td object {
    width: auto;
    height: auto;
    float: none;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td a.email_link {
    margin: 0px;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td .title_column {
    max-width: 100%;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
    padding-left: 50% !important;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) {
    /*hide table header.*/
    /* tr:nth-of-type(odd) {
            background-color: #EEE;
        }*/
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) thead,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tbody,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) th,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr {
    display: block;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) thead tr,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr th {
    position: absolute;
    top: -9999999px;
    left: -999999px;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr {
    border: 1px solid #CCC;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td {
    /*behave like a row*/
    border: none;
    border-bottom: 1px solid #EEE;
    position: relative;
    padding-left: 50% !important;
    text-align: left;
    min-height: 18px;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td:before {
    /*now like a table header*/
    position: absolute;
    /*top and left value mimic padding*/
    top: 6px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-th) " ";
    font-weight: bold;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td img,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td object {
    width: auto;
    height: auto;
    float: none;
  }
  .front_end_body table.listtable td p.command_button.register_now_command_button {
    width: 100px !important;
  }
}
html {
  font-size: inherit;
}
*,
*:after,
*:before {
  box-sizing: content-box;
}
.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;
}
.collapse {
  display: inherit;
}
.sitewrapper a.phone_link,
.sitewrapper a.phone_link:hover {
  color: #666a6f;
  text-decoration: none !important;
  white-space: nowrap;
}
.high-contrast-enabled .sitewrapper a.phone_link,
.high-contrast-enabled .sitewrapper a.phone_link:hover {
  color: #4f4f4f;
}
.sitewrapper .listtable a.email_link.email {
  background-position: 0 0;
}
@media (min-width: 48em) {
  .sitewrapper .listtable a.email_link.email {
    background-position: center center;
  }
}
/*setting default styles for html elements. */
body.front_end_body,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
body[radeditorbody],
body[radeditorbody] table {
  font-size: 18px !important;
  line-height: 1.33333333 !important;
  font-family: 'AvenirRoman', 'Nunito', sans-serif !important;
  color: #666a6f;
}
p {
  margin: 0 0 1em 0;
}
table img {
  max-width: none;
}
.high-contrast-enabled body.front_end_body,
.high-contrast-enabled .sitewrapper,
.high-contrast-enabled .sitewrapper select,
.high-contrast-enabled .sitewrapper input,
.high-contrast-enabled .sitewrapper textarea,
.high-contrast-enabled .sitewrapper table,
.high-contrast-enabled #broken_links_reporter_form,
.high-contrast-enabled body.dialog_body,
.high-contrast-enabled body[radeditorbody],
.high-contrast-enabled body[radeditorbody] table {
  color: #4f4f4f;
}
.column select {
  min-width: 150px;
}
.front_end_body label {
  line-height: inherit;
}
legend {
  color: #113461;
  font-weight: bold;
  text-decoration: none;
}
.form_button,
.column input[type=button],
.column input[type=submit],
.column input[type=reset],
body.dialog_body input[type="submit"],
body.dialog_body input[type="button"],
body.dialog_body input[type="reset"],
.front_end_body .command.primary,
.front_end_body .column .command {
  background: #5a7f33 !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: #666a6f !important;
  background: #f9f5fe !important;
  border: 2px solid #cbcbcb !important;
}
.column input[type="text"],
.column input[type="password"],
.column input[type="email"],
.column textarea,
.column select,
.front_end_form input[type="text"],
.front_end_form input[type="password"],
.front_end_form input[type="email"],
.front_end_form textarea,
.front_end_form select {
  line-height: normal !important;
}
.high-contrast-enabled legend {
  color: #000;
}
.high-contrast-enabled .form_button,
.high-contrast-enabled .column input[type=button],
.high-contrast-enabled .column input[type=submit],
.high-contrast-enabled .column input[type=reset],
.high-contrast-enabled body.dialog_body input[type="submit"],
.high-contrast-enabled body.dialog_body input[type="button"],
.high-contrast-enabled body.dialog_body input[type="reset"],
.high-contrast-enabled .front_end_body .command.primary,
.high-contrast-enabled .front_end_body .column .command {
  background: #575757 !important;
  color: #fff !important;
}
.high-contrast-enabled .form_button:hover,
.high-contrast-enabled .column input[type=button]:hover,
.high-contrast-enabled .column input[type=submit]:hover,
.high-contrast-enabled .column input[type=reset]:hover,
.high-contrast-enabled .front_end_body input[type=submit].command.primary:hover,
.high-contrast-enabled .front_end_body a.command.primary:hover {
  color: #4f4f4f !important;
  background: #f8f8f8 !important;
  border: 2px solid #cbcbcb !important;
}
/**title colors*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #113461;
  font-weight: bold;
}
.content_area h1,
.reDropDownBody h1,
.content_area h2,
.reDropDownBody h2,
.content_area h3,
.reDropDownBody h3,
.content_area h4,
.reDropDownBody h4,
.content_area h5,
.reDropDownBody h5,
.content_area h6,
.reDropDownBody h6 {
  color: #113461;
  font-weight: bold;
}
h2 {
  font-size: 143.33333333%;
}
h3 {
  font-size: 133.33333333%;
}
h4 {
  font-size: 123.33333333%;
}
h5 {
  font-size: 118.33333333%;
}
h6 {
  font-size: 113.33333333%;
}
.subtitle {
  font-size: 111.11111111%;
  color: #113461;
  font-weight: normal;
}
.subtitle p,
.subtitle a {
  color: #113461;
  font-weight: normal;
}
.high-contrast-enabled h1,
.high-contrast-enabled h2,
.high-contrast-enabled h3,
.high-contrast-enabled h4,
.high-contrast-enabled h5,
.high-contrast-enabled h6 {
  color: #000;
}
.high-contrast-enabled .content_area h1,
.high-contrast-enabled .reDropDownBody h1,
.high-contrast-enabled .content_area h2,
.high-contrast-enabled .reDropDownBody h2,
.high-contrast-enabled .content_area h3,
.high-contrast-enabled .reDropDownBody h3,
.high-contrast-enabled .content_area h4,
.high-contrast-enabled .reDropDownBody h4,
.high-contrast-enabled .content_area h5,
.high-contrast-enabled .reDropDownBody h5,
.high-contrast-enabled .content_area h6,
.high-contrast-enabled .reDropDownBody h6 {
  color: #000;
}
.high-contrast-enabled .subtitle {
  color: #000;
}
.high-contrast-enabled .subtitle p,
.high-contrast-enabled .subtitle a {
  color: #000;
}
a,
a:visited,
.column a {
  color: #0c6796;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #7744ab;
}
a[name],
a[name]:hover,
a[name]:focus {
  color: #666a6f;
  text-decoration: none;
}
a img {
  border: 0;
}
a:before,
a:after {
  text-decoration: underline;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none;
}
.high-contrast-enabled a,
.high-contrast-enabled a:visited,
.high-contrast-enabled .column a {
  color: #0000ee;
}
.high-contrast-enabled a:hover,
.high-contrast-enabled a:focus {
  color: #0000ee;
}
.high-contrast-enabled a[name],
.high-contrast-enabled a[name]:hover,
.high-contrast-enabled a[name]:focus {
  color: #4f4f4f;
}
/**
    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: 88.88888889%;
  height: 40px;
  line-height: 30px;
  background: #5a7f33;
  padding: 6px 16px;
  font-family: 'AvenirRoman', 'Nunito', sans-serif;
}
.small_box .mobile_header {
  display: block;
}
.mobile_list,
.mobile_box {
  background: #fff;
  border: 0px;
  color: #0c6796;
}
.small_col .content_area.mobile_box {
  border-top: 1px solid #cccccc;
  background: #fff;
}
.mobile_box > div {
  background: #fff;
  padding: 10px;
}
.mobile_box {
  background: #fff;
}
.mobile_list ul,
.facebook_feed ul,
.twitter_feed ul {
  margin: 0;
}
.mobile_list ul li,
.facebook_feed ul li,
.twitter_feed ul li {
  width: 100%;
  float: left;
  clear: both;
  background: #fff;
  border-bottom: 1px solid #cccccc;
  border-top: 0;
  padding: 17px 7% 17px 16px;
  position: relative;
  zoom: 1;
}
.mobile_list ul li:before,
.facebook_feed ul li:before,
.twitter_feed ul li:before {
  content: '';
  display: block;
}
.mobile_list ul li:after,
.facebook_feed ul li:after,
.twitter_feed ul li:after {
  content: '';
  display: table;
  clear: both;
}
.mobile_list ul li:before,
.facebook_feed ul li:before,
.twitter_feed ul li:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 14px;
  height: 3px;
  width: 8px;
  background: #0c6796;
  -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;
}
.mobile_list ul li:after,
.facebook_feed ul li:after,
.twitter_feed ul li:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 14px;
  height: 3px;
  width: 8px;
  background: #0c6796;
  -webkit-transform: skew(0deg, -134deg);
  -moz-transform: skew(0deg, -134deg);
  -ms-transform: skew(0deg, -134deg);
  -o-transform: skew(0deg, -134deg);
  transform: skew(0deg, -134deg);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.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: #0c6796;
  font-weight: bold;
}
.mobile_list ul li a:hover {
  color: #7744ab;
}
.mobile_list .item-list a {
  color: #0c6796;
  font-weight: normal;
}
.mobile_list .item-list a:hover {
  color: #7744ab;
}
.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: #2b79a6;
  border: 0;
  border-bottom: 1px solid #cccccc;
  color: #fff;
  font-style: normal;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  text-align: right;
  padding: 7px 2% 7px 24px;
  clear: both;
}
.mobile_list .box_bottomlink:after,
.mobile_box .box_bottomlink:after {
  content: " \25B6";
}
.high-contrast-enabled .mobile_header,
.high-contrast-enabled .facebook_feed .mobile_header,
.high-contrast-enabled .twitter_feed .mobile_header,
.high-contrast-enabled .small_box .mobile_header {
  color: #ffffff;
  background: #575757;
}
.high-contrast-enabled .small_col .content_area.mobile_box {
  border-top: 1px solid #cccccc;
}
.high-contrast-enabled .mobile_list,
.high-contrast-enabled .mobile_box {
  color: #0000ee;
}
.high-contrast-enabled .mobile_list ul li,
.high-contrast-enabled .facebook_feed ul li,
.high-contrast-enabled .twitter_feed ul li {
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.high-contrast-enabled .mobile_list ul li:before,
.high-contrast-enabled .facebook_feed ul li:before,
.high-contrast-enabled .twitter_feed ul li:before {
  background: #0000ee;
}
.high-contrast-enabled .mobile_list ul li:after,
.high-contrast-enabled .facebook_feed ul li:after,
.high-contrast-enabled .twitter_feed ul li:after {
  background: #0000ee;
}
.high-contrast-enabled .mobile_list ul li a {
  color: #0000ee;
}
.high-contrast-enabled .mobile_list ul li a:hover {
  color: #0000ee;
}
.high-contrast-enabled .mobile_list .item-list a {
  color: #0000ee;
}
.high-contrast-enabled .mobile_list .item-list a:hover {
  color: #0000ee;
}
.high-contrast-enabled .mobile_list .box_bottomlink,
.high-contrast-enabled .mobile_box .box_bottomlink {
  background: #3a3a3a;
  border-bottom: 1px solid #cccccc;
  color: #fff;
}
/***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,
  .mobile_list ul li:after {
    display: none;
  }
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink {
    border: none;
  }
  .high-contrast-enabled .mobile_list ul li {
    border-bottom: 0px solid #cccccc;
  }
}
/* 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;
  height: 515px !important;
}
.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;
  height: 510px !important;
}
.dialog_body .feed_back_wrapper #feedback_sendemail_form .feedback_list li label,
.front_end_body .send_email_wrapper .formlist label.content_label,
.dialog_body .shareemail_list label {
  display: inline-block;
  width: 190px;
  min-width: 190px;
  vertical-align: top;
}
.send_email_wrapper .formlist label {
  min-width: 190px;
}
.front_end_body .formlist .feedback_message_textarea,
.shareemail_list .shareemail_message_textarea,
.front_end_form .feedback_list textarea,
.send_email_wrapper .formlist textarea {
  width: 64.98422713%;
  height: 113px;
}
.list-filter select {
  width: 225px;
  max-width: 100%;
}
.list-filter,
.alpha-filter {
  margin: 0 0 10px 0;
  clear: both;
  list-style: none;
  padding: 0;
}
.list-filter ul,
.alpha-filter ul {
  list-style: none;
  padding: 0;
}
.list-filter ul li,
.alpha-filter ul li {
  float: left;
}
.list-filter ul li:first-child:before,
.alpha-filter ul li:first-child:before {
  content: "";
}
.list-filter ul li:before,
.alpha-filter ul li:before {
  color: Gray;
  content: "|";
}
.alpha-filter .current {
  color: inherit;
  cursor: inherit;
}
.alpha-filter .current:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
  color: inherit;
}
.alpha-filter a:hover {
  background: #0c6796;
  border: solid 1px transparent;
  color: #fff !important;
}
.high-contrast-enabled .alpha-filter a:hover {
  background: #0000ee;
}
.alpha-filter .current:hover {
  color: inherit !important;
}
/**link color**/
.list-pager a {
  color: #0c6796 !important;
}
.list-pager a.pg-normal:hover {
  background: #0c6796;
  border: solid 1px transparent;
  color: #fff !important;
}
.high-contrast-enabled .list-pager a {
  color: #0000ee !important;
}
.high-contrast-enabled .list-pager a.pg-normal:hover {
  background: #0000ee;
}
.detail-title,
.detail-subtitle,
.detail-intro {
  margin: 0 0 7px;
}
.detail-list-label,
.custom_fields label {
  width: 150px;
}
.list-main > li {
  border-bottom: 1px solid #cbcbcb;
  padding: 10px !important;
}
.high-contrast-enabled .list-main > li {
  border-bottom: 1px solid #cbcbcb;
}
/* Default List Table Styling.  
    Should match general table style in Interior comp.  
    Modify padding and borders ONLY  (if needed), otherwise do not modify.
    everything else controlled in settings.global or settings.colors
    Should match _components.tableData.less and _components.tableBox.less
================================================== */
.sitewrapper .listtable {
  width: 100%;
  border-collapse: separate !important;
  margin: 10px 0;
  empty-cells: show;
  border: solid 0px #cbcbcb !important;
  background: #ffffff !important;
}
.sitewrapper .listtable th {
  border: 1px solid #5a7f33;
  font-weight: bold;
  padding: 10px 9px;
  background: #5a7f33 !important;
  color: #fff !important;
  font-size: 88.88888889%;
  font-family: inherit;
  vertical-align: top;
}
.sitewrapper .listtable th:hover {
  font-weight: bold;
  padding: 10px 9px;
  border: 1px solid #5a7f33;
}
.sitewrapper .listtable th a {
  white-space: normal;
}
.sitewrapper .listtable td {
  padding: 5px 9px 5px 9px !important;
  border: 0;
  border-bottom: solid 1px #cbcbcb;
  border-right: solid 1px #cbcbcb;
  font-size: 88.88888889%;
}
.sitewrapper .listtable td:first-child {
  border-left: 1px solid #cbcbcb;
}
.sitewrapper .listtable tr:hover {
  background: #f9f5fe;
}
.sitewrapper .listtable tr:hover td {
  background: #f9f5fe !important;
}
.sitewrapper .listtable tr:hover > td a {
  color: #7744ab !important;
}
.sitewrapper .listtable tr:hover > td,
.sitewrapper .listtable tr:hover > td > p {
  color: #404040 !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: #404040;
  text-decoration: none !important;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
  width: 100%;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td::before {
  padding: 3px 9px 2px 9px;
  width: 37%;
  overflow: hidden;
  position: static;
  white-space: normal;
  vertical-align: top;
  display: table-cell;
  text-overflow: ellipsis;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
  min-height: 28px;
  padding-left: 0 !important;
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
  padding-left: 0!important;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
  border: 0px;
  border-bottom: 2px solid #5a7f33;
}
.front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr:last-child {
  border-bottom: 0;
}
.high-contrast-enabled .sitewrapper .listtable {
  border: solid 0px #cbcbcb !important;
  background: #ffffff !important;
}
.high-contrast-enabled .sitewrapper .listtable th {
  border: 1px solid #575757;
  background: #575757 !important;
  color: #fff !important;
}
.high-contrast-enabled .sitewrapper .listtable th:hover {
  border: 1px solid #575757;
}
.high-contrast-enabled .sitewrapper .listtable td {
  border-bottom: solid 1px #cbcbcb;
  border-right: solid 1px #cbcbcb;
}
.high-contrast-enabled .sitewrapper .listtable td:first-child {
  border-left: 1px solid #cbcbcb;
}
.high-contrast-enabled .sitewrapper .listtable tr:hover {
  background: #f8f8f8;
}
.high-contrast-enabled .sitewrapper .listtable tr:hover td {
  background: #f8f8f8 !important;
}
.high-contrast-enabled .sitewrapper .listtable tr:hover > td a {
  color: #0000ee !important;
}
.high-contrast-enabled .sitewrapper .listtable tr:hover > td,
.high-contrast-enabled .sitewrapper .listtable tr:hover > td > p {
  color: #4f4f4f !important;
}
.high-contrast-enabled .sitewrapper .listtable th a {
  color: #fff !important;
}
.high-contrast-enabled .sitewrapper table.listtable a.phone_link,
.high-contrast-enabled .sitewrapper table.listtable a.phone_link:hover {
  color: #4f4f4f;
}
.high-contrast-enabled .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
  border-bottom: 2px solid #575757;
}
.high-contrast-enabled .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 47.9375em) {
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) {
    border: solid 1px #cbcbcb !important;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
    width: 100% !important;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) .mobile_hide {
    display: table !important;
  }
  .title_column {
    max-width: none;
  }
  .high-contrast-enabled .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) {
    border: solid 1px #cbcbcb !important;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
    padding-left: 9px !important;
    width: auto;
    display: table-cell;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
    padding-left: 9px !important;
  }
  .sitewrapper .listtable {
    border: solid 0px #cbcbcb !important;
  }
  .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;
  }
  .high-contrast-enabled .sitewrapper .listtable {
    border: solid 0px #cbcbcb !important;
  }
  .high-contrast-enabled .sitewrapper .listtable td:last-child {
    border-bottom: solid 1px #cbcbcb !important;
  }
}
.small_box .item_new,
.listtable span.item_new {
  color: #fff;
  font-weight: bold;
  display: inline;
}
.high-contrast-enabled .small_box .item_new,
.high-contrast-enabled .listtable span.item_new {
  color: #fff;
}
.empty_list {
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
.small_box .empty_box {
  padding: 10px 10px 10px 16px;
}
.small_box .box_content ul.item-list li.item-email,
.small_box .box_content ul.item-list li.item-phone,
.small_box .box_content ul.item-list li.item-map {
  padding-left: 22px;
  margin-bottom: 3px;
}
.small_box .box_content ul.item-list li.item-email {
  background: url(_gfx/cmn/email_table.png) 0 center no-repeat;
}
.small_box .box_content ul.item-list li.item-email .email_link {
  cursor: pointer;
}
.small_box .box_content ul.item-list li.item-phone {
  background-position: 0 center;
}
/***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 #c3c5c4 !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: 88.88888889% !important;
    height: auto;
    padding: 11px 15px 10px 11px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    background: #5a7f33;
    margin: -1px -1px 0 -1px;
    font-family: inherit;
  }
  .small_box .box_content,
  .twitter_feed .box_content,
  .facebook_feed .box_content {
    padding: 0px 10px 0 11px;
  }
  .small_box .box_content ul,
  .twitter_feed .box_content ul,
  .facebook_feed .box_content ul,
  .small_box.twitter_feed ul,
  .twitter_feed.twitter_feed ul,
  .facebook_feed.twitter_feed ul,
  .small_box.facebook_feed ul,
  .twitter_feed.facebook_feed ul,
  .facebook_feed.facebook_feed ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 7px 0 0 0;
    line-height: 130%;
  }
  .small_box .box_content ul li,
  .twitter_feed .box_content ul li,
  .facebook_feed .box_content ul li,
  .small_box.twitter_feed ul li,
  .twitter_feed.twitter_feed ul li,
  .facebook_feed.twitter_feed ul li,
  .small_box.facebook_feed ul li,
  .twitter_feed.facebook_feed ul li,
  .facebook_feed.facebook_feed ul li,
  .small_box.faq_box .box_content > ul > li,
  .twitter_feed.faq_box .box_content > ul > li,
  .facebook_feed.faq_box .box_content > ul > li,
  .small_box.service_box.mobile_list .box_content > ul > li,
  .twitter_feed.service_box.mobile_list .box_content > ul > li,
  .facebook_feed.service_box.mobile_list .box_content > ul > li {
    padding: 5px 0 7px 0;
    position: relative;
  }
  .small_box .box_bottomlink,
  .twitter_feed .box_bottomlink,
  .facebook_feed .box_bottomlink {
    float: right;
    margin: 8px 0;
    padding: 9px 18px;
    background: #2b79a6;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 61.11111111%;
    font-family: inherit;
  }
  .small_box .box_bottomlink:hover,
  .twitter_feed .box_bottomlink:hover,
  .facebook_feed .box_bottomlink:hover {
    text-decoration: none;
    background: #10476f;
  }
  .small_box .box_content ul a,
  .twitter_feed .box_content ul a,
  .facebook_feed .box_content ul a,
  .small_box.service_box .box_content li span,
  .twitter_feed.service_box .box_content li span,
  .facebook_feed.service_box .box_content li span,
  .small_box.faq_box ul .listfaq_q,
  .twitter_feed.faq_box ul .listfaq_q,
  .facebook_feed.faq_box ul .listfaq_q,
  .small_box .empty_box,
  .twitter_feed .empty_box,
  .facebook_feed .empty_box {
    color: #0c5681;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    font-family: 'AvenirRoman', 'Nunito', sans-serif;
  }
  .small_box .box_content ul a:hover,
  .twitter_feed .box_content ul a:hover,
  .facebook_feed .box_content ul a:hover {
    text-decoration: underline;
    color: #0c5681;
    font-weight: bold;
  }
  .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: #666a6f;
    font-size: 88.88888889%;
    padding: 0;
    border: 0;
  }
  .small_box .document_breadcrumb,
  .twitter_feed .document_breadcrumb,
  .facebook_feed .document_breadcrumb {
    color: #666a6f;
  }
  .small_box .document_breadcrumb a,
  .twitter_feed .document_breadcrumb a,
  .facebook_feed .document_breadcrumb a {
    color: #0c5681;
  }
  .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: #666a6f;
    font-weight: normal;
    font-size: 88.88888889%;
  }
  .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: #0c5681;
  }
  .small_box .box_content ul.item-list,
  .twitter_feed .box_content ul.item-list,
  .facebook_feed .box_content ul.item-list {
    margin: 0;
    padding: 4px 0 0 0;
    border: 0;
  }
  .small_box .empty_box,
  .twitter_feed .empty_box,
  .facebook_feed .empty_box {
    padding: 10px 0;
  }
  .small_box .downloadmessage,
  .twitter_feed .downloadmessage,
  .facebook_feed .downloadmessage {
    width: 100%;
  }
  .small_box.staff_box .box_content ul.item-list li.item-phone,
  .small_box.staff_box .box_content ul.item-list li.item-email a,
  .small_box.business_box .box_content ul.item-list li.item-phone,
  .small_box.business_box .box_content ul.item-list li.item-email a,
  .small_box.business_box .box_content ul.item-list li.item-map a {
    line-height: 130%;
    border-bottom: none;
    font-size: 88.88888889%;
  }
  .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%;
  }
  .small_box .box_bottomlink:after {
    content: "";
  }
  .high-contrast-enabled .small_box,
  .high-contrast-enabled .twitter_feed,
  .high-contrast-enabled .facebook_feed {
    background: #fff !important;
    border: 1px solid #c3c5c4 !important;
  }
  .high-contrast-enabled .small_box .box_title,
  .high-contrast-enabled .twitter_feed .box_title,
  .high-contrast-enabled .facebook_feed .box_title,
  .high-contrast-enabled .small_box h2.mobile_header,
  .high-contrast-enabled .twitter_feed h2.mobile_header,
  .high-contrast-enabled .facebook_feed h2.mobile_header {
    color: #fff !important;
    background: #575757;
  }
  .high-contrast-enabled .small_box .box_bottomlink,
  .high-contrast-enabled .twitter_feed .box_bottomlink,
  .high-contrast-enabled .facebook_feed .box_bottomlink {
    background: #3a3a3a;
    color: #fff;
  }
  .high-contrast-enabled .small_box .box_bottomlink:hover,
  .high-contrast-enabled .twitter_feed .box_bottomlink:hover,
  .high-contrast-enabled .facebook_feed .box_bottomlink:hover {
    background: #1a1a1a;
  }
  .high-contrast-enabled .small_box .box_content ul a,
  .high-contrast-enabled .twitter_feed .box_content ul a,
  .high-contrast-enabled .facebook_feed .box_content ul a,
  .high-contrast-enabled .small_box.service_box .box_content li span,
  .high-contrast-enabled .twitter_feed.service_box .box_content li span,
  .high-contrast-enabled .facebook_feed.service_box .box_content li span,
  .high-contrast-enabled .small_box.faq_box ul .listfaq_q,
  .high-contrast-enabled .twitter_feed.faq_box ul .listfaq_q,
  .high-contrast-enabled .facebook_feed.faq_box ul .listfaq_q,
  .high-contrast-enabled .small_box .empty_box,
  .high-contrast-enabled .twitter_feed .empty_box,
  .high-contrast-enabled .facebook_feed .empty_box {
    color: #000;
  }
  .high-contrast-enabled .small_box .box_content ul a:hover,
  .high-contrast-enabled .twitter_feed .box_content ul a:hover,
  .high-contrast-enabled .facebook_feed .box_content ul a:hover {
    color: #000;
  }
  .high-contrast-enabled .small_box .box_content .item_smalltext,
  .high-contrast-enabled .twitter_feed .box_content .item_smalltext,
  .high-contrast-enabled .facebook_feed .box_content .item_smalltext,
  .high-contrast-enabled .small_box .box_content ul.item-list li,
  .high-contrast-enabled .twitter_feed .box_content ul.item-list li,
  .high-contrast-enabled .facebook_feed .box_content ul.item-list li,
  .high-contrast-enabled .small_box.meeting_item_box ul span,
  .high-contrast-enabled .twitter_feed.meeting_item_box ul span,
  .high-contrast-enabled .facebook_feed.meeting_item_box ul span {
    color: #4f4f4f;
  }
  .high-contrast-enabled .small_box .document_breadcrumb,
  .high-contrast-enabled .twitter_feed .document_breadcrumb,
  .high-contrast-enabled .facebook_feed .document_breadcrumb {
    color: #4f4f4f;
  }
  .high-contrast-enabled .small_box .document_breadcrumb a,
  .high-contrast-enabled .twitter_feed .document_breadcrumb a,
  .high-contrast-enabled .facebook_feed .document_breadcrumb a {
    color: #000;
  }
  .high-contrast-enabled .small_box .box_content ul.item-list li a,
  .high-contrast-enabled .twitter_feed .box_content ul.item-list li a,
  .high-contrast-enabled .facebook_feed .box_content ul.item-list li a,
  .high-contrast-enabled .small_box.service_box .box_content ul.service_list li a,
  .high-contrast-enabled .twitter_feed.service_box .box_content ul.service_list li a,
  .high-contrast-enabled .facebook_feed.service_box .box_content ul.service_list li a {
    color: #4f4f4f;
  }
  .high-contrast-enabled .small_box .item_new,
  .high-contrast-enabled .twitter_feed .item_new,
  .high-contrast-enabled .facebook_feed .item_new {
    color: #0c5681;
  }
}
body.front_end_body {
  background: #fff;
  -ms-overflow-style: scrollbar;
}
#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: #f6f6f6;
  }
  .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 {
    position: relative;
  }
  .mainSpan:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    background: #fff;
    z-index: 0;
    height: 105px;
  }
  .sticky_header.mainSpan:before {
    position: fixed;
    z-index: 3;
    height: 93px;
  }
  /*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*/
  }
}
@media (min-width: 1200px) {
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 1024px;
    /*maximum width of site, might change for each site*/
    max-width: 1024px;
  }
  .config_widget_template {
    clear: both;
  }
}
@media (min-width: 1366px) {
  .container,
  #sitebody {
    width: 1320px;
    /*maximum width of site, might change for each site*/
    max-width: 1320px;
  }
  #siteheader#siteheader {
    width: auto;
    /*maximum width of site, might change for each site*/
    max-width: 1600px;
    margin: 0 10px;
  }
}
@media (min-width: 1620px) {
  #siteheader#siteheader {
    width: 1600px;
    /*maximum width of site, might change for each site*/
    margin: 0 auto;
  }
}
/**
    individual components
**/
/*#region HEADER */
#siteheader {
  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: 105px;
    background: #fff;
    position: relative;
    margin: 0 auto;
  }
  #siteheader:before {
    display: none;
  }
  .sticky_header #siteheader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 93px;
    z-index: 4;
  }
  #headercolumn {
    background-image: none !important;
    height: auto !important;
  }
}
#page_footer {
  clear: both;
  font-size: 100%;
  background: #2c2c2c;
  padding: 10px;
  margin: 0;
  position: relative;
}
#page_footer #footercolumn {
  margin: 0 auto;
  position: relative;
  padding: 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
  zoom: 1;
}
#page_footer #footercolumn:before {
  content: '';
  display: block;
}
#page_footer #footercolumn:after {
  content: '';
  display: table;
  clear: both;
}
#page_footer #footercolumn .footer_nav {
  margin: 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 {
  text-decoration: none;
}
#page_footer #footercolumn .footer_nav a:hover {
  text-decoration: underline;
}
#page_footer #footercolumn .footer_links h2 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
#page_footer #footercolumn .footer_links a {
  display: block;
}
#page_footer #footercolumn .footer_address h2 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
#page_footer #footercolumn .footer_address p {
  margin-bottom: 16px;
}
#page_footer #footercolumn .footer_copyright {
  padding: 0;
  position: relative;
  color: #7ddefa;
  width: 100%;
  text-align: center;
  margin: 10px 0;
  font-weight: bold;
}
#page_footer #footercolumn .footer_copyright a {
  text-decoration: none;
  text-align: center;
  color: #7ddefa;
  font-weight: bold;
  position: relative;
  background: url(_gfx/cmn/Cares_logo.png) left center no-repeat;
  background-size: 70px auto !important;
  display: block;
  padding: 10px 0 10px 75px;
}
#page_footer #footercolumn .footer_copyright a:hover {
  text-decoration: none;
}
#page_footer p {
  margin: 0;
  clear: both;
}
#page_footer a {
  color: #fff;
  text-decoration: none;
  margin-right: 0;
}
.mainSpan_wrapper_home #page_footer:before {
  content: "";
  top: auto;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: url(_gfx/cmn/footer_repeatable.png) 0 0 repeat-x;
  z-index: 0;
}
#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;
  display: none;
}
#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;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #page_footer {
    padding: 0 0 20px 0;
    margin: 0 0 0 0;
  }
  #page_footer a {
    margin: 0;
  }
  #page_footer a:hover {
    color: #7aaa44;
  }
  #page_footer #footercolumn {
    /*.footer_nav {
                display: table;
                width: 100%;

                a {
                    line-height: 39px;
                    display: table-cell;
                }
            }*/
  }
  #page_footer #footercolumn .footer_links {
    padding-left: 43%;
    background: url(_gfx/cmn/seal.png) 0 46px no-repeat;
    min-height: 251px;
    padding-top: 30px;
  }
  #page_footer #footercolumn .footer_address {
    padding-top: 30px;
  }
  #page_footer #footercolumn .footer_copyright {
    float: left;
    width: 56%;
    margin-left: 125px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #page_footer #footercolumn .footer_disclaimer {
    float: right;
    clear: none;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  #page_footer #footercolumn .footer_links {
    padding-left: 40%;
    background: url(_gfx/cmn/seal.png) 8% 46px no-repeat;
  }
  #page_footer #footercolumn .footer_copyright {
    width: 45%;
    margin-left: 155px;
  }
}
/*1200px*/
@media only screen and (min-width: 1200px) {
  #page_footer #footercolumn .footer_links {
    padding-left: 50%;
    background: url(_gfx/cmn/seal.png) 12% 46px no-repeat;
  }
  #page_footer #footercolumn .footer_address {
    padding-left: 10px;
  }
  #page_footer #footercolumn .footer_copyright {
    width: 40%;
    margin-left: 250px;
  }
}
#siteheader a#home_link {
  background: url("_gfx/cmn/mobile/logo.png") no-repeat center center !important;
  height: 66px;
  overflow: hidden;
  position: absolute;
  text-indent: -4000px;
  top: 0px;
  width: 100%;
}
.high-contrast-enabled #siteheader a#home_link {
  background: url("_gfx/cmn/mobile/highcontrast/logo.png") no-repeat center center !important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader a#home_link {
    height: 50px;
    left: 0;
    top: 28px;
    width: 307px;
    background: url(_gfx/cmn/logo.png) 0 0 no-repeat !important;
    background-size: 100% auto !important;
  }
  .high-contrast-enabled #siteheader a#home_link {
    background: url(_gfx/cmn/highcontrast/logo.png) 0 0 no-repeat !important;
    background-size: 100% auto !important;
  }
  .sticky_header #siteheader a#home_link {
    top: 23px;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  #siteheader a#home_link {
    width: 377px;
  }
}
.search-trigger,
.top_links,
.close_search {
  display: none;
}
#searchbox {
  background: #e8e8e8;
  border: 0;
  height: 41px;
  margin: 0;
  padding: 6px 5px;
  width: 100%;
  border-bottom: 0px solid #d3d3de;
}
#searchbox input#search_text {
  background: transparent;
  border: 0 none !important;
  /*keep important*/
  border-radius: 0;
  color: #262626;
  font-size: 16px !important;
  /*keep important*/
  height: 29px;
  line-height: 29px !important;
  margin: 0;
  padding: 0 36px 0 10px;
  width: 100%;
}
#searchbox input#search_text::-webkit-input-placeholder {
  color: #262626;
  font-size: 16px;
  opacity: 1 !important;
}
#searchbox input#search_text:-moz-placeholder {
  color: #262626;
  font-size: 16px;
  opacity: 1 !important;
}
#searchbox input#search_text::-moz-placeholder {
  opacity: 1 !important;
  color: #262626;
  font-size: 16px;
}
#searchbox input#search_text:-ms-input-placeholder {
  color: #262626;
  font-size: 16px;
  opacity: 1 !important;
}
#searchbox input#search_text:focus {
  box-shadow: 0 0;
}
#searchbox > a {
  background: url("_gfx/cmn/search_input_bg.png") no-repeat center center;
  border: 0 none !important;
  height: 29px !important;
  margin: 0;
  position: absolute;
  right: 5px;
  text-align: left;
  text-decoration: none;
  text-indent: -4000px;
  top: 6px;
  width: 36px;
  overflow: hidden;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .top_links {
    display: block;
  }
  .top_links h2 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 43px 0 24px 24px;
    letter-spacing: 2px;
  }
  .top_links ul {
    padding: 0;
  }
  .top_links ul li {
    float: left;
    width: 25%;
    margin: 0 0 9px;
    padding: 0 9px 0 0;
    display: table;
  }
  .top_links ul li:nth-child(4n + 4) {
    padding-right: 0;
  }
  .top_links ul li a {
    display: table-cell;
    width: 100%;
    background-color: #3e8bc3;
    max-height: 54px;
    height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 5px;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .top_links ul li a:hover {
    color: #2b2b2b;
    background: #79aa44;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) .top_links h2 {
    margin: 79px 0 24px 24px;
  }
  .top_search {
    display: none;
    position: absolute;
    z-index: 12;
    width: 96%;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 996px;
  }
  .top_search .search_block {
    max-width: 854px;
    margin: 0 auto;
  }
  .search_overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(4, 27, 42, 0.9);
    z-index: 11;
  }
  .close_search.close_search {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    display: block;
    padding-right: 30px;
    line-height: 20px;
    position: absolute;
    right: 0;
    background: url(_gfx/cmn/close.png) right center no-repeat;
    top: 118px;
  }
  .close_search.close_search:hover {
    opacity: 0.7;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) .close_search {
    top: 302px;
  }
  .search-trigger.search-trigger {
    background: #e8e8e8 url(_gfx/cmn/mag-glass.png) 78px center no-repeat;
    overflow: hidden;
    width: 104px;
    height: 36px;
    float: right;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    z-index: 11;
    display: none;
    color: #262626;
    text-decoration: none;
    font-size: 18px;
    line-height: 36px;
    padding-left: 12px;
    margin: 31px 97px 0 0;
  }
  .search-trigger.search-trigger:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  .sticky_header .search-trigger,
  #jPanelMenu-menu .search-trigger,
  .mainSpan_wrapper_home .search-trigger {
    display: block;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) .search-trigger {
    position: absolute;
    margin: 0 auto;
    top: 445px;
    left: 0;
    right: 0;
    background: #fff;
    width: 497px;
    height: 51px;
    font-size: 22px;
    line-height: 51px;
    color: #252525;
    padding-left: 23px;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) .search-trigger:hover {
    opacity: 1;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) .search-trigger:after {
    content: "...";
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) .search-trigger:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 77px;
    text-align: center;
    content: "GO";
    font-size: 20px;
    font-weight: bold;
    color: #28430a;
    background: #79aa44;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) .search-trigger:hover:before {
    background: #5f8d2e;
  }
  #jPanelMenu-menu .search-trigger {
    color: #fff;
    background: #4092cb url(_gfx/cmn/menu_search.png) 78px center no-repeat;
    float: left;
    margin: 31px 0 0 9px;
    width: 114px;
  }
  #searchbox {
    margin: 262px auto 0;
    position: relative;
    width: 100%;
    padding: 0;
    background: transparent;
    float: none;
    top: auto;
    height: auto;
    border: 0;
  }
  #searchbox > a {
    display: inline-block;
    right: 0px;
    top: 0px;
    background: url("_gfx/cmn/search.png") no-repeat center center;
    height: 69px !important;
    width: 69px;
  }
  #searchbox input#search_text {
    color: #252525;
    height: 69px;
    line-height: 69px !important;
    margin: 0;
    padding: 0 69px 0 20px;
    width: 100%;
    border: 0px solid #ffffff !important;
    font-size: 22px !important;
    background: #f8f6f1;
    text-transform: uppercase;
  }
  #searchbox input#search_text::-webkit-input-placeholder {
    font-size: 22px;
    color: #252525;
    text-transform: uppercase;
  }
  #searchbox input#search_text:-moz-placeholder {
    font-size: 22px;
    color: #252525;
    text-transform: uppercase;
  }
  #searchbox input#search_text::-moz-placeholder {
    font-size: 22px;
    color: #252525;
    text-transform: uppercase;
  }
  #searchbox input#search_text:-ms-input-placeholder {
    font-size: 22px;
    color: #252525;
    text-transform: uppercase;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox {
    margin: 445px auto 0;
    width: 497px;
    height: 51px;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox input#search_text {
    font-size: 24px !important;
    line-height: 51px !important;
    height: 51px;
    color: #252525;
    padding-left: 23px;
    text-transform: none;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox input#search_text::-webkit-input-placeholder {
    text-transform: none;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox input#search_text:-moz-placeholder {
    text-transform: none;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox input#search_text::-moz-placeholder {
    text-transform: none;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox input#search_text:-ms-input-placeholder {
    text-transform: none;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox > a {
    width: 77px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #28430a;
    background: #79aa44;
    text-indent: 0;
    height: 51px !important;
    line-height: 51px;
    text-transform: uppercase;
  }
  .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox > a:hover {
    background: #5f8d2e;
  }
  #searchbox.right_adjust {
    right: 0px;
  }
  .high-contrast-enabled .top_links h2 {
    color: #fff;
  }
  .high-contrast-enabled .top_links ul li a {
    background: #525252;
    color: #fff;
  }
  .high-contrast-enabled .top_links ul li a:hover {
    color: #2b2b2b;
    background: #ececec;
  }
  .high-contrast-enabled .close_search.close_search {
    color: #ffffff;
  }
  .high-contrast-enabled .search_overlay {
    background: rgba(0, 0, 0, 0.9);
  }
  .high-contrast-enabled .search-trigger.search-trigger {
    background: #e8e8e8 url(_gfx/cmn/highcontrast/mag-glass.png) 78px center no-repeat;
    color: #262626;
  }
  .high-contrast-enabled .mainSpan_wrapper_home .mainSpan:not(.sticky_header) .search-trigger:before {
    color: #fff;
    background: #262626;
  }
  .high-contrast-enabled .mainSpan_wrapper_home .mainSpan:not(.sticky_header) .search-trigger:hover:before {
    background: #c0c0c0;
    color: #262626;
  }
  .high-contrast-enabled #jPanelMenu-menu .search-trigger {
    color: #fff;
    background: #545454 url(_gfx/cmn/menu_search.png) 78px center no-repeat;
  }
  .high-contrast-enabled #searchbox > a {
    background: url("_gfx/cmn/highcontrast/search.png") no-repeat center center;
  }
  .high-contrast-enabled #searchbox input#search_text {
    color: #2b2b2b;
    background: #f8f6f1;
  }
  .high-contrast-enabled #searchbox input#search_text::-webkit-input-placeholder {
    color: #2b2b2b;
  }
  .high-contrast-enabled #searchbox input#search_text:-moz-placeholder {
    color: #2b2b2b;
  }
  .high-contrast-enabled #searchbox input#search_text::-moz-placeholder {
    color: #2b2b2b;
  }
  .high-contrast-enabled #searchbox input#search_text:-ms-input-placeholder {
    color: #2b2b2b;
  }
  .high-contrast-enabled .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox > a {
    color: #2b2b2b;
    background: #c0c0c0;
  }
  .high-contrast-enabled .mainSpan_wrapper_home .mainSpan:not(.sticky_header) #searchbox > a:hover {
    color: #fff;
    background: #262626;
  }
}
/*62em = 992px*/
#headercolumn .hc-switch {
  display: none;
}
.hc-switch {
  padding: 0;
  float: left;
  width: 120px;
  margin: 10px 0 15px 5%;
}
.hc-checkbox {
  position: absolute;
  visibility: hidden;
}
.hc-label {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-left: 68px;
  text-align: center;
  border-radius: 23px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  font-family: 'AvenirRoman', 'Nunito', sans-serif;
}
.hc-label:before,
.hc-label:after {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  margin: auto 0;
  content: "";
}
.hc-label:before {
  right: 0px;
  background-color: #ccc;
  border-radius: 23px;
  transition: background 0.4s;
  border: 0px solid transparent;
  width: 58px;
  height: 23px;
}
.hc-label:after {
  width: 23px;
  height: 23px;
  background-color: #4092ca;
  border-radius: 100%;
  transition: margin 0.4s;
  top: 0px;
  left: 0px;
}
.high-contrast-enabled .hc-label:before {
  background-color: #ccc;
}
.high-contrast-enabled .hc-label:after {
  margin-left: 35px;
  background-color: #545454;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .hc-switch {
    margin: 23px 0 0 45px;
  }
}
/***62em = 992px ***/
#headercolumn .nav_buttons {
  display: none;
}
.nav_buttons {
  display: block;
  padding: 0px 10px 0 10px;
  background: transparent;
}
.nav_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav_buttons ul li {
  margin: 30px 3% 30px 0;
  width: 48.5%;
  float: left;
}
.nav_buttons ul li:nth-child(2n+2) {
  margin-right: 0;
}
.nav_buttons .button-link {
  background: #4092cb;
  border: 0px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  display: table;
  height: 184px;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.nav_buttons .button-link:hover,
.nav_buttons .button-link:focus {
  text-decoration: none;
  background: #0c5681;
  border: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.nav_buttons .button-link:hover .button-text,
.nav_buttons .button-link:focus .button-text {
  color: #fff;
}
.nav_buttons img {
  bottom: 79px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  max-width: 100px;
  max-height: 80px;
}
.nav_buttons .button-text {
  color: #fff;
  display: table-cell;
  font-size: 18px;
  font-weight: normal;
  font-family: inherit;
  text-transform: none;
  line-height: 1.2;
  vertical-align: middle;
  padding: 85px 10px 0;
}
.nav_buttons.button-icons-left .button-link {
  padding: 0 2% 0 70px;
  text-align: left;
}
.nav_buttons.button-icons-left img {
  bottom: 0;
  left: 0;
  right: calc(100% -  70px);
  top: 0;
}
.nav_buttons.button-icons-left .button-text {
  padding: 0;
}
.nav_buttons.button-icons-right .button-link {
  padding: 0 70px 0 10px;
  text-align: right;
}
.nav_buttons.button-icons-right img {
  left: calc(100% -  70px);
  right: 0;
  top: 0;
  bottom: 0;
}
.nav_buttons.button-icons-right .button-text {
  padding: 0;
}
.high-contrast-enabled .nav_buttons .button-link {
  background: #545454;
}
.high-contrast-enabled .nav_buttons .button-link:hover,
.high-contrast-enabled .nav_buttons .button-link:focus {
  background: #121212;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .nav_buttons {
    padding: 120px 0 0px 0;
  }
  .nav_buttons ul li {
    float: left;
    max-width: 182px;
    width: 48.5%;
    margin: 0 3% 30px 0;
  }
  .nav_buttons ul li:nth-child(2n+ 2) {
    margin-right: 0;
  }
  .nav_buttons .button-text {
    font-size: 26px;
  }
  .nav_buttons.button-icons-left .button-link {
    padding: 0 2% 0 50px;
  }
  .nav_buttons.button-icons-left img {
    right: calc(100% -  50px);
  }
  .nav_buttons.button-icons-right .button-link {
    padding: 0 50px 0 10px;
  }
  .nav_buttons.button-icons-right img {
    left: calc(100% -  50px);
  }
}
@media screen and (min-width: 62em) {
  .nav_buttons {
    padding: 120px 0 0px 0;
  }
  .nav_buttons ul li {
    float: left;
    width: 48.5%;
    margin: 0 3% 30px 0;
  }
  .nav_buttons ul li:nth-child(2n+ 2) {
    margin: 0 3% 30px 0;
  }
  .nav_buttons ul li:nth-child(2n+ 2) {
    margin-right: 0;
  }
  .nav_buttons .button-text {
    font-size: 26px;
  }
  .nav_buttons.button-icons-left .button-link {
    padding: 0 2% 0 70px;
  }
  .nav_buttons.button-icons-left img {
    right: calc(100% -  70px);
  }
  .nav_buttons.button-icons-right .button-link {
    padding: 0 70px 0 10px;
  }
  .nav_buttons.button-icons-right img {
    left: calc(100% -  70px);
  }
}
.int_buttons.int_buttons {
  display: block;
  background: transparent;
  /*&.button-icons-left {

        .button-link {
            padding: @int-button-padding;
            text-align: left;
        }

        img {
            bottom: 0;
            left: 0;
            right: calc(~"100% - " @int-button-icon-area-width);
            top: 0;
        }

        .button-text {
            padding: 0;
        }
    }

    &.button-icons-right {

        .button-link {
            padding: @int-button-padding-right;
            text-align: right;
        }

        img {
            left: calc(~"100% - " @int-button-icon-area-width);
            right: 0;
            top: 0;
            bottom: 0;
        }

        .button-text {
            padding: 0;
        }
    }*/
}
.int_buttons.int_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px -5px;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
}
.int_buttons.int_buttons ul li {
  display: inline-block;
  /*for graceful degradation of flexbox in IE 8/9*/
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 265px;
  margin: 0 5px;
  padding: 0 0px 10px 0;
  max-width: calc(100% -  10px );
}
.int_buttons.int_buttons .button-link {
  background: #2b79a6;
  border: 0px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: middle;
  -ms-flex-align: middle;
  align-items: middle;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 125px;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.int_buttons.int_buttons .button-link:hover,
.int_buttons.int_buttons .button-link:focus {
  text-decoration: none;
  background: #0c5681;
  border: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.int_buttons.int_buttons .button-link:hover .button-text,
.int_buttons.int_buttons .button-link:focus .button-text {
  color: #fff;
}
.int_buttons.int_buttons img {
  bottom: 55px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 11px;
  max-width: 65px;
  max-height: 60px;
}
.int_buttons.int_buttons .button-text {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-transform: none;
  line-height: 1.25;
  vertical-align: middle;
  padding: 70px 10px 0;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  max-height: 115px;
  overflow: hidden;
}
.high-contrast-enabled .int_buttons.int_buttons .button-link {
  background: #575757;
}
.high-contrast-enabled .int_buttons.int_buttons .button-link:hover,
.high-contrast-enabled .int_buttons.int_buttons .button-link:focus {
  background: #3a3a3a;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .small_col .int_buttons.int_buttons.int_buttons,
  .left_col .int_buttons.int_buttons.int_buttons {
    border: 0 !important;
    padding: 0;
    background: transparent !important;
  }
  .int_buttons.int_buttons {
    /*.button-text {
            font-size: @int-button-size-tablet;
        }

        &.button-icons-left {

            .button-link {
                padding: @int-button-padding-tablet;
            }

            img {
                right: calc(~"100% - " @int-button-icon-area-width-tablet);
            }
        }

        &.button-icons-right {

            .button-link {
                padding: @int-button-padding-tablet-right;
            }

            img {
                left: calc(~"100% - " @int-button-icon-area-width-tablet);
            }
        }*/
  }
  .int_buttons.int_buttons ul li {
    /* float: left;
                width: 100%/@int-buttons-per-row-tablet - (@int-button-spacing - (@int-button-spacing/@int-buttons-per-row-tablet));
                margin: 0 @int-button-spacing @int-button-vertical-margin-desktop 0;

                &:nth-child(@{int-nselector-tablet}) {
                    margin-right: 0;
                }*/
  }
}
@media screen and (min-width: 62em) {
  .int_buttons.int_buttons {
    /*.button-text {
            font-size: @int-button-size;
        }

        &.button-icons-left {

            .button-link {
                padding: @int-button-padding;
            }

            img {
                right: calc(~"100% - " @int-button-icon-area-width);
            }
        }

        &.button-icons-right {

            .button-link {
                padding: @int-button-padding-right;
            }

            img {
                left: calc(~"100% - " @int-button-icon-area-width);
            }
        }*/
  }
  .int_buttons.int_buttons ul li {
    /* float: left;
            width: 100%/@int-buttons-per-row-desktop - (@int-button-spacing - (@int-button-spacing/@int-buttons-per-row-desktop));
            margin: 0 @int-button-spacing @int-button-vertical-margin-desktop 0;

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

            &:nth-child(@{int-nselector-desktop}) {
                margin-right: 0;
            }*/
  }
}
/*generally should not be updated*/
.int_collage.int_collage {
  display: block;
  width: 100%;
}
.int_collage.int_collage .slides {
  background: #338ec2;
  margin: 0;
  padding: 0;
}
.int_collage.int_collage .slides li {
  overflow: hidden;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 30px 10px;
}
.int_collage.int_collage .slides li > a {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.int_collage.int_collage .slides img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.int_collage.int_collage.green .slides {
  background: #799d43;
}
.int_collage.int_collage .slide_content {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.int_collage.int_collage .slide_title {
  margin: 0 0 10px 0;
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  max-height: 156px;
  overflow: hidden;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.int_collage.int_collage .slide_title a {
  color: #fff;
  text-decoration: none;
}
.int_collage.int_collage .slide_title:hover a {
  color: #fff;
  text-decoration: underline;
}
.int_collage.int_collage .slide_description {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.5;
  max-height: 269px;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0.5px;
}
.int_collage.int_collage .flex-control-nav {
  right: 0;
  bottom: 10px;
  display: block;
  left: 0;
  position: absolute;
  z-index: 3;
  top: auto;
  padding: 5px 5px 5px 0;
  text-align: center;
  margin: 0;
}
.int_collage.int_collage .flex-control-nav li {
  display: inline-block;
  float: none;
}
.int_collage.int_collage .flex-control-nav a {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
}
.int_collage.int_collage .flex-control-nav a.flex-active,
.int_collage.int_collage .flex-control-nav a:hover {
  background: #fff;
  border: 2px solid #fff;
}
.int_collage.int_collage .flex-direction-nav a {
  width: 30px;
  height: 38px;
  margin: -19px 0 0 0;
  display: block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  background: url(_gfx/home/button_arrows.png) 0 0 no-repeat;
  z-index: 3;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.int_collage.int_collage .flex-direction-nav a:hover {
  background-position: 0 -40px;
}
.int_collage.int_collage .flex-direction-nav .flex-next {
  right: 10px;
  display: block;
  background-position: -32px 0;
}
.int_collage.int_collage .flex-direction-nav .flex-next:hover {
  background-position: -32px -40px;
}
.int_collage.int_collage .flex-direction-nav .flex-prev {
  left: 10px;
  display: block;
}
.int_collage.int_collage .flex-direction-nav .flex-disabled {
  cursor: default;
}
.high-contrast-enabled .int_collage.int_collage .slides {
  background: #fff;
}
.high-contrast-enabled .int_collage.int_collage.green .slides {
  background: #fff;
}
.high-contrast-enabled .int_collage.int_collage .slide_title {
  color: #4f4f4f;
}
.high-contrast-enabled .int_collage.int_collage .slide_title a {
  color: #4f4f4f;
}
.high-contrast-enabled .int_collage.int_collage .slide_title:hover a {
  color: #4f4f4f;
}
.high-contrast-enabled .int_collage.int_collage .slide_description {
  color: #4f4f4f;
}
.high-contrast-enabled .int_collage.int_collage .flex-control-nav a {
  border: 2px solid #4f4f4f;
}
.high-contrast-enabled .int_collage.int_collage .flex-control-nav a:hover,
.high-contrast-enabled .int_collage.int_collage .flex-control-nav a.flex-active {
  border: 2px solid #4f4f4f;
  background: #4f4f4f;
}
.small_col .int_collage.int_collage.int_collage .slides .slide_content .slide_title,
.left_col .int_collage.int_collage.int_collage .slides .slide_content .slide_title {
  font-size: 20px;
  margin: 0 0 10px 0;
  margin-top: 20px;
  padding: 0;
  background: transparent;
  font-weight: normal;
  color: #fff;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .small_col .int_collage.int_collage.int_collage,
  .left_col .int_collage.int_collage.int_collage {
    border: 0 !important;
    padding: 0;
    background: transparent !important;
  }
  .small_col .int_collage.int_collage.int_collage .slides li,
  .left_col .int_collage.int_collage.int_collage .slides li {
    padding: 15px 15px 30px 15px;
  }
  .small_col .int_collage.int_collage.int_collage .slides li > a,
  .left_col .int_collage.int_collage.int_collage .slides li > a {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .small_col .int_collage.int_collage.int_collage .slides .slide_content,
  .left_col .int_collage.int_collage.int_collage .slides .slide_content {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .small_col .int_collage.int_collage.int_collage .slides .slide_content .slide_title,
  .left_col .int_collage.int_collage.int_collage .slides .slide_content .slide_title {
    font-size: 20px;
    margin: 0 0 10px 0;
    margin-top: 20px;
    padding: 0;
    background: transparent;
    font-weight: normal;
    color: #fff;
    font-family: 'AvenirHeavy', 'Nunito', sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .small_col .int_collage.int_collage.int_collage .flex-control-nav,
  .left_col .int_collage.int_collage.int_collage .flex-control-nav {
    bottom: 10px;
  }
  .int_collage.int_collage .slides li {
    padding: 52px 30px 86px 33px;
  }
  .int_collage.int_collage .slide_description {
    font-size: 18px;
  }
  .int_collage.int_collage .flex-direction-nav a {
    top: calc(50% -  19px );
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .int_collage.int_collage .flex-control-nav {
    top: auto;
    bottom: 27px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .int_collage.int_collage .slides li > a {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
  .int_collage.int_collage .slide_content {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
    padding-right: 15px;
  }
  .int_collage.int_collage .slide_title {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
/***75em = 1200px ***/
@media screen and (min-width: 75em) {
  .int_collage.int_collage .slide_content {
    padding-right: 30px;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .translatebox {
    float: right;
    display: block;
    margin: 30px 97px 0px 0px;
    padding: 0px;
    background: #e8e8e8;
    cursor: pointer;
    opacity: 0;
  }
  .translatebox a {
    display: none;
  }
  .translatebox .skiptranslate.goog-te-gadget {
    color: white !important;
    font-size: 0px;
  }
  .translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
    top: 0px;
    border: 0 !important;
    outline: 0;
    width: 185px;
    padding: 0px 0px 0px 12px;
    position: relative;
    color: #262626 !important;
    font-size: 18px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent url(_gfx/cmn/down-arrow.png) 93% center no-repeat;
    margin: 0;
    height: 36px;
    min-width: 0;
  }
  .translatebox select::-ms-expand {
    display: none;
  }
  .sticky_header .translatebox {
    margin: 31px 5px 0px 0px;
  }
  .high-contrast-enabled .translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
    background: transparent url(_gfx/cmn/highcontrast/down-arrow.png) 93% center no-repeat;
  }
}
.social_icons.social_icons {
  margin-bottom: 20px;
}
.social_icons.social_icons h3 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .social_icons.social_icons {
    margin: 0;
    text-align: center;
    padding-top: 39px;
  }
  .social_icons.social_icons h3 {
    margin-bottom: 41px;
    color: #fff;
  }
  .social_icons.social_icons a {
    display: inline-block;
    margin-left: 5px !important;
  }
}
/***62em = 992px ***/
/***75em = 1200px ***/
@media screen and (min-width: 75em) {
  .social_icons.social_icons {
    padding-left: 15%;
  }
}
#jPanelMenu-menu,
#jPanelMenu-menu *,
#jPanelMenu-menu *:after,
#jPanelMenu-menu *:before {
  box-sizing: border-box;
}
#siteheader a.menu_trigger,
#jPanelMenu-menu a.menu_trigger {
  /* background: url("_gfx/cmn/mobile/menu.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
  cursor: pointer;
  height: 37px;
  left: 0;
  top: 0;
  position: absolute;
  width: 37px;
  display: block !important;
}
#siteheader a.menu_trigger:before,
#jPanelMenu-menu a.menu_trigger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  margin: auto;
  width: 21px;
  height: 3px;
  background: #252525;
  border: 1px solid #252525;
  border-radius: 3px;
  box-shadow: 0 6px 0 0 #252525;
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#siteheader a.menu_trigger:after,
#jPanelMenu-menu a.menu_trigger:after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  right: 0;
  margin: auto;
  width: 21px;
  height: 3px;
  background: #252525;
  border: 1px solid #252525;
  border-radius: 3px;
  transform-origin: 0% 100%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#siteheader a.menu_trigger.mobile-menu-active:before,
#jPanelMenu-menu a.menu_trigger.mobile-menu-active:before {
  transform: rotate(45deg) translate(-2px, -1px);
  box-shadow: 0 0 0 0 transparent;
}
#siteheader a.menu_trigger.mobile-menu-active:after,
#jPanelMenu-menu a.menu_trigger.mobile-menu-active:after {
  transform: rotate(-45deg) translate(0, -1px);
}
#siteheader a.menu_trigger .menu_trigger_text,
#jPanelMenu-menu a.menu_trigger .menu_trigger_text {
  display: none;
}
#jPanelMenu-menu a.menu_trigger {
  display: none !important;
}
/*#region MOBILE MAIN NAV */
.mainnav {
  display: none;
}
.jPanelMenu-panel {
  background: transparent !important;
}
.jPanelMenu-panel #mobile_nav {
  display: none !important;
}
#jPanelMenu-menu {
  background: none repeat scroll 0 0 #041b2a;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto !important;
  display: block;
}
#jPanelMenu-menu .nav_tip {
  color: #ffffff;
  font-style: italic;
  margin: 30px 5% 10px;
  clear: both;
}
#jPanelMenu-menu .dropdownmenu {
  border-top: 1px solid #09283d;
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0px;
}
#jPanelMenu-menu .dropdownmenu ul {
  margin: 0;
  padding: 0;
}
#jPanelMenu-menu .dropdownmenu ul.menu_open {
  border-bottom: 1px solid #09283d;
}
#jPanelMenu-menu .dropdownmenu ul.menu_open {
  background: #06273d;
}
#jPanelMenu-menu .dropdownmenu ul ul {
  display: none;
}
#jPanelMenu-menu .dropdownmenu li {
  border-bottom: 1px solid #09283d;
  display: block;
  overflow: hidden;
  position: relative;
}
#jPanelMenu-menu .dropdownmenu li a {
  color: #ffffff;
  display: inline-block;
  padding: 7px 0px 7px 5%;
  margin-right: 45px;
  text-decoration: none;
  font-size: 85%;
}
#jPanelMenu-menu .dropdownmenu li a:focus {
  text-decoration: underline;
}
#jPanelMenu-menu .dropdownmenu li a[href] {
  position: relative;
}
#jPanelMenu-menu .dropdownmenu li .expand_link {
  cursor: pointer;
  height: 38px;
  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: #ffffff;
  -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: #ffffff;
  -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: #06273d;
}
#jPanelMenu-menu .dropdownmenu li li a {
  padding-left: 9%;
  text-transform: none;
  color: #ffffff;
  line-height: 1.33333333;
}
#jPanelMenu-menu .dropdownmenu li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li .expand_link:after {
  background: #ffffff;
}
#jPanelMenu-menu .dropdownmenu li li li {
  background: #0c5681;
}
#jPanelMenu-menu .dropdownmenu li li li a {
  padding-left: 13%;
  color: #ffffff;
}
#jPanelMenu-menu .dropdownmenu li li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li li .expand_link:after {
  background: #ffffff;
}
#jPanelMenu-menu .dropdownmenu li li li li {
  background: #0b4d73;
}
#jPanelMenu-menu .dropdownmenu li li li li a {
  padding-left: 17%;
}
#jPanelMenu-menu .dropdownmenu li li li li li {
  background: #094365;
}
#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: #ffffff;
  display: block;
  padding: 8px 5% 0;
}
#jPanelMenu-menu #top_nav a {
  color: #ffffff;
  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: #06273d;
}
.high-contrast-enabled #jPanelMenu-menu {
  background: #000;
}
.high-contrast-enabled #jPanelMenu-menu .nav_tip {
  color: #ffffff;
}
.high-contrast-enabled #jPanelMenu-menu #top_nav {
  color: #ffffff;
}
.high-contrast-enabled #jPanelMenu-menu #top_nav a {
  color: #ffffff;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu {
  border-top: 1px solid #333333;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu ul.menu_open {
  border-bottom: 1px solid #333333;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu ul.menu_open {
  background: #262626;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li {
  border-bottom: 1px solid #333333;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li a {
  color: #ffffff;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li .expand_link:before {
  background: #ffffff;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li {
  border-bottom: 0;
  background: #262626;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li a {
  color: #ffffff;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li .expand_link:before,
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li .expand_link:after {
  background: #ffffff;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li li {
  background: #3a3a3a;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li li a {
  color: #ffffff;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li li .expand_link:before,
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li li .expand_link:after {
  background: #ffffff;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li li li {
  background: #323232;
}
.high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li li li li {
  background: #2b2b2b;
}
.high-contrast-enabled #jPanelMenu-menu .inner_container {
  background: #262626;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader a.menu_trigger,
  #jPanelMenu-menu a.menu_trigger {
    left: auto;
    right: 0;
    top: 36px;
    width: 29px;
    height: 21px;
    text-decoration: none;
  }
  #siteheader a.menu_trigger:before,
  #jPanelMenu-menu a.menu_trigger:before {
    width: 29px;
    height: 4px;
    top: 0;
    border-radius: 4px;
    box-shadow: 0 8px 0 0 #252525;
  }
  #siteheader a.menu_trigger:after,
  #jPanelMenu-menu a.menu_trigger:after {
    width: 29px;
    height: 4px;
    border-radius: 4px;
    top: 16px;
  }
  #siteheader a.menu_trigger .menu_trigger_text,
  #jPanelMenu-menu a.menu_trigger .menu_trigger_text {
    padding-right: 33px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #252525;
    text-decoration: none;
  }
  #siteheader a.menu_trigger.mobile-menu-active:before,
  #jPanelMenu-menu a.menu_trigger.mobile-menu-active:before {
    transform: rotate(0) translate(0, 0);
    box-shadow: 0 8px 0 0 #252525;
  }
  #siteheader a.menu_trigger.mobile-menu-active:after,
  #jPanelMenu-menu a.menu_trigger.mobile-menu-active:after {
    transform: rotate(0) translate(0, 0);
  }
  /* .right #siteheader a.menu_trigger {
            left: auto;
            right: 0;
        }*/
  #jPanelMenu-menu {
    width: 576px !important;
    right: -576px !important;
    left: auto !important;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    z-index: 2 !important;
    display: block !important;
    background: rgba(4, 27, 42, 0.9);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    padding-left: 24px;
  }
  #jPanelMenu-menu .nav_tip {
    display: none;
  }
  #jPanelMenu-menu a.menu_trigger {
    display: block !important;
    position: relative;
    left: 0;
    top: 0;
    float: left;
    margin: 43px 0 0 73px;
  }
  #jPanelMenu-menu a.menu_trigger .menu_trigger_text {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    padding-right: 40px;
  }
  #jPanelMenu-menu a.menu_trigger:before {
    background-color: #fff;
    border-color: #fff;
    height: 0px;
    box-shadow: 0 12px 0 0 #fff;
  }
  #jPanelMenu-menu a.menu_trigger:after {
    background-color: #fff;
    border-color: #fff;
    height: 0px;
  }
  #jPanelMenu-menu a.menu_trigger.mobile-menu-active:before {
    transform: rotate(45deg) translate(-4px, -3px);
  }
  #jPanelMenu-menu a.menu_trigger.mobile-menu-active:after {
    transform: rotate(-45deg) translate(0, -1px);
  }
  #jPanelMenu-menu .dropdownmenu {
    border-top: 0;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 47px 0 40px;
    clear: both;
  }
  #jPanelMenu-menu .dropdownmenu ul {
    margin: 0;
    padding: 0;
  }
  #jPanelMenu-menu .dropdownmenu ul.menu_open {
    background: transparent;
    border-top: 0px;
    border-bottom: 0px;
  }
  #jPanelMenu-menu .dropdownmenu ul ul {
    display: none;
  }
  #jPanelMenu-menu .dropdownmenu .megamenu_container.menu_open {
    border-top: 0px;
  }
  #jPanelMenu-menu .dropdownmenu li {
    border-bottom: 0px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  #jPanelMenu-menu .dropdownmenu li.menu_active {
    border-bottom: 0;
  }
  #jPanelMenu-menu .dropdownmenu li.menu_active > a {
    padding-bottom: 0;
  }
  #jPanelMenu-menu .dropdownmenu li a {
    color: #fff;
    display: block;
    padding: 12px 45px 12px 49px;
    margin-right: 0px;
    text-transform: none;
    font-size: 18px;
  }
  #jPanelMenu-menu .dropdownmenu li a:hover {
    background: transparent;
    color: #fff;
  }
  #jPanelMenu-menu .dropdownmenu li a[href] {
    position: relative;
  }
  #jPanelMenu-menu .dropdownmenu li .expand_link {
    cursor: pointer;
    height: 48px;
    overflow: hidden;
    position: absolute;
    left: 0;
    text-indent: -4000px;
    top: 0;
    width: 45px;
    z-index: 1;
    background: url("_gfx/nav/expand.png") no-repeat scroll center center;
  }
  #jPanelMenu-menu .dropdownmenu li .expand_link:before {
    display: none;
  }
  #jPanelMenu-menu .dropdownmenu li .expand_link:after {
    display: none;
  }
  #jPanelMenu-menu .dropdownmenu li.menu_active > .expand_link {
    background: url("_gfx/nav/collapse.png") no-repeat scroll center center;
  }
  #jPanelMenu-menu .dropdownmenu li li {
    background: transparent;
  }
  #jPanelMenu-menu .dropdownmenu li li.menu_active {
    border-bottom: 0;
  }
  #jPanelMenu-menu .dropdownmenu li li a {
    padding-left: 50px;
    text-transform: none;
    color: #fff;
    line-height: 1.33333333;
  }
  #jPanelMenu-menu .dropdownmenu li li li {
    background: transparent;
  }
  #jPanelMenu-menu .dropdownmenu li li li a {
    padding-left: 86px;
    color: #fff;
  }
  #jPanelMenu-menu .dropdownmenu li li li li {
    background: transparent;
  }
  #jPanelMenu-menu .dropdownmenu li li li li a {
    padding-left: 122px;
  }
  #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 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: transparent;
    padding-left: 36px;
  }
  /*.right #jPanelMenu-menu {
            right: -@slideout-menu-width !important;
            left: auto !important;
            -webkit-transition: right 0.3s ease-in-out;
            transition: right 0.3s ease-in-out;
        }*/
  body[data-menu-position=open] #jPanelMenu-menu {
    left: 0px !important;
    right: 0px !important;
    left: auto !important;
  }
  .jPanelMenu-panel {
    left: 0 !important;
  }
  .high-contrast-enabled #jPanelMenu-menu {
    background: rgba(0, 0, 0, 0.9);
  }
  .high-contrast-enabled #jPanelMenu-menu .inner_container {
    background: transparent;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu {
    border-top: 0px;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu ul.menu_open {
    background: transparent;
    border-bottom: 0;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu li {
    border-bottom: 0px;
    background: transparent;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu li a {
    color: #fff;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu li a:hover {
    background: transparent;
    color: #fff;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu li .expand_link {
    background: url("_gfx/nav/highcontrast/expand.png") no-repeat scroll center center;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu li.menu_active > .expand_link {
    background: url("_gfx/nav/highcontrast/collapse.png") no-repeat scroll center center;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li {
    background: transparent;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li a {
    color: #fff;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li li {
    background: transparent;
  }
  .high-contrast-enabled #jPanelMenu-menu .dropdownmenu li li li a {
    color: #fff;
  }
}
/***62em = 992px ***/
.homepagelayout .column {
  float: none;
  width: auto;
}
.home_4 {
  background: url(_gfx/home/live.png) 0px bottom no-repeat;
  background-size: contain;
}
.home_4 .container {
  max-width: 1024px;
}
.home_5 {
  background: url(_gfx/home/news_bg.jpg) center center no-repeat;
  background-size: cover;
}
.home_6 {
  background: url(_gfx/home/events_bg.jpg) center center no-repeat;
  background-size: cover;
}
.home_7 {
  background: url(_gfx/cmn/sponsor-bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.high-contrast-enabled .home_5 {
  background: url(_gfx/home/highcontrast/news_bg.jpg) center center no-repeat;
  background-size: cover;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #sitebody.homepagelayout {
    padding: 0;
    max-width: 100%;
    background: transparent;
    margin: 0 auto;
    width: auto;
    position: static;
  }
  #sitebody.homepagelayout:before {
    display: none;
  }
  .home_1 {
    clear: both;
  }
  .home_4 {
    background-position: 97px bottom;
  }
  .equal-heights {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_4 {
    background-size: auto auto;
  }
}
/*generally should not be updated*/
.home_collage {
  width: 100%;
  overflow: hidden;
  display: block;
}
.home_collage .slides li {
  overflow: hidden;
}
.home_collage .slides img {
  width: 100%;
  height: 36.92708333vw;
}
.home_collage .slide_content {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
}
.home_collage .slide_title {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  color: #0e3851;
  max-height: 48px;
  overflow: hidden;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-transform: none;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home_collage .slide_title a {
  color: #0e3851;
  text-decoration: none;
}
.home_collage .slide_title:hover a {
  color: #0e3851;
  text-decoration: underline;
}
.home_collage .slide_description {
  color: #0e3851;
  font-size: 16px;
  font-weight: normal;
  font-family: inherit;
  max-height: 33.8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}
.home_collage .slide_link {
  color: #ffd800;
  text-decoration: underline;
}
.home_collage .slide_link:hover {
  text-decoration: none;
}
.home_collage .flex-control-nav {
  right: 2%;
  bottom: auto;
  display: block;
  position: absolute;
  z-index: 3;
  top: 10px;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 5px 5px 0;
}
.home_collage .flex-control-nav a {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  display: block;
}
.home_collage .flex-control-nav a.flex-active,
.home_collage .flex-control-nav a:hover {
  background: #fff;
  border: 2px solid #ffd800;
}
.home_collage .flex-direction-nav a {
  width: 31px;
  height: 57px;
  margin: -28.5px 0 0 0;
  display: block;
  position: absolute;
  top: 18.46354167vw;
  cursor: pointer;
  text-indent: -9999px;
  background: url(_gfx/home/button_arrows.png) 0 0 no-repeat;
  z-index: 3;
  overflow: hidden;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.home_collage .flex-direction-nav a:hover {
  background-position: 0 0px;
}
.home_collage .flex-direction-nav .flex-next {
  right: 10px;
  display: block;
  background-position: -31px 0;
}
.home_collage .flex-direction-nav .flex-next:hover {
  background-position: -31px 0px;
}
.home_collage .flex-direction-nav .flex-prev {
  left: 10px;
  display: block;
}
.home_collage .flex-direction-nav .flex-disabled {
  cursor: default;
}
.high-contrast-enabled .home_collage .slide_content {
  background: #ffffff;
}
.high-contrast-enabled .home_collage .slide_title {
  color: #222222;
}
.high-contrast-enabled .home_collage .slide_description {
  color: #222222;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_collage .slides li {
    max-height: 709px;
    overflow: hidden;
  }
  .home_collage .slides img {
    max-width: none;
    width: auto;
    min-width: 100%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    height: 709px;
  }
  .home_collage .slide_content {
    padding: 24px 0px 30px 0px;
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    width: 100%;
  }
  .home_collage .slide_title {
    font-size: 40px;
    margin: 0 0 3px 0;
  }
  .home_collage .slide_description {
    font-size: 26px;
  }
  .home_collage .flex-control-nav {
    top: auto;
    bottom: 10px;
    padding: 0;
    padding-left: 0;
    padding-right: 10px;
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
  }
  .home_collage .flex-control-nav li {
    float: none;
    display: inline-block;
    position: relative;
    z-index: 3;
  }
  .home_collage .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .home_collage .flex-direction-nav .flex-next {
    right: 0px;
  }
  .home_collage .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .home_collage .flex-direction-nav a {
    top: calc(50% - 15px);
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .home_collage .flex-control-nav,
  .home_collage .flex-direction-nav {
    width: 730px;
    max-width: 730px;
  }
}
/*** 992px ***/
@media screen and (min-width: 62em) {
  .home_collage .flex-control-nav,
  .home_collage .flex-direction-nav {
    width: 950px;
    max-width: 950px;
  }
}
/*** 1200px ***/
@media screen and (min-width: 75em) {
  .home_collage .flex-control-nav,
  .home_collage .flex-direction-nav {
    width: 1024px;
    max-width: 1024px;
  }
  .home_collage .container {
    max-width: 1024px;
    width: 1024px;
  }
}
.home_events {
  padding: 30px 10px 58px 10px;
  background: transparent;
  position: relative;
  z-index: 1;
}
.home_events .container {
  max-width: 1027px;
}
.home_events:before {
  position: absolute;
  display: block;
  opacity: 0.5;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(_gfx/home/thrive.png) center bottom no-repeat;
  background-size: contain;
}
.home_events h2 {
  margin: 0 0 20px 29px;
  font-size: 42px;
  font-weight: normal;
  color: #5a7f33;
  text-transform: uppercase;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  letter-spacing: 4px;
}
.home_events .slick_content {
  margin: 0 auto;
  position: relative;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -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_events .slick_content.slick-initialized {
  opacity: 1;
  height: auto;
}
.home_events .slick-list {
  width: auto;
  position: relative;
  overflow: hidden;
  margin: 0 29px 0 29px;
  padding: 0px 0 0px 0;
}
.home_events .item {
  float: left;
  position: relative;
  width: 100%;
}
.home_events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_events li {
  margin: 0 0 30px 0;
  min-height: 111px;
  position: relative;
  background: transparent;
  background-clip: content-box;
}
.home_events .event-item {
  display: block;
  text-decoration: none;
}
.home_events .event-item:hover,
.home_events .event-item:focus {
  text-decoration: none;
}
.home_events .datebox {
  display: block;
  background: #79aa44;
  border: 0px solid;
  border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 111px;
  text-align: center;
  padding: 27px 0 0 0;
}
.home_events .event-item:hover .datebox {
  background: #c67540;
}
.home_events .datebox-month {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  background: transparent;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-weight: normal;
  font-family: inherit;
}
.home_events .datebox-number {
  color: #000000;
  font-size: 35px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.2;
}
.home_events .box_item_title {
  color: #2f2f2f;
  font-size: 17px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.2;
  display: block;
  max-height: 61.2px;
  overflow: hidden;
  margin: 0 0 0 0;
  text-decoration: none;
}
.home_events .event-item:hover .box_item_title {
  text-decoration: none;
  color: #2f2f2f;
}
.home_events .box_item_summary {
  color: #2f2f2f;
  font-size: 13px;
  max-height: 31.2px;
  overflow: hidden;
  display: block;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
.home_events .box_item_summary,
.home_events .box_item_title {
  display: block;
  margin-left: 85px;
  margin-bottom: 0;
}
.home_events .slick-prev,
.home_events .slick-next {
  display: block;
  background: url(_gfx/home/events_arrows.png) 0 0 no-repeat;
  width: 14px;
  height: 26px !important;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  margin-top: -25px;
  padding: 0;
}
.home_events .slick-prev:hover,
.home_events .slick-next: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);
}
.home_events .slick-next {
  background: url(_gfx/home/events_arrows.png) -14px 0 no-repeat;
  left: auto;
  right: 0;
}
.home_events .slick-disabled {
  cursor: default;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.home_events .slick-disabled:hover {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.home_events .box_bottomlink {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  background: #5a7f33;
  width: 243px;
  height: 45px;
  line-height: 45px;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-transform: uppercase;
  float: right;
  margin: 36px 0 0 0;
  text-decoration: none;
  text-align: center;
  border: 0px solid #bbbbbb;
  border-radius: 0;
}
.home_events .box_bottomlink:hover {
  color: #fff;
  text-decoration: none;
  background: #41631d;
}
.home_events.center-vertical ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.home_events.center-vertical .event-item {
  display: table;
  width: 100%;
}
.home_events.center-vertical .datebox {
  position: relative;
}
.home_events.center-vertical .item_info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.home_events.center-vertical .box_item_summary,
.home_events.center-vertical .box_item_title,
.home_events.center-vertical .box_item_summary:hover,
.home_events.center-vertical .box_item_title:hover {
  margin-left: 15px;
}
.high-contrast-enabled .home_events h2 {
  color: #484848;
}
.high-contrast-enabled .home_events .datebox {
  background: #9f9f9f;
}
.high-contrast-enabled .home_events .event-item:hover .datebox {
  background: #e1e1e1;
}
.high-contrast-enabled .home_events .box_bottomlink {
  background: #494949;
  color: #fff;
}
.high-contrast-enabled .home_events .box_bottomlink:hover {
  background: #242424;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_events {
    padding: 90px 0 78px 0;
  }
  .home_events h2 {
    margin: 0 0 73px 39px;
  }
  .home_events .slick-list {
    margin: 0 29px 0 43px;
  }
  .home_events li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 22px 0 0;
  }
  .home_events li:nth-child(2n + 2) {
    padding: 0 0 0 22px;
  }
  .home_events .datebox {
    width: 111px;
  }
  .home_events .box_item_title {
    font-size: 18px;
    max-height: 64.8px;
  }
  .home_events .box_item_summary,
  .home_events .box_item_title {
    margin-left: 141px;
  }
  .home_events.center-vertical .box_item_summary,
  .home_events.center-vertical .box_item_title,
  .home_events.center-vertical .box_item_summary:hover,
  .home_events.center-vertical .box_item_title:hover {
    margin-left: 30px;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_events {
    padding: 90px 0 78px 0;
  }
  .home_events h2 {
    margin: 0 0 73px 39px;
  }
  .home_events .box_item_title {
    font-size: 22px;
    max-height: 79.2px;
  }
  .home_events li {
    padding: 0 37px 0 0;
  }
  .home_events li:nth-child(2n + 2) {
    padding: 0 0 0 37px;
  }
}
/***75em = 1200px***/
@media only screen and (min-width: 75em) {
  .home_events:before {
    background-size: auto auto;
  }
}
.home_news {
  padding: 30px 10px 44px 10px;
  background: transparent;
  position: relative;
  z-index: 1;
  /*img {
        display: block;
        width: @news-img-width;
        max-height: @news-img-max-height;
    }*/
  /* .box_item_summary {
        padding: 0;
        color: @news-summary-color;
        font-size: @news-summary-size;
        max-height: @news-summary-size * @news-summary-line-height * @news-summary-max-lines;
        overflow: hidden;
        display: block;
        font-weight: @news-summary-weight;
        line-height: @news-summary-line-height;
        margin: 0;
    }*/
}
.home_news:before {
  position: absolute;
  display: block;
  opacity: 0.5;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(_gfx/home/grow.png) center bottom no-repeat;
  background-size: contain;
}
.home_news h2 {
  margin: 0 0 10px 29px;
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
}
.home_news .container {
  max-width: 1033px;
}
.home_news .slick_content {
  margin: 0 auto;
  position: relative;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -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 .slick_content.slick-initialized {
  opacity: 1;
  height: auto;
}
.home_news .slick-list {
  width: auto;
  position: relative;
  overflow: hidden;
  margin: 0 29px;
  padding: 20px 0 0px 0;
}
.home_news .item {
  float: left;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 11px;
  padding: 0 5.5px;
}
.home_news .news-item {
  display: block;
  text-decoration: none;
  height: 225px;
  background: rgba(88, 49, 127, 0.75);
  border: 0px #dddddd solid;
  border-radius: 0;
}
.home_news .news-item:hover,
.home_news .news-item:focus {
  text-decoration: none;
  background: #0c5681;
}
.home_news .item_info {
  padding: 55px 21px 10px 21px;
}
.home_news .box_item_title {
  padding: 0;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.3;
  display: block;
  max-height: 136.5px;
  overflow: hidden;
  margin: 0 0 0px 0;
  text-decoration: none;
}
.home_news .news-item:hover .box_item_title {
  text-decoration: none;
  color: #fff;
}
.home_news .slick-prev,
.home_news .slick-next {
  display: block;
  background: url(_gfx/home/news_arrows.png) 0 0 no-repeat;
  width: 14px;
  height: 26px !important;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  padding: 0;
}
.home_news .slick-prev:hover,
.home_news .slick-next: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);
}
.home_news .slick-next {
  background: url(_gfx/home/news_arrows.png) -14px 0 no-repeat;
  left: auto;
  right: 0;
}
.home_news .slick-disabled {
  cursor: default;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.home_news .slick-disabled:hover {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.home_news .box_bottomlink {
  color: #0c5681;
  font-size: 15px;
  font-weight: normal;
  background: #ffffff;
  width: 155px;
  height: 45px;
  line-height: 45px;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-transform: uppercase;
  float: right;
  margin: 35px 0 0 0;
  text-decoration: none;
  text-align: center;
  border: 0px solid #bbbbbb;
  border-radius: 0;
}
.home_news .box_bottomlink:hover {
  color: #0c5681;
  text-decoration: none;
  background: #e5e5e5;
}
.high-contrast-enabled .home_news h2 {
  color: #fff;
}
.high-contrast-enabled .home_news .news-item {
  background: #f7f7f8;
}
.high-contrast-enabled .home_news .news-item:hover,
.high-contrast-enabled .home_news .news-item:focus {
  background: #d8d4db;
}
.high-contrast-enabled .home_news .box_item_title {
  color: #000000;
}
.high-contrast-enabled .home_news .news-item:hover .box_item_title {
  color: #000000;
}
.high-contrast-enabled .home_news .box_bottomlink {
  color: #000;
  background: #ffffff;
}
.high-contrast-enabled .home_news .box_bottomlink:hover {
  color: #fff;
  background: #191919;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_news {
    padding: 66px 0 44px 0;
  }
  .home_news h2 {
    margin: 0 0 20px 45px;
  }
}
/***62em = 992px***/
@media only screen and (min-width: 62em) {
  .home_news {
    padding: 66px 0 44px 0;
  }
  .home_news h2 {
    margin: 0 0 20px 45px;
  }
}
/***75em = 1200px***/
@media only screen and (min-width: 75em) {
  .home_news:before {
    background-size: auto auto;
  }
}
.home_buttons {
  display: block;
  padding: 20px 10px 20px 10px;
  background: url(_gfx/home/buttons_bg.jpg) center center no-repeat;
  background-size: cover;
}
.home_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_buttons ul li {
  margin: 6px 0;
}
.home_buttons .container {
  max-width: 1024px;
}
.home_buttons .button-link {
  background: rgba(0, 0, 0, 0.3);
  border: 0px;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  display: table;
  height: 225px;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.home_buttons .button-link:hover,
.home_buttons .button-link:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.6);
  border: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.home_buttons .button-link:hover .button-text,
.home_buttons .button-link:focus .button-text {
  color: #fff;
}
.home_buttons img {
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: 0;
  max-width: 98px;
  max-height: 84px;
}
.home_buttons .button-text {
  color: #fff;
  display: table-cell;
  font-size: 30px;
  font-weight: normal;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  padding: 125px 20px 0;
}
.home_buttons.button-icons-left .button-link {
  padding: 0 2% 0 70px;
  text-align: left;
}
.home_buttons.button-icons-left img {
  bottom: 0;
  left: 0;
  right: calc(100% -  70px);
  top: 0;
}
.home_buttons.button-icons-left .button-text {
  padding: 0;
}
.home_buttons.button-icons-right .button-link {
  padding: 0 70px 0 10px;
  text-align: right;
}
.home_buttons.button-icons-right img {
  left: calc(100% -  70px);
  right: 0;
  top: 0;
  bottom: 0;
}
.home_buttons.button-icons-right .button-text {
  padding: 0;
}
.high-contrast-enabled .home_buttons {
  background: url(_gfx/home/highcontrast/buttons_bg.jpg) center center no-repeat;
  background-size: cover;
}
.high-contrast-enabled .home_buttons .button-link {
  background: rgba(0, 0, 0, 0.6);
}
.high-contrast-enabled .home_buttons .button-link:hover,
.high-contrast-enabled .home_buttons .button-link:focus {
  background: #000000;
}
/***25em = 400px ***/
@media screen and (min-width: 25em) and (max-width: 47.9375em) {
  .home_buttons ul li {
    float: left;
    width: 50%;
    padding-right: 6px;
  }
  .home_buttons ul li:nth-child(2n+2) {
    padding-right: 0;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_buttons {
    padding: 79px 0 62px 0;
  }
  .home_buttons ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -3px;
    min-width: calc(100% +  6px );
  }
  .home_buttons ul li {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0;
    padding: 0 3px;
  }
  .home_buttons .button-text {
    font-size: 20px;
  }
  .home_buttons.button-icons-left .button-link {
    padding: 0 2% 0 50px;
  }
  .home_buttons.button-icons-left img {
    right: calc(100% -  50px);
  }
  .home_buttons.button-icons-right .button-link {
    padding: 0 50px 0 10px;
  }
  .home_buttons.button-icons-right img {
    left: calc(100% -  50px);
  }
}
@media screen and (min-width: 62em) {
  .home_buttons {
    padding: 79px 0 62px 0;
  }
  .home_buttons .button-text {
    font-size: 30px;
  }
  .home_buttons.button-icons-left .button-link {
    padding: 0 2% 0 70px;
  }
  .home_buttons.button-icons-left img {
    right: calc(100% -  70px);
  }
  .home_buttons.button-icons-right .button-link {
    padding: 0 70px 0 10px;
  }
  .home_buttons.button-icons-right img {
    left: calc(100% -  70px);
  }
}
.home_spotlight {
  position: relative;
  text-align: center;
  padding: 36px 10px 35px 10px;
  background: #2b79a6;
  background: -moz-linear-gradient(top, #2b79a6 0%, #47a2e2 100%);
  background: -webkit-linear-gradient(top, #2b79a6 0%, #47a2e2 100%);
  background: linear-gradient(to bottom, #2b79a6 0%, #47a2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b79a6', endColorstr='#47a2e2', GradientType=0);
}
.home_spotlight:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 8px;
  background: url(_gfx/home/spotlight-repeatable.png) 0 0 repeat-x;
  width: 100%;
}
.home_spotlight .spotlight_header {
  margin: 0 0 20px 0;
  font-size: 28px;
  font-weight: normal;
  color: #da4a31;
  text-transform: uppercase;
  font-family: inherit;
}
.home_spotlight .container {
  max-width: 1035px;
}
.home_spotlight .slides {
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  font-family: inherit;
  line-height: 1.3;
}
.home_spotlight .slides h1,
.home_spotlight .slides h2,
.home_spotlight .slides h3,
.home_spotlight .slides h4,
.home_spotlight .slides h5,
.home_spotlight .slides .subtitle {
  color: #fff;
}
.home_spotlight .slides h2 {
  margin: 0 auto 21px auto;
  font-size: 26px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  line-height: 1.2;
  max-height: 124.8px;
  overflow: hidden;
  letter-spacing: 0.5px;
  max-width: 850px;
}
.home_spotlight .slides p {
  max-width: 850px;
  margin: 0 auto;
  max-height: 233px;
  overflow: hidden;
}
.home_spotlight .slides img {
  display: inline-block;
  max-height: 260px;
  max-width: 100%;
}
.home_spotlight .slides a {
  color: #fff;
  text-decoration: underline;
}
.home_spotlight .slides a:hover {
  color: #fff;
  text-decoration: underline;
}
.home_spotlight .box_bottomlink.box_bottomlink {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  background: #2b79a6;
  width: 155px;
  height: 46px;
  line-height: 46px;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-transform: uppercase;
  float: right;
  letter-spacing: 1px;
  margin: 41px 0 0 0;
  text-decoration: none;
  text-align: center;
  border: 0px solid #bbbbbb;
  border-radius: 0;
}
.home_spotlight .box_bottomlink.box_bottomlink:hover {
  color: #fff;
  text-decoration: none;
  background: #0c5681;
}
.home_spotlight .flex-control-nav {
  display: inline-block;
  background: transparent;
  left: auto;
  right: auto;
  margin: auto;
  bottom: auto;
  position: relative;
  padding: 5px;
}
.home_spotlight .flex-control-nav li {
  float: none;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.home_spotlight .flex-control-nav li a {
  display: block;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  margin: 0 3px;
}
.home_spotlight .flex-control-nav li a:hover,
.home_spotlight .flex-control-nav li a.flex-active {
  background: #fff;
  border: 2px solid #fff;
}
.home_spotlight .flex-direction-nav a {
  width: 30px;
  height: 38px;
  margin: 0;
  display: block;
  position: absolute;
  top: calc(50% -  19px );
  cursor: pointer;
  text-indent: -9999px;
  background: url(_gfx/home/button_arrows.png) 0 0 no-repeat;
  z-index: 3;
  overflow: hidden;
}
.home_spotlight .flex-direction-nav a:hover {
  background-position: 0 -40px;
}
.home_spotlight .flex-direction-nav .flex-next {
  right: 10px;
  display: block;
  background-position: -32px 0;
}
.home_spotlight .flex-direction-nav .flex-next:hover {
  background-position: -32px -40px;
}
.home_spotlight .flex-direction-nav .flex-prev {
  left: 10px;
  display: block;
}
.home_spotlight .flex-direction-nav .flex-disabled {
  cursor: default;
}
.high-contrast-enabled .home_spotlight {
  background: #444444;
  background: -moz-linear-gradient(top, #444444 0%, #595959 100%);
  background: -webkit-linear-gradient(top, #444444 0%, #595959 100%);
  background: linear-gradient(to bottom, #444444 0%, #595959 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#595959', GradientType=0);
}
.high-contrast-enabled .home_spotlight:before {
  background: url(_gfx/home/highcontrast/spotlight-repeatable.png) 0 0 repeat-x;
}
.high-contrast-enabled .home_spotlight .box_bottomlink.box_bottomlink {
  background: #3a3a3a;
}
.high-contrast-enabled .home_spotlight .box_bottomlink.box_bottomlink:hover {
  background: #242424;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_spotlight {
    padding: 36px 0 35px 0;
  }
  .home_spotlight .spotlight_header {
    margin: 0 0 20px 0;
  }
  .home_spotlight .flex-control-nav {
    top: auto;
    bottom: 41px;
    left: 0;
    right: 10px;
    text-align: center;
    position: absolute;
  }
  .home_spotlight .flex-direction-nav {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_spotlight {
    padding: 36px 0 35px 0;
  }
  .home_spotlight .spotlight_header {
    margin: 0 0 20px 0;
  }
}
/*** 1200px ***/
.high-contrast-enabled .home_links_item.home_links_item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.high-contrast-enabled .home_links_item.home_links_item h2 {
  z-index: 2;
}
.high-contrast-enabled .home_links_item.home_links_item:hover:before,
.high-contrast-enabled .home_links_item.home_links_item.active_links:before {
  display: none;
}
.home_links {
  padding: 20px 10px 20px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.home_links_item.home_links_item {
  height: 224px;
  background: #808080;
  -moz-background-clip: content-box;
  -webkit-background-clip: content-box;
  -ms-background-clip: content-box;
  background-clip: content-box;
  width: 100%;
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  cursor: pointer;
  overflow: hidden;
  max-width: 323px;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 28px;
}
.home_links_item.home_links_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.home_links_item.home_links_item h2 {
  font-weight: normal;
  font-size: 55px;
  color: #fff;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  margin: 0;
  text-transform: none;
  letter-spacing: 4px;
  position: relative;
}
.home_links_item.home_links_item ul {
  -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;
  list-style: none;
  margin: 0;
  padding: 0px 20px 0 60px;
  display: none;
  background: transparent;
  box-shadow: 0 0 0;
  width: 100%;
  height: 224px;
  text-align: left;
  overflow: auto;
}
.home_links_item.home_links_item ul.centered-content {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.home_links_item.home_links_item ul li {
  padding: 0;
  display: block;
}
.home_links_item.home_links_item ul li a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  font-family: 'AvenirRoman', 'Nunito', sans-serif;
  font-weight: normal;
  position: relative;
}
.home_links_item.home_links_item ul li a:before {
  content: " \00B7";
  color: #fff;
  padding: 0 10px 0 0;
  display: inline-block;
  position: absolute;
  margin-left: -16px;
}
.home_links_item.home_links_item ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.home_links_item.home_links_item:hover,
.home_links_item.home_links_item.active_links {
  cursor: auto;
}
.home_links_item.home_links_item:hover h2,
.home_links_item.home_links_item.active_links h2,
.home_links_item.home_links_item:hover img,
.home_links_item.home_links_item.active_links img {
  display: none;
}
.home_links_item.home_links_item:hover ul,
.home_links_item.home_links_item.active_links ul {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  background: #2a2a2a;
  display: block;
}
.home_links_item.home_links_item:hover ul.centered-content,
.home_links_item.home_links_item.active_links ul.centered-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_links {
    padding: 75px 0 85px 0;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -14px;
    min-width: calc(100% + 28px );
  }
  .home_links_item.home_links_item {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
    margin: 0 14px;
  }
  .home_links_item.home_links_item h2 {
    font-size: 55px;
  }
  .home_links_item.home_links_item ul {
    padding: 0px 10px 0 40px;
  }
  .home_links_item.home_links_item ul li a {
    font-size: 16px;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_links {
    padding: 75px 0 85px 0;
  }
  .home_links_item.home_links_item h2 {
    font-size: 55px;
  }
  .home_links_item.home_links_item ul {
    padding: 0px 20px 0 60px;
  }
  .home_links_item.home_links_item ul li a {
    font-size: 20px;
  }
}
.home_button_slide {
  padding: 40px 10px 50px;
  background: transparent;
}
.home_button_slide:before {
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 90%;
  max-width: 1695px;
  height: 100%;
  background: url(_gfx/cmn/sponsor-text-bg.png) bottom center no-repeat;
  background-size: contain;
}
.home_button_slide h2 {
  margin: 0 0 30px 0;
  font-size: 26px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-align: center;
  letter-spacing: 4.2px;
}
.home_button_slide .slick_content {
  margin: 0 auto;
  position: relative;
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: visible;
  -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_button_slide .slick_content.slick-initialized {
  opacity: 1;
  height: auto;
}
.home_button_slide .slick-list {
  width: auto;
  position: relative;
  overflow: hidden;
  margin: 0 40px;
  padding: 0 0 0 0;
}
.home_button_slide .item {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 0 2.5px;
}
.home_button_slide .button-link {
  display: block;
  text-decoration: none;
  height: 336px;
  background: transparent;
  border: 0px #dddddd solid;
  border-radius: 0;
  -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_button_slide .button-link:hover,
.home_button_slide .button-link:focus {
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.home_button_slide .button-link:hover .button_title,
.home_button_slide .button-link:focus .button_title {
  text-decoration: none;
  color: #fff;
}
.home_button_slide .image_frame {
  height: 225px;
  width: 100%;
}
.home_button_slide img {
  display: block;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.home_button_slide .item_info {
  padding: 15px;
}
.home_button_slide .button_title {
  padding: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  line-height: 1.326;
  display: block;
  max-height: 87.516px;
  overflow: hidden;
  margin: 0 0 0px 0;
  text-decoration: none;
  letter-spacing: 0.68px;
}
.home_button_slide .button_summary {
  padding: 0;
  color: #6B727D;
  font-size: 16px;
  max-height: 96px;
  overflow: hidden;
  display: block;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.home_button_slide .slick-prev,
.home_button_slide .slick-next {
  display: block;
  background: url(_gfx/cmn/ui-arrow-left.png) center center no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 26px !important;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 33%;
  transform: translateY(-50%);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
  -webkit-border-radius: 82px;
  -moz-border-radius: 82px;
  border-radius: 82px;
  padding: 0;
}
.home_button_slide .slick-prev:hover,
.home_button_slide .slick-next:hover,
.home_button_slide .slick-prev:focus,
.home_button_slide .slick-next:focus {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.home_button_slide .slick-next {
  background: url(_gfx/cmn/ui-arrow-right.png) center center no-repeat;
  background-size: 14px auto;
  left: auto;
  right: 0;
}
.home_button_slide .slick-next:hover,
.home_button_slide .slick-next:focus {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.home_button_slide .slick-disabled {
  cursor: default;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.home_button_slide .slick-disabled:hover,
.home_button_slide .slick-disabled:focus {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.home_button_slide .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
}
.home_button_slide .slick-dots li {
  display: inline-block;
}
.home_button_slide .slick-dots li button {
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 2px solid #FFFFFF;
  padding: 0;
  margin: 0 4.5px;
  background: transparent;
  text-indent: -9999px;
  -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_button_slide .slick-dots li button:hover,
.home_button_slide .slick-dots li button:focus {
  background: #fff;
}
.home_button_slide .slick-dots li.slick-active button {
  background: #fff;
}
.home_button_slide .box_bottomlink {
  color: #0C5681;
  font-size: 15.4px;
  font-weight: 700;
  background: #FFFFFF;
  width: 155px;
  height: 45px;
  line-height: 43px;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  text-transform: uppercase;
  float: none;
  display: block;
  margin: 45px auto 0;
  text-decoration: none;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  overflow: hidden;
  position: relative;
  -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_button_slide .box_bottomlink:hover {
  color: #0C5681;
  text-decoration: none;
  background: #E5E5E5;
  border-color: #E5E5E5;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_button_slide {
    padding: 70px 0 112px 0;
  }
  .home_button_slide h2 {
    font-size: 30px;
    margin: 0 0 30.13px 0;
    text-align: left;
    padding-left: 180px;
  }
  .home_button_slide .slick-list {
    margin: 0 40px;
  }
  .home_button_slide .slick-dots {
    bottom: -80px;
  }
  .home_button_slide .item {
    padding: 0 10px;
  }
  .home_button_slide .box_bottomlink {
    float: right;
  }
}
/***62em = 992px***/
@media only screen and (min-width: 62em) {
  .home_button_slide {
    padding: 70px 0 112px 0;
  }
  .home_button_slide h2 {
    font-size: 34px;
    margin: 0 0 30.13px 0;
  }
}
@media (min-width: 1200px) {
  .home_button_slide h2 {
    font-size: 38px;
  }
  .home_button_slide .slick-list {
    margin: 0 40px;
  }
}
@media (min-width: 85.375em) {
  .home_button_slide h2 {
    font-size: 42px;
  }
  .home_button_slide .slick-list {
    margin: 0 40px;
  }
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  font-size: 77.77777778%;
}
.breadcrumb a,
.breadcrumb {
  color: #595656 !important;
  line-height: 110%;
}
.high-contrast-enabled .breadcrumb a,
.high-contrast-enabled .breadcrumb {
  color: #0000ee !important;
}
.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: normal;
}
.calendar_eventlink {
  line-height: 130%;
  display: block;
  font-size: 100%;
  margin: 0px 0 10px 0;
}
.calendar_more {
  padding-top: 5px;
  margin-top: 30px;
  border-top: 1px solid #e2e2e2;
  display: none;
}
.calendar_more_link {
  background: url(_gfx/int/calendar_more.png) 0 center no-repeat;
  padding-left: 26px;
  font-size: 105%;
  display: block;
  line-height: 24px;
}
.calendar_more_link.hidden {
  display: none !important;
}
/***minicalendar widget****/
.minicalendar_widget,
.calendar_widget {
  min-width: 170px;
  max-width: 298px;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  overflow: visible;
  border: 0;
}
.calendar_widget {
  min-width: 275px;
}
.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: #5a7f33;
  color: #ffffff;
  font-size: 80%;
  line-height: 280%;
  padding: 2px 0 0 0;
  text-transform: uppercase;
  border: 1px solid #5a7f33;
  text-align: center;
}
.calendar_grid .calendar_dayheader {
  color: #5a7f33;
  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: #5a7f33;
  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;
  font-family: inherit;
}
.calendar_grid .calendar_title td.calendar_title_content {
  color: #5a7f33;
  padding: 0;
  font-size: 110%;
  font-weight: bold;
  letter-spacing: 1px;
}
.calendar_mini_grid .calendar_title td a {
  color: #5a7f33;
  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 #dcdcdc;
  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 #dcdcdc;
}
.minicalendar_widget .calendar_mini_grid td.calendar_today,
.calendar_grid td.calendar_today {
  background: #7744ab;
  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: #566666 !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: #999999 !important;
}
.calendar_grid td.calendar_othermonthday,
.calendar_mini_grid td.calendar_othermonthday {
  background: #f8f9fc;
}
.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: #0c6796 !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: 4px 2px 4px 2px;
    font-weight: bold;
    background: #5a7f33;
    text-transform: uppercase;
    font-size: 88.88888889%;
    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: #5a7f33;
    overflow: visible;
    font-size: 122.22222222%;
    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: #0c6796;
    text-indent: 0;
    background-image: none;
    display: inline;
    font-size: 88.88888889%;
    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: 105.55555556%;
    font-weight: normal;
    padding: 10px 16px;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    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 #dcdcdc;
  }
  .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: #566666 !important;
    background: #ffffff;
  }
  .calendar_grid td.calendar_othermonthday,
  .calendar_grid .calendar_othermonthday > a,
  .calendar.calendar_grid td.calendar_othermonthday .calendar_eventtime {
    color: #999999 !important;
    background: #f8f9fc;
  }
  .calendar_grid td.calendar_today {
    background: #7744ab;
    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: 84.21052632% !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: 10px;
    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: 84.21052632% !important;
    color: #666a6f !important;
  }
  .calendar_eventlink {
    font-size: 84.21052632% !important;
    display: block;
    text-decoration: underline !important;
    color: #0c6796 !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,
  .standardlayout .left_col .minicalendar_widget {
    background: transparent;
  }
}
.high-contrast-enabled .calendar_mini_grid .calendar_dayheader,
.high-contrast-enabled .calendar_grid .calendar_dayheader {
  background: #575757;
  color: #ffffff;
  border: 1px solid #575757;
}
.high-contrast-enabled .calendar_grid .calendar_dayheader {
  color: #575757;
}
.high-contrast-enabled .calendar_grid .calendar_dayheader:first-letter {
  color: #ffffff;
}
.high-contrast-enabled .calendar_mini_grid .calendar_title td,
.high-contrast-enabled .calendar_grid .calendar_title {
  color: #575757;
}
.high-contrast-enabled .calendar_grid .calendar_title td.calendar_title_content {
  color: #575757;
}
.high-contrast-enabled .calendar_mini_grid .calendar_title td a {
  color: #575757;
}
.high-contrast-enabled .calendar_mini_grid td.calendar_day,
.high-contrast-enabled .calendar_grid td.calendar_day,
.high-contrast-enabled .calendar_mini_grid td.calendar_today,
.high-contrast-enabled .calendar_grid td.calendar_today,
.high-contrast-enabled .calendar_mini_grid td.calendar_weekendday,
.high-contrast-enabled .calendar_grid td.calendar_weekendday,
.high-contrast-enabled .calendar_mini_grid td.calendar_othermonthday,
.high-contrast-enabled .calendar_grid td.calendar_othermonthday {
  border: 1px solid #cbcbcb;
}
.high-contrast-enabled .calendar_mini_grid td.calendar_day:first-child,
.high-contrast-enabled .calendar_grid td.calendar_day:first-child,
.high-contrast-enabled .calendar_mini_grid td.calendar_today:first-child,
.high-contrast-enabled .calendar_grid td.calendar_today:first-child,
.high-contrast-enabled .calendar_mini_grid td.calendar_weekendday:first-child,
.high-contrast-enabled .calendar_grid td.calendar_weekendday:first-child,
.high-contrast-enabled .calendar_mini_grid td.calendar_othermonthday:first-child,
.high-contrast-enabled .calendar_grid td.calendar_othermonthday:first-child {
  border-left: 1px solid #cbcbcb;
}
.high-contrast-enabled .minicalendar_widget .calendar_mini_grid td.calendar_today,
.high-contrast-enabled .calendar_grid td.calendar_today {
  background: #575757;
  color: #fff;
}
.high-contrast-enabled .calendar_today > a,
.high-contrast-enabled .calendar_mini_grid.calendar td.calendar_day_with_items.calendar_today > a {
  color: #fff !important;
}
.high-contrast-enabled .calendar_mini_grid td.calendar_day,
.high-contrast-enabled .calendar_mini_grid td.calendar_weekendday,
.high-contrast-enabled .calendar_mini_grid td.calendar_day > a,
.high-contrast-enabled .calendar_mini_grid td.calendar_weekendday > a,
.high-contrast-enabled .calendar_grid td.calendar_day,
.high-contrast-enabled .calendar_grid td.calendar_weekendday,
.high-contrast-enabled .calendar_grid td.calendar_day > a,
.high-contrast-enabled .calendar_grid td.calendar_weekendday > a {
  color: #4f4f4f !important;
}
.high-contrast-enabled .calendar_mini_grid td.calendar_day,
.high-contrast-enabled .calendar_mini_grid td.calendar_weekendday,
.high-contrast-enabled .calendar_grid td.calendar_day,
.high-contrast-enabled .calendar_grid td.calendar_weekendday {
  background: #ffffff;
}
.high-contrast-enabled .calendar_grid .calendar_othermonthday,
.high-contrast-enabled .calendar_grid .calendar_othermonthday > a,
.high-contrast-enabled .calendar_mini_grid .calendar_othermonthday,
.high-contrast-enabled .calendar_mini_grid .calendar_othermonthday > a {
  color: #4f4f4f !important;
}
.high-contrast-enabled .calendar_grid td.calendar_othermonthday,
.high-contrast-enabled .calendar_mini_grid td.calendar_othermonthday {
  background: #f8f8f8;
}
.high-contrast-enabled .calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventlink,
.high-contrast-enabled .calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventtime,
.high-contrast-enabled td.calendar_day_with_items.calendar_today .calendar_items a {
  color: #0000ee !important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .high-contrast-enabled .calendar_grid .calendar_dayheader {
    color: #ffffff;
    background: #575757;
  }
  .high-contrast-enabled .calendar_grid .calendar_dayheader:first-letter {
    color: #ffffff;
  }
  .high-contrast-enabled .calendar_grid .calendar_title td.calendar_title_content .current_month_title {
    color: #575757;
  }
  .high-contrast-enabled .calendar_grid td.calendar_nextprev a {
    color: #0000ee;
  }
  .high-contrast-enabled .calendar_grid td.calendar_day,
  .high-contrast-enabled .calendar_grid td.calendar_today,
  .high-contrast-enabled .calendar_grid td.calendar_weekendday,
  .high-contrast-enabled .calendar_grid td.calendar_othermonthday {
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
  }
  .high-contrast-enabled .calendar_grid td.calendar_day:first-child,
  .high-contrast-enabled .calendar_grid td.calendar_today:first-child,
  .high-contrast-enabled .calendar_grid td.calendar_weekendday:first-child,
  .high-contrast-enabled .calendar_grid td.calendar_othermonthday:first-child {
    border-left: 1px solid #cbcbcb;
  }
  .high-contrast-enabled .calendar.calendar_grid td.calendar_day,
  .high-contrast-enabled .calendar.calendar_grid td.calendar_weekendday,
  .high-contrast-enabled .calendar.calendar_grid td.calendar_day > a,
  .high-contrast-enabled .calendar.calendar_grid td.calendar_weekendday > a {
    color: #4f4f4f !important;
    background: #ffffff;
  }
  .high-contrast-enabled .calendar_grid td.calendar_othermonthday,
  .high-contrast-enabled .calendar_grid .calendar_othermonthday > a,
  .high-contrast-enabled .calendar.calendar_grid td.calendar_othermonthday .calendar_eventtime {
    color: #4f4f4f !important;
    background: #f8f8f8;
  }
  .high-contrast-enabled .calendar_grid td.calendar_today {
    background: #575757;
    color: #fff;
  }
  .high-contrast-enabled .calendar_grid td.calendar_today .calendar_items .calendar_eventtime {
    color: #fff !important;
  }
  .high-contrast-enabled .calendar_grid td.calendar_today .calendar_items .calendar_eventlink {
    color: #fff !important;
  }
  .high-contrast-enabled .calendar_grid td.calendar_today > a {
    color: #fff !important;
  }
  .high-contrast-enabled .calendar_eventtime,
  .high-contrast-enabled .calendar_grid.calendar .calendar_items .calendar_eventtime {
    color: #4f4f4f !important;
  }
  .high-contrast-enabled .calendar_eventlink {
    color: #0000ee !important;
  }
}
.standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
.standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
.small_col .content_area h2:first-child:not(.mobile_header),
.standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
.standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
.small_col .content_area h2:first-child:not(.mobile_header),
.standardlayout .left_col .content_area h3:first-child:not(.box_title),
.standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title),
.small_col .content_area h3:first-child:not(.box_title) {
  margin: 0 -10px 10px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'AvenirRoman', 'Nunito', sans-serif;
  text-transform: uppercase;
  font-size: 110%;
  min-height: 40px;
  line-height: 28px;
  background: #5a7f33;
  padding: 6px 16px;
}
.high-contrast-enabled .standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
.high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
.high-contrast-enabled .small_col .content_area h2:first-child:not(.mobile_header),
.high-contrast-enabled .standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
.high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
.high-contrast-enabled .small_col .content_area h2:first-child:not(.mobile_header),
.high-contrast-enabled .standardlayout .left_col .content_area h3:first-child:not(.box_title),
.high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title),
.high-contrast-enabled .small_col .content_area h3:first-child:not(.box_title) {
  color: #ffffff;
  background: #575757;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .content_area {
    padding: 12px 0 0 0;
  }
  .top_col .content_area {
    padding: 12px 30px 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 #c3c5c4 !important;
    position: relative;
    z-index: 1;
    padding: 13px 15px 5px 16px;
    font-size: 100%;
    color: #666a6f;
  }
  .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: #666a6f;
  }
  .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: #0c5681;
  }
  .small_col .content_area h1,
  .standardlayout .left_col .content_area h1,
  .standardthreecolumnlayout .left_col .content_area h1,
  .small_col .content_area h2:not(.mobile_header),
  .standardlayout .left_col .content_area h2:not(.mobile_header),
  .standardthreecolumnlayout .left_col .content_area h2:not(.mobile_header),
  .small_col .content_area h3:not(.box_title),
  .standardlayout .left_col .content_area h3:not(.box_title),
  .standardthreecolumnlayout .left_col .content_area h3:not(.box_title) {
    margin-top: 10px;
  }
  .small_col .content_area h2:first-child:not(.mobile_header),
  .standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .small_col .content_area h2:first-child:not(.mobile_header),
  .standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .small_col .content_area h3:first-child:not(.box_title),
  .standardlayout .left_col .content_area h3:first-child:not(.box_title),
  .standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title) {
    color: #fff !important;
    font-weight: bold;
    line-height: 120%;
    font-size: 88.88888889% !important;
    padding: 8px 15px;
    text-align: left;
    font-family: inherit;
    text-transform: uppercase;
    background: #5a7f33;
    margin: -15px -16px 10px -17px;
    min-height: 0;
  }
  .small_col .content_area:empty,
  .standardlayout .left_col .content_area:empty,
  .standardthreecolumnlayout .left_col .content_area:empty {
    display: none;
  }
  .high-contrast-enabled .small_col .content_area,
  .high-contrast-enabled .standardlayout .left_col .content_area,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area {
    background: #fff !important;
    border: 1px solid #c3c5c4 !important;
    color: #4f4f4f;
  }
  .high-contrast-enabled .small_col .content_area p,
  .high-contrast-enabled .standardlayout .left_col .content_area p,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area p,
  .high-contrast-enabled .small_col .content_area ul,
  .high-contrast-enabled .standardlayout .left_col .content_area ul,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area ul,
  .high-contrast-enabled .small_col .content_area ol,
  .high-contrast-enabled .standardlayout .left_col .content_area ol,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area ol,
  .high-contrast-enabled .small_col .content_area li,
  .high-contrast-enabled .standardlayout .left_col .content_area li,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area li,
  .high-contrast-enabled .small_col .content_area div,
  .high-contrast-enabled .standardlayout .left_col .content_area div,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area div {
    color: #4f4f4f;
  }
  .high-contrast-enabled .small_col .content_area .subtitle,
  .high-contrast-enabled .standardlayout .left_col .content_area .subtitle,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area .subtitle,
  .high-contrast-enabled .small_col .content_area h1,
  .high-contrast-enabled .standardlayout .left_col .content_area h1,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h1,
  .high-contrast-enabled .small_col .content_area h2,
  .high-contrast-enabled .standardlayout .left_col .content_area h2,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h2,
  .high-contrast-enabled .small_col .content_area h3,
  .high-contrast-enabled .standardlayout .left_col .content_area h3,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h3,
  .high-contrast-enabled .small_col .content_area h4,
  .high-contrast-enabled .standardlayout .left_col .content_area h4,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h4,
  .high-contrast-enabled .small_col .content_area h5,
  .high-contrast-enabled .standardlayout .left_col .content_area h5,
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h5 {
    color: #000;
  }
  .high-contrast-enabled .small_col .content_area h2:first-child:not(.mobile_header),
  .high-contrast-enabled .standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .high-contrast-enabled .small_col .content_area h2:first-child:not(.mobile_header),
  .high-contrast-enabled .standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .high-contrast-enabled .small_col .content_area h3:first-child:not(.box_title),
  .high-contrast-enabled .standardlayout .left_col .content_area h3:first-child:not(.box_title),
  .high-contrast-enabled .standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title) {
    color: #fff !important;
  }
}
/***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 -20px 0 -20px;
    width: auto;
  }
  .top_col .image_widget {
    margin-bottom: 28px;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #sitebody {
    background: transparent;
    position: relative;
    z-index: 1;
    min-height: 650px;
    padding: 0 0 60px 0;
    margin: 0 auto 49px;
  }
  #sitebody:before {
    width: 100%;
    background: #fff;
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    top: 49px;
    display: block;
  }
  #sitebody.standardlayout,
  #sitebody.standardthreecolumnlayout {
    /* &:before {
             width: 100%*((@max-width - @left_col_width)/@max-width);
        }*/
  }
  .standardlayout,
  .standardthreecolumnlayout {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    padding: 0 !important;
  }
  .standardlayout:before,
  .standardthreecolumnlayout:before {
    display: none !important;
  }
  .standardlayout .top_col,
  .standardthreecolumnlayout .top_col {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 49px;
  }
  .standardlayout .left_col.column.column.empty_col,
  .standardthreecolumnlayout .left_col.column.column.empty_col {
    margin: 0 0% 0 0 !important;
  }
  .standardlayout .left_col.column,
  .standardthreecolumnlayout .left_col.column {
    width: 29.07575758%;
    margin: 0 0% 0 0;
    padding: 25px 32px 60px 22px;
    background: #fff;
    /*&:before {
                width: 100%*(@left_col_width/@max-width);
                background: @leftcol-bg;
                position: absolute;
                content: "";
                z-index: -1;
                left: 0;
                bottom: 0;
                top: 49px;  //height of main navigation
                box-shadow: none;
            }*/
  }
  .standardlayout .right_col.column,
  .standardthreecolumnlayout .right_col.column {
    width: 70.92424242%;
    background: #fff;
    padding: 0 20px 60px;
    margin: 0;
  }
  .high-contrast-enabled .left_col.column {
    background: #fff;
  }
  .standardthreecolumnlayout .has_small_col {
    width: 100%;
  }
  .standardthreecolumnlayout .small_col {
    width: 100%;
    margin: 0 !important;
    padding-top: 28px;
  }
  .standardthreecolumnlayout .small_col .small_box,
  .standardthreecolumnlayout .small_col .minicalendar_widget {
    display: block;
    margin-right: auto;
    width: 100%;
  }
  .twocolumnswithbottomlayout .top_col {
    margin-top: 49px;
  }
  .twocolumnswithbottomlayout .left_col {
    width: 50%;
    padding-left: 20px;
    padding-right: 15px;
  }
  .twocolumnswithbottomlayout .right_col {
    width: 50%;
    padding-right: 20px;
    padding-left: 15px;
    float: right;
  }
  .twocolumnswithbottomlayout .bottom_col {
    width: 100%;
    padding: 20px;
  }
  .twocolumnswithbottomlayout .small_box {
    width: 100%;
  }
  .threecolumnswithbottomlayout .top_col.column {
    padding-bottom: 20px;
    margin-top: 49px;
  }
  .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;
    float: right;
  }
  .threecolumnswithbottomlayout .bottom_col.column {
    width: 100%;
    padding: 20px;
  }
  .threecolumnswithbottomlayout .small_box {
    width: 100%;
  }
  .twocolumnreverselayout .top_col {
    margin-top: 49px;
  }
  .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;
  }
  .customtwocolumn .left_col {
    width: 50%;
    padding-right: 0px;
    padding-left: 30px;
    padding-top: 13px;
    margin: 0 !important;
  }
  .customtwocolumn .right_col {
    width: 50%;
    padding-left: 34px;
    padding-right: 30px;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .standardlayout .left_col.column,
  .standardthreecolumnlayout .left_col.column {
    width: 25.07575758%;
  }
  .standardlayout .right_col.column,
  .standardthreecolumnlayout .right_col.column {
    width: 74.92424242%;
  }
  .standardthreecolumnlayout .has_small_col {
    width: 67%;
  }
  .standardthreecolumnlayout .small_col {
    width: 30%;
    float: right;
  }
  .customtwocolumn .left_col {
    width: 40%;
  }
  .customtwocolumn .right_col {
    width: 60%;
  }
}
/*75em = 1200px*/
@media only screen and (min-width: 75em) {
  .customtwocolumn .left_col {
    padding-right: 20px;
    width: 33.33333333%;
  }
  .customtwocolumn .right_col {
    width: 66.66666667%;
  }
}
/***Title Widget**/
.title_widget {
  clear: both;
}
.title_widget h1 {
  color: #5a7f33;
  line-height: 120% !important;
  font-weight: bold;
  font-size: 29px !important;
  text-transform: uppercase;
  font-family: inherit;
  margin: 0 0 0 0;
  padding: 24px 0 10px 0;
  overflow: hidden;
}
.title_widget h2 {
  color: #113461;
  font-size: 133.33333333% !important;
  font-weight: normal;
  line-height: 120%;
}
.high-contrast-enabled .title_widget h1 {
  color: #000;
}
.high-contrast-enabled .title_widget h2 {
  color: #000;
}
.printer_friendly,
.sharelink,
.rss,
.thickbox {
  padding-left: 18px;
}
#share {
  clear: left;
}
#share:hover .sharelink {
  text-decoration: none !important;
}
#share .sharelink {
  margin-left: 0;
}
#share ul {
  padding-bottom: 3px;
}
#share ul li {
  width: 48%;
  float: none;
  display: inline-block;
  vertical-align: top;
  line-height: 120%;
}
#share ul li a {
  height: auto;
  position: relative;
  background: transparent none;
}
#share ul li a:before {
  background: url("_gfx/int/share_icons.gif") no-repeat 0 0;
  height: 20px;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  position: absolute;
}
#share ul li a.sharefacebook:before {
  background-position: 0 -150px;
}
#share ul li a.sharedel:before {
  background-position: 0 -200px;
}
#share ul li a.sharegoogle:before {
  background-position: 0 -225px;
}
#share ul li a.sharegoogleplus:before {
  background-position: 0 -25px;
}
#share ul li a.sharedigg:before {
  background-position: 0 -250px;
}
#share ul li a.sharetwitter:before {
  background-position: 0 -50px;
}
#share ul li a.sharestumble:before {
  background-position: 0 -100px;
}
#share ul li a.sharetumblr:before {
  background-position: 0 -125px;
}
#share ul li a.sharemyspace:before {
  background-position: 0 -75px;
}
#share ul li a.sharelinkedin:before {
  background-position: 0 -175px;
}
#share ul li a.sharereddit:before {
  background-position: 0 -275px;
}
#share > ul {
  margin-top: 0px;
  width: 275px;
  top: 22px;
}
#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: 77.77777778% !important;
  color: #595656 !important;
  text-decoration: underline !important;
}
.title_right > a:hover {
  text-decoration: none !important;
}
.font_size a {
  font-size: 100% !important;
  color: #595656 !important;
  text-decoration: none !important;
}
.printer_friendly {
  background-position: 0 0;
}
.sharelink {
  background-position: 0 -60px;
}
.rss {
  background-position: 0 -15px;
}
.thickbox {
  background: url(_gfx/int/title_icons.png) 0 -29px no-repeat !important;
  padding-left: 22px;
}
a.font_larger {
  background-position: 0 -60px;
}
a.font_smaller {
  background-position: 0 -45px;
}
.high-contrast-enabled .printer_friendly,
.high-contrast-enabled .sharelink,
.high-contrast-enabled .rss,
.high-contrast-enabled .thickbox,
.high-contrast-enabled .font_size,
.high-contrast-enabled .font_size a {
  background-image: url(_gfx/int/highcontrast/title_icons.png);
  color: #0000ee !important;
}
.high-contrast-enabled .font_size a {
  color: #0000ee !important;
}
.high-contrast-enabled .thickbox {
  background-image: url(_gfx/int/highcontrast/title_icons.png) !important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .title_widget {
    padding: 29px 0 0 0;
    clear: both;
  }
  .title_widget h2 {
    padding: 10px 0 0 0;
  }
  .top_col .title_widget,
  .confirm_account_container.content_area,
  .top_col .redirect_helper_widget,
  .broken_links_reporter,
  #pagebody + .content_area {
    padding: 78px 30px 0;
  }
  #pagebody + .content_area:empty {
    padding: 78px 30px 0 !important;
  }
  .title_right {
    padding: 0 0 32px 0;
    float: right;
  }
  .title_right > a,
  .title_right > div {
    float: right;
  }
  .title_right > a:first-child,
  .title_right > div:first-child {
    margin-left: 18px;
  }
  .title_right #share {
    clear: none;
  }
  .title_right #share .sharelink {
    margin-left: 18px;
  }
}
.sidenav.sidenav ul li,
.sidenav.sidenav ul li.sidenav_expanded > a {
  display: none;
}
.sidenav.open ul li.sidenav_expanded.sidenav_current,
.sidenav.open ul li.sidenav_expanded.sidenav_current > ul > li,
.sidenav.open > ul > li,
.sidenav.open ul li.sidenav_expanded {
  display: block;
}
.sidenav.mobile_list ul li.sidenav_expanded {
  background: transparent;
  border: 0px;
  padding: 0;
}
.sidenav.mobile_list ul li a {
  font-weight: normal;
}
.sidenav.mobile_list.open ul li:hover a {
  color: #0c6796;
}
.sidenav.mobile_list.open ul li:hover > a {
  color: #7744ab;
}
.high-contrast-enabled .sidenav.mobile_list.open ul li:hover a {
  color: #0000ee;
}
.high-contrast-enabled .sidenav.mobile_list.open ul li:hover > a {
  color: #0000ee;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sidenav.sidenav ul li,
  .sidenav.sidenav ul li.sidenav_expanded > a {
    display: block;
  }
  .sidenav {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0 0 17px 0;
    background: #fff;
  }
  .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: #434343;
    font-size: 94.44444444%;
    text-decoration: none;
    display: block;
    padding: 10px 7px 10px 12%;
    line-height: 120%;
    position: relative;
    z-index: 1;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;
    word-wrap: break-word;
  }
  .standardlayout .left_col .sidenav,
  .standardthreecolumnlayout .left_col .sidenav {
    background: transparent;
    margin: 0 0px 17px;
    width: auto;
    float: none;
    zoom: 1;
    min-width: calc(100% + 0px);
  }
  .standardlayout .left_col .sidenav:before,
  .standardthreecolumnlayout .left_col .sidenav:before {
    content: '';
    display: block;
  }
  .standardlayout .left_col .sidenav:after,
  .standardthreecolumnlayout .left_col .sidenav:after {
    content: '';
    display: table;
    clear: both;
  }
  .sidenav ul li.sidenav_haschildren > a:before {
    /*position: absolute;
            content: "";
            background: transparent;
            width: 0;
            height: 0;
            left: 5%;
            top: 33%;
            border-left: 4px solid @arrow-haschildren;
            border-right: 4px solid transparent;
            border-top: 4px solid transparent;
            border-bottom: solid 4px transparent;*/
    position: absolute;
    content: "+";
    background: transparent;
    top: 0;
    bottom: 0;
    left: 5%;
    padding: 0;
    height: 10px;
    line-height: 6px;
    margin: auto;
  }
  .sidenav ul li.sidenav_expanded > a {
    background: transparent;
    color: #434343;
    border-bottom: 1px solid #e5e5e5;
  }
  .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 #e5e5e5;
  }
  /*second level */
  .sidenav ul li li.sidenav_expanded > a {
    background: transparent;
    color: #434343;
    border-bottom: 0px solid #e5e5e5;
  }
  .sidenav ul li li.sidenav_expanded > a:before {
    /*
            position: absolute;
            content: "";
            background: transparent;
            width: 0;
            height: 0;
            left: 14px;
            top: 13px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 4px solid @arrow-expanded;
            border-bottom: solid 4px transparent;
                */
  }
  .sidenav ul li.sidenav_current > a,
  .sidenav ul li.sidenav_current.sidenav_expanded > a {
    background: transparent;
    color: #0c6796;
    /*border-bottom: 1px solid @sidenav-item-border;*/
    /*&:before
		{
			position: absolute;
			content: "";
			width: 0; 
			height: 0; 
			left: 5%;
			top:12px;
			background: transparent;
			border-top: 4px solid transparent;
			border-bottom: 4px solid transparent;
			border-left: 4px solid @arrow-current;
		}
		&:hover:before
		{
			border-left: 4px solid @arrow-current-hover;
		}*/
  }
  .sidenav ul li li.sidenav_current > a:before,
  .sidenav ul li li.sidenav_haschildren > a:before {
    left: 12%;
  }
  .sidenav ul li li li.sidenav_current > a:before,
  .sidenav ul li li li.sidenav_haschildren > a:before {
    left: 20%;
  }
  .sidenav ul li li li li.sidenav_current > a:before,
  .sidenav ul li li li li.sidenav_haschildren > a:before {
    left: 24%;
  }
  .sidenav ul li li li li li.sidenav_current > a:before,
  .sidenav ul li li li li li.sidenav_haschildren > a:before {
    left: 28%;
  }
  .sidenav ul li li li li li li.sidenav_current > a:before,
  .sidenav ul li li li li li li.sidenav_haschildren > a:before {
    left: 32%;
  }
  .sidenav ul li li li li li li li.sidenav_current > a:before,
  .sidenav ul li li li li li li li.sidenav_haschildren > a:before {
    left: 36%;
  }
  .sidenav ul li li a {
    padding-left: 20% !important;
  }
  .sidenav ul li li li a {
    padding-left: 28% !important;
    /*second level*/
    background: transparent;
  }
  .sidenav ul li li li li a {
    padding-left: 32% !important;
  }
  .sidenav ul li li li li li a {
    padding-left: 36% !important;
  }
  .sidenav ul li li li li li li a {
    padding-left: 40% !important;
  }
  .sidenav ul li li.sidenav_expanded > a:hover,
  .sidenav ul li li.sidenav_expanded > a:focus,
  .sidenav ul li li a:hover,
  .sidenav ul li li a:focus {
    border-bottom: 0px solid #434343;
    margin-top: 0px;
  }
  .sidenav ul li li a {
    background: transparent;
    color: #434343;
    margin-top: 0px;
    border: 0;
  }
  .sidenav ul li a:hover,
  .sidenav ul li a:focus,
  .sidenav ul li li > a:hover,
  .sidenav ul li li > a:focus {
    color: #fff !important;
    background: #7744ab !important;
  }
  .small_col .sidenav {
    float: left;
    background: #fff;
  }
  .high-contrast-enabled {
    /*second level */
  }
  .high-contrast-enabled .sidenav {
    background: #fff;
  }
  .high-contrast-enabled .sidenav ul li a,
  .high-contrast-enabled .sidenav ul li a:hover,
  .high-contrast-enabled .sidenav ul li a:focus {
    color: #4f4f4f;
    border-bottom: 1px solid #e5e5e5;
  }
  .high-contrast-enabled .sidenav ul li.sidenav_expanded > a {
    background: transparent;
    color: #4f4f4f;
    border-bottom: 1px solid #e5e5e5;
  }
  .high-contrast-enabled .sidenav > ul > li.sidenav_expanded + li > a {
    border-top: 1px solid #e5e5e5;
  }
  .high-contrast-enabled .sidenav ul li li.sidenav_expanded > a {
    background: transparent;
    color: #4f4f4f;
    border-bottom: 0px solid #e5e5e5;
  }
  .high-contrast-enabled .sidenav ul li.sidenav_current > a,
  .high-contrast-enabled .sidenav ul li.sidenav_current.sidenav_expanded > a {
    background: transparent;
    color: #0000ee;
  }
  .high-contrast-enabled .sidenav ul li li li a {
    background: transparent;
  }
  .high-contrast-enabled .sidenav ul li li.sidenav_expanded > a:hover,
  .high-contrast-enabled .sidenav ul li li.sidenav_expanded > a:focus,
  .high-contrast-enabled .sidenav ul li li a:hover,
  .high-contrast-enabled .sidenav ul li li a:focus {
    border-bottom: 0px solid #4f4f4f;
  }
  .high-contrast-enabled .sidenav ul li li a {
    background: transparent;
    color: #4f4f4f;
    border: 0;
  }
  .high-contrast-enabled .sidenav ul li a:hover,
  .high-contrast-enabled .sidenav ul li a:focus,
  .high-contrast-enabled .sidenav ul li li > a:hover,
  .high-contrast-enabled .sidenav ul li li > a:focus {
    color: #fff !important;
    background: #575757 !important;
  }
  .high-contrast-enabled .small_col .sidenav {
    background: #fff;
  }
}
.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 ul li li:before,
.staff_box.mobile_list ul li li:before,
.service_box.mobile_list ul li li:before,
.faq_box.mobile_list ul li li:before,
.business_box.mobile_list ul li li:after,
.staff_box.mobile_list ul li li:after,
.service_box.mobile_list ul li li:after,
.faq_box.mobile_list ul li li:after {
  display: none;
}
.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: bold;
  }
}
.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: #0c6796;
  text-decoration: underline;
  font-size: 90%;
  display: inline;
}
.small_box.faq_box .box_content .listfaq_a a:hover {
  text-decoration: none;
}
.small_box.faq_box .box_content li:before,
.small_box.faq_box .box_content li:after {
  display: none;
}
.listfaq_a_content {
  zoom: 1;
}
.listfaq_a_content:before {
  content: '';
  display: block;
}
.listfaq_a_content:after {
  content: '';
  display: table;
  clear: both;
}
.small_box.faq_box .box_content ul .listfaq_a_content a {
  font-weight: normal;
  display: inline;
}
.high-contrast-enabled .small_box.faq_box .box_content .listfaq_a a {
  color: #0000ee;
}
/***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: #666a6f;
  }
  .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: #666a6f;
    font-size: inherit;
  }
  .high-contrast-enabled .small_box.faq_box .box_content .listfaq_a {
    color: #4f4f4f;
  }
  .high-contrast-enabled .small_box.faq_box .box_content .listfaq_a p,
  .high-contrast-enabled .small_box.faq_box .box_content .listfaq_a ul,
  .high-contrast-enabled .small_box.faq_box .box_content .listfaq_a ol,
  .high-contrast-enabled .small_box.faq_box .box_content .listfaq_a li,
  .high-contrast-enabled .small_box.faq_box .box_content .listfaq_a div,
  .high-contrast-enabled .small_box.faq_box .box_content .listfaq_a span {
    color: #4f4f4f;
    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: #5a7f33 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: #5a7f33 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;
}
.high-contrast-enabled .service_box .box_content .toggle_service:before {
  background: #575757 url(_gfx/int/+.png) 1px 1px no-repeat;
}
.high-contrast-enabled .service_box .box_content .toggle_service.hide_service:before {
  background: #575757 url(_gfx/int/-.png) 1px 1px no-repeat;
}
.high-contrast-enabled .service_box .box_content > ul > li:first-child {
  border: 0;
  border-bottom: 1px solid #cccccc;
}
/***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: 90%;
  margin-left: 5px;
  margin-right: 10px;
}
.twitter_feed ul li h4,
.facebook_feed ul li h4 {
  line-height: 130% !important;
  margin: 0;
  font-size: inherit;
}
.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%;
}
.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;
}
.twitter_feed ul li p,
.facebook_feed ul li p {
  margin: 0;
  font-size: 95%;
  padding: 0;
  border: 0;
  line-height: 130%;
}
.twitter_feed ul li p a,
.facebook_feed ul li p a {
  font-size: 100%;
  display: inline;
  color: #0c6796;
  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: #0c6796;
}
.twitter_feed .box_bottomlink:after,
.facebook_feed .box_bottomlink:after {
  content: "";
}
.twitter_feed ul li h4 span {
  display: block;
}
.high-contrast-enabled .twitter_feed ul li span.box_date,
.high-contrast-enabled .facebook_feed ul li span.box_date {
  color: #0000ee;
}
.high-contrast-enabled .twitter_feed ul li p a,
.high-contrast-enabled .facebook_feed ul li p a {
  color: #0000ee;
}
.high-contrast-enabled .twitter_feed ul li p a:hover,
.high-contrast-enabled .facebook_feed ul li p a:hover {
  color: #0000ee;
}
/***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 10px 0 11px;
  }
  #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 h4 a,
  #sitebody .facebook_feed ul li h4 a,
  #sitebody .twitter_feed ul li h4 a:hover,
  #sitebody .facebook_feed ul li h4 a:hover {
    color: #0c5681;
    font-weight: bold;
    font-family: 'AvenirRoman', 'Nunito', sans-serif;
    text-decoration: none;
  }
  #sitebody .twitter_feed ul li h4 a span,
  #sitebody .facebook_feed ul li h4 a span,
  #sitebody .twitter_feed ul li h4 a:hover span,
  #sitebody .facebook_feed ul li h4 a:hover span {
    color: #0c5681;
    font-weight: bold;
  }
  #sitebody .twitter_feed ul li h4 a:hover,
  #sitebody .facebook_feed ul li h4 a:hover {
    text-decoration: underline;
  }
  #sitebody .twitter_feed ul li p,
  #sitebody .facebook_feed ul li p {
    font-size: 88.88888889%;
    color: #666a6f;
  }
  #sitebody .twitter_feed .box_bottomlink,
  #sitebody .facebook_feed .box_bottomlink {
    margin-right: 10px;
  }
  .high-contrast-enabled #sitebody .twitter_feed ul li h4 a,
  .high-contrast-enabled #sitebody .facebook_feed ul li h4 a,
  .high-contrast-enabled #sitebody .twitter_feed ul li h4 a:hover,
  .high-contrast-enabled #sitebody .facebook_feed ul li h4 a:hover {
    color: #000;
  }
  .high-contrast-enabled #sitebody .twitter_feed ul li h4 a span,
  .high-contrast-enabled #sitebody .facebook_feed ul li h4 a span,
  .high-contrast-enabled #sitebody .twitter_feed ul li h4 a:hover span,
  .high-contrast-enabled #sitebody .facebook_feed ul li h4 a:hover span {
    color: #000;
  }
  .high-contrast-enabled #sitebody .twitter_feed ul li p,
  .high-contrast-enabled #sitebody .facebook_feed ul li p {
    color: #4f4f4f;
  }
}
.splash_page {
  overflow: hidden;
  max-width: 100%;
  padding: 10px;
  word-wrap: break-word;
}
/***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: 150px 0 0 0 !important;
    min-height: 500px;
  }
  #sitebody.splash_page {
    z-index: 11;
  }
}
.broken_links_reporter {
  word-wrap: break-word;
}
.error_recaptcha_field {
  margin: 10px 0;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .broken_links_reporter.broken_links_reporter {
    margin: 0;
  }
}
.web_site_account_unconfirm_message_container {
  padding: 10px 0 1px 20px;
}
.my_dashboard_page .dashboard_block_wrapper .dashboard_block .block_title {
  background-color: #5a7f33;
}
.high-contrast-enabled .my_dashboard_page .dashboard_block_wrapper .dashboard_block .block_title {
  background-color: #575757;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sso_login_container {
    max-width: 760px;
    margin: 0 auto;
  }
  .sso_login_container .sso_login_header,
  .sso_login_container .sso_login_hint {
    text-align: center;
  }
  .sso_login_container .content_area .sso_login_form_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sso_login_container .content_area .sso_login_box {
    margin: 15px 2% 0 0;
    width: 48%;
    min-height: 0;
  }
  .sso_login_container .content_area .social_account_login_box {
    margin-left: 2%;
    width: 48%;
    min-height: 0;
  }
}
.search .paging span a:hover {
  background: #5a7f33;
}
.vision_search .search_button {
  width: auto;
}
.vision_search .advanced_searchbox input.textfield {
  height: auto;
  min-height: 17px;
}
.vision_search .search_panel {
  float: none;
  width: 100%;
}
.vision_search .search_panel .vision_search_arrow {
  cursor: pointer;
  display: block;
}
.vision_search .search_panel .vision_search_arrow_down {
  border-top: 10px solid #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: #fff;
  clear: both;
  min-height: 0px;
  margin-top: 0;
  width: 100%;
}
.vision_search .search_panel div.search_features .advanced_searchbox.normal {
  float: none;
  height: auto;
  min-width: 0px;
}
.vision_search .search_panel div.search_features .advanced_searchbox.normal .sort_by_label,
.vision_search .search_panel div.search_features .advanced_searchbox.normal .items_per_page_label {
  display: block;
  margin-top: 4px;
}
.vision_search .search_panel div.search_features .advanced_searchbox.normal .normal {
  float: left;
  min-width: 140px;
}
.vision_search .search_panel div.search_features .advanced_searchbox.normal .search_per_page,
.vision_search .search_panel div.search_features .advanced_searchbox.normal .advanced_searchbox_sort_by_container {
  float: none;
}
.vision_search .search_panel div.search_features .advanced_searchbox > div > p {
  height: auto;
}
.vision_search .search_panel div.search_features .basic_searchbox {
  float: none;
}
.vision_search .search_panel .search_result,
.vision_search .search_panel .search_result_alternate {
  padding: 0 10px 20px;
}
.vision_search .search_panel .search_result_url {
  word-wrap: break-word;
}
.vision_search .search_panel .popular_searches_box > p.popular_searches_box_title {
  padding-left: 10px;
}
.vision_search .search_panel .popular_searches_box > div {
  padding: 10px;
}
.vision_search .search_panel .search_summary {
  padding-left: 10px;
}
.vision_search .search_filters {
  float: none;
  margin: 25px 0 10px 0 !important;
  width: 100% !important;
}
.vision_search .search_filters .search_filter {
  border: 0px;
  border-bottom: 1px solid #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: #5a7f33;
  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;
}
.high-contrast-enabled .vision_search .search_panel .vision_search_arrow_down {
  border-top: 10px solid #ffffff;
}
.high-contrast-enabled .vision_search .search_panel .vision_search_arrow_up {
  border-bottom: 10px solid #ffffff;
}
.high-contrast-enabled .vision_search .search_panel div.search_features {
  border: 1px solid #cccccc;
  border-left: 0;
  border-right: 0;
  background: #fff;
}
.high-contrast-enabled .vision_search .search_filters .search_filter {
  border-bottom: 1px solid #cccccc;
}
.high-contrast-enabled .vision_search .search_filters .search_filter .filter_header {
  color: #ffffff;
  background: #575757;
}
/***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: #404040;
  }
  .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: #5a7f33;
  }
  .vision_search .search_filters .search_filter ol {
    padding: 0px 15px 10px;
    color: #0c5681;
  }
  .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;
  }
  .high-contrast-enabled .vision_search {
    margin: 12px 20px;
  }
  .high-contrast-enabled .vision_search .search_panel div.search_features {
    border: 1px solid #cbcbcb;
    background: #ffffff;
    color: #4f4f4f;
  }
  .high-contrast-enabled .vision_search .search_filters .search_filter .filter_header {
    color: #fff;
    background: #575757;
  }
  .high-contrast-enabled .vision_search .search_filters .search_filter ol {
    color: #000;
  }
}
@media only screen and (min-width: 68em) {
  .vision_search .search_panel > div,
  .vision_search .search_panel .search_container {
    width: 70% !important;
  }
  .vision_search .search_panel .search_filters {
    width: 26% !important;
    margin: 0 0 10px 0 !important;
  }
  .vision_search .search_panel .search_filters .search_filter {
    margin-top: 0;
  }
  .vision_search .search_panel > div.loading.mask {
    width: 100% !important;
  }
  .vision_search .vision_search_arrow {
    top: 10px;
  }
}
#cse input.gsc-search-button {
  background: #5a7f33 !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: #f9f5fe !important;
}
#cse .gsc-refinementHeader {
  border: 1px solid #cbcbcb !important;
  background: #ffffff !important;
}
#cse .gsc-refinementHeader.gsc-refinementhActive,
#cse .gsc-refinementHeader:hover {
  background: #f9f5fe !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: #5a7f33 !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;
}
.high-contrast-enabled #cse input.gsc-search-button {
  background: #575757 !important;
  color: #fff !important;
}
.high-contrast-enabled #cse .gsc-tabsArea {
  border-bottom: 1px solid #cbcbcb !important;
}
.high-contrast-enabled #cse .gsc-tabHeader {
  border: 1px solid #cbcbcb !important;
  background: #ffffff !important;
}
.high-contrast-enabled #cse .gsc-tabHeader.gsc-tabhActive,
.high-contrast-enabled #cse .gsc-tabHeader:hover {
  background: #f8f8f8 !important;
}
.high-contrast-enabled #cse .gsc-refinementHeader {
  border: 1px solid #cbcbcb !important;
  background: #ffffff !important;
}
.high-contrast-enabled #cse .gsc-refinementHeader.gsc-refinementhActive,
.high-contrast-enabled #cse .gsc-refinementHeader:hover {
  background: #f8f8f8 !important;
}
.high-contrast-enabled #cse input[type=image].gsc-search-button {
  background: #575757 !important;
}
.LBD_CaptchaDiv {
  max-width: 100%;
}
.LBD_CaptchaDiv .LBD_CaptchaImageDiv {
  max-width: 87%;
}
.LBD_CaptchaDiv .LBD_CaptchaImageDiv a {
  max-width: 100%;
}
.LBD_CaptchaDiv .LBD_CaptchaImageDiv img {
  border: 1px solid #d0d0d0 !important;
}
.LBD_CaptchaDiv > div.LBD_CaptchaImageDiv:first-child {
  border: 0;
}
.LBD_CaptchaIconsDiv {
  margin-left: 3px !important;
}
#recaptcha_image {
  overflow: hidden;
}
.content-filter-widget .searchicon.searchicon.searchicon,
.content-filter-widget .searchicon.searchicon.searchicon:hover {
  background: transparent url("_gfx/cmn/search_filter_bg.png") no-repeat scroll 0 center !important;
}
.document_widget {
  margin-bottom: 17px;
}
.document_widget li {
  position: relative;
}
.document_widget li img {
  position: absolute;
  left: 0;
  top: 0px;
  margin-top: 0;
}
.document_widget li a {
  padding-left: 21px;
  display: block;
}
.doc_folder_img {
  float: left;
}
.document_folder_box .content_link,
.document_list_box .content_link {
  max-width: 100%;
  word-wrap: break-word;
}
.document_list_box .no-results,
.document_folder_box .no-results {
  padding: 10px 0 10px 16px;
  display: block;
  color: #0c5681;
  font-weight: bold;
  font-size: 100%;
}
.document_folder_box .document_breadcrumb {
  margin-left: 16px;
  margin-top: 8px;
}
.high-contrast-enabled .document_list_box .no-results,
.high-contrast-enabled .document_folder_box .no-results {
  color: #000;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .document_list_box .no-results,
  .document_folder_box .no-results {
    padding-left: 0;
  }
  .document_folder_box .document_breadcrumb {
    margin-left: 0px;
    margin-top: 0;
  }
}
.downloadmessage {
  padding-bottom: 5px;
}
.downloadmessage img {
  margin: 2px;
}
.eNotification_widget .form_label {
  width: 250px;
}
#sitebody .checkboxlist-container .enotification_cats_list.formlist li {
  width: 31.3% !important;
}
#sitebody .checkboxlist-container label,
.front_end_body .enotification_widget_category_checkboxlist label {
  width: calc(100% - 19px) !important;
  white-space: normal;
}
#sitebody .checkboxlist-container .formlist li {
  width: 31.3% !important;
  margin-left: -3px;
  padding-left: 2% !important;
}
#sitebody .checkboxlist-container .formlist li:nth-child(3n+4),
#sitebody .checkboxlist-container .formlist li:first-child {
  padding-left: 0% !important;
  width: 33.3% !important;
}
.enotification_cats_list li > a {
  float: left;
}
.enotification_cats_list li > a.email_btn,
.legend_info a.email_btn,
.enotification_cats_list li > a,
.legend_info a {
  width: 19px;
  background-position: 0 center;
}
.facility_directory_widgets .facility_detail_page .facility_item_header,
.facility_directory_widgets .listtype_listformated .facility_item_header {
  background: #5a7f33 !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: #666a6f;
}
.sitewrapper .content_area .facility_mapmarker_infos a.phone_link,
.sitewrapper .content_area .facility_mapmarker_infos a.phone_link:hover {
  color: #666a6f;
}
.facility_directory_map_view_widget .multicats_container ol li input,
.facility_directory_map_view_widget .multicats_container ol li span.catimage_holder {
  float: left;
}
.facility_directory_map_view_widget .multicats_container ol li input {
  height: 18px;
}
#sitebody .facility_directory_map_view_widget .multicats_container ol li input + label {
  width: calc(100% - 52px) !important;
}
.facility_directory_widgets .listtype_listformated .facility_item_header h2 {
  margin: 0;
}
.facility_directory_widgets .listtype_listformated .facility_item_header a.facility_item_name {
  color: #fff;
}
.high-contrast-enabled .facility_directory_widgets .facility_detail_page .facility_item_header,
.high-contrast-enabled .facility_directory_widgets .listtype_listformated .facility_item_header {
  background: #575757 !important;
}
.high-contrast-enabled #sitebody .facility_directory_widgets .facility_item_infos2 span.item_label,
.high-contrast-enabled #sitebody .facility_directory_widgets .facility_item_infos1 span.item_label,
.high-contrast-enabled #sitebody .facility_directory_widgets .facility_item_infos2 span.item_value,
.high-contrast-enabled #sitebody .facility_directory_widgets .facility_item_infos1 span.item_value {
  color: #4f4f4f;
}
.high-contrast-enabled .sitewrapper .content_area .facility_mapmarker_infos a.phone_link,
.high-contrast-enabled .sitewrapper .content_area .facility_mapmarker_infos a.phone_link:hover {
  color: #4f4f4f;
}
.high-contrast-enabled .facility_directory_widgets .listtype_listformated .facility_item_header a.facility_item_name {
  color: #fff;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .facility_directory_widgets .listtype_listformated a.facility_item_photo_link,
  .facility_directory_widgets .facility_detail_page .facility_item_photo {
    max-width: 350px;
    width: 50%;
  }
  #sitebody .facility_directory_widgets .facility_item_infos1,
  #sitebody .facility_directory_widgets .facility_item_infos2 {
    width: 25%;
    margin: 0;
    padding-left: 15px;
  }
}
.faq_header {
  color: #113461;
}
.listfaq_q > h2,
.listfaq_q > h3 {
  color: #113461;
}
.faqtab_section {
  border: 1px solid #5a7f33;
  background: #ffffff;
  color: #404040;
}
.faqtab_section td,
.faqtab_section label {
  color: #404040;
}
.faqtab_section h1,
.faqtab_section h2,
.faqtab_section h3,
.faqtab_section h4,
.faqtab_section h5,
.faqtab_section .subtitle {
  color: #404040;
}
.faq_tab_nav li a {
  color: #0c6796;
}
.faq_tab_nav li a.active_faqtab {
  border: 1px solid #5a7f33;
  border-right: 1px solid #ffffff;
  background: #ffffff;
  color: #404040;
  border-left: 5px solid #5a7f33;
}
h3.faqtab_question,
.faqtab_popup {
  color: #666a6f;
}
h3.faqtab_question:before,
.faqtab_popup:before {
  background: #5a7f33;
  color: #fff;
  line-height: 1.2em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
}
.faqtab_section h3.faqtab_question {
  color: #404040;
}
.faq_mobile_nav {
  z-index: 1;
}
.faq_mobile_nav select {
  border: 1px solid #5a7f33 !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: #0c6796;
}
.high-contrast-enabled .faq_header {
  color: #000;
}
.high-contrast-enabled .listfaq_q > h2,
.high-contrast-enabled .listfaq_q > h3 {
  color: #000;
}
.high-contrast-enabled .faqtab_section {
  border: 1px solid #575757;
  background: #ffffff;
  color: #4f4f4f;
}
.high-contrast-enabled .faqtab_section td,
.high-contrast-enabled .faqtab_section label {
  color: #4f4f4f;
}
.high-contrast-enabled .faqtab_section h1,
.high-contrast-enabled .faqtab_section h2,
.high-contrast-enabled .faqtab_section h3,
.high-contrast-enabled .faqtab_section h4,
.high-contrast-enabled .faqtab_section h5,
.high-contrast-enabled .faqtab_section .subtitle {
  color: #4f4f4f;
}
.high-contrast-enabled .faq_tab_nav li a {
  color: #0000ee;
}
.high-contrast-enabled .faq_tab_nav li a.active_faqtab {
  border: 1px solid #575757;
  border-right: 1px solid #ffffff;
  background: #ffffff;
  color: #4f4f4f;
  border-left: 5px solid #575757;
}
.high-contrast-enabled h3.faqtab_question,
.high-contrast-enabled .faqtab_popup {
  color: #4f4f4f;
}
.high-contrast-enabled h3.faqtab_question:before,
.high-contrast-enabled .faqtab_popup:before {
  background: #575757;
  color: #fff;
}
.high-contrast-enabled .faqtab_section h3.faqtab_question {
  color: #4f4f4f;
}
.high-contrast-enabled .faq_mobile_nav select {
  border: 1px solid #575757 !important;
  border-bottom: 0px !important;
}
.high-contrast-enabled .listfaq_q > h2,
.high-contrast-enabled .listfaq_q > h3 {
  color: #0000ee;
}
.form_survey_widget .answer_container textarea {
  min-width: 0;
  width: 100%;
}
.front_end_body .form_survey_widget .formlist,
.sitewrapper .form_survey_widget .formlist {
  width: 100%;
}
.recaptcha {
  width: auto !important;
}
.form_survey_widget .answer_container .form_answers_edit_table {
  display: table;
  width: 100%;
}
.form_survey_widget .answer_container {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 0 5px 5px;
}
.question_container .question_content p {
  margin: 0;
}
.form_submit_container .recaptcha_container {
  margin: 20px 0 0;
}
.form_survey_widget .command_box.form_submit_footer {
  padding-top: 20px;
  margin-top: 0;
  clear: both;
}
.form_survey_widget .question_container .question_content .question_text_container {
  display: inline;
}
.form_survey_widget label:empty,
.form_submit_header:empty {
  display: none;
}
.form_survey_widget .question_container.static_text {
  margin-top: 0px;
  padding: 0 5px;
}
.form_survey_widget .answer_container input.voter_input.selection_other {
  margin-top: 3px;
  margin-left: 22px;
}
.form_survey_widget .form_submit_container .form_answers_edit_table td input.voter_input[type="radio"] {
  margin-left: 0px;
}
/***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: #f9f5fe;
    border-color: #cbcbcb;
    border-radius: 10px;
  }
  .high-contrast-enabled .form_survey_widget .command_wrapper:hover {
    background: #f8f8f8;
    border-color: #cbcbcb;
  }
}
/****image widget*******/
.image_widget {
  margin: 0;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}
.no_image.image_widget {
  display: none;
}
.small_col .image_widget,
.standardlayout .left_col .image_widget,
.standardthreecolumnlayout .left_col .image_widget {
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.small_col .image_widget {
  width: 89.6% !important;
  margin: 0px auto 17px auto;
}
.image_rotate_container {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.image_rotate_container.current {
  opacity: 1;
  z-index: 5;
}
.image_rotate_container.prev {
  z-index: 4;
}
.image_widget img {
  display: block;
  width: 100%;
}
.image_rotate_caption {
  position: absolute;
  bottom: 0px;
  opacity: 0.8;
  color: #ffffff;
  background: #222222;
  display: block;
  width: 96%;
  text-align: center;
  padding: 5px 2%;
  min-height: 20px;
  line-height: 100%;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .image_widget .image_rotate_container {
    background: transparent !important;
  }
}
#alert_controls {
  overflow: visible;
  font-size: 0;
  text-decoration: none;
}
#alert_controls:before {
  font-family: Glyphicons Halflings;
  content: "\e258\e258";
  -webkit-transform: rotate(-90deg) scale(1, 1.5);
  -ms-transform: rotate(-90deg) scale(1, 1.5);
  -moz-transform: rotate(-90deg) scale(1, 1.5);
  transform: rotate(-90deg) scale(1, 1.5);
  display: block;
  letter-spacing: -3px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-indent: 0;
  margin-top: 7px;
  font-size: 8px;
}
.high-contrast-enabled #alert_controls:before {
  color: #fff;
}
#alert_controls.hide {
  background: #ab4479;
  display: block !important;
  /*overwrite bootstrap .hide class*/
}
#alert_controls.hide:hover {
  bottom: 5px;
  height: 30px;
  width: 28px;
}
#alert_controls.hide:after {
  content: "Hide";
  background: #ab4479;
  color: #fff;
  position: absolute;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-indent: 0;
  display: none;
  padding: 5px 10px 6px;
  right: 2px;
  font-size: 12px;
  top: 43px;
  font-family: Arial, Helvetica, sans-serif;
}
#alert_controls.hide:hover:after {
  display: block;
}
#alert_controls.hide + .important_alert_wrapper:before {
  position: absolute;
  right: 8px;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ab4479;
  content: "";
  display: none;
}
#alert_controls.hide:hover + .important_alert_wrapper:before {
  display: block;
}
.high-contrast-enabled #alert_controls.hide {
  background: #222222;
}
.high-contrast-enabled #alert_controls.hide:after {
  background: #515151;
  color: #fff;
}
.high-contrast-enabled #alert_controls.hide + .important_alert_wrapper:before {
  border-bottom: 7px solid #515151;
}
#alert_controls.show {
  background: #ab4479;
  border-bottom-left-radius: 5px;
  width: 28px;
  height: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
#alert_controls.show:hover {
  width: 28px;
}
#alert_controls.show:before {
  -webkit-transform: rotate(90deg) scale(1, 1.6);
  -ms-transform: rotate(90deg) scale(1, 1.6);
  -moz-transform: rotate(90deg) scale(1, 1.6);
  transform: rotate(90deg) scale(1, 1.6);
  margin-top: 15px;
  margin-left: 3px;
}
#alert_controls.show:after {
  content: "Show";
  background: #ab4479;
  color: #fff;
  position: absolute;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-indent: 0;
  display: none;
  padding: 3px 8px 4px;
  right: 37px;
  font-size: 12px;
  top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
#alert_controls.show:hover:after {
  display: block;
}
.high-contrast-enabled #alert_controls.show {
  background: #222222;
}
.high-contrast-enabled #alert_controls.show:after {
  background: #515151;
  color: #fff;
}
.alert_right {
  background: none;
}
.alert_container:before {
  content: "";
  top: 4px;
  left: auto;
  position: absolute;
  right: 27px;
  bottom: 4px;
  z-index: -1;
  width: 1px;
  height: auto;
  border-right: 1px solid #c0739b;
  z-index: 5;
}
.high-contrast-enabled .alert_container:before {
  border-right: 1px solid #595959;
}
.alert_container {
  background-image: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
}
.alert_container.alert--closed:after {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid #ab4479;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  content: "";
  display: none;
}
.high-contrast-enabled .alert_container.alert--closed:after {
  border-left: 7px solid #515151;
}
.alert_container.alert--closed:hover:after {
  display: block;
}
.alert_container.alert--closed:hover #alert_controls.show:after {
  display: block;
}
.alert_container .important_alert_wrapper {
  background: #ab4479;
}
.alert_container .important_alert,
.alert_container .important_alert h2,
.alert_container .important_alert a {
  color: #fff;
}
.high-contrast-enabled .alert_container .important_alert_wrapper {
  background: #222222;
}
.high-contrast-enabled .alert_container .important_alert,
.high-contrast-enabled .alert_container .important_alert h2,
.high-contrast-enabled .alert_container .important_alert a {
  color: #fff;
}
.alert_container .important_alert p {
  display: block;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .alert_container .important_alert {
    font-size: 12px !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;
}
.high-contrast-enabled .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;
}
.news_widget .list-main > li:nth-child(2n+2) {
  background: rgba(90, 127, 51, 0.1);
}
.high-contrast-enabled .news_widget .list-main > li:nth-child(2n+2) {
  background: rgba(87, 87, 87, 0.1);
}
.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: #5a7f33;
}
.poll_widget .poll_vote_result_view .poll_answers .graphic_line {
  border: 1px solid #5a7f33;
}
.high-contrast-enabled .poll_widget .poll_vote_result_view .poll_answers .graphic_line .graphic_percent {
  background: #575757;
}
.high-contrast-enabled .poll_widget .poll_vote_result_view .poll_answers .graphic_line {
  border: 1px solid #575757;
}
.slideshow_link a {
  color: #fff !important;
}
.photo_album_widget .standard_list ul li:hover {
  background: transparent;
  cursor: default;
}
.slideshow_link {
  background: #5a7f33 !important;
  color: #fff !important;
}
.high-contrast-enabled .slideshow_link a {
  color: #fff !important;
}
.high-contrast-enabled .slideshow_link {
  background: #575757 !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: #113461;
  font-size: 120%;
}
.rss_feed_content .item_graytext {
  margin-left: 10px;
}
.high-contrast-enabled .rss_feeds_content_type .rss_feeds_content_type_title {
  border-bottom: 1px solid #cbcbcb;
}
.high-contrast-enabled .rss_feeds_content_type .content_type_name {
  color: #000;
}
.service_directory_widget .listtable th:last-child {
  text-align: center;
}
.edit .widget_wrapper {
  padding: 0;
}
.service_request_widget fieldset.upload_container {
  display: block;
}
.service_request_widget fieldset.upload_container legend {
  display: block;
}
.service_request_widget legend {
  color: #113461;
  font-weight: bold;
  text-decoration: none;
}
/** header colors **/
.service_request_post_listable th {
  background: #5a7f33 !important;
  color: #fff !important;
}
.high-contrast-enabled {
  /** header colors **/
}
.high-contrast-enabled .service_request_widget legend {
  color: #000;
}
.high-contrast-enabled .service_request_post_listable th {
  background: #575757 !important;
  color: #fff !important;
}
.sitemap_col .root-level a {
  color: #113461;
  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;
}
.high-contrast-enabled .sitemap_col .root-level a {
  color: #000;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sitemap_col {
    width: 50% !important;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .sitemap_col {
    width: 33% !important;
  }
}
.staff_directory_widget .listtable th:last-child {
  text-align: center;
}
.staff_directory_widget .listtable th:last-child:hover {
  text-align: center;
}
.staff_directory_widget > img {
  margin-right: 10px;
}
.staff_directory_widget .detail-list-label {
  width: 175px;
}
#top_bar > * {
  font-size: 90%;
}
#top_bar li a.admin_more {
  box-sizing: content-box;
}
.desktop_only {
  display: none !important;
}
@media screen and (min-width: 48em) {
  .mobile_only {
    display: none !important;
  }
  .desktop_only {
    display: block !important;
  }
}
.hidden[style*="block"] {
  display: block !important;
}
div#google-infowindow *,
div#google-infowindow *:before,
div#google-infowindow *:after {
  background: #fff !important;
}
.notranslate {
  background: transparent !important;
}
.hide-text-indent {
  min-width: 0 !important;
}
@media screen and (min-width: 48em) {
  .edit .widget_wrapper .widget_wrapper_title.edit {
    text-align: left;
  }
}
.column #sitebody.splash_page {
  width: 100%;
}



@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=Nunito');
/*
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*/
/*** border color for listtable and tableData/tableBox classes*/
/*other month day text color*/
/*other month day text color*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'AvenirBook';
  src: url('Fonts/avenir-book-webfont.eot');
  src: url('Fonts/avenir-book-webfont.eot?#iefix') format('embedded-opentype'), url('Fonts/avenir-book-webfont.woff2') format('woff2'), url('Fonts/avenir-book-webfont.woff') format('woff'), url('Fonts/avenir-book-webfont.ttf') format('truetype'), url('Fonts/avenir-book-webfont.svg#AvenirBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirRoman';
  src: url('Fonts/AvenirLTStd-Roman.eot');
  src: url('Fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('Fonts/AvenirLTStd-Roman.woff') format('woff'), url('Fonts/AvenirLTStd-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirHeavy';
  src: url('Fonts/AvenirLTStd-Heavy.eot');
  src: url('Fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('Fonts/AvenirLTStd-Heavy.woff') format('woff'), url('Fonts/AvenirLTStd-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
a,
a:visited,
.column a {
  color: #0c6796;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #7744ab;
}
a[name],
a[name]:hover,
a[name]:focus {
  color: #666a6f;
  text-decoration: none;
}
a img {
  border: 0;
}
a:before,
a:after {
  text-decoration: underline;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none;
}
.high-contrast-enabled a,
.high-contrast-enabled a:visited,
.high-contrast-enabled .column a {
  color: #0000ee;
}
.high-contrast-enabled a:hover,
.high-contrast-enabled a:focus {
  color: #0000ee;
}
.high-contrast-enabled a[name],
.high-contrast-enabled a[name]:hover,
.high-contrast-enabled a[name]:focus {
  color: #4f4f4f;
}
body.front_end_body,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
body[radeditorbody],
body[radeditorbody] table {
  font-size: 18px !important;
  line-height: 1.33333333 !important;
  font-family: 'AvenirRoman', 'Nunito', sans-serif !important;
  color: #666a6f;
}
p {
  margin: 0 0 1em 0;
}
table img {
  max-width: none;
}
.high-contrast-enabled body.front_end_body,
.high-contrast-enabled .sitewrapper,
.high-contrast-enabled .sitewrapper select,
.high-contrast-enabled .sitewrapper input,
.high-contrast-enabled .sitewrapper textarea,
.high-contrast-enabled .sitewrapper table,
.high-contrast-enabled #broken_links_reporter_form,
.high-contrast-enabled body.dialog_body,
.high-contrast-enabled body[radeditorbody],
.high-contrast-enabled body[radeditorbody] table {
  color: #4f4f4f;
}
/**title colors*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #113461;
  font-weight: bold;
}
.content_area h1,
.reDropDownBody h1,
.content_area h2,
.reDropDownBody h2,
.content_area h3,
.reDropDownBody h3,
.content_area h4,
.reDropDownBody h4,
.content_area h5,
.reDropDownBody h5,
.content_area h6,
.reDropDownBody h6 {
  color: #113461;
  font-weight: bold;
}
h2 {
  font-size: 143.33333333%;
}
h3 {
  font-size: 133.33333333%;
}
h4 {
  font-size: 123.33333333%;
}
h5 {
  font-size: 118.33333333%;
}
h6 {
  font-size: 113.33333333%;
}
.subtitle {
  font-size: 111.11111111%;
  color: #113461;
  font-weight: normal;
}
.subtitle p,
.subtitle a {
  color: #113461;
  font-weight: normal;
}
.high-contrast-enabled h1,
.high-contrast-enabled h2,
.high-contrast-enabled h3,
.high-contrast-enabled h4,
.high-contrast-enabled h5,
.high-contrast-enabled h6 {
  color: #000000;
}
.high-contrast-enabled .content_area h1,
.high-contrast-enabled .reDropDownBody h1,
.high-contrast-enabled .content_area h2,
.high-contrast-enabled .reDropDownBody h2,
.high-contrast-enabled .content_area h3,
.high-contrast-enabled .reDropDownBody h3,
.high-contrast-enabled .content_area h4,
.high-contrast-enabled .reDropDownBody h4,
.high-contrast-enabled .content_area h5,
.high-contrast-enabled .reDropDownBody h5,
.high-contrast-enabled .content_area h6,
.high-contrast-enabled .reDropDownBody h6 {
  color: #000000;
}
.high-contrast-enabled .subtitle {
  color: #000000;
}
.high-contrast-enabled .subtitle p,
.high-contrast-enabled .subtitle a {
  color: #000000;
}
/* 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: 10px 9px;
  text-align: left;
  background: #5a7f33 !important;
  color: #ffffff;
  font-weight: bold;
  font-size: 88.88888889%;
  font-family: inherit;
}
table.tableData th a {
  color: #ffffff !important;
}
table.tableData th p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
table.tableData a {
  color: #0c6796;
}
table.tableData p {
  color: #404040;
}
table.tableData td {
  color: #404040;
  font-size: 88.88888889%;
}
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: #f9f5fe;
}
table.tableData tr:hover > td a {
  color: #7744ab !important;
}
table.tableData tr:hover > td,
table.tableData tr:hover > td > p {
  color: #404040 !important;
}
table.tableData {
  border-collapse: separate;
}
table.tableData tbody tr:first-child td {
  border-top: 0;
}
table.tableData th {
  border-left: 1px solid #5a7f33;
}
table.tableData thead {
  border: 1px solid #5a7f33;
}
table.tableData td {
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  padding: 5px 9px 5px 9px;
}
table.tableData td p {
  padding: 0;
  margin: 0;
}
.high-contrast-enabled table.tableData {
  background: #ffffff;
  border: 0px solid #cbcbcb;
}
.high-contrast-enabled table.tableData th {
  background: #575757 !important;
  color: #ffffff;
}
.high-contrast-enabled table.tableData th a {
  color: #ffffff !important;
}
.high-contrast-enabled table.tableData th p {
  color: #ffffff;
}
.high-contrast-enabled table.tableData a {
  color: #0000ee;
}
.high-contrast-enabled table.tableData p {
  color: #4f4f4f;
}
.high-contrast-enabled table.tableData td {
  color: #4f4f4f;
}
.high-contrast-enabled table.tableData tr td {
  border-left: 1px solid #cbcbcb;
}
.high-contrast-enabled table.tableData tr td:last-child {
  border-right: 1px solid #cbcbcb;
}
.high-contrast-enabled table.tableData tr:hover {
  background: #f8f8f8;
}
.high-contrast-enabled table.tableData tr:hover > td a {
  color: #0000ee !important;
}
.high-contrast-enabled table.tableData tr:hover > td,
.high-contrast-enabled table.tableData tr:hover > td > p {
  color: #4f4f4f !important;
}
.high-contrast-enabled table.tableData th {
  border-left: 1px solid #575757;
}
.high-contrast-enabled table.tableData thead {
  border: 1px solid #575757;
}
.high-contrast-enabled table.tableData td {
  border-bottom: 1px solid #cbcbcb;
}
@media screen and (max-width: 48em) {
  body:not([radeditorbody]) table.tableData {
    width: 100% !important;
  }
}
/* Default Data Table Styling.  
    Should match general table style in Interior comp.  
    Modify padding and borders ONLY  (if needed), otherwise do not modify.
    everything else controlled in settings.global or settings.colors.
    
    Should match _objects.listtable.less and _components.tableData.less
================================================== */
table.tableBox {
  font-weight: normal;
  background: #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: #5a7f33 !important;
  color: #ffffff;
  font-weight: bold;
  font-size: 88.88888889%;
}
table.tableBox th a {
  color: #ffffff !important;
}
table.tableBox th p {
  padding: 0;
  margin: 0;
  color: #ffffff;
}
table.tableBox a {
  color: #0c6796;
}
table.tableBox p {
  color: #404040;
}
table.tableBox td {
  color: #404040;
  font-size: 88.88888889%;
}
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: #f9f5fe;
}
table.tableBox tr:hover > td a {
  color: #7744ab !important;
}
table.tableBox tr:hover > td,
table.tableBox tr:hover > td > p {
  color: #404040 !important;
}
table.tableBox {
  border-bottom: 1px solid #cbcbcb;
}
table.tableBox th,
table.tableBox td {
  padding: 5px;
}
table.tableBox td {
  border-top: 1px solid #cbcbcb;
}
.high-contrast-enabled table.tableBox {
  background: #ffffff;
  border: 0px solid #cbcbcb;
}
.high-contrast-enabled table.tableBox th {
  background: #575757 !important;
  color: #ffffff;
}
.high-contrast-enabled table.tableBox th a {
  color: #ffffff !important;
}
.high-contrast-enabled table.tableBox th p {
  color: #ffffff;
}
.high-contrast-enabled table.tableBox a {
  color: #0000ee;
}
.high-contrast-enabled table.tableBox p {
  color: #4f4f4f;
}
.high-contrast-enabled table.tableBox td {
  color: #4f4f4f;
}
.high-contrast-enabled table.tableBox tr td {
  border-left: 1px solid #cbcbcb;
}
.high-contrast-enabled table.tableBox tr td:last-child {
  border-right: 1px solid #cbcbcb;
}
.high-contrast-enabled table.tableBox tr:hover {
  background: #f8f8f8;
}
.high-contrast-enabled table.tableBox tr:hover > td a {
  color: #0000ee !important;
}
.high-contrast-enabled table.tableBox tr:hover > td,
.high-contrast-enabled table.tableBox tr:hover > td > p {
  color: #4f4f4f !important;
}
.high-contrast-enabled table.tableBox {
  border-bottom: 1px solid #cbcbcb;
}
.high-contrast-enabled table.tableBox td {
  border-top: 1px solid #cbcbcb;
}
.custom_panel {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 30px;
}
.custom_panel.blue {
  background: #338ec2;
}
.custom_panel.green {
  background: #799d43;
}
.custom_panel.orange {
  background: #c67540;
}
.custom_panel .image_panel,
.custom_panel .text_panel {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.custom_panel .image_panel {
  text-align: center;
}
.custom_panel .text_panel {
  color: #fff;
  font-size: 16px;
}
.custom_panel .text_panel h1,
.custom_panel .text_panel h2,
.custom_panel .text_panel h3,
.custom_panel .text_panel h4,
.custom_panel .text_panel h5,
.custom_panel .text_panel h6,
.custom_panel .text_panel p,
.custom_panel .text_panel a {
  color: #fff;
}
.custom_panel .text_panel h3 {
  text-transform: uppercase;
  font-size: 100%;
  letter-spacing: 0.5px;
  font-weight: normal;
  font-family: 'AvenirHeavy', 'Nunito', sans-serif;
  margin-bottom: 22px;
}
.high-contrast-enabled .custom_panel.blue {
  background: #fff;
}
.high-contrast-enabled .custom_panel.green {
  background: #fff;
}
.high-contrast-enabled .custom_panel.orange {
  background: #fff;
}
.high-contrast-enabled .custom_panel .text_panel {
  color: #4f4f4f;
}
.high-contrast-enabled .custom_panel .text_panel h1,
.high-contrast-enabled .custom_panel .text_panel h2,
.high-contrast-enabled .custom_panel .text_panel h3,
.high-contrast-enabled .custom_panel .text_panel h4,
.high-contrast-enabled .custom_panel .text_panel h5,
.high-contrast-enabled .custom_panel .text_panel h6,
.high-contrast-enabled .custom_panel .text_panel p {
  color: #4f4f4f;
}
.high-contrast-enabled .custom_panel .text_panel a {
  color: #0000ee;
}
.small_col .custom_panel.custom_panel.custom_panel .text_panel h2,
.left_col .custom_panel.custom_panel.custom_panel .text_panel h2,
.small_col .custom_panel.custom_panel.custom_panel .text_panel h3,
.left_col .custom_panel.custom_panel.custom_panel .text_panel h3 {
  background: transparent;
  padding: 0;
  margin: 10px 0 22px 0;
}
.small_col .custom_panel.custom_panel.custom_panel .text_panel h3,
.left_col .custom_panel.custom_panel.custom_panel .text_panel h3 {
  font-size: 111.11111111%;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .custom_panel {
    padding: 30px;
  }
  .custom_panel .text_panel {
    font-size: 18px;
  }
  .custom_panel .text_panel h3 {
    font-size: 111.11111111%;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .custom_panel.image_right {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .custom_panel.image_right .text_panel {
    padding-left: 0;
    padding-right: 5%;
  }
  .custom_panel .text_panel {
    padding-left: 5%;
  }
  .custom_panel .image_panel,
  .custom_panel .text_panel {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50%;
  }
  .small_col .custom_panel,
  .left_col .custom_panel {
    padding: 15px;
  }
  .small_col .custom_panel .image_panel,
  .left_col .custom_panel .image_panel,
  .small_col .custom_panel .text_panel,
  .left_col .custom_panel .text_panel {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 0;
  }
}

