/* Minification failed. Returning unminified contents.
(251,34): run-time error CSS1046: Expect comma, found '0'
(251,38): run-time error CSS1046: Expect comma, found ')'
(413,36): run-time error CSS1046: Expect comma, found '0'
(413,40): run-time error CSS1046: Expect comma, found ')'
(1918,36): run-time error CSS1046: Expect comma, found '176'
(1918,51): run-time error CSS1046: Expect comma, found ')'
(1932,36): run-time error CSS1046: Expect comma, found '215'
(1932,51): run-time error CSS1046: Expect comma, found ')'
(3365,33): run-time error CSS1046: Expect comma, found '0'
(3365,37): run-time error CSS1046: Expect comma, found ')'
(3365,59): run-time error CSS1046: Expect comma, found '0'
(3365,63): run-time error CSS1046: Expect comma, found ')'
(5152,35): run-time error CSS1046: Expect comma, found '0'
(5152,39): run-time error CSS1046: Expect comma, found ')'
(9293,36): run-time error CSS1046: Expect comma, found '176'
(9293,51): run-time error CSS1046: Expect comma, found ')'
(9303,36): run-time error CSS1046: Expect comma, found '215'
(9303,51): run-time error CSS1046: Expect comma, found ')'
(11751,38): run-time error CSS1046: Expect comma, found '176'
(11751,53): run-time error CSS1046: Expect comma, found ')'
(11761,38): run-time error CSS1046: Expect comma, found '215'
(11761,53): run-time error CSS1046: Expect comma, found ')'
 */
/*
    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.
*/
/* Fonts
================================================== */
/*font-family: 'Open Sans', sans-serif;*/
/******************************/
/**************************/
/****homepage facebook (plugin version) IF USED*/
/****homepage twitter (plugin version) IF USED*/
/****homepage instagram (plugin) IF USED*/
/*****Homepage video thumbnail widget IF USED*****/
/*****Homepage data visualization widget IF USED*****/
/*****Homepage button slider widget IF USED*****/
/******************************/
/**************************/
/*********************************************
    The variables below normally use one of the more generic variables defined above. 
    Modify below this line only if design is different from standard template
************************************************/
/*********
    end generic variables used in multiple places
*/
/**********************/
/**********************/
/*other month day text color*/
/**** homepage facebook (plugin version) IF USED */
/****homepage twitter (plugin version) IF USED*/
/**** homepage instagram (plugin) IF USED */
/*****Homepage video thumbnail widget IF USED*****/
/*****Homepage data visualization widget IF USED*****/
/*****Homepage button slider widget IF USED*****/
/************************/
/************************/
/*other month day text color*/
/*** border color for listtable and tableData/tableBox classes*/
/*tools include mixins and other tools we need to include such as google fonts.*/
@font-face {
  font-family: "Font Awesome Solid";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fonts/fa-solid-900.eot');
  src: url('fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('fonts/fa-solid-900.woff2') format('woff2'), url('fonts/fa-solid-900.woff') format("woff"), url('fonts/fa-solid-900.ttf') format("truetype"), url('fonts/fa-solid-900.svg#fontawesome') format("svg");
}
@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: "PT Sans Narrow Bold";
  src: url('fonts/PTN77F-webfont.eot');
  src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTN77F-webfont.woff') format('woff'), url('fonts/PTN77F-webfont.ttf') format('truetype'), url('fonts/PTN77F-webfont.svg') format('svg');
}
@font-face {
  font-family: "PT Sans Bold";
  src: url('fonts/PTS75F-webfont.eot');
  src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS75F-webfont.woff') format('woff'), url('fonts/PTS75F-webfont.ttf') format('truetype'), url('fonts/PTS75F-webfont.svg') format('svg');
}
@font-face {
  font-family: "PT Sans Regular";
  src: url('fonts/PTC55F-webfont.eot');
  src: url('fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTC55F-webfont.woff') format('woff'), url('fonts/PTC55F-webfont.ttf') format('truetype'), url('fonts/PTC55F-webfont.svg') format('svg');
}
/*
Mimics the Home events slider styles with a few differences.
*/
.home_events {
  padding: 25px 10px 38px 10px;
  background: transparent;
  position: relative;
  z-index: 0;
}
.home_events .slick_content {
  margin: 0 auto;
  position: relative;
  width: 100%;
  opacity: 0;
  height: 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_events .slick_content.slick-initialized {
  opacity: 1;
  height: auto;
}
.home_events .slick-list {
  width: calc(100% + 36px);
  position: relative;
  overflow: hidden;
  padding-bottom: 41px;
  margin: 0 -16px;
  max-width: 700px;
  margin: 0 auto;
}
.home_events .events_container {
  position: relative;
}
.home_events h2 {
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  color: #023E3B;
  font-family: "PT Sans Narrow Bold", sans-serif;
  margin: 0 0 20px 0;
  letter-spacing: 2.1px;
  padding: 10px;
  text-align: center;
}
.home_events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_events ul li {
  border: 0;
}
.home_events ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.home_events li {
  margin: 0 0 6px 0;
  position: relative;
  width: 33%;
  max-width: 610px;
  float: left;
}
.home_events .events-item {
  text-decoration: none;
  display: block;
  background: transparent;
  padding: 12px 10px 12px 15px;
  min-height: 164px;
  padding: 0;
  margin: 0;
}
.home_events .events-item:hover,
.home_events .events-item:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
}
.home_events .events-item .image_frame {
  padding-bottom: 85%;
  position: relative;
  background: url(_gfx/home/eventsIMG-default.jpg) 1px 1px no-repeat;
  background-size: cover;
  transition: 0.5s ease;
}
.home_events .item_info {
  background: transparent;
  position: relative;
  height: 92px;
}
.home_events .item_info .box_item_summary {
  letter-spacing: 0px;
  color: #023E3B;
  line-height: 27px;
  padding: 0;
  margin: 10px auto 0 auto;
  font-family: "PT Sans Regular", sans-serif;
  font-size: 18px;
}
.home_events .item_info .box_item_summary ~ p {
  letter-spacing: 0px;
  color: #023E3B;
  line-height: 27px;
  padding: 0;
  margin: 0 auto;
  font-family: "PT Sans Regular", sans-serif;
  font-size: 18px;
}
.home_events .item_info:before {
  /*content: '';
                background: @color5;
                width: 55px;
                height: 7px;
                top: -4px;
                left: 33px;
                right: auto;
                bottom: auto;
                position: absolute;
                transition: 0.5s ease;*/
}
.home_events .box_item_title {
  color: #023E3B;
  font-size: 26px;
  font-weight: normal;
  font-family: "PT Sans Narrow Bold", sans-serif;
  line-height: 33.8px;
  display: block;
  max-height: 87.6px;
  overflow: hidden;
  letter-spacing: 1.3px;
  margin: 0 auto;
  text-decoration: none;
  padding: 20px 40px 0;
}
.home_events img {
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: 0.5s ease;
}
.home_events img:before {
  display: none;
}
.home_events .box_bottomlink {
  color: #012D2B;
  font-size: 18px;
  font-weight: 500;
  background: #FFAC6F;
  width: 212px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  font-family: "PT Sans Narrow Bold", sans-serif;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  -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;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: block;
  box-shadow: 0px 3px 15px rgba(255, 176, 98, 0.42);
  letter-spacing: 1.8px;
}
.home_events .box_bottomlink:hover {
  background: #FFF;
  color: #012D2B;
  box-shadow: 0px 3px 15px rgb(0 0 0%);
}
.home_events .slick-prev,
.home_events .slick-next {
  display: block !important;
  background: url(_gfx/home/UI-White-LArrow.svg) 50% 50% no-repeat;
  width: 50px;
  height: 50px !important;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 38%;
  padding: 0;
  z-index: 1;
  transition: width 0.3s;
}
.home_events .slick-prev:hover,
.home_events .slick-next:hover {
  opacity: 0.5;
}
.home_events .slick-next {
  background: url(_gfx/home/UI-White-RArrow.svg) 50% 50% 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);
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_events.home_events {
    padding: 100px 0;
  }
  .home_events.home_events:before {
    content: "";
    top: 0;
    background: transparent linear-gradient(110deg, #93EADA 0%, #AAE7F8 100%) 0% 0% no-repeat padding-box;
    min-width: 100vw;
    margin-left: calc(-1*(50vw - 50%));
    max-width: 1;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: -1;
    margin: 0px 0px 0px calc(-1 * (50vw - 50%));
  }
  .home_events.home_events .slick-prev,
  .home_events.home_events .slick-next {
    background: url(_gfx/home/UI-White-LArrow.svg) 50% 50% no-repeat;
    width: 50px;
    height: 50px !important;
    top: 38%;
  }
  .home_events.home_events .slick-prev:hover,
  .home_events.home_events .slick-next:hover {
    background: url(_gfx/home/UI-White-LArrow.svg) 50% 50% no-repeat;
    width: 50px;
  }
  .home_events.home_events .slick-prev {
    left: 0;
    position: absolute;
  }
  .home_events.home_events .slick-next {
    right: 0;
    position: absolute;
  }
  .home_events.home_events .slick-next {
    background: url(_gfx/home/UI-White-RArrow.svg) 50% 50% no-repeat;
  }
  .home_events.home_events .slick-next:hover {
    background: url(_gfx/home/UI-White-RArrow.svg) 50% 50% no-repeat;
  }
  .home_events.home_events h2 {
    position: relative;
    margin: 0 0 60px 0;
    padding: 50px 0 0 0;
    font-size: 42px;
  }
  .home_events.home_events ul {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
    max-width: 93%;
  }
  .home_events.home_events ul li {
    margin: 0 9px;
    overflow: hidden;
    transition: 0.2s;
    /*&:nth-child(-n+3):after {
                //&:not(:nth-child(4n+4)):after {
                    content: "";
                    height: 370px;
                    width: 1px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    background: rgba(57, 157, 140, 0.5);
                }*/
  }
  .home_events.home_events ul li:hover .item_info:before {
    background: #1A3962;
  }
  .home_events.home_events ul li:hover .image_frame {
    transform: scale(1.2);
  }
  .home_events.home_events ul li a .datebox {
    text-align: center;
    font-size: 30px;
    width: 100%;
    color: #023E3B;
    font-family: "PT Sans Regular", sans-serif;
    padding: 0;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
  }
  .home_events.home_events ul li .item_info {
    height: 148px;
    padding: 5px 7px;
    margin: 0;
  }
  .home_events.home_events .box_bottomlink {
    top: 20px;
    position: relative;
    bottom: auto;
  }
  .home_events.home_events .box_bottomlink:hover {
    background: #FFF;
    color: #012D2B;
    box-shadow: 0px 3px 15px rgb(0 0 0%);
  }
  .home_events.home_events .events-item {
    min-height: 201px;
  }
  .home_events.home_events .box_item_title {
    font-size: 26px;
    max-height: 66px;
    line-height: 1.1;
    margin: 0 auto;
    padding: 0;
  }
  .home_events ul li:not(:last-child) {
    /*padding-right: 10px;*/
  }
  .home_events ul li .item_info .item_part_1 {
    height: 80px;
    -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 ul li .item_info .item_part_1:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 83px;
    background: #FFAC6F;
    height: 3px;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    -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 ul li {
    height: 16em;
  }
  .home_events ul li:hover .item_info .item_part_1:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 83px;
    background: #FFF;
    height: 3px;
    -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.home_events > div > ul.slick_content .slick-list li {
    margin-left: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .home_events.home_events > div > ul.slick_content .slick-list li:not(:last-child) {
    border-right: 1px solid #399D8C;
  }
  .home_events ul.slick-dots {
    display: block;
    display: inline;
    display: table;
    text-align: center;
    padding: 0;
    position: relative;
    top: 115px;
    margin: 0 auto;
  }
  .home_events ul.slick-dots li {
    list-style-type: none;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 4px;
    text-align: center;
  }
  .home_events ul.slick-dots li.slick-active button {
    background: #31A0AE;
  }
  .home_events ul.slick-dots li button {
    background: #85C9D2;
    border-radius: 50%;
    padding: 0;
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    border: 0;
    margin: 0 auto;
    z-index: 3333;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_events.home_events {
    padding: 142px 0;
  }
  .home_events.home_events h2 {
    font-size: 42px;
    margin: 0 0 60px 0;
    padding: 30px 0 0 0;
  }
  .home_events.home_events ul {
    max-width: 100%;
  }
  .home_events.home_events ul li {
    margin: 0;
  }
  .home_events.home_events .box_item_title {
    font-size: 26px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 0;
    max-height: 2.4;
  }
  .home_events .item_info .box_item_summary,
  .home_events .item_info .box_item_summary ~ p {
    font-size: 20px;
  }
  .home_events ul li .item_info {
    padding: 5px;
  }
  .home_events .slick-list {
    max-width: 100%;
  }
  .home_events .box_bottomlink {
    top: 20px;
  }
  .home_events ul.slick-dots {
    top: 115px;
  }
  .home_events.home_events .slick-prev {
    left: -50px;
    position: absolute;
  }
  .home_events.home_events .slick-next {
    right: -50px;
    position: absolute;
  }
}
@media only screen and (min-width: 75em) {
  .home_events .events_container:after {
    /*height: 678px;*/
  }
}
@media (min-width: 85.375em) {
  .home_events .box_bottomlink {
    top: 20px;
  }
  .home_events .slick-prev,
  .home_events .slick-next {
    top: 38%;
  }
  .home_events h2 {
    font-size: 42px;
    padding: 30px 0 0 0;
  }
}
.home_news {
  padding: 25px 10px 38px 10px;
  background: transparent;
  position: relative;
  z-index: 0;
}
.home_news .slick_content {
  margin: 0 auto;
  position: relative;
  width: auto;
  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;
  margin: 0 4em;
}
.home_news .slick_content.slick-initialized {
  opacity: 1;
  height: auto;
}
.home_news .slick-list {
  width: calc(100% + 36px);
  position: relative;
  overflow: hidden;
  padding-bottom: 41px;
  margin: 0 -16px;
  padding-top: 32px;
}
.home_news .news_container {
  position: relative;
}
.home_news h2 {
  font-size: 42px;
  font-weight: 500;
  text-transform: uppercase;
  color: #012D2B;
  font-family: "PT Sans Narrow Bold", sans-serif;
  margin: 0 0 20px 0;
  padding: 10px;
  text-align: center;
  letter-spacing: 2.1px;
}
.home_news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home_news ul li {
  border: 0;
}
.home_news li {
  margin: 0 0 6px 0;
  position: relative;
  width: 33%;
  max-width: 610px;
  float: left;
  height: 315px;
}
.home_news .news-item {
  text-decoration: none;
  display: block;
  background: transparent;
  padding: 12px 10px 12px 15px;
  min-height: 164px;
  padding: 0;
  margin: 0;
}
.home_news .news-item:hover,
.home_news .news-item:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
}
.home_news .news-item .image_frame {
  padding-bottom: 65%;
  position: relative;
  background: url(_gfx/home/newsIMG-default.jpg) center center;
  background-size: cover;
  background-position: center center;
  transition: 0.5s ease;
}
.home_news .item_info {
  background: #FFF;
  position: relative;
  height: auto;
}
.home_news .box_item_title {
  color: #012D2B;
  font-size: 18px;
  font-weight: normal;
  font-family: "PT Sans Narrow Bold", sans-serif;
  line-height: 23.4px;
  display: block;
  max-height: 66.8px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
  padding: 20px 40px 0;
}
.home_news img {
  position: absolute;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  transition: 0.5s ease;
}
.home_news img:before {
  display: none;
}
.home_news .box_bottomlink {
  color: #012D2B;
  font-size: 18px;
  font-weight: 500;
  background: #FFAC6F;
  width: 212px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-family: "PT Sans Narrow Bold", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -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;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: block;
  box-shadow: 0px 3px 15px rgba(255, 176, 98, 0.42);
  letter-spacing: 1.8px;
}
.home_news .box_bottomlink:hover {
  background: #A1D7E6;
  color: #012D2B;
  box-shadow: 0px 3px 15px #a1d7e6;
}
.home_news .slick-prev,
.home_news .slick-next {
  display: block !important;
  background: url(_gfx/home/UI-White-LArrow.svg) 50% 50% no-repeat;
  width: 50px;
  height: 50px !important;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0;
  z-index: 1;
  transition: width 0.3s;
}
.home_news .slick-prev:hover,
.home_news .slick-next:hover {
  opacity: 0.5;
  /*box-shadow: 0px 3px 15px rgba(0, 0, 0, 34%);*/
}
.home_news .slick-next {
  background: url(_gfx/home/UI-White-RArrow.svg) 50% 50% 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_item_title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  width: 83px;
  height: 3px;
  margin: 0 auto;
  text-align: center;
  bottom: 26px;
  -webkit-transform: scaleX(0.0001);
  -ms-transform: scaleX(0.0001);
  transform: scaleX(0.0001);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
}
.home_news ul li:hover .box_item_title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #FFAC6F;
  width: 150px;
  height: 6px;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_news.home_news {
    padding: 0 0 80px 0;
    background: transparent;
  }
  .home_news.home_news:before {
    content: "";
    top: 0;
    background: #F5F8F8;
    min-width: 100vw;
    margin-left: calc(-1*(50vw - 50%));
    max-width: 1;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: -1;
    margin: 0px 0px 0px calc(-1 * (50vw - 50%));
  }
  .home_news.home_news .slick-prev,
  .home_news.home_news .slick-next {
    background: url(_gfx/home/UI-White-LArrow.svg) 50% 50% no-repeat;
    width: 50px;
    height: 50px !important;
    top: 50%;
    transform: translate(0, -50%);
  }
  .home_news.home_news .slick-prev:hover,
  .home_news.home_news .slick-next:hover {
    background: url(_gfx/home/UI-White-LArrow.svg) 50% 50% no-repeat;
    width: 50px;
  }
  .home_news.home_news .slick-prev {
    left: -50px;
    position: absolute;
  }
  .home_news.home_news .slick-next {
    right: -50px;
    position: absolute;
  }
  .home_news.home_news .slick-next {
    background: url(_gfx/home/UI-White-RArrow.svg) 50% 50% no-repeat;
  }
  .home_news.home_news .slick-next:hover {
    background: url(_gfx/home/UI-White-RArrow.svg) 50% 50% no-repeat;
  }
  .home_news.home_news h2 {
    position: relative;
    margin: 0 0 10px 0;
    padding: 35px 0 0 0;
    font-size: 42px;
  }
  .home_news.home_news ul {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .home_news.home_news ul li {
    margin: 0 9px;
    overflow: hidden;
    transition: 0.2s;
  }
  .home_news.home_news ul li:hover .image_frame {
    /*transform: scale(1.2);*/
  }
  .home_news.home_news ul li .item_info {
    padding: 5px 0;
    margin: 0;
  }
  .home_news.home_news .box_bottomlink {
    bottom: 30px;
    top: auto;
    position: relative;
  }
  .home_news.home_news .box_bottomlink:hover {
    background: #A1D7E6;
    color: #012D2B;
    box-shadow: 0px 3px 15px #a1d7e6;
  }
  .home_news.home_news .news-item {
    min-height: 201px;
  }
  .home_news.home_news .box_item_title {
    font-size: 22px;
    max-height: 62px;
    letter-spacing: 1px;
    margin: 23px 54px;
    line-height: 1.5;
    padding: 0;
  }
  .news_container:after {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    content: '';
    background: transparent;
    /*height: 520px;*/
    z-index: -1;
  }
  .home_news .box_item_title {
    height: 271px;
  }
  .home_news ul li:hover .box_item_title {
    text-decoration: underline;
  }
  .home_news ul.slick-dots {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: relative;
    top: 5.5em;
  }
  .home_news ul.slick-dots li {
    list-style-type: none;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 4px;
    text-align: center;
  }
  .home_news ul.slick-dots li.slick-active button {
    background: #7A7A7A;
  }
  .home_news ul.slick-dots li button {
    background: #DCDCDC;
    border-radius: 50%;
    padding: 0;
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    border: 0;
    margin: 0 auto;
    z-index: 3333;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_news.home_news {
    padding: 0 0 160px 0;
    background: transparent;
  }
  .home_news.home_news h2 {
    font-size: 42px;
    margin: 0 0 10px 0;
    padding: 74.75px 0 0 0;
  }
  .home_news.home_news .box_bottomlink {
    top: auto;
    bottom: 20px;
  }
  .home_news.home_news ul li {
    margin: 0 15px;
  }
  .home_news.home_news ul.slick-dots li {
    margin: 0;
  }
  .home_news.home_news .box_item_title {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.52px;
    margin: 33px 20px 0px 30px;
    padding: 0;
    max-height: 60px;
  }
  .home_news ul li {
    height: auto;
  }
  .home_news ul.slick-dots {
    bottom: 0;
  }
  .home_news .slick_content {
    width: 100%;
    margin: 0 auto;
    overflow: initial;
  }
  .home_news ul li .item_info {
    height: 130px;
    background: #FFF;
  }
  .home_news ul.slick-dots {
    top: 80px;
  }
}
/*@media @l {
    .home_news .news_container:after {
        height: 678px;
    }
}*/
@media (min-width: 85.375em) {
  .home_news .slick-prev,
  .home_news .slick-next {
    top: 50%;
  }
  .home_news h2 {
    font-size: 42px;
    padding: 74.75px 0 0 0;
  }
}
.home_buttons {
  display: block;
}
.home_buttons .buttons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px 0px 15px 0px;
  margin: 0px -10px;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: -20px;
}
.home_buttons .buttons-list-item {
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 175px;
  margin: 0 10px;
  padding: 0 0px 20px 0;
  max-width: calc(100% -  20px );
}
.home_buttons .button-link {
  background: #FFF;
  border: 0px solid transparent;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 139px;
  position: relative;
  text-decoration: none;
  text-align: 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;
  width: 100%;
  margin: 0 auto;
}
.home_buttons .button-link:hover,
.home_buttons .button-link:focus {
  text-decoration: none;
  background: #FFAC6F;
  box-shadow: 0;
  border: 0px solid transparent;
  z-index: 1;
}
.home_buttons .button-link:hover .button-text,
.home_buttons .button-link:focus .button-text {
  color: #023E3B;
}
.home_buttons .button-img {
  bottom: 49px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: absolute;
  max-width: 65px;
  max-height: 45px;
}
.home_buttons .button-text {
  color: #023E3B;
  display: block;
  font-size: 26px;
  font-weight: normal;
  font-family: "PT Sans Narrow Bold", sans-serif;
  text-transform: capitalize;
  line-height: 1.3;
  margin: 0 20px;
  max-height: 101.4px;
  overflow: hidden;
  width: 100%;
}
.home_buttons .button-text:hover,
.home_buttons .button-text:focus,
.home_buttons .button-text:active {
  display: block;
}
.home_buttons .button-img + .button-text {
  padding: 82px 10px 0;
  max-height: 149.6px;
  text-align: center;
  margin: 0;
  align-self: flex-start;
}
.home_buttons.no-stretch .button-link {
  width: 139px;
  margin: 0 auto;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_buttons {
    margin: 0;
  }
  .home_buttons .buttons-list {
    padding: 28px 0px 28px;
  }
  .home_buttons .buttons-list-item {
    width: 170px;
  }
  .home_buttons .button-text {
    font-size: 22px;
    max-height: 114.4px;
  }
  .home_buttons .button-img + .button-text {
    max-height: 139.2px;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_buttons .buttons-list {
    padding: 48px 0px 48px;
  }
  .home_buttons .buttons-list-item {
    width: 139px;
  }
  .home_buttons .button-text {
    font-size: 26px;
    max-height: 135.2px;
  }
  .home_buttons .button-img + .button-text {
    max-height: 149.6px;
  }
}
/***75em = 1200px ***/
.home_buttons_slider {
  display: block;
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
}
.home_buttons_slider .home-buttons-container {
  padding: 15px 0px 15px 0px;
  position: relative;
}
.home_buttons_slider .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_buttons_slider .slick_content.slick-initialized {
  opacity: 1;
  height: auto;
}
.home_buttons_slider .slick-list {
  width: auto;
  position: relative;
  overflow: hidden;
  margin: 0 35px;
  padding: 20px 0 20px;
}
.home_buttons_slider .item {
  float: left;
  height: 139px;
  padding: 0 10px;
  margin-bottom: 40px;
}
.home_buttons_slider .button-link {
  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;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0px solid #AAE7F7;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-decoration: none !important;
  text-align: center;
  position: relative;
  flex-flow: column;
  -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_buttons_slider .button-link:hover,
.home_buttons_slider .button-link:focus {
  text-decoration: none;
  background: transparent;
  border: 0px solid transparent linear-gradient(178deg, #93EADA 0%, #AAE7F8 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0 0 0 14px rgba(51, 51, 51, 0);
}
.home_buttons_slider .button-link:hover .button-text,
.home_buttons_slider .button-link:focus .button-text {
  color: #012D2B;
}
.home_buttons_slider .button-img {
  margin: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 72px;
  top: 0;
  max-width: 65px;
  max-height: 45px;
}
.home_buttons_slider .text_content_wrap {
  position: relative;
  top: 18px;
  display: block;
  min-height: 190px;
  width: 210px;
}
.home_buttons_slider .button-text {
  position: relative;
  margin: 0 auto;
  max-height: 134px;
  padding: 90px 10px 0;
  color: #012D2B;
  font-size: 20px;
  font-weight: 500;
  font-family: "PT Sans Narrow Bold", sans-serif;
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0.4px;
  overflow: hidden;
  display: block;
}
.home_buttons_slider .button-description {
  position: relative;
  margin: 0 auto;
  max-height: 16.3px;
  color: #4E5756;
  font-size: 15px;
  font-weight: normal;
  font-family: "PT Sans Regular", sans-serif;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0.36px;
  padding-top: 7px;
  overflow: hidden;
  display: block;
}
.home_buttons_slider .slick-prev,
.home_buttons_slider .slick-next {
  width: 44px;
  height: 54px;
  margin: 0;
  display: block;
  position: absolute;
  top: calc(50% -  27px );
  cursor: pointer;
  text-indent: -9999px;
  z-index: 3;
  transform-origin: left;
  overflow: hidden;
  background: transparent;
  border: 0;
}
.home_buttons_slider .slick-next {
  transform-origin: right;
  left: auto;
  right: 0;
}
.home_buttons_slider .slick-next:before {
  transform: rotate(-135deg);
  top: 0px;
  left: 0;
  right: 12px;
}
.home_buttons_slider .slick-disabled {
  cursor: default;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.home_buttons_slider .slick-disabled:hover {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.home_buttons_slider.no-stretch .button-link {
  width: 139px;
  margin: 0 auto;
}
.home_buttons_slider.button-icons-left .button-link {
  padding: 0 2% 0 100px;
  text-align: left;
}
.home_buttons_slider.button-icons-left .button-img {
  left: 0;
  right: calc(100% -  100px);
  top: 0;
}
.home_buttons_slider.button-icons-left .button-text {
  padding: 0;
  max-height: 44px;
}
.home_buttons_slider.button-icons-right .button-link {
  padding: 0 100px 0 10px;
  text-align: right;
}
.home_buttons_slider.button-icons-right .button-img {
  left: calc(100% -  100px);
  right: 0;
  top: 0;
}
.home_buttons_slider.button-icons-right .button-text {
  padding: 0;
  max-height: 44px;
}
.home_buttons_slider .buttons-slider-header {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  color: #012D2B;
  font-family: "PT Sans Narrow Bold", sans-serif;
  margin: 0 0 20px 0;
  padding: 10px;
  text-align: center;
  letter-spacing: 2.1px;
}
.home_buttons_slider .slick-prev,
.home_buttons_slider .slick-next {
  display: block !important;
  background: url(_gfx/home/UI-White-LArrow.svg) 50% 50% no-repeat;
  width: 50px;
  height: 50px !important;
  border: 0;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0;
  z-index: 1;
  transition: width 0.3s;
}
.home_buttons_slider .slick-prev:hover,
.home_buttons_slider .slick-next:hover {
  opacity: 0.5;
  /*box-shadow: 0px 3px 15px rgba(0, 0, 0, 34%);*/
}
.home_buttons_slider .slick-next {
  background: url(_gfx/home/UI-White-RArrow.svg) 50% 50% no-repeat;
  left: auto;
  right: 0;
}
.home_buttons_slider .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_buttons_slider .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);
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_buttons_slider .home-buttons-container {
    padding: 28px 0px 28px;
  }
  .home_buttons_slider ul.slick-dots {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: relative;
  }
  .home_buttons_slider ul.slick-dots li {
    list-style-type: none;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 4px;
    text-align: center;
    display: inline-block;
  }
  .home_buttons_slider ul.slick-dots li button {
    background: #DCDCDC;
    border-radius: 50%;
    padding: 0;
    width: 12px;
    height: 12px;
    display: block;
    text-indent: -9999px;
    border: 0;
    margin: 0 auto;
    z-index: 3333;
  }
  .home_buttons_slider ul.slick-dots li.slick-active button {
    background: #7A7A7A;
  }
  .home_buttons_slider .slick-prev,
  .home_buttons_slider .slick-next {
    background: url(_gfx/home/UI-White-LArrow.svg) 50% 50% no-repeat;
    width: 50px;
    height: 50px !important;
    top: 50%;
    transform: translate(0, -50%);
  }
  .home_buttons_slider .slick-prev:hover,
  .home_buttons_slider .slick-next:hover {
    background: url(_gfx/home/UI-White-LArrow.svg) 50% 50% no-repeat;
    width: 50px;
  }
  .home_buttons_slider .slick-prev {
    left: 0;
    position: absolute;
  }
  .home_buttons_slider .slick-next {
    right: 0;
    position: absolute;
  }
  .home_buttons_slider .slick-next {
    background: url(_gfx/home/UI-White-RArrow.svg) 50% 50% no-repeat;
  }
  .home_buttons_slider .slick-next:hover {
    background: url(_gfx/home/UI-White-RArrow.svg) 50% 50% no-repeat;
  }
  .home_buttons_slider .button-text {
    font-size: 20px;
    max-height: 134px;
  }
  .home_buttons_slider .button-description {
    max-height: 80.2px;
    overflow: hidden;
    font-size: 18px;
  }
  .home_buttons_slider.button-icons-left .button-text,
  .home_buttons_slider.button-icons-right .button-text {
    max-height: 44px;
  }
  .home_buttons_slider .buttons-slider-header {
    position: relative;
    margin: 0 0 10px 0;
    padding: 35px 0 0 0;
    font-size: 42px;
  }
}
@media screen and (min-width: 62em) {
  .home_buttons_slider .home-buttons-container {
    padding: 48px 0px 48px;
  }
  .home_buttons_slider .button-text {
    font-size: 20px;
    max-height: 134px;
  }
  .home_buttons_slider.button-icons-left .button-text,
  .home_buttons_slider.button-icons-right .button-text {
    max-height: 44px;
  }
  .buttons-slider-header {
    font-size: 42px;
    margin: 0 0 10px 0;
    padding: 74.75px 0 0 0;
  }
}
@media (min-width: 85.375em) {
  .home_buttons_slider .slick-prev,
  .home_buttons_slider .slick-next {
    top: 50%;
  }
  .home_buttons_slider .slick-prev {
    left: -17px;
  }
  .home_buttons_slider .slick-next {
    right: -17px;
  }
}
/*generally should not be updated*/
.video_bg_image_slider.video_:not(.image_slider) .video_wrapper {
  position: absolute;
  padding-bottom: 120.25%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  overflow: hidden;
  width: 100%;
}
.home_collage {
  display: block;
}
.video_bg_image_slider.video_ {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: auto;
  overflow: hidden;
}
.video_bg_image_slider.video_ .video_wrapper {
  position: absolute;
  padding-bottom: 56.25%;
  /* 16:9 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  overflow: hidden;
  width: 100%;
}
.video_bg_image_slider.video_ img {
  min-height: 100%;
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
.video_bg_image_slider.video_ iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_bg_image_slider.video_ .video_caption {
  width: 100%;
  padding: 10px;
  overflow: hidden;
  letter-spacing: 0.2px;
  display: none;
}
.video_bg_image_slider.video_ .video_title {
  margin: 0 0 6px 0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  max-height: 41.8px;
  overflow: hidden;
  font-family: inherit;
  text-transform: none;
  max-width: 100%;
  line-height: 1.2;
  /*a {
            color: @slide-title-color;
            text-decoration: @slide-title-decoration;
        }

        &:hover a[href] {
            color: @slide-title-color-hover;
            text-decoration: @slide-title-decoration-hover;
        }*/
}
.video_bg_image_slider.video_ .video_description {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: inherit;
  max-height: 52px;
  overflow: hidden;
  line-height: 1.3;
  margin-bottom: 25px;
}
.video_bg_image_slider.video_ .video_link {
  display: block;
  color: #1d2424;
  font-size: 18px;
  font-weight: normal;
  background: #ffd028;
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-family: inherit;
  text-transform: uppercase;
  margin: 0;
  text-decoration: none;
  text-align: center;
  border: 0px solid transparent;
  border-radius: 3px;
  -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;
  float: right;
}
.video_bg_image_slider.video_ .video_link:hover {
  color: #fff;
  text-decoration: none;
  background: #1eb299;
}
.video_bg_image_slider.video_ .video_controls {
  position: absolute;
  margin: 10px;
  top: auto;
  bottom: 0;
  right: 0px;
  z-index: 6;
  -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;
}
.video_bg_image_slider.video_ .video_controls a {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -4000px;
  cursor: pointer;
  background: url(_gfx/cmn/hero-play.svg) no-repeat center center;
  background-size: cover;
  -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;
}
.video_bg_image_slider.video_ .video_controls a:hover {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -4000px;
  cursor: pointer;
  background: url(_gfx/cmn/hero-play-H.svg) no-repeat center center;
  background-size: cover;
}
.video_bg_image_slider.video_ .video_controls a.video-pause {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -4000px;
  cursor: pointer;
  background: url(_gfx/cmn/hero-pause.svg) no-repeat center center;
  background-size: cover;
}
.video_bg_image_slider.video_ .video_controls a.video-pause:hover {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -4000px;
  cursor: pointer;
  background: url(_gfx/cmn/hero-pause-H.svg) no-repeat center center;
  background-size: cover;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .video_bg_image_slider.video_ {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .video_bg_image_slider.video_ .video_caption {
    padding: 0px;
    left: 0;
    bottom: auto;
    margin: auto;
    top: auto;
    right: 0;
    position: absolute;
    width: 100%;
    white-space: normal;
    background: transparent;
    z-index: 3;
    transform: translateY(-50%);
  }
  .video_bg_image_slider.video_ > .container:first-child {
    position: absolute;
    bottom: 57px;
    z-index: 2;
    display: block;
    bottom: 0;
    height: 64px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    transform: translate(-50%, -35px);
    top: 50%;
    left: 50%;
    top: auto;
    z-index: 3;
  }
  .video_bg_image_slider.video_ .video_controls {
    position: absolute;
    margin: 0;
    z-index: 6;
    right: 0;
    bottom: 0;
    top: auto;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .video_bg_image_slider.video_ .video_controls a {
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -4000px;
    cursor: pointer;
    background: url(_gfx/cmn/hero-play.svg) no-repeat center center;
    background-size: cover;
    -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;
  }
  .video_bg_image_slider.video_ .video_controls a:hover {
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -4000px;
    cursor: pointer;
    background: url(_gfx/cmn/hero-play-H.svg) no-repeat center center;
    background-size: cover;
  }
  .video_bg_image_slider.video_ .video_controls a.video-pause {
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -4000px;
    cursor: pointer;
    background: url(_gfx/cmn/hero-pause.svg) no-repeat center center;
    background-size: cover;
  }
  .video_bg_image_slider.video_ .video_controls a.video-pause:hover {
    display: block;
    width: 64px;
    height: 64px;
    text-indent: -4000px;
    cursor: pointer;
    background: url(_gfx/cmn/hero-pause-H.svg) no-repeat center center;
    background-size: cover;
  }
  .video_bg_image_slider.video_ .video_title {
    white-space: normal;
  }
}
/***62em =992px ***/
@media screen and (min-width: 62em) {
  .video_bg_image_slider.video_ .video_title {
    font-size: 34px;
  }
  .video_bg_image_slider.video_ .video_description {
    font-size: 20px;
  }
}
/***75em =1200px ***/
@media (min-width: 85.375em) {
  .video_bg_image_slider.video_ {
    position: relative;
    padding-bottom: 40.25%;
    height: auto;
    overflow: hidden;
  }
}
.image_slider {
  width: 100%;
  overflow: hidden;
  display: block;
  height: auto !important;
  padding-bottom: 0 !important;
}
.image_slider .slides li {
  overflow: hidden;
}
.image_slider .slides li > a {
  height: 0;
  overflow: hidden;
  padding-top: 43.22916667%;
  display: block;
  position: relative;
}
.image_slider .slides img {
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  transform: translate(-50%, 0);
}
.image_slider .slide_content {
  width: 100%;
  background: #012D2B;
  text-align: center;
  padding: 10px;
}
.image_slider .slide_title {
  margin: 0 0 6px 0;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  max-height: 20.4px;
  overflow: hidden;
  font-family: inherit;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0.34px;
}
.image_slider .slide_title a {
  color: #fff;
  text-decoration: none;
}
.image_slider .slide_title:hover a[href] {
  color: #fff;
  text-decoration: none;
}
.image_slider .slide_title:hover {
  text-decoration: none;
  cursor: pointer;
}
.image_slider .slide_description {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.3;
  max-height: 33.8px;
  overflow: hidden;
  margin: 0 0 30px 0;
  letter-spacing: 0.2px;
}
.image_slider .slide_description a {
  position: relative;
  top: 100%;
  z-index: 1;
  /* width: 292px; */
  height: 40px;
  background: transparent;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-shadow: none;
  line-height: 40px;
  border-radius: 42px;
  font-weight: bold;
  left: auto;
  margin-left: 0;
  padding: 0 94px;
  margin-top: 15px;
  border: 2px solid #FFAC6F;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  padding: 0px;
  width: 100% !important;
  display: block;
}
.image_slider .slide_description a:hover {
  background: #FFAC6F;
  color: #17357E;
}
.image_slider .slide_link {
  color: #023E3B;
  font-size: 16px;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 500;
  height: 44px;
  width: 192px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  position: initial;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 0px solid #ffffff;
  box-shadow: 0px 3px 15px rgb(255 176 2.33333333%);
  letter-spacing: 1.5px;
  background: #FFAC6F;
  margin-top: 10px;
  -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;
}
.image_slider .slide_link:hover {
  text-decoration: none;
  color: #023E3B;
  background: #A1D7E6;
  border: 0px solid #A7C4BA;
  box-shadow: 0px 3px 15px rgb(161 215 5.47619048%);
}
.image_slider .flex-control-nav {
  right: 10px;
  left: auto;
  display: block;
  position: absolute;
  z-index: 3;
  top: calc( 43.22916667vw  -  37px );
  bottom: auto;
  background: transparent;
  padding: 5px 5px 5px 0;
  text-align: center;
}
.image_slider .flex-control-nav:empty {
  display: none;
}
.image_slider .flex-control-nav a {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  display: block;
}
.image_slider .flex-control-nav a.flex-active,
.image_slider .flex-control-nav a:hover {
  background: #FFAC6F;
  border: 2px solid #fff;
}
.image_slider .flex-direction-nav a {
  width: 29px;
  height: 48px;
  margin: -24px 0 0 0;
  display: block;
  position: absolute;
  top: 21.61458333vw;
  cursor: pointer;
  text-indent: -9999px;
  background: url("_gfx/cmn/UI-Caption-Left-Arrow.svg") center center no-repeat;
  z-index: 3;
  overflow: hidden;
  border-radius: 100%;
}
.image_slider .flex-direction-nav a:hover {
  background-position: 0 -40px;
}
.image_slider .flex-direction-nav .flex-next {
  right: 10px;
  display: block;
  background: url("_gfx/cmn/UI-Caption-Right-Arrow.svg") center center no-repeat;
}
.image_slider .flex-direction-nav .flex-next:hover {
  background-position: -32px -40px;
}
.image_slider .flex-direction-nav .flex-prev {
  left: 10px;
  display: block;
}
.image_slider .flex-direction-nav .flex-disabled {
  cursor: default;
}
.image_slider .flex-pauseplay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.image_slider .flex-pauseplay a {
  display: none;
  width: 48px;
  height: 48px;
  text-indent: -4000px;
  cursor: pointer;
  background-position: center center !important;
  background: url(_gfx/cmn/UI-Play.svg) no-repeat right 0;
  border-radius: 100%;
  -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;
}
.image_slider .flex-pauseplay a:hover {
  background: url(_gfx/cmn/UI-Play-H.svg) no-repeat right 0;
}
.image_slider .flex-pauseplay a.flex-pause {
  background: url(_gfx/cmn/UI-Pause.svg) no-repeat 0 0;
  border-radius: 100%;
  -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;
}
.image_slider .flex-pauseplay a.flex-pause:hover {
  background: url(_gfx/cmn/UI-Pause-H.svg) no-repeat right 0;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .image_slider .slides li {
    background: transparent;
  }
  .image_slider .slides li > a {
    height: auto;
    padding-top: 0;
    position: relative;
  }
  .image_slider .slides li > a:after {
    visibility: visible;
    display: block;
    content: " ";
    position: absolute;
    height: 350px;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: transparent linear-gradient(180deg, #1A2A3400 0%, #1A2A34A7 51%, #1A2A34 100%) 0% 0% no-repeat padding-box;
    z-index: 2;
    opacity: 0.85;
  }
  .image_slider .slides img {
    height: 581px;
    position: relative;
    max-width: none;
    max-height: 100%;
  }
  .image_slider .slide_link {
    position: relative;
    margin-top: auto;
  }
  .image_slider .container {
    padding: 0px;
  }
  .image_slider .slide_content {
    position: absolute;
    z-index: 3;
    background: transparent;
    left: 0;
    bottom: 95px;
    top: auto;
    right: 0;
    width: 100%;
    text-align: center;
    max-width: 730px;
    margin: auto;
    padding: 0 60px;
    border-radius: 4px;
  }
  .image_slider .slide_title {
    font-size: 34px;
    max-height: 40.8px;
  }
  .image_slider .slide_description {
    font-size: 20px;
    max-height: 52px;
    position: relative;
  }
  .image_slider .slide_description a {
    position: absolute;
    top: 100%;
    z-index: 1;
    /* width: 292px; */
    height: 64px;
    background: transparent;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    text-shadow: none;
    line-height: 64px;
    border-radius: 42px;
    font-weight: 500;
    left: auto;
    margin-left: -302px;
    padding: 0 94px;
    margin-top: 26px;
    border: 2px solid #FFAC6F;
    width: auto !important;
    display: inline-block;
  }
  .image_slider .slide_description a:hover {
    background: #FFAC6F;
    color: #17357E;
  }
  .image_slider .flex-control-nav {
    top: auto;
    bottom: 32px;
    padding: 0;
    padding-left: 0;
    padding-right: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: transparent;
  }
  .image_slider .flex-control-nav li {
    float: none;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .image_slider .flex-direction-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 150px;
  }
  .image_slider .flex-direction-nav .flex-prev {
    left: 0px;
    background: url("_gfx/cmn/UI-Caption-Left-Arrow.svg") center center no-repeat;
    height: 48px;
    width: 29px;
    background-size: 20px;
    opacity: 0.5;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
  }
  .image_slider .flex-direction-nav .flex-prev:hover {
    background: url("_gfx/cmn/UI-Caption-Left-Arrow.svg") center center no-repeat;
    background-size: 20px;
    z-index: 5;
    opacity: 1;
  }
  .image_slider .flex-direction-nav .flex-next {
    right: 0px;
    height: 48px;
    width: 29px;
    background: url("_gfx/cmn/UI-Caption-Right-Arrow.svg") center center no-repeat;
    background-size: 20px;
    opacity: 0.5;
    -moz-transition-duration: 0.15s;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
  }
  .image_slider .flex-direction-nav .flex-next:hover {
    background: url("_gfx/cmn/UI-Caption-Right-Arrow.svg") center center no-repeat;
    background-size: 20px;
    z-index: 5;
    opacity: 1;
  }
  .image_slider .flex-direction-nav a {
    top: calc(50% -  24px );
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .image_slider .flex-control-nav,
  .image_slider .flex-direction-nav {
    width: 730px;
    max-width: 730px;
  }
  .image_slider .flex-pauseplay {
    top: auto;
    left: 0;
    right: 0;
    bottom: 82px;
  }
  .image_slider .flex-pauseplay a {
    margin: auto;
  }
}
/*** 992px ***/
@media screen and (min-width: 62em) {
  .image_slider .slides li > a {
    padding-top: 63.22916667%;
  }
  .image_slider .slides img {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .image_slider .flex-control-nav,
  .image_slider .flex-direction-nav {
    width: 950px;
    max-width: 950px;
  }
  .image_slider .slide_content {
    top: auto;
    max-width: 950px;
    padding: 0 180px;
  }
}
/*** 1200px ***/
@media screen and (min-width: 75em) {
  .image_slider .slides li > a {
    padding-top: 43.22916667%;
  }
  .image_slider .flex-control-nav,
  .image_slider .flex-direction-nav {
    width: 1150px;
    max-width: 1150px;
  }
  .image_slider .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .image_slider .flex-direction-nav .flex-next {
    right: 0px;
  }
  .image_slider .slide_content {
    max-width: 1080px;
    padding: 0 185px;
  }
}
@media (min-width: 85.375em) {
  .image_slider .flex-control-nav,
  .image_slider .flex-direction-nav {
    width: 1302px;
    max-width: 1302px;
  }
  .image_slider .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .image_slider .flex-direction-nav .flex-next {
    right: 0px;
  }
}
#sitebody.homepagelayout {
  position: relative;
}
#sitebody.homepagelayout .column {
  float: none;
  min-height: 0;
}
.home_item2 {
  clear: both;
}
.home_item4 {
  position: relative;
}
.home_item5 {
  background-size: cover;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}
.home_item5 .container {
  position: relative;
  z-index: 3;
}
.home_item6 {
  position: relative;
  z-index: 2;
  background-size: cover;
}
.home_item7 {
  background: #A7C4BA;
}
.home_item7,
.home_item9,
.home_item4 {
  position: relative;
}
.home_item7:before,
.home_item9:before,
.home_item4:before {
  z-index: 0;
}
.home_item7:after,
.home_item9:after,
.home_item4:after {
  z-index: 0;
}
.home_item8 {
  background: #A4C960;
}
.home_item10,
.home_item7,
.home_item9,
.home_item5 {
  position: relative;
  z-index: 2;
}
.home_item4 {
  background-size: 100% !important;
}
.home_item_mobile {
  display: none;
}
.homepagelayout > * {
  display: none;
}
.homepagelayout > *.home_item_mobile {
  display: block;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .homepagelayout > * {
    display: block;
  }
  .homepagelayout > *.home_item_mobile {
    display: none;
  }
  #sitebody.homepagelayout {
    padding: 0;
    background: transparent;
    margin: 0 auto;
    width: 100%;
    max-width: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 1fr;
    grid-template-columns: 1fr 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 1fr;
  }
  #sitebody.homepagelayout:before {
    display: none;
  }
  #sitebody.homepagelayout > * {
    -ms-grid-column-align: stretch;
    -ms-grid-row-align: stretch;
    justify-self: stretch;
    align-self: stretch;
  }
  #sitebody.homepagelayout .top_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 1 / span 1;
    padding-top: 0;
  }
  #sitebody.homepagelayout .top_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .top_col:before,
  #sitebody.homepagelayout .top_col:after {
    display: none;
  }
  #sitebody.homepagelayout .home_item2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 2 / span 1;
    margin-top: -135px;
  }
  #sitebody.homepagelayout .home_item2 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 3 / span 1;
  }
  #sitebody.homepagelayout .home_item3 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 4 / span 1;
    justify-content: flex-end;
  }
  #sitebody.homepagelayout .home_item4 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item4 > * {
    align-self: stretch;
  }
  #sitebody.homepagelayout .home_item5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 5 / span 1;
    justify-content: center;
  }
  #sitebody.homepagelayout .home_item5 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item5 > * {
    align-self: stretch;
  }
  #sitebody.homepagelayout .home_item6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 6 / span 1;
  }
  #sitebody.homepagelayout .home_item6 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 7 / span 1;
  }
  #sitebody.homepagelayout .home_item7 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item8 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 8 / span 1;
  }
  #sitebody.homepagelayout .home_item8 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item9 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 9 / span 1;
  }
  #sitebody.homepagelayout .home_item9 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 10;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 14;
    grid-row: 10 / span 1;
  }
  #sitebody.homepagelayout .home_item10 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item11 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 4;
    grid-row: 11 / span 1;
    padding: 0px 13px 0px 0;
  }
  #sitebody.homepagelayout .home_item11 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    -ms-grid-row: 12;
    -ms-grid-row-span: 1;
    grid-column: 6 / span 4;
    grid-row: 12 / span 1;
    padding: 0px 7px;
  }
  #sitebody.homepagelayout .home_item12 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.homepagelayout .home_item13 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 10;
    -ms-grid-column-span: 4;
    -ms-grid-row: 13;
    -ms-grid-row-span: 1;
    grid-column: 10 / span 4;
    grid-row: 13 / span 1;
    padding: 0px 0 0px 13px;
  }
  #sitebody.homepagelayout .home_item13 > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  /*.equal-heights { //columns should be equal height.  Use flexbox
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
       -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        
    }*/
}
@media screen and (min-width: 62em) {
  #sitebody.homepagelayout {
    -ms-grid-columns: 1fr 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 1fr;
    grid-template-columns: 1fr 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 1fr;
  }
}
@media screen and (min-width: 75em) {
  #sitebody.homepagelayout {
    -ms-grid-columns: 1fr 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 1fr;
    grid-template-columns: 1fr 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 1fr;
  }
  #sitebody.homepagelayout .home_item3:after {
    height: 99px;
    bottom: -4px;
  }
}
@media (min-width: 85.375em) {
  #sitebody.homepagelayout {
    -ms-grid-columns: 1fr 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 1fr;
    grid-template-columns: 1fr 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 1fr;
  }
  #sitebody.homepagelayout .home_item3:after {
    height: 95px;
    bottom: 0px;
  }
}
a.service-finder-trigger:visited {
  color: #F6F6F6;
}
.service-finder .service-finder__col {
  display: block;
  flex: 0 1 100%;
  padding: 35.14px;
  background: #F6F6F6;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
}
.sitewrapper a.service-finder-trigger {
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  bottom: auto;
  width: 140px;
  font-size: 20px;
  font-weight: normal;
  font-family: "PT Sans Narrow Bold", sans-serif;
  color: #012D2B;
  height: 45px;
  line-height: 45px;
  border-radius: 0px;
  background: #FFAC6F;
  box-shadow: 0px 3px 15px rgba(255, 176, 98, 0.42);
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: auto 0;
  letter-spacing: 1.5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  margin: 0 auto;
  width: 100%;
}
.sitewrapper a.service-finder-trigger:hover {
  background: #A1D7E6;
  box-shadow: 0px 3px 15px rgba(161, 215, 230, 0.42);
}
.sitewrapper a.service-finder-trigger span.trigger_text.active {
  position: relative;
  right: 10px;
}
.sitewrapper a.service-finder-trigger span.trigger_text.active:after {
  content: "";
  top: 0;
  left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(_gfx/cmn/UI-closeX.svg) center center no-repeat;
  background-size: 50%;
  width: 25px;
  height: 25px;
  z-index: 10;
}
.sitewrapper a.service-finder-trigger.service-finder-trigger--mobile {
  position: static;
}
.service-finder {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1000;
  height: 100vh;
  top: 0;
  display: none;
}
.service-finder::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  bottom: auto;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  margin-left: -50vw;
  margin-right: -50vw;
  background: rgba(2, 62, 59, 0.9);
}
.service-finder a:visited {
  color: initial;
}
.service-finder a.service-finder__close {
  content: "";
  top: 76px;
  left: auto;
  position: absolute;
  right: 5px;
  bottom: auto;
  z-index: 0;
  background: url(_gfx/cmn/ui-close.svg) center center no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  display: block;
  min-height: 24px;
  padding-right: 1.5em;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #F6F6F6;
  text-indent: -4000px;
}
.service-finder .service-finder__title {
  margin: 0.75em 0 1em;
  font-size: 40px;
  font-weight: 500;
  font-family: "PT Sans Narrow Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 5.2px;
  margin-bottom: 0;
  display: block;
  padding-bottom: 15px;
}
.service-finder .flex-container {
  display: block;
  padding-top: 29px;
}
.service-finder .service-finder__col {
  display: block;
  flex: 0 1 100%;
  padding: 28.32px 35.14px;
  background: #F6F6F6;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
  margin: 10px;
  min-height: 150px;
}
.service-finder .service-finder__col.col_first {
  height: 159px;
}
.service-finder .service-finder__col.col_first .dropdown-wrap {
  bottom: 10px;
}
.service-finder .service-finder__col.col_second {
  height: 159px;
}
.service-finder .service-finder__col.col_second .dropdown-wrap {
  bottom: 10px;
}
.service-finder .service-finder__col.col_third {
  min-height: 295px;
  display: block;
}
.service-finder .service-finder__heading {
  margin: 0 0 17.96px;
  height: 30.75px;
  overflow: hidden;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #012D2B;
  font-family: "PT Sans Narrow Bold", sans-serif;
  letter-spacing: 1.25px;
  text-align: center;
}
.service-finder .dropdown-wrap {
  position: relative;
  background: #F6F6F6;
}
.service-finder .dropdown-wrap::after {
  content: "";
  top: 13px;
  left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(_gfx/cmn/servicefinder-dropdown.svg) center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}
.service-finder select.service-finder__dropdown {
  font-size: 18px !important;
}
.service-finder select.service-finder__dropdown {
  position: relative;
  z-index: 1;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  padding: 0.5em 2em 0.5em 0;
  font-size: 20px;
  color: #4D4D4D;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px !important;
  border-bottom: 1px solid rgba(13, 13, 12, 0.5) !important;
  font-family: "PT Sans Regular", sans-serif !important;
}
.service-finder select.service-finder__dropdown .service-finder__option {
  color: #4D4D4D;
  background: #eee;
}
.service-finder select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(#ffffff, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 13.3333px Arial;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #c3c3c3);
  border-image: initial;
}
.service-finder .summary-col {
  position: relative;
  padding-bottom: 54px;
}
.service-finder .summary-col .summary-col__box {
  background: #F6F6F6;
  display: block;
}
.service-finder .summary-col .summary-col__box .summary-col__text {
  font-size: 20px;
  color: #586A69;
  display: block;
  width: 100%;
  padding: 0;
  letter-spacing: 0px;
  text-align: center;
  font-family: "PT Sans Regular", sans-serif;
  line-height: 1.2;
  max-height: 72px;
  overflow: hidden;
  margin: 0 auto 20px auto;
}
.service-finder .summary-col .summary-col__box .summary-col__link {
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
  color: #023E3B;
  background: #FFAC6F;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 15px rgba(255, 172, 111, 0.4);
  width: 162px;
  height: 46px;
  border-radius: 30px;
  letter-spacing: 1px;
  font-family: "PT Sans Narrow Bold", sans-serif;
  margin: 15px auto;
}
.service-finder .summary-col .summary-col__box .summary-col__link:hover {
  background: transparent linear-gradient(178deg, #93EADA 0%, #AAE7F8 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px rgba(161, 215, 230, 0.42);
}
body:not(.sticky_header) .mainSpan a.service-finder-trigger {
  top: 70px;
  right: 100px;
}
body:not(.sticky_header) .sitewrapper:not(.mainSpan_wrapper_home) a.service-finder-trigger {
  right: 100px;
  top: 85px;
  left: auto;
}
body .service-finder.is-active {
  display: block;
}
@media (min-width: 48em) {
  .sitewrapper .has-service-finder a.service-finder-trigger {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    color: #FFFFFF;
    font-size: 17px;
    letter-spacing: 1.7px;
  }
  .sitewrapper .has-service-finder a.service-finder-trigger span.active:before {
    content: "";
    top: 0;
    left: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: url(_gfx/cmn/UI-closeX_active.svg) center center no-repeat;
    background-size: 12px;
    width: 20px;
    height: 20px;
    margin: 8px 20px;
  }
  .sitewrapper .has-service-finder a.service-finder-trigger:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    color: #FFFFFF;
  }
  .sitewrapper a.service-finder-trigger {
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    bottom: auto;
    padding: 0.75em 1em;
    width: 140px;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    font-family: "PT Sans Narrow Bold", sans-serif;
    text-align: left;
    color: #012D2B;
    height: 36px;
    line-height: 36px;
    justify-content: left;
    border-radius: 23px;
    background: #FFAC6F;
    box-shadow: 0px 3px 15px rgba(255, 176, 98, 0.42);
    z-index: 11;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
    letter-spacing: 1.5px;
    text-decoration: none;
  }
  .sitewrapper a.service-finder-trigger span.active:before {
    content: "";
    top: 0;
    left: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: url(_gfx/cmn/UI-closeX.svg) center center no-repeat;
    background-size: 12px;
    width: 20px;
    height: 20px;
    margin: 8px 20px;
  }
  .service-finder {
    height: 561px;
    width: 100%;
    padding: 0 0 3em;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    z-index: 10;
    transform: translateY(0);
  }
  .service-finder .service-finder__col {
    margin: 10px;
    min-height: 231px;
  }
  .service-finder::before {
    content: "";
    position: fixed;
    top: 0;
    right: 50%;
    bottom: auto;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 561px;
    margin-left: -50vw;
    margin-right: -50vw;
    background: rgba(2, 62, 59, 0.9);
  }
  .has-service-finder .service-finder {
    display: block;
  }
  .service-finder .service-finder__col {
    display: block;
    flex: 0 1 100%;
    /*margin: 0 4% 1em;*/
    max-width: 92%;
    padding: 28.32px 35.14px;
    background: #F6F6F6;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
    /*margin: 0 auto;*/
  }
  .service-finder a.service-finder__close {
    display: none;
  }
  .service-finder .service-finder__title {
    display: block;
    padding: 0;
    margin: 111.75px 0 23.44px 0;
  }
  .service-finder .flex-container {
    display: flex;
    padding-top: 0;
    max-width: 950px;
    margin: 0 auto;
  }
  .service-finder-trigger {
    display: flex;
  }
  body.sticky_header .service-finder-trigger {
    position: fixed;
    left: auto;
    right: auto;
    margin-left: calc(730px - 225px);
  }
  body.sticky_header .service-finder {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    height: 561px;
    top: 0;
    z-index: 10;
  }
  body.sticky_header .service-finder::before {
    content: "";
    position: fixed;
    top: 0;
    right: 50%;
    bottom: auto;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 561px;
    margin-left: -50vw;
    margin-right: -50vw;
    background: rgba(2, 62, 59, 0.9);
  }
  body.sticky_header .service-finder.overlay_active {
    display: block;
  }
  body.sticky_header .mainSpan a.service-finder-trigger {
    top: 70px;
    right: 59.62px;
  }
  body.sticky_header .mainSpan a.service-finder-trigger {
    width: 122px;
    height: 35px;
  }
  body.sticky_header .mainSpan a.service-finder-trigger {
    position: fixed;
    left: auto;
    right: auto;
    margin-left: calc(730px - 170px);
    top: 10px;
  }
  body.sticky_header .sitewrapper.mainSpan_wrapper_home .search-trigger {
    display: block;
  }
  .service-finder .service-finder__col {
    padding: 28.32px 35.14px;
  }
  .service-finder .service-finder__col.category-col {
    flex: 13% 1 0;
  }
  .service-finder .service-finder__col.service-col {
    flex: 13% 1 0;
  }
  .service-finder .service-finder__col.summary-col {
    flex: 2 2 0;
  }
}
@media (min-width: 62em) {
  body:not(.sticky_header) .mainSpan a.service-finder-trigger {
    top: 10px;
    right: 0;
  }
  body:not(.sticky_header) .sitewrapper:not(.mainSpan_wrapper_home) a.service-finder-trigger {
    right: 0;
    top: 10px;
  }
  body.sticky_header .mainSpan a.service-finder-trigger {
    margin-left: calc(845px - 65px);
  }
  .service-finder-trigger {
    width: 140px;
    font-size: 15px;
    height: 36px;
  }
  .service-finder .flex-container {
    max-width: 950px;
    margin: 0 auto;
  }
  body.sticky_header .service-finder-trigger {
    width: 166px;
    height: 39px;
  }
  .service-finder .service-finder__col {
    display: block;
    flex: 0 1 100%;
    max-width: 92%;
    background: #F6F6F6;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.16);
    margin: 0;
  }
  .service-finder .service-finder__col:not(:last-child) {
    margin: 0 2em 0 0;
  }
  .service-col {
    margin: 0 1.5em;
  }
  body.sticky_header .service-finder-trigger {
    position: fixed;
    left: auto;
    right: auto;
    margin-left: calc(730px - 10px);
  }
  body.sticky_header header .translate_box_modal_btn span.translate-icon {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    margin-left: calc(730px - 10px);
    bottom: auto;
  }
  .service-finder .service-finder__col.category-col {
    flex: 13% 1 0;
  }
  .service-finder .service-finder__col.service-col {
    flex: 13% 1 0;
  }
  .service-finder .service-finder__col.summary-col {
    flex: 2 2 0;
  }
}
@media screen and (min-width: 75em) {
  body.sticky_header .mainSpan a.service-finder-trigger {
    margin-left: calc(1045px - 70px);
  }
  .service-finder-trigger {
    width: 140px;
    font-size: 15px;
    height: 36px;
  }
  .service-finder .flex-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  body.sticky_header .service-finder-trigger {
    position: fixed;
    left: auto;
    right: auto;
    margin-left: calc(930px - 10px);
  }
  body.sticky_header header .translate_box_modal_btn span.translate-icon {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    margin-left: calc(930px - 10px);
    bottom: auto;
  }
}
@media (min-width: 85.375em) {
  body.sticky_header .mainSpan a.service-finder-trigger {
    margin-left: calc(1145px - 25px);
  }
  .service-finder .flex-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  body.sticky_header .service-finder-trigger {
    position: fixed;
    left: auto;
    right: auto;
    margin-left: calc(930px - 10px);
  }
}
.fa-language:before {
  content: "\f1ab";
}
.translate_box_modal_btn {
  background-color: unset;
  float: none;
  float: right;
  text-indent: -9999px;
}
.translate_box_modal_btn button[data-target="#googleTranslate"] {
  line-height: unset !important;
}
.translate_box_modal_btn span.hidden[aria-hidden=true] {
  text-indent: -9999px;
  overflow: hidden;
}
.translate_box_modal_btn span.translate-icon {
  font-size: 12px;
  display: block;
  position: absolute;
  color: #FFF;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 9;
  right: 27px;
  left: auto;
}
.translate_box_modal_btn span.translate-icon::before,
.translate_box_modal_btn span.translate-icon:before {
  content: "Translate";
  display: inline-block;
  font-family: inherit;
  text-decoration: underline;
  font-size: 12px;
  color: #FFF;
  padding: 13px;
}
.translate_box_modal_btn span.translate-icon:hover:before {
  color: #FFAC6F;
}
body.sticky_header .translate_box_modal_btn span.translate-icon::before {
  padding: 21px 0 21px 0;
}
.translate_box_modal_btn span.translate-icon:before {
  padding: 6px 0;
}
body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .translate_box_modal_btn span.translate-icon,
body:not(.sticky_header) .sitewrapper:not(.mainSpan_wrapper_home) .translate_box_modal_btn span.translate-icon {
  font-size: 12px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  z-index: 9;
  right: 27px;
  left: auto;
}
div#googleTranslate {
  text-align: center;
  width: 100%;
  display: none;
}
div#googleTranslate.modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  max-width: 2000px !important;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-top: 200px !important;
}
div#googleTranslate.modal .modal-dialog div.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  margin: auto;
  padding: 0;
  /* border: 1px solid #888; */
  box-shadow: 0 4px 8px 0 rgb(0 0 0%), 0 6px 20px 0 rgb(0 0 0%);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  width: 250px;
  background-color: #606060;
}
div#googleTranslate.modal .modal-dialog div.modal-content .modal-body {
  align-self: center;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
div#googleTranslate.modal .modal-dialog div.modal-content .modal-body a.goog-logo-link {
  display: none;
}
div#googleTranslate.modal .modal-dialog div.modal-content .modal-body > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
div#googleTranslate.modal .modal-dialog div.modal-content div.modal-header {
  padding: 1rem 1rem 0 !important;
  color: #FFF;
  display: flex;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
div#googleTranslate.modal .modal-dialog div.modal-content div.modal-header span.modal-title.h5 {
  color: #FFF;
  font-weight: 400;
  margin-bottom: 0;
}
div#googleTranslate.modal .modal-dialog div.modal-content div.modal-header button.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: 0.5;
  right: 1.5rem;
  top: 1.5rem;
  color: white;
  position: absolute;
  line-height: 1rem;
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
div#googleTranslate.modal .modal-dialog div.modal-content div.modal-header button.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
div#googleTranslate.modal .modal-dialog div.modal-content div.modal-header.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.modal-backdrop {
  background: none;
}
@media screen and (min-width: 48em) {
  .translate_box_modal_btn {
    float: none;
    text-indent: 0;
  }
  .translate_box_modal_btn span.translate-icon {
    font-size: 12px;
    display: block;
    position: absolute;
    color: #FFF;
    z-index: 2;
    top: 70px;
    left: 0;
    z-index: 9;
    right: 0;
    left: auto;
  }
  body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .translate_box_modal_btn span.translate-icon {
    top: 59px;
    right: 50px;
  }
  body:not(.sticky_header) .sitewrapper:not(.mainSpan_wrapper_home) .translate_box_modal_btn span.translate-icon {
    top: 73px;
    right: 45px;
  }
  body.sticky_header header .translate_box_modal_btn span.translate-icon {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    margin-left: calc(730px - 235px);
    bottom: auto;
  }
}
/*62em = 992px*/
@media screen and (min-width: 62em) {
  body:not(.sticky_header) .sitewrapper:not(.mainSpan_wrapper_home) .translate_box_modal_btn span.translate-icon {
    right: 35px;
  }
  body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .translate_box_modal_btn span.translate-icon {
    top: 70px;
    right: 0;
  }
  body:not(.sticky_header) .sitewrapper:not(.mainSpan_wrapper_home) .translate_box_modal_btn span.translate-icon {
    top: 70px;
    right: 40px;
  }
  body.sticky_header header .translate_box_modal_btn span.translate-icon {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    margin-left: calc(945px - 235px);
    bottom: auto;
  }
}
/*75em = 1200px*/
@media screen and (min-width: 75em) {
  body.sticky_header header .translate_box_modal_btn span.translate-icon {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    margin-left: calc(1138px - 235px);
    bottom: auto;
  }
}
/*1366px*/
@media screen and (min-width: 85.375em) {
  body:not(.sticky_header) .sitewrapper:not(.mainSpan_wrapper_home) .translate_box_modal_btn span.translate-icon {
    right: 42px;
  }
  body.sticky_header header .translate_box_modal_btn span.translate-icon {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    margin-left: calc(1285px - 235px);
    bottom: auto;
  }
}
.home_mobile_buttons {
  display: block;
  float: none;
  padding: 35px 10px;
  background: transparent linear-gradient(110deg, #93EADA 0%, #AAE7F8 100%) 0% 0% no-repeat padding-box;
}
.home_mobile_buttons .mobile-buttons-list {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-flow: row wrap;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
}
.home_mobile_buttons .mobile-buttons-item {
  flex: 0 1 100px;
  margin: 0;
  padding: 0 0px 30px 0;
}
.home_mobile_buttons .mobile-buttons-item:empty {
  visibility: hidden;
  padding: 0;
}
.home_mobile_buttons .mobile-buttons-link {
  display: table;
  position: relative;
  width: 100%;
  text-decoration: none;
  text-align: center;
  max-width: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_mobile_buttons .mobile-buttons-link:hover,
.home_mobile_buttons .mobile-buttons-link:focus {
  text-decoration: none;
}
.home_mobile_buttons .mobile-buttons-link:before {
  content: "";
  bottom: Calc(100% -  72px );
  position: absolute;
  left: 0;
  right: 0;
  height: 72px;
  background: #FFF;
  top: 0;
  max-width: 72px;
  max-height: 72px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.home_mobile_buttons .mobile-buttons-img {
  bottom: Calc(100% -  72px );
  margin: auto;
  position: absolute;
  top: 0;
  max-width: 40px;
  max-height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_mobile_buttons .mobile-buttons-title {
  color: #023E3B;
  display: table-cell;
  font-size: 14px;
  text-transform: capitalize;
  font-family: "PT Sans Narrow Bold", sans-serif;
  font-weight: normal;
  line-height: 1.1;
  vertical-align: top;
  padding: 80px 0 0;
  text-shadow: 0px 1px 10px #FFFFFF;
  letter-spacing: -0.12px;
}
/***420px ***/
@media screen and (min-width: 26.25em) {
  .home_mobile_buttons .mobile-buttons-item {
    flex: 0 1 25%;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_mobile_buttons {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .city-offices {
    height: 0;
  }
  .flex-component-hours {
    background: #A1D7E6;
    width: 100%;
    max-width: 590px;
    border-radius: 80px;
    height: 58px;
    padding: 0;
    margin: 0;
    box-shadow: 0px 3px 46px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    bottom: 30px;
    margin: 0 auto;
  }
  .flex-component-hours > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
  }
  .flex-component-hours > div.hours-grid-1 h1 {
    font-family: "PT Sans Narrow Bold", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #023E3B;
    margin: 0;
    padding: 0;
    overflow: hidden;
    max-height: 40px;
    max-width: 208px;
  }
  .flex-component-hours > div.hours-grid-1 h1:before {
    content: "";
    background: url(_gfx/cmn/city_offices-icon@2x.png);
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    top: auto;
    background-size: 35px;
    background-position: center right;
    background-repeat: no-repeat;
    bottom: auto;
    top: 0;
    bottom: 0;
    top: 50%;
    left: 30px;
    transform: translate(-50%, -50%);
  }
  .flex-component-hours > div.hours-grid-2 ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    max-height: 40px;
    overflow: hidden;
  }
  .flex-component-hours > div.hours-grid-2 ul li {
    color: #023E3B;
    letter-spacing: 0px;
    font-family: "PT Sans Regular", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-transform: none;
    list-style-type: none;
  }
  .flex-component-hours > div.hours-grid-3 a.hours-link {
    background: #FFF;
    box-shadow: 0px 3px 15px rgba(255, 255, 255, 0.42);
    border-radius: 25px;
    text-transform: uppercase;
    width: 150px;
    height: 25px;
    min-height: 25px;
    font-size: 12px;
    letter-spacing: 1.06px;
    text-decoration: none;
    color: #023E3B;
    font-family: "PT Sans Narrow Bold", sans-serif;
    max-height: 21.6px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flex-component-hours > div.hours-grid-3 a.hours-link:hover {
    background: #FFAC6F;
    box-shadow: 0px 3px 15px rgba(255, 176, 98, 0.42);
  }
}
@media screen and (min-width: 62em) {
  .flex-component-hours {
    height: 132px;
    max-width: 1278px;
    bottom: 67px;
  }
  .flex-component-hours > div {
    margin: 0 auto;
    padding: 0 4px;
  }
  .flex-component-hours > div.hours-grid-1 h1 {
    font-size: 30px;
    max-height: 40px;
    max-width: 360px;
    margin-left: 70px;
  }
  .flex-component-hours > div.hours-grid-1 h1:before,
  .flex-component-hours > div.hours-grid-1 h1::before {
    background-size: 52px;
    padding: 35px;
    left: 66px;
  }
  .flex-component-hours > div.hours-grid-2 ul {
    max-height: 70px;
  }
  .flex-component-hours > div.hours-grid-2 ul li {
    font-size: 16px;
  }
  .flex-component-hours > div.hours-grid-3 a.hours-link {
    width: 250px;
    height: 50px;
    min-height: 50px;
    letter-spacing: 1.8px;
    font-size: 15px;
  }
}
@media screen and (min-width: 75em) {
  .flex-component-hours {
    max-width: 1278px;
  }
  .flex-component-hours > div {
    padding: 0 20px;
  }
  .flex-component-hours > div.hours-grid-1 h1 {
    font-size: 40px;
  }
  .flex-component-hours > div.hours-grid-2 ul li {
    font-size: 20px;
    line-height: 32px;
  }
  .flex-component-hours > div.hours-grid-3 a.hours-link {
    font-size: 18px;
    width: 300px;
  }
}
.home_collage.flexslider > div#hero_social.hero_social {
  display: none;
}
#hero_social.hero_social {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: none;
}
#hero_social.hero_social ul {
  padding: 0;
  margin: 0;
}
#hero_social.hero_social ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
#hero_social.hero_social ul li a img {
  position: relative;
  height: 40px;
  width: 40px;
  padding: 0;
  left: 0;
  transform: none;
}
#hero_social.hero_social ul li a img:hover {
  opacity: 0.7;
}
@media screen and (min-width: 48em) {
  .home_collage.flexslider > div .container.controls_bottom #hero_social.hero_social {
    display: block;
  }
}
/*settings files include variables*/
/*@import "css/_settings.colors.less"; //Manage our color palette in isolation.*/
/*tools include mixins and other tools we need to include such as google fonts.*/
/*Generic styles needed for every project. */
@media screen and (min-width: 40.5em) and (max-width: 47.9375em) {
  .standardlayout .column.left_col,
  .standardthreecolumnlayout .column.left_col,
  .standardlayout .column.right_col,
  .standardthreecolumnlayout .column.right_col,
  .standardthreecolumnlayout .column.small_col,
  .twocolumnswithbottomlayout .column.left_col,
  .twocolumnswithbottomlayout .column.right_col,
  .threecolumnswithbottomlayout .column.left_col,
  .threecolumnswithbottomlayout .column.middle_col,
  .threecolumnswithbottomlayout .column.right_col,
  .twocolumnreverselayout .column.has_small_col,
  .twocolumnreverselayout .column.small_col {
    width: 100%;
    margin: 0 !important;
  }
  .title_widget,
  .content_area {
    padding: 10px;
  }
  .content_area.facebook_feed,
  .content_area.twitter_feed {
    padding: 0;
  }
  .sidenav,
  .small_col .sidenav {
    float: none;
    width: 100%;
  }
  .sidenav .mobile_header.mobile_only,
  .small_col .sidenav .mobile_header.mobile_only {
    display: block !important;
  }
  .sidenav ul li,
  .sidenav ul li.sidenav_expanded > a {
    display: none;
  }
  .sidenav.mobile_list ul li a,
  .sidenav.mobile_list ul li a:hover {
    padding: 0;
    font-weight: normal;
  }
  .mobile_list ul li,
  .facebook_feed ul li,
  .twitter_feed ul li,
  .small_box .box_content ul li {
    padding: 17px 7% 17px 16px;
  }
  .mobile_list ul li a,
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink,
  .mobile_list ul li a:hover {
    font-weight: bold;
  }
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink {
    display: block;
  }
  .small_box {
    margin-bottom: 0;
  }
  .standardthreecolumnlayout .small_col .small_box {
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .mobile_list .item-list a:hover {
    font-weight: normal;
  }
  .service_box .box_content > ul > li {
    border-bottom: 1px solid #c6c4c4 !important;
  }
  .standardthreecolumnlayout .small_col .minicalendar_widget {
    display: block;
    margin: 0 auto;
  }
  #view-full {
    display: block !important;
  }
  .mobile_only {
    display: block !important;
  }
  .mobile_hide {
    display: none !important;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) {
    /*hide table header.*/
    /* tr:nth-of-type(odd) {
                background-color: #EEE;
            }*/
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) .hidden {
    display: none;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) thead,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tbody,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) th,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
    display: block;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) thead tr,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr th {
    position: absolute;
    top: -9999999px;
    left: -999999px;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) tr {
    border: 1px solid #CCC;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td {
    /*behave like a row*/
    border: none;
    border-bottom: 1px solid #EEE;
    position: relative;
    padding-left: 50% !important;
    text-align: left;
    min-height: 18px;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:before {
    /*now like a table header*/
    position: absolute;
    /*top and left value mimic padding*/
    top: 6px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-th) " ";
    font-weight: bold;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td img,
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td object {
    width: auto;
    height: auto;
    float: none;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td a.email_link {
    margin: 0px;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td .title_column {
    max-width: 100%;
  }
  .front_end_body table.responsive-table-data-mb:not(.non-responsive-table) td:first-child {
    padding-left: 50% !important;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) {
    /*hide table header.*/
    /* tr:nth-of-type(odd) {
            background-color: #EEE;
        }*/
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) thead,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tbody,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) th,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr {
    display: block;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) thead tr,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr th {
    position: absolute;
    top: -9999999px;
    left: -999999px;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) tr {
    border: 1px solid #CCC;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td {
    /*behave like a row*/
    border: none;
    border-bottom: 1px solid #EEE;
    position: relative;
    padding-left: 50% !important;
    text-align: left;
    min-height: 18px;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td:before {
    /*now like a table header*/
    position: absolute;
    /*top and left value mimic padding*/
    top: 6px;
    left: 6px;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-th) " ";
    font-weight: bold;
  }
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td img,
  .front_end_body table.responsive-table-data-dkt:not(.non-responsive-table) td object {
    width: auto;
    height: auto;
    float: none;
  }
  .front_end_body table.listtable td p.command_button.register_now_command_button {
    width: 100px !important;
  }
}
html {
  font-size: inherit;
}
*,
*:after,
*:before {
  box-sizing: content-box;
}
.sitewrapper,
.sitewrapper *,
.sitewrapper *:after,
.sitewrapper *:before {
  box-sizing: border-box;
}
.progress {
  box-shadow: 0 0 0;
  height: auto;
  margin-bottom: 0px;
}
.collapse {
  display: inherit;
}
.modal-backdrop {
  position: absolute;
  z-index: 0;
}
.sitewrapper a.phone_link,
.sitewrapper a.phone_link:hover {
  color: #6A6A6A;
  text-decoration: none !important;
  white-space: nowrap;
}
/*setting default styles for html elements. */
body.front_end_body,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
body[radeditorbody],
body[radeditorbody] table {
  font-size: 14px !important;
  line-height: 1.57142857 !important;
  font-family: "PT Sans Regular", sans-serif !important;
  color: #6A6A6A;
}
.front_end_body :target:before,
.front_end_body a[name]:before {
  content: "";
  display: block;
  height: 60px;
  /* fixed header height plus a little padding*/
  position: relative;
  z-index: -1;
}
p {
  margin: 0 0 1em 0;
}
table img {
  max-width: none;
}
.column select {
  min-width: 150px;
}
.front_end_body label {
  line-height: inherit;
}
legend {
  color: #023E3B;
  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: #A1D7E6 !important;
  color: #023E3B !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: #6A6A6A !important;
  background: rgba(170, 231, 247, 0.1) !important;
  border: 2px solid #cbcbcb !important;
}
.column input[type="text"],
.column.column input[type="submit"],
.column input[type="password"],
.column input[type="email"],
.column textarea,
.column select,
.front_end_form input[type="text"],
.front_end_form input[type="password"],
.front_end_form input[type="email"],
.front_end_form textarea,
.front_end_form select {
  line-height: normal !important;
}
h1,
.content_area h1,
.reDropDownBody h1 {
  color: #023E3B;
  line-height: 1.2;
  font-weight: 500;
  font-size: 200%;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h2,
.content_area h2,
.reDropDownBody h2 {
  font-size: 160%;
  color: #023E3B;
  font-weight: 500;
  line-height: 1.2;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h3,
.content_area h3,
.reDropDownBody h3 {
  font-size: 140%;
  color: #023E3B;
  font-weight: 500;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h4,
.content_area h4,
.reDropDownBody h4 {
  font-size: 120%;
  color: #023E3B;
  font-weight: 500;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h5,
.content_area h5,
.reDropDownBody h5 {
  font-size: 110%;
  color: #023E3B;
  font-weight: 500;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h6,
.content_area h6,
.reDropDownBody h6 {
  color: #023E3B;
  font-family: "PT Sans Narrow Bold", sans-serif;
  font-weight: 500;
  font-size: 100%;
}
p,
.content_area p {
  font-family: "PT Sans Regular", sans-serif;
  color: #586A69;
}
.subtitle {
  font-size: 171.42857143%;
  color: #023E3B;
  font-weight: 500;
}
.subtitle p,
.subtitle a {
  color: #023E3B;
  font-weight: 500;
}
.RadEditor .reContentAreaToggle table th {
  background: red;
}
a,
a:visited,
.column a {
  color: #1977A2;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a[name],
a[name]:hover,
a[name]:focus {
  color: #6A6A6A;
  text-decoration: none;
}
a img {
  border: 0;
}
a:before,
a:after {
  text-decoration: underline;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none;
}
/**
    Objects that are reused within several components
*/
/*#region MOBILE LIST, MOBILE BOX 
   This controls the mobile view for the Box Widgets in standard_3col.html and the side navigation.  
    Rarely needs to be modified.   Make sure arrow is centered, if not, adjust here.
*/
.mobile_header,
.facebook_feed .mobile_header,
.twitter_feed .mobile_header,
.small_box .mobile_header {
  margin: 0;
  color: #FFF;
  font-family: "PT Sans Narrow Bold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 110%;
  height: 40px;
  line-height: 30px;
  background: #023E3B;
  padding: 6px 16px;
}
.small_box .mobile_header {
  display: block;
}
.mobile_list,
.mobile_box {
  background: #FFF;
  border: 0px;
  color: #6A6A6A;
  zoom: 1;
}
.mobile_list:before,
.mobile_box:before {
  content: '';
  display: block;
}
.mobile_list:after,
.mobile_box:after {
  content: '';
  display: table;
  clear: both;
}
.small_col .content_area.mobile_box {
  border-top: 1px solid #cbcbcb;
  background: #FFF;
}
.mobile_box > div {
  background: #FFF;
  padding: 10px;
}
.mobile_box {
  background: #FFF;
}
.mobile_list ul,
.facebook_feed ul,
.twitter_feed ul {
  margin: 0;
}
.mobile_list ul li,
.facebook_feed ul li,
.twitter_feed ul li {
  width: 100%;
  background: #FFF url(_gfx/cmn/mobile/mob_arrow.png) 96% 20px no-repeat;
  border-bottom: 1px solid #cbcbcb;
  border-top: 0;
  padding: 17px 7% 17px 16px;
  position: relative;
  zoom: 1;
}
.mobile_list ul li:before,
.facebook_feed ul li:before,
.twitter_feed ul li:before {
  content: '';
  display: block;
}
.mobile_list ul li:after,
.facebook_feed ul li:after,
.twitter_feed ul li:after {
  content: '';
  display: table;
  clear: both;
}
.mobile_list ul ul li:before,
.facebook_feed ul ul li:before,
.twitter_feed ul ul li:before {
  border: none;
}
.mobile_list a + .item-list {
  border-top: 0;
}
.mobile_list .item-list {
  padding: 0;
}
.mobile_list ul li a {
  border-top: 0;
  padding: 0;
  color: #6A6A6A;
  font-weight: bold;
}
.mobile_list ul li a:hover {
  color: #6A6A6A;
}
.mobile_list .item-list a {
  color: #6A6A6A;
  font-weight: normal;
}
.mobile_list .item-list a:hover {
  color: #6A6A6A;
}
.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: #F5F5F5;
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  color: #023E3B;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  padding: 7px 2% 7px 24px;
  clear: both;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .mobile_list ul li a,
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink,
  .mobile_list ul li a:hover {
    display: block;
  }
  .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 #cbcbcb;
    padding: 0;
    position: static;
  }
  .mobile_list ul li:before {
    display: none;
  }
  .mobile_list .box_bottomlink,
  .mobile_box .box_bottomlink {
    border: none;
  }
}
/* FlexSlider Necessary Generic Styles
*********************************/
/* Browser Resets */
.flex-viewport {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider {
  position: relative;
}
.slides {
  zoom: 1;
}
.slides:before {
  content: '';
  display: block;
}
.slides:after {
  content: '';
  display: table;
  clear: both;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* Control Nav */
.flex-control-nav {
  position: absolute;
  right: 16px;
  bottom: 10px;
  display: none;
}
.flex-control-nav li {
  float: left;
}
.flex-control-nav li a {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  text-indent: -4000px;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
}
.flex-control-nav li a.flex-active,
.flex-control-nav li a:hover {
  background: #ccc;
}
.dialog_body.front_end_body {
  background: #fff;
}
.viClientDialog .vi-main {
  overflow: hidden;
}
.feedback_lightbox .vi-outer .vi-c .vi-main .vi-content iframe,
.send_share_email_lightbox .vi-outer .vi-c .vi-main .vi-content iframe {
  width: 100% !important;
}
.dialog_body .feed_back_wrapper #feedback_sendemail_form .feedback_list li label,
.front_end_body .send_email_wrapper .formlist label.content_label,
.dialog_body .shareemail_list label {
  display: inline-block;
  width: 190px;
  min-width: 190px;
  vertical-align: top;
}
.send_email_wrapper .formlist label {
  min-width: 190px;
}
.front_end_body .formlist .feedback_message_textarea,
.shareemail_list .shareemail_message_textarea,
.front_end_form .feedback_list textarea,
.send_email_wrapper .formlist textarea {
  width: 64.98422713%;
  height: 113px;
}
.list-filter select {
  width: 225px;
  max-width: 100%;
}
.list-filter,
.alpha-filter {
  margin: 0 0 10px 0;
  clear: both;
  list-style: none;
  padding: 0;
}
.list-filter ul,
.alpha-filter ul {
  list-style: none;
  padding: 0;
}
.list-filter ul li,
.alpha-filter ul li {
  float: left;
}
.list-filter ul li:first-child:before,
.alpha-filter ul li:first-child:before {
  content: "";
}
.list-filter ul li:before,
.alpha-filter ul li:before {
  color: Gray;
  content: "|";
}
.alpha-filter .current {
  color: inherit;
  cursor: inherit;
}
.alpha-filter .current:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: 0 0 0;
  color: inherit;
}
.alpha-filter a:hover {
  background: #1977A2;
  border: solid 1px transparent;
  color: #fff !important;
}
.alpha-filter .current:hover {
  color: inherit !important;
}
/**link color**/
.list-pager a {
  color: #1977A2 !important;
}
.list-pager a.pg-normal:hover {
  background: #1977A2;
  border: solid 1px transparent;
  color: #fff !important;
}
.detail-title,
.detail-subtitle,
.detail-intro {
  margin: 0 0 7px;
}
.detail-list-label.detail-list-label,
.custom_fields label,
.custom_fields .custom_field_label {
  width: 150px;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.list-main > li {
  border-bottom: 0px solid #cbcbcb;
  padding: 10px !important;
}
.detail-list > li,
.custom_fields .custom_field_frontend_display {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.detail-content {
  zoom: 1;
}
.detail-content:before {
  content: '';
  display: block;
}
.detail-content:after {
  content: '';
  display: table;
  clear: both;
}
.business_directory_widget .detail-list-value a {
  min-width: 300px;
}
/* Default List Table Styling.  
    Should match general table style in Interior comp.  
    Modify padding and borders ONLY  (if needed), otherwise do not modify.
    everything else controlled in settings.global or settings.colors
    Should match _components.tableData.less and _components.tableBox.less
================================================== */
.sitewrapper .listtable {
  width: 100%;
  border-collapse: separate !important;
  margin: 10px 0;
  empty-cells: show;
  border: solid 0px #cbcbcb !important;
  background: #FFF !important;
}
.sitewrapper .listtable th {
  border: 1px solid #A1D7E6;
  font-weight: normal;
  padding: 6px 9px;
  background: #A1D7E6 !important;
  color: #023E3B !important;
  font-size: 114.28571429%;
  font-family: "PT Sans Narrow Bold", sans-serif;
  vertical-align: top;
}
.sitewrapper .listtable th:hover {
  font-weight: normal;
  padding: 6px 9px;
  border: 1px solid #A1D7E6;
}
.sitewrapper .listtable th a {
  white-space: normal;
}
.sitewrapper .listtable td {
  padding: 3px 9px 3px 9px !important;
  border: 0;
  border-bottom: solid 1px #cbcbcb;
  border-right: solid 1px #cbcbcb;
  font-size: 107.14285714%;
}
.sitewrapper .listtable td:first-child {
  border-left: 1px solid #cbcbcb;
}
.sitewrapper .listtable tr:hover {
  background: rgba(170, 231, 247, 0.1);
}
.sitewrapper .listtable tr:hover td {
  background: rgba(170, 231, 247, 0.1) !important;
}
.sitewrapper .listtable tr:hover > td a {
  color: #1977A2 !important;
}
.sitewrapper .listtable tr:hover > td,
.sitewrapper .listtable tr:hover > td > p {
  color: #6A6A6A !important;
}
.sitewrapper .listtable a.email_link {
  background-position: center 0;
}
.sitewrapper .listtable th a {
  color: #023E3B !important;
}
.sitewrapper table.listtable a.phone_link {
  color: #1977A2 !important;
  text-decoration: underline !important;
}
.sitewrapper table.listtable a.phone_link:hover {
  color: #1977A2 !important;
  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 #A1D7E6;
}
.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;
  }
}
/***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;
  }
}
.small_box .item_new,
.listtable span.item_new {
  color: #023E3B;
  font-weight: bold;
  display: inline;
}
.empty_list {
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
}
.small_box .empty_box {
  padding: 10px 10px 10px 16px;
}
.small_box .box_content ul.item-list li.item-email,
.small_box .box_content ul.item-list li.item-phone,
.small_box .box_content ul.item-list li.item-map {
  padding-left: 22px;
  margin-bottom: 3px;
}
.small_box .box_content ul.item-list li.item-email {
  background: url(_gfx/cmn/email_table.png) 0 center no-repeat;
}
.small_box .box_content ul.item-list li.item-email .email_link {
  cursor: pointer;
}
.small_box .box_content ul.item-list li.item-phone {
  background-position: 0 center;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .small_box,
  .twitter_feed,
  .facebook_feed {
    margin-bottom: 20px;
    vertical-align: top;
    clear: both;
    background: #FFF !important;
    border: 0px solid #cbcbcb !important;
    word-wrap: break-word;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.07);
  }
  .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: #023E3B !important;
    font-weight: 500;
    line-height: 120%;
    font-size: 114.28571429% !important;
    height: auto;
    padding: 10px 10px 10px 20px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    background: #A1D7E6;
    margin: -1px -1px 0 -1px;
    font-family: "PT Sans Narrow Bold", sans-serif;
    background-size: auto 100%;
    box-shadow: 0px 3px 25px #00000012;
  }
  .small_box .box_content,
  .twitter_feed .box_content,
  .facebook_feed .box_content {
    padding: 13px 22px 0 22px;
  }
  .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: 0 0 0 0;
    line-height: 130%;
  }
  .small_box .box_content ul li,
  .twitter_feed .box_content ul li,
  .facebook_feed .box_content ul li,
  .small_box.twitter_feed ul li,
  .twitter_feed.twitter_feed ul li,
  .facebook_feed.twitter_feed ul li,
  .small_box.facebook_feed ul li,
  .twitter_feed.facebook_feed ul li,
  .facebook_feed.facebook_feed ul li,
  .small_box.faq_box .box_content > ul > li,
  .twitter_feed.faq_box .box_content > ul > li,
  .facebook_feed.faq_box .box_content > ul > li,
  .small_box.service_box.mobile_list .box_content > ul > li,
  .twitter_feed.service_box.mobile_list .box_content > ul > li,
  .facebook_feed.service_box.mobile_list .box_content > ul > li {
    padding: 5px 0 7px 0;
    position: relative;
  }
  .small_box .box_bottomlink,
  .twitter_feed .box_bottomlink,
  .facebook_feed .box_bottomlink {
    float: right;
    margin: 6px 0 10px 0;
    padding: 10px 18px;
    background: #FFAC6F;
    text-transform: uppercase;
    color: #023E3B;
    font-weight: 500;
    font-size: 92.85714286%;
    font-family: "PT Sans Narrow Bold", sans-serif;
    width: auto;
    height: auto;
    border-radius: 25px;
    line-height: normal;
    text-align: 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;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 3px 15px rgba(255, 176, 98, 0.42);
    letter-spacing: 1px;
  }
  .small_box .box_bottomlink:hover,
  .twitter_feed .box_bottomlink:hover,
  .facebook_feed .box_bottomlink:hover {
    text-decoration: none;
    background: #A1D7E6;
    color: #023E3B;
    box-shadow: 0px 3px 15px rgba(161, 215, 230, 0.42);
  }
  .small_box .box_bottomlink:after,
  .twitter_feed .box_bottomlink:after,
  .facebook_feed .box_bottomlink:after {
    display: none;
  }
  .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: #023E3B;
    text-decoration: none;
    font-size: 117.85714286%;
    font-weight: 600;
    font-family: "PT Sans Regular", sans-serif;
    display: block;
    padding-bottom: 7px;
  }
  .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: #023E3B;
    font-weight: 600;
    padding-bottom: 7px;
  }
  .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: #586A69;
    font-size: 107.14285714%;
    padding: 0;
    border: 0;
  }
  .small_box .document_breadcrumb,
  .twitter_feed .document_breadcrumb,
  .facebook_feed .document_breadcrumb {
    color: #586A69;
  }
  .small_box .document_breadcrumb a,
  .twitter_feed .document_breadcrumb a,
  .facebook_feed .document_breadcrumb a {
    color: #023E3B;
  }
  .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: #586A69;
    font-weight: normal;
    font-size: 107.14285714%;
  }
  .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: #023E3B;
  }
  .small_box .box_content ul.item-list,
  .twitter_feed .box_content ul.item-list,
  .facebook_feed .box_content ul.item-list {
    margin: 0;
    padding: 4px 0 0 0;
    border: 0;
  }
  .small_box .empty_box,
  .twitter_feed .empty_box,
  .facebook_feed .empty_box {
    padding: 10px 0;
  }
  .small_box .downloadmessage,
  .twitter_feed .downloadmessage,
  .facebook_feed .downloadmessage {
    width: 100%;
  }
  .small_box.staff_box .box_content ul.item-list li.item-phone,
  .small_box.staff_box .box_content ul.item-list li.item-email a,
  .small_box.business_box .box_content ul.item-list li.item-phone,
  .small_box.business_box .box_content ul.item-list li.item-email a,
  .small_box.business_box .box_content ul.item-list li.item-map a,
  .small_box.business_box .box_content ul.item-list li.item-map {
    line-height: 130%;
    border-bottom: none;
    font-size: 107.14285714%;
  }
  .small_box .box_content ul.item-list li.item-phone {
    background-position: 0 10%;
  }
  .small_box .box_content ul.item-list li.item-email {
    background-position: 0 10%;
  }
  .small_box .box_content ul.item-list li.item-map {
    background-position: 0 10%;
  }
}
body.front_end_body {
  background: #FFF;
  -ms-overflow-style: scrollbar;
  overflow-x: hidden;
}
#sitebody {
  background: transparent;
}
.container {
  padding: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 0px;
  padding-right: 0px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  body.front_end_body {
    background: #FFF;
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 730px;
    /*Width of site from 768px width up to 992px width*/
    max-width: 730px;
    /*needed to overwrite backend product styles*/
  }
  .mainSpan_wrapper,
  .mainSpan_wrapper_home {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .mainSpan_wrapper:before,
  .mainSpan_wrapper_home:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: transparent linear-gradient(180deg, #02223E 0%, #02223E00 100%) 0% 0% no-repeat padding-box;
    content: "";
    z-index: 4;
    box-shadow: none;
  }
  .mainSpan_wrapper:after,
  .mainSpan_wrapper_home:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    background: #023E3B;
    content: "";
    z-index: 4;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }
  .mainSpan_wrapper_home:before,
  .mainSpan_wrapper_home::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: transparent linear-gradient(180deg, #02223E 0%, #02223E00 100%) 0% 0% no-repeat padding-box;
    content: "";
    z-index: 4;
    box-shadow: none;
  }
  .mainSpan_wrapper:before,
  .mainSpan_wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #034A46;
    content: "";
    z-index: 4;
    box-shadow: none;
  }
  body.sticky_header .mainSpan_wrapper_home:before,
  body.sticky_header .mainSpan_wrapper_home::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #034A46;
    content: "";
    z-index: 4;
    box-shadow: none;
  }
  .mainSpan_wrapper {
    position: relative;
    z-index: 1;
  }
  .mainSpan_wrapper.alert_container_opened:before {
    top: 40px;
    height: 172px;
  }
  .mainSpan_wrapper_home .sr {
    visibility: hidden;
  }
  /*Set layout posision and width*/
  .container {
    margin-left: auto;
    margin-right: auto;
  }
  .mainSpan_wrapper_home:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: transparent linear-gradient(180deg, #02223E 0%, #02223E00 100%) 0% 0% no-repeat padding-box;
    content: "";
    z-index: 4;
    box-shadow: 0px 3px 6px rgb(0 0 0%);
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 950px;
    /*Width of site from 992px width up to 1200px width*/
    max-width: 950px;
    /*needed to overwrite backend product styles*/
  }
  .mainSpan_wrapper_home:before,
  .mainSpan_wrapper_home::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: transparent linear-gradient(180deg, #02223E 0%, #02223E00 100%) 0% 0% no-repeat padding-box;
    content: "";
    z-index: 4;
    box-shadow: none;
  }
}
@media (min-width: 75em) {
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 1150px;
    /*maximum width of site, might change for each site*/
    max-width: 1150px;
  }
}
@media (min-width: 85.375em) {
  .container,
  #sitebody,
  #siteheader,
  #footercolumn {
    width: 1302px;
    /*maximum width of site, might change for each site*/
    max-width: 1302px;
  }
}
/* SlickSlider Necessary Generic Styles
*********************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/**
    individual components
**/
/*#region HEADER */
#siteheader {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
  background: #034A46;
}
#headercolumn {
  clear: both;
  float: none;
  width: auto;
  position: static;
  height: 113px !important;
}
.faq_button {
  display: none;
  position: fixed;
  left: auto;
  right: -113px;
  top: 235px;
  bottom: auto;
  z-index: 99;
  -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;
}
.faq_button.faq_button_active {
  right: 0;
}
.faq_button a {
  display: table;
  width: 112px;
  height: 70px;
  overflow: hidden;
  background: #ffac6f 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 15px rgba(255, 176, 98, 0.42);
  border-radius: 10px 0px 0px 10px;
  text-decoration: none !important;
  color: #012D2B !important;
  font-family: "PT Sans Narrow Bold", sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 4px 36px 0 26px;
  letter-spacing: 1.6px;
}
.faq_button a span {
  display: table-cell;
  vertical-align: top;
}
.faq_button a:hover,
.faq_button a:focus {
  text-decoration: underline !important;
}
.faq_button .faq_toggle {
  background: #FFAC6F;
  border-radius: 80px 0px 0px 80px;
  border: none !important;
  width: 75px;
  height: 32px;
  line-height: 32px !important;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: -16px;
  right: 112px;
  -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;
}
.faq_button .faq_toggle.faq_toggle_active {
  right: 0;
  width: 85px;
}
.faq_button .faq_toggle.faq_toggle_active > span.faq-hide {
  display: block;
}
.faq_button .faq_toggle.faq_toggle_active > span.faq-show {
  display: none;
}
.faq_button .faq_toggle:hover > span {
  text-decoration: underline;
}
.faq_button .faq_toggle > span {
  color: #012D2B;
  font-size: 18px;
  font-weight: bold;
  font-family: "PT Sans Narrow Bold", sans-serif;
  text-transform: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: table;
  letter-spacing: 0.9px;
  padding: 0 20px 0 18px;
  text-align: left;
  -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;
}
.faq_button .faq_toggle > span.faq-hide {
  display: none;
  background: #A1D7E6;
  padding-right: 13px;
}
.faq_button .faq_toggle > span.faq-hide:after {
  content: '>>';
  left: auto;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0px;
  display: inline;
  position: relative;
}
.faq_button .faq_toggle > span.faq-show {
  display: block;
  background: #FFAC6F;
}
.faq_button .faq_toggle > span.faq-show:after {
  display: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader {
    height: 160px;
    background: transparent;
    position: relative;
    margin: 0 auto;
    z-index: auto;
    /*&:before {
			display: block;
			.multiple_bgs(0,auto,0,-30%,407px,160px);
			background: url(_gfx/cmn/Black-rose-watermark.svg) left center no-repeat;
			background-size: 100% auto;
			.opacity(0.49);
			z-index: 5;
		}*/
  }
  .search_open #siteheader {
    z-index: auto;
  }
  #headercolumn {
    background-image: none !important;
    height: auto !important;
  }
  .faq_button {
    top: auto;
    bottom: 10px;
    display: block;
  }
}
/***75em = 1200px ***/
@media screen and (min-width: 75em) {
  .faq_button {
    bottom: 150px;
  }
}
#page_footer {
  padding: 0;
  font-size: 82%;
  background: #023E3B;
}
#page_footer #footercolumn {
  margin: 0 auto;
  position: relative;
  min-height: 170px;
  display: block;
  padding-bottom: 3%;
}
#page_footer #footercolumn .footer_info {
  text-align: left;
  padding: 0;
  background: transparent;
}
#page_footer #footercolumn .footer_info h2 {
  padding: 0 0 0 25px;
}
#page_footer #footercolumn .footer_info a {
  position: relative;
  padding: 0 0 0 13px;
  font-size: 13px;
  letter-spacing: 0.64px;
  font-family: "PT Sans Regular", sans-serif;
}
#page_footer #footercolumn .footer_info a.elections_link {
  margin-bottom: 0;
}
#page_footer #footercolumn .footer_info a.elections_link:before {
  height: 3px;
  width: 3px;
  background: #FFAC6F;
  border-radius: 50%;
  top: 7px;
}
#page_footer #footercolumn .footer_info a.records_link {
  margin-bottom: 0;
}
#page_footer #footercolumn .footer_info a.records_link:before {
  height: 3px;
  width: 3px;
  background: #FFAC6F;
  border-radius: 50%;
  top: 7px;
}
#page_footer #footercolumn .footer_info a.roadclosures_link {
  margin-bottom: 0;
}
#page_footer #footercolumn .footer_info a.roadclosures_link:before {
  height: 3px;
  width: 3px;
  background: #FFAC6F;
  border-radius: 50%;
  top: 7px;
}
#page_footer #footercolumn .footer_info a.treasurer_link {
  margin-bottom: 0;
}
#page_footer #footercolumn .footer_info a.treasurer_link:before {
  height: 3px;
  width: 3px;
  background: #FFAC6F;
  border-radius: 50%;
  top: 7px;
}
#page_footer #footercolumn .footer_info a:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: "" center center no-repeat;
  background-size: cover;
  width: auto;
  height: auto;
  z-index: 0;
}
#page_footer #footercolumn .footer_nav {
  width: 50%;
  float: right;
  text-align: right;
}
#page_footer #footercolumn .footer_nav a {
  display: block;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  position: relative;
  padding: 0 30px 0 0;
  margin-bottom: 5px;
  -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;
}
#page_footer #footercolumn .footer_nav a:hover {
  color: #ffa330;
}
#page_footer #footercolumn .footer_nav img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  max-width: 18px;
  max-height: 18px;
}
#page_footer #footercolumn .footer_info.links_one {
  width: 36.33%;
  float: left;
  display: inline-block;
  padding: 0;
  padding-left: 10px;
  margin-top: 28px;
}
#page_footer #footercolumn .footer_info.links_middle_seal {
  width: 30.33%;
  float: right;
  display: inline-block;
  padding: 0;
  margin-top: 28px;
}
#page_footer #footercolumn .footer_info.links_middle_seal ul {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
#page_footer #footercolumn .footer_info.links_middle_seal ul li {
  list-style-type: none;
}
#page_footer #footercolumn .footer_info.links_middle_seal ul li img {
  height: 85px;
}
#page_footer #footercolumn .footer_info.links_two {
  width: 33.33%;
  float: left;
  display: inline-block;
  padding: 0;
  margin-top: 28px;
}
#page_footer h2 {
  display: block;
  font-size: 18px;
  font-weight: normal;
  font-family: inherit;
  color: #fff;
  margin: 0 0 25px 0;
  padding: 0;
  text-transform: none;
}
#page_footer .mobile_footer_nav {
  background: transparent url(_gfx/cmn/mobile/mobile_footer_seal.png) 30px center no-repeat;
  padding: 12px 27px;
  min-height: 94px;
  text-align: right;
}
#page_footer .mobile_footer_nav a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-family: inherit;
  color: #fff;
  text-decoration: none;
  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;
  padding: 0 8px 0 0;
  margin: 0 0 1px 0;
}
#page_footer .mobile_footer_nav a:before {
  content: "";
  top: 0;
  left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: "" center center no-repeat;
  background-size: cover;
  width: 3px;
  height: 3px;
  margin: auto 0;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}
#page_footer .mobile_footer_nav a:hover {
  color: #fab500;
}
#page_footer .footer_info {
  text-align: center;
  padding: 15px 15px 12px;
  background: transparent;
}
#page_footer .footer_info a {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-family: inherit;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0;
}
#page_footer .footer_info a.address_link {
  margin-bottom: 5px;
}
#page_footer .footer_info a:hover {
  text-decoration: underline;
}
#page_footer .footer_copyright {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 13px;
  font-weight: normal;
  font-family: "PT Sans Regular", sans-serif;
  text-align: center;
  margin: 0;
  color: #FFF;
  letter-spacing: 0px;
  display: none;
}
#page_footer .footer_copyright a {
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: "PT Sans Regular", sans-serif;
}
#page_footer .footer_copyright a:hover {
  text-decoration: underline;
}
#page_footer p {
  margin: 0;
  clear: both;
}
footer div#footercolumn .col-sm-3 {
  text-align: center;
}
footer div#footercolumn .col-sm-3 h2 {
  font-family: "PT Sans Regular", sans-serif;
  letter-spacing: 0.9px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0 8px 0;
}
footer div#footercolumn .footer_seal {
  display: none;
}
footer div#footercolumn .footer_links ul {
  padding: 0;
}
footer#page_footer div#footercolumn a:hover {
  color: #FFAC6F;
  text-decoration: underline;
}
footer div#footercolumn .footer_address p,
footer div#footercolumn .footer_address p a,
footer div#footercolumn .footer_hours p,
footer div#footercolumn .footer_hours p a,
footer div#footercolumn .footer_links ul li,
footer div#footercolumn .footer_links ul li a {
  color: #FFF;
  font-family: "PT Sans Regular", sans-serif;
  font-size: 14px;
}
footer#page_footer .footer_address p a.footer_address_links:not(:last-child):after {
  content: "|";
  padding-left: 7px;
}
footer#page_footer .footer_links ul li:not(:last-child):after {
  content: "|";
  padding-right: 7px;
}
footer#page_footer .footer_links ul li {
  display: inline-block;
}
#view-options {
  display: none !important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  footer div#footercolumn .col-sm-3 {
    text-align: center;
  }
  footer div#footercolumn .footer_seal {
    display: block;
  }
  footer#page_footer .footer_address p a.footer_address_links:not(:last-child):after {
    content: "";
    padding-left: 0;
  }
  footer#page_footer .footer_links ul li:not(:last-child):after {
    content: "";
    padding-right: 0;
  }
  footer#page_footer .footer_links ul li {
    display: block;
  }
  footer#page_footer .footer_hours {
    max-width: 100%;
    margin: 0;
  }
  footer#page_footer .footer_address {
    max-width: 100%;
    margin: 0;
  }
  #page_footer {
    clear: both;
    font-size: 100%;
    padding: 0;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    background: #023E3B;
    min-height: 675px;
  }
  #page_footer .col-sm-3 {
    float: left;
    width: 50%;
    padding: 0 25px;
    height: 270px;
  }
  #page_footer .footer_copyright {
    display: block;
  }
  #page_footer #footercolumn {
    position: relative;
    min-height: 225px;
    padding-bottom: 0;
    max-width: 500px;
    margin: 0 auto;
    display: block;
    height: 100%;
  }
  #page_footer #footercolumn .footer_info {
    text-align: left;
    padding: 0;
    background: transparent;
  }
  #page_footer #footercolumn .footer_info h2 {
    padding: 0 0 0 25px;
  }
  #page_footer #footercolumn .footer_info a {
    position: relative;
    padding: 0 0 0 25px;
    font-size: 16px;
    letter-spacing: 0.64px;
    font-family: "PT Sans Regular", sans-serif;
  }
  #page_footer #footercolumn .footer_info a.elections_link {
    margin-bottom: 5px;
  }
  #page_footer #footercolumn .footer_info a.elections_link:before {
    background: url(_gfx/cmn/footer-icon-elections@2x.png) 0 0 no-repeat;
    top: 3px;
    height: 18px;
    width: 18px;
    border-radius: 0;
    background-size: 100%;
  }
  #page_footer #footercolumn .footer_info a.records_link {
    margin-bottom: 5px;
  }
  #page_footer #footercolumn .footer_info a.records_link:before {
    background: url(_gfx/cmn/footer-icon-records@2x.png) 0 0 no-repeat;
    top: 3px;
    height: 18px;
    width: 18px;
    border-radius: 0;
    background-size: 100%;
  }
  #page_footer #footercolumn .footer_info a.roadclosures_link {
    margin-bottom: 5px;
  }
  #page_footer #footercolumn .footer_info a.roadclosures_link:before {
    background: url(_gfx/cmn/footer-icon-roadclosures@2x.png) 0 0 no-repeat;
    top: 3px;
    height: 18px;
    width: 18px;
    border-radius: 0;
    background-size: 100%;
  }
  #page_footer #footercolumn .footer_info a.treasurer_link {
    margin-bottom: 5px;
  }
  #page_footer #footercolumn .footer_info a.treasurer_link:before {
    background: url(_gfx/cmn/footer-icon-treasurer@2x.png) 0 0 no-repeat;
    top: 3px;
    height: 18px;
    width: 18px;
    border-radius: 0;
    background-size: 100%;
  }
  #page_footer #footercolumn .footer_info a:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: "" center center no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
    z-index: 0;
  }
  #page_footer #footercolumn .footer_info.links_middle_seal a {
    padding: 0;
  }
  #page_footer #footercolumn .footer_nav {
    width: 50%;
    float: right;
    text-align: right;
  }
  #page_footer #footercolumn .footer_nav a {
    display: block;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    padding: 0 30px 0 0;
    margin-bottom: 5px;
    -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;
  }
  #page_footer #footercolumn .footer_nav a:hover {
    color: #ffa330;
  }
  #page_footer #footercolumn .footer_nav img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    max-width: 18px;
    max-height: 18px;
  }
  #page_footer #footercolumn .footer_info.links_one {
    width: 33.33%;
    float: left;
    display: inline-block;
    padding: 0;
    padding-left: 90px;
    margin-top: 28px;
  }
  #page_footer #footercolumn .footer_info.links_middle_seal {
    width: 33.33%;
    float: left;
    display: inline-block;
    padding: 0;
    margin-top: 12px;
  }
  #page_footer #footercolumn .footer_info.links_middle_seal ul {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center;
  }
  #page_footer #footercolumn .footer_info.links_middle_seal ul li {
    list-style-type: none;
  }
  #page_footer #footercolumn .footer_info.links_middle_seal ul li img {
    height: 114px;
  }
  #page_footer #footercolumn .footer_info.links_two {
    width: 33.33%;
    float: left;
    display: inline-block;
    padding: 0;
    margin-top: 28px;
  }
  #page_footer:after {
    background: transparent;
  }
  footer div#footercolumn .col-sm-3 h2 {
    font-family: "PT Sans Narrow Bold", sans-serif;
    letter-spacing: 0.9px;
    font-size: 18px;
  }
  footer div#footercolumn .footer_seal ul {
    padding: 0;
  }
  footer div#footercolumn .footer_seal ul li {
    list-style-type: none;
    margin-top: 54px;
  }
  footer div#footercolumn .footer_seal ul li a img {
    width: 190px;
  }
  footer div#footercolumn .footer_links ul li {
    list-style-type: none;
  }
  footer div#footercolumn .footer_address p,
  footer div#footercolumn .footer_address p a,
  footer div#footercolumn .footer_hours p,
  footer div#footercolumn .footer_hours p a,
  footer div#footercolumn .footer_links ul li,
  footer div#footercolumn .footer_links ul li a {
    font-size: 18px;
  }
  footer div#footercolumn .col-sm-3 h2 {
    margin: 54px 0 8px 0;
    font-size: 26px;
    letter-spacing: 1.3px;
  }
  #page_footer .footer_copyright {
    top: auto;
    bottom: -425px;
    text-align: center;
    font-size: 14px;
    font-family: "PT Sans Regular", sans-serif;
    z-index: 1;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  #page_footer {
    min-height: 600px;
  }
  #page_footer h2 {
    font-size: 20px;
  }
  #page_footer #footercolumn .footer_info.links_one {
    padding-left: 160px;
  }
  #page_footer .col-sm-3 {
    float: left;
    width: 25%;
    border: 0;
    padding: 0;
    height: auto;
  }
  #page_footer #footercolumn {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  #page_footer #footercolumn .footer_nav {
    width: 40%;
    padding: 0 40px 0 0;
  }
  #page_footer .footer_copyright {
    bottom: -125px;
  }
  footer div#footercolumn .col-sm-3 {
    text-align: left;
  }
  footer#page_footer .footer_hours {
    max-width: 190px;
    margin: 0;
  }
  footer#page_footer .footer_address {
    max-width: 220px;
    margin: 0;
  }
  #page_footer {
    min-height: 345px;
  }
  footer div#footercolumn .footer_address p,
  footer div#footercolumn .footer_address p a,
  footer div#footercolumn .footer_hours p,
  footer div#footercolumn .footer_hours p a,
  footer div#footercolumn .footer_links ul li,
  footer div#footercolumn .footer_links ul li a {
    color: #FFF;
    font-family: "PT Sans Regular", sans-serif;
    font-size: 18px;
  }
  footer div#footercolumn .footer_seal ul li a img {
    width: 176px;
    max-width: 176px;
    float: right;
    margin-right: 88px;
  }
  #page_footer .footer_copyright {
    bottom: -92px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #page_footer #footercolumn .footer_info.links_one {
    padding-left: 230px;
  }
}
#siteheader a#home_link {
  background: url(_gfx/cmn/logo2023.png) center / 100% no-repeat !important;
  background-size: auto 130% !important;
  height: 46px;
  overflow: hidden;
  position: absolute;
  text-indent: -4000px;
  left: 0;
  margin: auto;
  right: 0;
  top: 10px;
  width: auto;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #siteheader a#home_link {
    height: auto;
    left: 0;
    top: 50px;
    bottom: 0;
    right: auto;
    width: 328px;
    max-width: 460px;
    background: url(_gfx/cmn/logo2023.png) center / 100% no-repeat !important;
    z-index: 7;
    margin-left: 55px;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  #siteheader a#home_link {
    width: 18.125vw;
    max-width: 348px;
    margin-left: 0;
  }
}
#headercolumn #top_nav {
  display: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) and (max-width: 51em) {
  #top_nav.right_adjust {
    padding-right: 20px;
  }
}
#top_nav ul.top_nav_list {
  text-align: left;
  display: block;
  padding: 0 20px 0 5%;
  margin: 0;
}
#top_nav ul.top_nav_list li {
  list-style-type: none;
  display: inline-block;
}
#top_nav ul.top_nav_list li a {
  -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;
  display: flex;
  align-items: center;
  justify-content: center;
  place-content: flex-start;
}
#top_nav ul.top_nav_list li a .top_nav_img_wrap {
  background: #012D2B;
  margin-right: 14px;
  width: 45px;
  text-align: center;
  height: 28px;
  border-radius: 8px;
  position: relative;
}
#top_nav ul.top_nav_list li a .top_nav_img_wrap img.top_nav_img {
  max-width: 25px;
  max-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top_nav ul.top_nav_list li a span.top_nav_title {
  letter-spacing: 0.28px;
  font-size: 14px;
  font-weight: normal;
  -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;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #headercolumn #top_nav ul.top_nav_list {
    text-align: left;
    display: block;
    padding: 0;
  }
  #headercolumn #top_nav {
    display: block;
  }
  #headercolumn #top_nav.top_nav_mobile_links {
    display: none;
  }
  #top_nav {
    color: #FFFFFF;
    float: none;
    text-align: right;
    line-height: 36px;
    padding: 0;
    height: 55px;
    overflow: hidden;
    margin-right: 75px;
    position: relative;
    margin-right: 0px;
    z-index: 7;
  }
  #top_nav .top_nav_list li {
    display: inline-block;
  }
  #top_nav ul.top_nav_list {
    margin: 0;
    height: 55px;
  }
  #top_nav.top_nav_icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    place-content: flex-start;
  }
  #top_nav a {
    color: #FFFFFF;
    font-size: 12px;
    margin: 8px 4px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-family: inherit;
    font-weight: normal;
    -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;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top_nav a .top_nav_img_wrap {
    background: #012D2B;
    margin-right: 14px;
    width: 45px;
    text-align: center;
    height: 28px;
    border-radius: 8px;
    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;
  }
  #top_nav a .top_nav_img_wrap ~ .top_nav_title {
    letter-spacing: 0.28px;
    font-size: 14px;
    font-weight: normal;
    -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;
  }
  #top_nav a img {
    max-width: 25px;
    max-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #top_nav a:hover {
    -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;
    color: #FFAC6F;
    text-decoration: none;
  }
  #top_nav a:before {
    text-decoration: none;
  }
  #top_nav ul.top_nav_list li a span.top_nav_title {
    letter-spacing: 0.28px;
    font-size: 12px;
    font-weight: normal;
    -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;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  #top_nav {
    float: right;
    padding: 0 148px 0px 0px;
  }
  #top_nav ul.top_nav_list li a span.top_nav_title {
    font-size: 12px;
  }
  #top_nav ul.top_nav_list {
    padding: 0;
  }
  #top_nav a {
    font-size: 14px;
    margin: 8px 15px;
  }
  #top_nav a:last-child {
    margin-right: 0;
  }
}
/***75em = 1200px ***/
@media screen and (min-width: 75em) {
  #top_nav {
    padding: 0 160px 0px 0px;
  }
  ul.top_nav_list li a span.top_nav_title {
    font-size: 14px;
  }
}
@media (min-width: 85.375em) {
}
.search-trigger,
.top_links,
.close_search {
  display: none;
}
#searchbox {
  background: #012D2B;
  height: 50px;
  margin: 0;
  padding: 6px 5px;
  width: 100%;
  border: 0;
}
#searchbox input#search_text {
  background: transparent;
  border: 0 none !important;
  /*keep important*/
  border-radius: 0;
  color: #FFFFFF;
  font-size: 16px !important;
  /*keep important*/
  font-family: "PT Sans Regular", sans-serif;
  height: 30px;
  line-height: 30px !important;
  margin: 4px 5px 4px 0;
  padding: 0 36px 0 11px;
  width: 100%;
  border-radius: 5px;
  letter-spacing: 0.36px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #FFF !important;
}
#searchbox input#search_text::-webkit-input-placeholder {
  color: #FFFFFF !important;
  font-size: 16px;
  font-family: "PT Sans Regular", sans-serif;
  opacity: 1 !important;
}
#searchbox input#search_text:-moz-placeholder {
  color: #FFFFFF !important;
  font-size: 16px;
  font-family: "PT Sans Regular", sans-serif;
  opacity: 1 !important;
}
#searchbox input#search_text::-moz-placeholder {
  color: #FFFFFF !important;
  font-size: 16px;
  font-family: "PT Sans Regular", sans-serif;
  opacity: 1 !important;
}
#searchbox input#search_text:-ms-input-placeholder {
  color: #FFFFFF !important;
  font-size: 16px;
  font-family: "PT Sans Regular", sans-serif;
  opacity: 1 !important;
}
#searchbox input#search_text:focus {
  box-shadow: 0 0;
}
#searchbox > a {
  border: 0 none !important;
  height: 29px !important;
  margin: 0;
  position: absolute;
  right: 15px;
  text-align: left;
  text-decoration: none;
  text-indent: -4000px;
  top: 10px;
  width: 36px;
  overflow: hidden;
  background-image: url(_gfx/cmn/ui-search.svg);
  background-size: 16px auto;
  background-position: center right;
  background-repeat: no-repeat;
  text-indent: -9999px !important;
}
#searchbox > a:hover {
  background-image: url(_gfx/cmn/ui-search-H.svg);
  background-size: 16px auto;
  background-position: center right;
  background-repeat: no-repeat;
  text-indent: -9999px !important;
}
.top_links h2 {
  font-size: 25px;
  color: #FFF;
  font-weight: normal;
  width: auto;
  display: block;
  margin: 0 auto 20px;
  padding: 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  font-family: "PT Sans Narrow Bold", sans-serif;
  text-align: center;
}
.top_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -5px;
}
.top_links ul li {
  flex: 0 1 100%;
  max-width: calc(25% - 10px);
  padding: 0;
  margin: 0 5px 12px;
}
.top_links ul li a {
  background: transparent;
  border: 1px solid transparent linear-gradient(178deg, #93EADA 0%, #AAE7F8 100%) 0% 0% no-repeat padding-box;
  border-radius: 0;
  padding: 5px;
  height: 55px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}
.top_links ul li a:hover {
  background: transparent linear-gradient(178deg, #93EADA 0%, #AAE7F8 100%) 0% 0% no-repeat padding-box;
  border-color: 1px solid rgba(2, 62, 59, 0.9);
}
.top_links ul li a:hover .link-text {
  color: #012D2B;
}
.top_links ul li .link-text {
  font-size: 16px;
  text-align: center;
  color: #012D2B;
  text-decoration: none;
  max-height: 38.4px;
  overflow: hidden;
  line-height: 1.2;
  display: block;
  width: 100%;
}
body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .search_overlay {
  display: none;
}
body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .top_search {
  display: block;
  height: 0;
  z-index: 4;
}
body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .top_search .close_search {
  display: none;
}
body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .top_search .search_block {
  border: 0;
  padding: 0;
}
body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .top_search .search_block div#searchbox {
  position: absolute;
  right: 0;
}
body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .top_search .search_block .top_links {
  display: none;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .top_search .search_block div#searchbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .top_links {
    display: block;
  }
  .top_links h2 {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: normal;
    width: 96%;
    display: block;
    margin: 29px auto 26px;
    padding: 0 20px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-family: "PT Sans Narrow Bold", sans-serif;
    text-align: center;
  }
  .top_links ul {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .top_links ul li a {
    background: #FFAC6F;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    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;
    height: 55px;
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #012D2B;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    padding: 0 12px;
    margin: 0;
    font-family: "PT Sans Narrow Bold", sans-serif;
    letter-spacing: 2px;
    box-shadow: 0px 3px 15px rgba(255, 176, 98, 0.42);
    text-transform: uppercase;
  }
  .top_links ul li a:hover {
    background: #FFF;
    color: #012D2B;
    text-decoration: none;
  }
  .top_search {
    display: none;
    position: absolute;
    z-index: 12;
    width: 100%;
  }
  .top_search .search_block {
    width: 84%;
    margin-left: 8%;
    border: 0px solid rgba(4, 136, 130, 0.9);
    margin-top: 0;
    padding: 0 8% 126px;
  }
  .top_search.view-search {
    display: block !important;
    -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;
  }
  .search_overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(2, 62, 59, 0.9);
    z-index: 12;
  }
  .close_search.close_search {
    color: #ffffff;
    font-size: 21px;
    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;
    float: right;
    display: block;
    background: url(_gfx/cmn/UI-search-close.svg) no-repeat right center;
    background-size: 24px auto;
    padding-right: 30px;
    margin: 18.5px 8% 0 0;
    text-indent: -4000px;
    overflow: hidden;
  }
  .close_search.close_search:hover {
    opacity: 0.7;
  }
  .search-trigger {
    position: absolute;
    right: auto;
    margin-left: calc( 730px  -  28px );
    display: block;
    cursor: pointer;
    background: url(_gfx/cmn/ui-search.svg) no-repeat center center;
    background-size: 16px auto;
    height: 55px;
    float: right;
    width: 28px;
    text-indent: -4000px;
    text-align: left;
    overflow: hidden;
    top: 73px;
    z-index: 9;
    transform: translateY(-100%);
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    transition-delay: 0.2s;
    visibility: visible;
  }
  .search-trigger.active,
  .search-trigger:hover {
    background: url(_gfx/cmn/ui-search-H.svg) no-repeat center center;
    background-size: 16px auto;
  }
  .mainSpan_wrapper_home .search-trigger,
  .mainSpan .search-trigger {
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .mainSpan_wrapper_home .sticky_header.search_open #siteheader .top_search,
  .mainSpan .sticky_header.search_open #siteheader .top_search {
    height: 100vh;
  }
  .mainSpan_wrapper_home .sticky_header.search_open #siteheader .top_search .search_block,
  .mainSpan .sticky_header.search_open #siteheader .top_search .search_block {
    position: fixed;
    top: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: auto;
    height: auto;
  }
  .mainSpan_wrapper_home .sticky_header.search_open #siteheader .home_close_search.home_close_search,
  .mainSpan .sticky_header.search_open #siteheader .home_close_search.home_close_search {
    top: auto;
    bottom: 405px;
    z-index: 2;
    display: block;
  }
  .mainSpan_wrapper_home .sticky_header.search_open #searchbox > a,
  .mainSpan .sticky_header.search_open #searchbox > a {
    background: url(_gfx/cmn/ui-search.svg) no-repeat center center;
    background-size: 16px auto;
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: -9999px !important;
  }
  .mainSpan_wrapper_home .sticky_header.search_open #searchbox > a:hover,
  .mainSpan .sticky_header.search_open #searchbox > a:hover {
    background: url(_gfx/cmn/ui-search-H.svg) no-repeat center center;
    background-size: 16px auto;
    background-position: center right;
    background-repeat: no-repeat;
    text-indent: -9999px !important;
  }
  body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .search-trigger {
    display: none;
  }
  #searchbox {
    position: relative;
    padding: 0;
    background: rgba(1, 45, 43, 0.8);
    float: none;
    top: auto;
    height: 80px;
    border: 0px solid #dddddd;
    width: 100%;
    max-width: 560px;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #searchbox > a {
    display: inline-block;
    background: transparent url(_gfx/cmn/ui-search.svg) no-repeat center center;
    background-size: 20px auto;
    width: 64px;
    height: 63px !important;
    top: auto;
    right: 7px;
    border-radius: 0;
  }
  #searchbox > a:hover,
  #searchbox > a:active,
  #searchbox > a.active {
    background: transparent url(_gfx/cmn/ui-search-H.svg) no-repeat center center;
    background-size: 20px auto;
  }
  #searchbox input#search_text {
    color: #FFFFFF;
    margin: 0 15px;
    width: 100%;
    border: 1px solid #FFF !important;
    font-size: 18px !important;
    background: transparent;
    text-transform: none;
    height: 50px;
    line-height: 50px !important;
    padding: 0 68px 0 27px;
  }
  #searchbox input#search_text::-webkit-input-placeholder {
    font-size: 18px;
    color: #FFFFFF;
    text-transform: none;
  }
  #searchbox input#search_text:-moz-placeholder {
    font-size: 18px;
    color: #FFFFFF;
    text-transform: none;
  }
  #searchbox input#search_text::-moz-placeholder {
    font-size: 18px;
    color: #FFFFFF;
    text-transform: none;
  }
  #searchbox input#search_text:-ms-input-placeholder {
    font-size: 18px;
    color: #FFFFFF;
    text-transform: none;
  }
  #searchbox.right_adjust {
    right: 0px;
  }
  .search_open .search_overlay,
  .search_open .top_search {
    display: block;
    z-index: 14;
  }
  body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home #searchbox {
    margin: 215px auto 0;
  }
  body:not(.sticky_header) .sitewrapper.mainSpan_wrapper #searchbox,
  body.sticky_header #searchbox {
    margin: 134px auto 0;
  }
}
/***62em = 992px***/
@media only screen and (min-width: 62em) {
  body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home #searchbox {
    margin: 145px auto 0;
  }
  .search-trigger {
    top: 70px;
    margin-left: calc( 950px  -  28px );
  }
  .top_links ul li a,
  .top_links ul li .link-text {
    font-size: 20px;
    max-height: 48px;
    overflow: hidden;
  }
  #searchbox {
    margin: 134px auto 0;
  }
  .sitewrapper .mainSpan div#searchbox {
    width: 560px;
    max-width: 560px;
  }
  body:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home .top_search .search_block div#searchbox {
    top: 0;
    left: auto;
    transform: none;
    right: 0;
  }
}
/***75em = 1200px***/
@media only screen and (min-width: 75em) {
  .search-trigger {
    margin-left: calc( 1150px  -  28px );
  }
}
/*1366px*/
@media only screen and (min-width: 85.375em) {
  .search-trigger {
    margin-left: calc( 1302px  -  28px );
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .translatebox {
    float: right;
    clear: both;
    display: block;
    margin: 8px 0px 0px 0px;
    padding: 0px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #888;
    position: relative;
  }
  .translatebox:before {
    position: absolute;
    height: 0;
    width: 0;
    border-top: 7px solid #888;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
  }
  .translatebox a {
    display: none;
  }
  .translatebox .skiptranslate.goog-te-gadget {
    color: white !important;
    font-size: 0px;
  }
  .translatebox .skiptranslate.goog-te-gadget select.goog-te-combo {
    top: 0px;
    border: 0 !important;
    width: 185px;
    padding: 0px 0px 0px 12px;
    position: relative;
    color: #262626 !important;
    font-size: 18px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    margin: 0;
    height: 36px;
    min-width: 0;
  }
  .translatebox .skiptranslate.goog-te-gadget select.goog-te-combo option {
    background: #fff;
  }
  .translatebox select::-ms-expand {
    display: none;
  }
}
#page_footer .social_icons {
  margin: 20px 0;
  position: relative;
}
#page_footer .social_icons .social_icons_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_footer .social_icons .social_icons_wrap a img {
  max-height: 11px;
}
#page_footer .social_icons a {
  display: inline-block;
  background: #09504C;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 7.5px;
  border: 0px solid transparent;
  display: flex;
  align-items: 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;
}
#page_footer .social_icons a:hover {
  background: #FFAC6F;
  border: 0px solid rgba(2, 62, 59, 0.9);
}
#page_footer .social_icons h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.75px;
  color: #6A6A6A;
  margin: 0 0 17px 30px;
}
#page_footer .social_icons:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 25px;
  color: rgba(2, 62, 59, 0.9);
  font-size: 14px;
  font-family: 'Glyphicons Halflings';
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #page_footer .social_icons {
    height: auto;
    overflow: hidden;
    margin: 0;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    bottom: -370px;
    z-index: 1;
  }
  #page_footer .social_icons .social_icons_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #page_footer .social_icons .social_icons_wrap a img {
    max-height: 16px;
  }
  #page_footer .social_icons .social_icons_wrap a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
/*** 62em ***/
@media screen and (min-width: 62em) {
  #page_footer .social_icons {
    height: 155px;
    overflow: hidden;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    bottom: -210px;
  }
}
.config_widget_template *,
.config_widget_template *:after,
.config_widget_template *:before {
  box-sizing: border-box;
}
.edit .widget_wrapper {
  padding: 0;
}
.config_widget_template .home_collage .flex-control-nav {
  z-index: 21;
}
.config_widget_template .home_collage:hover .flex-control-nav {
  z-index: 300;
}
.page.edit .column.column.sortable_col:not(.site_template_column):not(.page_edit_empty_col) {
  min-height: 0;
}
.home_buttons .widget_wrapper_body.widget_wrapper_body {
  overflow: visible;
}
#configure_widgets #siteheader,
#configure_widgets #sitebody,
#configure_widgets #footercolumn,
#configure_widgets #page_footer .footer_copyright {
  width: 100%;
}
.config_widget_template .home_collage .flex-control-nav {
  z-index: 21;
}
.config_widget_template .home_collage:hover .flex-control-nav {
  z-index: 300;
}
.config_widget_template .home_collage {
  z-index: 0;
}
.config_widget_template .home_collage .widget_wrapper .widget_wrapper_title {
  top: 423px;
}
.config_widget_template .home_collage .flex-control-nav {
  z-index: 310;
}
.config_widget_template .home_item3 .widget_wrapper_title {
  top: 46px;
}
.config_widget_template .home_item3 .widget_wrapper::before {
  top: 46px;
}
.config_widget_template .home_video_thumbs .video-thumbnail-bottomlink {
  margin: 0px 0px -42px 0;
}
.config_widget_template .vi-fullwidth-banner {
  width: 100vw;
  max-width: none;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw;
  margin-bottom: -30px;
}
.config_widget_template .home_item2 {
  z-index: 0;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .config_widget_template {
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .config_widget_template .column.sortable_col {
    min-height: 0;
  }
  .config_widget_template .search_open .search_overlay,
  .config_widget_template .search_open .top_search,
  .config_widget_template .has-service-finder .service-finder {
    z-index: 21;
  }
  .config_widget_template .has-service-finder a.service-finder-trigger {
    z-index: 22;
  }
  .config_widget_template .sr {
    visibility: visible;
  }
  .config_widget_template .top_col > div:first-of-type {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .config_widget_template #sitebody.homepagelayout .home_item3 {
    z-index: 20;
  }
  .config_widget_template #sitebody.homepagelayout .home_item2 {
    margin-top: -156px;
  }
  .config_widget_template .vi-fullwidth-banner {
    width: 100vw;
    max-width: none;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw;
    margin-bottom: -30px;
  }
  .config_widget_template .widget_wrapper .widget_wrapper_body.edit {
    min-height: 45px;
  }
  .edit .widget_wrapper .widget_wrapper_title.edit {
    text-align: left;
  }
  .config_widget_template .scroll-arrow {
    z-index: 300;
  }
}
/*62em = 992px*/
@media (min-width: 1200px) {
  .config_widget_template {
    clear: both;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sticky_header .sitewrapper:before {
    position: fixed;
    height: 60px;
    z-index: 7;
    top: 0;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    transition-delay: 0.2s;
  }
  .sticky_header #siteheader {
    z-index: 9;
  }
  .sticky_header #siteheader a#home_link {
    position: fixed;
    height: 60px;
    left: auto;
    top: 0px;
    width: 170px;
    background: url(_gfx/cmn/logo2023.png) 0 0.2% no-repeat !important;
    background-size: contain !important;
    margin: 0 auto;
    margin-left: 58px;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    transition-delay: 0.2s;
  }
  .sticky_header #siteheader #top_nav {
    display: none;
  }
  .sticky_header #siteheader .translatebox {
    display: none !important;
  }
  .sticky_header .search-trigger {
    position: fixed;
    right: auto;
    top: 0px;
    margin-left: calc( 730px  -  60px );
    display: block;
    cursor: pointer;
    background: url(_gfx/cmn/ui-search.svg) no-repeat center center;
    background-size: 16px auto;
    height: 60px;
    float: right;
    width: 60px;
    text-indent: -4000px;
    text-align: left;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    transition-delay: 0.2s;
    visibility: visible;
  }
  .sticky_header .search-trigger.active,
  .sticky_header .search-trigger:hover {
    background: url(_gfx/cmn/ui-search-H.svg) no-repeat center center;
    background-size: 16px auto;
  }
  .sticky_header .top_search {
    position: fixed;
    max-width: 730px;
    width: 100%;
  }
  .sticky_header .mainnav {
    top: auto;
    position: relative;
    z-index: 7;
  }
  .sticky_header .mainnav .dropdownmenu {
    margin-left: 185px;
    margin-right: 60px;
    top: 0;
    padding: 0 160px 0 130px;
    transform: translateY(0);
    transition: transform 0.3s ease-in-out;
    transition-delay: 0.2s;
  }
  .sticky_header .mainnav .dropdownmenu > li > a {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .sticky_header #dropdownrootitem8 .widthcontainer1col,
  .sticky_header #dropdownrootitem7 .widthcontainer1col {
    right: -60px;
  }
  .sticky_header #dropdownrootitem8 .widthcontainer2col,
  .sticky_header #dropdownrootitem7 .widthcontainer2col,
  .sticky_header #dropdownrootitem6 .widthcontainer2col {
    right: -60px;
  }
  .sticky_header #dropdownrootitem5 .widthcontainer3col,
  .sticky_header #dropdownrootitem6 .widthcontainer3col,
  .sticky_header #dropdownrootitem7 .widthcontainer3col,
  .sticky_header #dropdownrootitem8 .widthcontainer3col {
    right: -60px;
  }
  .sticky_header #sitebody .dropdownmenu .widthcontainer4col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer5col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer6col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer7col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer8col {
    width: 730px;
    right: -60px;
  }
  .sticky_header .search_open #siteheader {
    z-index: auto;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .sticky_header .search-trigger {
    margin-left: calc( 950px  -  60px );
  }
  .sticky_header .top_search {
    max-width: 950px;
  }
  .sticky_header #siteheader a#home_link {
    margin: 0 auto;
  }
  .sticky_header .mainnav .dropdownmenu {
    margin-left: 190px;
    width: 705px;
    position: fixed;
    padding: 4px 180px 0 0;
  }
  .sticky_header .mainnav .dropdownmenu > li > a {
    font-size: 11px;
  }
  .sticky_header #sitebody .dropdownmenu .widthcontainer4col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer5col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer6col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer7col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer8col {
    width: 950px;
  }
}
/*75em = 1200px*/
@media only screen and (min-width: 75em) {
  .sticky_header .search-trigger {
    margin-left: calc( 1150px  -  60px );
  }
  .sticky_header .top_search {
    max-width: 1150px;
  }
  .sticky_header #siteheader a#home_link {
    width: 220px;
  }
  .sticky_header .mainnav .dropdownmenu {
    margin-left: 240px;
    padding: 5px ​200px 0 50px;
    width: 855px;
  }
  .sticky_header .mainnav .dropdownmenu > li > a {
    font-size: 14px;
  }
  .sticky_header #sitebody .dropdownmenu .widthcontainer4col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer5col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer6col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer7col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer8col {
    width: 1150px;
  }
}
/*1366px*/
@media only screen and (min-width: 85.375em) {
  .sticky_header .search-trigger {
    margin-left: calc( 1302px  -  60px );
  }
  .sticky_header .top_search {
    max-width: 1302px;
  }
  .sticky_header .mainnav .dropdownmenu {
    padding: 5px ​200px 0 50px;
    width: 1007px;
  }
  .sticky_header .mainnav .dropdownmenu > li > a {
    font-size: 16px;
  }
  .sticky_header #sitebody .dropdownmenu .widthcontainer4col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer5col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer6col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer7col,
  .sticky_header #sitebody .dropdownmenu .widthcontainer8col {
    width: 1302px;
  }
}
#siteheader a.menu_trigger {
  /* background: url("_gfx/cmn/mobile/menu.png") no-repeat scroll center center rgba(0, 0, 0, 0);*/
  cursor: pointer;
  height: 37px;
  left: 0;
  top: 0;
  position: absolute;
  overflow: hidden;
  text-indent: -4000px;
  width: 37px;
  display: block !important;
  background: transparent;
  /*&.mobile-menu-active {
            &:before {
                transform: rotate(45deg) translate(-2px, -1px);
                box-shadow: 0 0 0 0 transparent;
            }

            &:after {
                transform: rotate(-45deg) translate(0, -1px);
            }
        }*/
}
#siteheader a.menu_trigger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  margin: auto;
  width: 21px;
  height: 3px;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 3px;
  box-shadow: 0 6px 0 0 #FFF;
  transform-origin: 0% 0%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#siteheader a.menu_trigger:after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  right: 0;
  margin: auto;
  width: 21px;
  height: 3px;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 3px;
  transform-origin: 0% 100%;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
body[data-menu-position=open] #siteheader a.menu_trigger:before {
  transform: rotate(45deg) translate(-2px, -1px);
  box-shadow: 0 0 0 0 transparent;
}
body[data-menu-position=open] #siteheader a.menu_trigger:after {
  transform: rotate(-45deg) translate(0, -1px);
}
/*#region MOBILE MAIN NAV */
.mainnav {
  display: none;
}
.jPanelMenu-panel #mobile_nav {
  display: none !important;
}
#jPanelMenu-menu {
  background: none repeat scroll 0 0 #F5F8F8;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  overflow-y: auto !important;
  display: block;
}
#jPanelMenu-menu .nav_tip {
  color: #012D2B;
  font-style: italic;
  margin: 0 5% 10px;
}
#jPanelMenu-menu .dropdownmenu {
  border-top: 0px solid #012D2B1A;
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 40px;
}
#jPanelMenu-menu .dropdownmenu ul li a {
  font-family: "PT Sans Regular", sans-serif;
}
#jPanelMenu-menu .dropdownmenu ul {
  margin: 0;
  padding: 0;
}
#jPanelMenu-menu .dropdownmenu ul.menu_open {
  border-bottom: 0px solid #012D2B1A;
}
#jPanelMenu-menu .dropdownmenu ul.menu_open {
  background: #dddddd;
}
#jPanelMenu-menu .dropdownmenu ul ul {
  display: none;
}
#jPanelMenu-menu .dropdownmenu li {
  border-bottom: 1px solid #012D2B1A;
  display: block;
  overflow: hidden;
  position: relative;
}
#jPanelMenu-menu .dropdownmenu li a {
  color: #012D2B;
  display: inline-block;
  padding: 7px 0px 7px 5%;
  margin-right: 45px;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  font-size: 15px;
  font-family: "PT Sans Regular", sans-serif;
}
#jPanelMenu-menu .dropdownmenu li a[href] {
  position: relative;
}
#jPanelMenu-menu .dropdownmenu li .expand_link {
  cursor: pointer;
  height: 36px;
  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: 1.5px;
  width: 10px;
  background: #012D2B;
  /*-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: 20px;
  height: 1.5px;
  width: 10px;
  background: #012D2B;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#jPanelMenu-menu .dropdownmenu li.menu_active > .expand_link:after {
  display: none;
}
#jPanelMenu-menu .dropdownmenu li li {
  border-bottom: 0 none;
  background: #dddddd;
}
#jPanelMenu-menu .dropdownmenu li li a {
  padding-left: 9%;
  text-transform: none;
  color: #4E5756;
  line-height: 1.57142857;
}
#jPanelMenu-menu .dropdownmenu li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li .expand_link:after {
  background: #4E5756;
}
#jPanelMenu-menu .dropdownmenu li li li {
  background: #d0d0d0;
}
#jPanelMenu-menu .dropdownmenu li li li a {
  padding-left: 13%;
  color: #4E5756;
}
#jPanelMenu-menu .dropdownmenu li li li .expand_link:before,
#jPanelMenu-menu .dropdownmenu li li li .expand_link:after {
  background: #4E5756;
}
#jPanelMenu-menu .dropdownmenu li li li li {
  background: #bebebe;
}
#jPanelMenu-menu .dropdownmenu li li li li a {
  padding-left: 17%;
}
#jPanelMenu-menu .dropdownmenu li li li li li {
  background: #a5a5a5;
}
#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 .dropdownmenu ul li.megamenu_level1 a,
#jPanelMenu-menu .dropdownmenu ul li.megamenu_level2 a,
#jPanelMenu-menu .dropdownmenu ul li.megamenu_level3 a,
#jPanelMenu-menu .dropdownmenu ul li.megamenu_level4 a {
  font-weight: 400;
}
#jPanelMenu-menu #top_nav {
  color: #012D2B;
  display: block;
  padding: 20px 0% 20px;
  text-align: center;
  font-weight: bold;
}
#jPanelMenu-menu #top_nav a {
  color: #012D2B;
  margin: 0 12px 0 0;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 13px;
  font-family: "PT Sans Bold", sans-serif;
  text-transform: capitalize;
  display: inline-block;
}
#jPanelMenu-menu #top_nav.top_nav_icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  place-content: flex-start;
}
#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: #dddddd;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  body.sticky_header #siteheader > a.menu_trigger {
    position: fixed;
    top: 10px;
    right: auto;
    left: auto;
  }
  body[data-menu-position=open] .jPanelMenu-panel #siteheader > a.menu_trigger {
    position: fixed;
    z-index: 10;
    right: auto;
    top: 50px;
    left: 90%;
  }
  body[data-menu-position=closed]:not(.sticky_header) .sitewrapper.mainSpan_wrapper_home.jPanelMenu-panel #siteheader > a.menu_trigger {
    z-index: 10;
    background: transparent;
    top: 70px;
    right: 0;
    left: auto;
  }
  body[data-menu-position=closed]:not(.sticky_header) .sitewrapper.mainSpan_wrapper.jPanelMenu-panel #siteheader > a.menu_trigger {
    z-index: 10;
    background: transparent;
    top: 85px;
    right: auto;
    left: 0;
  }
}
@media screen and (min-width: 62em) {
  #siteheader > a.menu_trigger,
  .expand_link,
  body:not(.sticky_header) .sitewrapper.mainSpan_wrapper #siteheader > a.menu_trigger {
    display: none !important;
  }
}
span.sticky {
  display: block;
  float: left;
  padding-left: 15px;
  background: url(_gfx/cmn/pin.gif) 0 0 no-repeat;
}
.news_widget .list-main > li {
  background: rgba(161, 215, 230, 0.06);
  margin-bottom: 10px;
}
.news_widget .list-main .item-title {
  color: #023E3B;
}
.news_widget .list-filter .filter-archive {
  color: #023E3B;
}
.news_widget .list-pager a {
  color: #023E3B !important;
}
.small_col .news_widget.content_area .list-main h2 {
  background: transparent;
  /*.item-title {
                color: inherit;
            }*/
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('_gfx/FancyBox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('_gfx/FancyBox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url(_gfx/FancyBox/videoClose.png) 0 0 no-repeat;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('_gfx/FancyBox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(2, 62, 59, 0.8);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('_gfx/FancyBox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('_gfx/FancyBox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.home_video {
  position: relative;
  padding-bottom: 62.25%;
  height: 0;
  overflow: hidden;
}
.home_video img {
  min-height: 100%;
  position: absolute;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  display: none;
}
.home_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lightbox-trigger {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(_gfx/home/playBtn.png) center 47% no-repeat;
}
#video_button {
  position: absolute;
  top: -50vh;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home_video {
    display: block;
    position: fixed;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 56.25%;
    /* 16:9 */
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .home_video {
    height: 100vh;
  }
}
/***= 1440px ***/
/*97.5em = 1560px - the width that the naturally scaling image will become taller than 867px, which is the max-height shown in the comps.  At this point we want to constrain the height.*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  max-width: 960px;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
  max-width: 925px;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('_gfx/fancybox/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('_gfx/fancybox/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('_gfx/fancybox/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(2, 62, 59, 0.8);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: none;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('_gfx/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('_gfx/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.home_videos {
  text-align: center;
}
.home-videos-content {
  position: relative;
}
.home-videos-content:before {
  content: "";
  top: auto;
  left: 0px;
  position: absolute;
  right: 0;
  bottom: 54px;
  z-index: -1;
  background: "" center center no-repeat;
  background-size: cover;
  width: auto;
  height: 60px;
  border: 2px solid #c14981;
  z-index: 0;
}
.home-videos-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.home-videos-list,
.home-featured-video {
  text-align: center;
}
.home-videos-list a,
.home-featured-video a {
  position: relative;
  text-decoration: none !important;
  display: inline-block;
  max-width: 300px;
}
.home-videos-list a:after,
.home-featured-video a:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: "" center center no-repeat;
  background-size: cover;
  width: auto;
  height: auto;
  background: #e98b17;
  -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;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -o-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
}
.home-videos-list .image_frame,
.home-featured-video .image_frame {
  position: relative;
  z-index: 1;
  max-width: 300px;
  overflow: hidden;
  margin: 0 auto;
}
.home-videos-list .image_frame:before,
.home-featured-video .image_frame:before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: "" center center no-repeat;
  background-size: cover;
  width: 53px;
  height: 30px;
  background: url(_gfx/home/play_btn_list.png) center center no-repeat;
  margin: auto;
  z-index: 1;
}
.home-videos-list img,
.home-featured-video img {
  display: block;
  height: 168px;
  max-width: 300px;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
}
.home-videos-list .video_title,
.home-featured-video .video_title {
  color: #fff;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 15px;
  line-height: 1.25;
  padding: 0 40px;
  background: transparent;
  max-height: 37.5px;
  overflow: hidden;
  box-sizing: content-box;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 1;
}
.home-videos-list .video_summary,
.home-featured-video .video_summary {
  display: none;
}
.home-featured-video {
  padding: 0;
  position: relative;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: 284px;
  margin: 0 0 21px;
  text-align: left;
}
.home-featured-video a {
  max-width: 100%;
  height: 284px;
}
.home-featured-video a:before {
  content: "";
  top: -13px;
  left: 9px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: "" center center no-repeat;
  background-size: cover;
  width: 327px;
  height: 13px;
  border-top: 2px solid #c14981;
  border-bottom: 0px solid #c14981;
  border-left: 2px solid #c14981;
  border-right: 2px solid #c14981;
}
.home-featured-video a:after {
  top: -13px;
  bottom: -13px;
  width: 327px;
  left: 9px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.home-featured-video a:hover:after,
.home-featured-video a:focus:after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.home-featured-video a:hover .image_frame:after,
.home-featured-video a:focus .image_frame:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}
.home-featured-video .image_frame {
  max-width: 345px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.home-featured-video .image_frame:before {
  background: url(_gfx/home/play_btn_large.png) center center no-repeat;
  height: 43px;
  width: 76px;
}
.home-featured-video .image_frame:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: "" center center no-repeat;
  background-size: cover;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  z-index: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.home-featured-video img {
  height: 284px;
}
.home-featured-video .video_title {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  max-height: 96px;
  margin-top: 24px;
  position: relative;
  padding: 0;
}
.home-featured-video .video_summary {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  max-height: 147.9px;
  overflow: hidden;
  margin-top: 0;
}
.home-videos-list {
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 0 10px;
  width: 100px;
}
.home-videos-list a {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
.home-videos-list a:after {
  left: -8px;
  right: -8px;
  height: 58px;
  margin: auto 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.home-videos-list a:hover:after,
.home-videos-list a:focus:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.home-videos-list a:hover .image_frame:after,
.home-videos-list a:focus .image_frame:after {
  top: 0;
}
.home-videos-list .image_frame:after {
  content: "";
  top: -370px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: "" center center no-repeat;
  background-size: cover;
  width: auto;
  height: auto;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
  z-index: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.home-videos-list .video_title {
  max-height: 37.5px;
  font-size: 15px;
}
.home_videos .box_bottomlink {
  color: #300939 !important;
  font-size: 15px;
  font-weight: normal;
  background: #e98b17;
  width: auto;
  height: 70px;
  line-height: 70px;
  font-family: inherit;
  text-transform: uppercase;
  float: none;
  margin: 20px 9px 0;
  text-decoration: none !important;
  text-align: center;
  border: 0px solid #bbbbbb;
  border-radius: 50px;
  display: inline-block;
  padding: 0 34px;
  letter-spacing: 0.5px;
  -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_videos .box_bottomlink:hover {
  color: #fff !important;
  text-decoration: none;
  background: #700136;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .home-featured-video .video_title {
    font-size: 30px;
    max-height: 72px;
  }
  .home_news span.playButton {
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 50%;
    -ms-transform: translate(-50%, -42%);
    transform: translate(-50%, -42%);
    width: 100%;
  }
  .home_news span.playButton img {
    height: 90px;
    width: 90px;
    position: absolute;
  }
}
/***68.75em = 1100px ***/
@media screen and (min-width: 68.75em) {
  .home-featured-video a:before,
  .home-featured-video a:after {
    width: 382px;
  }
  .home-featured-video .image_frame {
    max-width: 400px;
  }
  .home-featured-video .video_title {
    font-size: 40px;
    max-height: 96px;
  }
  .home-featured-video .video_summary {
    font-size: 20px;
    line-height: 1.4;
    max-height: 168px;
  }
  .home-videos-list .video_title {
    max-height: 45px;
    font-size: 18px;
  }
  .home_news span.playButton {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .home_news span.playButton img {
    height: 90px;
    width: 90px;
    position: absolute;
  }
  .home_videos .box_bottomlink {
    font-size: 20px;
  }
}
/***1200px ***/
@media screen and (min-width: 75em) {
  .home-featured-video a:before,
  .home-featured-video a:after {
    width: 486px;
  }
  .home-featured-video .image_frame {
    max-width: 504px;
  }
}
/***100em =1550px ***/
@media screen and (min-width: 100em) {
  .home-videos-content:before {
    left: 11px;
    right: 13px;
  }
}
.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;
}
.mobile_home_buttons {
  display: block;
  padding: 0;
  background: transparent;
  margin-top: 7px;
}
.mobile_home_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 320px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
.mobile_home_buttons ul li {
  display: block;
  width: 33%;
  margin: 0;
  padding: 0 0px 10px 0;
  float: left;
}
.mobile_home_buttons a {
  background: transparent;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 112px;
  position: relative;
  width: 100%;
  text-decoration: none !important;
  text-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -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;
}
.mobile_home_buttons a:hover,
.mobile_home_buttons a:focus {
  text-decoration: none;
  border: 0px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.mobile_home_buttons a:hover span,
.mobile_home_buttons a:focus span {
  color: #fff;
}
.mobile_home_buttons a:hover .mobile_button_img_wrapper,
.mobile_home_buttons a:focus .mobile_button_img_wrapper {
  background: #1D4676;
}
.mobile_home_buttons a:hover img,
.mobile_home_buttons a:focus img {
  background: transparent;
  -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);
}
.mobile_home_buttons .mobile_button_img_wrapper {
  height: 66px;
  width: 66px;
  background: #1D4676;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: 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;
}
.mobile_home_buttons img {
  display: block;
  margin: 0 auto 15px;
  position: relative;
  width: 38px;
  /*height: @mobile-button-img-max-height;*/
  background: #1D4676;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  display: flex;
  align-items: center;
  margin: auto;
}
.mobile_home_buttons span {
  color: #fff;
  -ms-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  max-height: 36px;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
  font-family: "PT Sans Regular", sans-serif;
  text-transform: none;
  line-height: 1.2;
  vertical-align: center;
  padding: 3px 0px 0;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 1px 4px #1A3962;
  margin: 6px 0;
}
@media screen and (min-width: 48em) {
  .sitewrapper .mobile_home_buttons {
    display: none;
    margin-top: 0;
  }
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  min-height: 0;
  font-size: 96.42857143%;
}
.breadcrumb a,
.breadcrumb {
  color: #6A6A6A !important;
  line-height: 110%;
}
.breadcrumb a:last-child:after {
  content: " \00BB";
  text-decoration: underline;
  position: absolute;
  margin-left: 3px;
}
.breadcrumb a:last-child:after {
  text-decoration: none;
}
.dashboard_header .breadcrumb a:last-child:after {
  display: none;
}
.breadcrumb a {
  text-decoration: underline !important;
}
.breadcrumb a:hover {
  text-decoration: none !important;
}
/***48em = 768px ***/
.detail-list-label-summary {
  display: inline-block;
  float: none;
  width: 250px;
  vertical-align: top;
}
.detail-list-value-summary {
  display: inline-block;
  margin: 0;
}
.calendar_Controls {
  width: 220px;
}
.outlookcalendar,
.googleCal,
.yahooCal {
  background: none;
}
#calendarControls {
  width: 240px;
}
#calendarControls a {
  font-size: inherit !important;
  width: auto;
}
/* Cal Month View
================================================== */
.calendar {
  border-collapse: separate;
  table-layout: auto;
}
body .calendar_grid .calendar_title h2 {
  color: #023E3B;
}
.calendar_eventtime {
  line-height: 130%;
  padding: 3px 0 3px 0 !important;
  display: block;
  font-size: 100%;
  font-weight: normal;
}
.calendar_eventlink {
  line-height: 130%;
  display: block;
  font-size: 100%;
  margin: 0px 0 10px 0;
}
.calendar_more {
  padding-top: 5px;
  margin-top: 30px;
  border-top: 1px solid #e2e2e2;
  display: none;
}
.calendar_more_link {
  background: url(_gfx/int/calendar_more.png) 0 center no-repeat;
  padding-left: 26px;
  font-size: 105%;
  display: block;
  line-height: 24px;
}
.calendar_more_link.hidden {
  display: none !important;
}
/***minicalendar widget****/
.minicalendar_widget,
.calendar_widget {
  min-width: 170px;
  max-width: 298px;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  overflow: visible;
  border: 0;
}
.minicalendar_widget .list_submission,
.minicalendar_widget .list-filter {
  display: none;
}
.calendar_widget {
  min-width: 275px;
}
.small_col .minicalendar_widget,
.standardlayout .left_col .minicalendar_widget,
.standardthreecolumnlayout .left_col .minicalendar_widget {
  padding-top: 0;
  margin-bottom: 17px;
  clear: both;
}
.standardlayout .left_col .minicalendar_widget,
.standardthreecolumnlayout .left_col .minicalendar_widget {
  width: 100%;
  margin: 0 auto 17px;
}
.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-title {
  background: transparent;
}
.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: #A1D7E6;
  color: #023E3B;
  font-size: 80%;
  font-family: "PT Sans Narrow Bold", sans-serif;
  line-height: 280%;
  padding: 2px 0 0 0;
  text-transform: uppercase;
  border: 1px solid #A1D7E6;
  text-align: center;
}
.calendar_grid .calendar_dayheader {
  color: #A1D7E6;
  text-indent: 12px;
}
.calendar_grid .calendar_dayheader:first-letter {
  color: #023E3B;
}
.calendar_mini_grid .calendar_title_td {
  padding: 0;
}
.calendar_mini_grid .calendar_title,
.calendar_grid .calendar_title {
  width: 100%;
}
.calendar_mini_grid .calendar_title {
  background: #A1D7E6;
}
.calendar_mini_grid .calendar_title td,
.calendar_grid .calendar_title {
  height: 35px;
  background: transparent;
  padding: 0 !important;
  color: #000000;
  text-align: center;
  font-size: 110%;
  line-height: 28px !important;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
.calendar_mini_grid .calendar_title td h2,
.calendar_grid .calendar_title h2 {
  font-size: inherit;
  font-weight: inherit;
  color: #FFF;
  letter-spacing: 0.48px;
  margin: 0;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
.calendar_mini_grid .calendar_title td h2 {
  color: #023E3B;
}
.calendar_grid .calendar_title td.calendar_title_content {
  color: #000000;
  padding: 0;
  font-size: 110%;
  font-weight: 600;
}
.calendar_mini_grid .calendar_title td a {
  color: #000000;
  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;
  color: #023E3B;
}
.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 #cbcbcb;
  border-top: 0;
  font-family: "PT Sans Regular", sans-serif;
  border-left: 0;
  height: auto;
  text-align: center;
  vertical-align: middle;
  padding: 1px 0 2px 0;
  color: #023E3B;
}
.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 #cbcbcb;
}
.calendar_mini_grid td.calendar_day:hover {
  background-color: #8fdbce;
}
.minicalendar_widget .calendar_mini_grid td.calendar_today,
.calendar_grid td.calendar_today {
  background: #FFAC6F;
  color: #023E3B;
}
.calendar_today > a,
.calendar_mini_grid.calendar td.calendar_day_with_items.calendar_today > a {
  color: #023E3B !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: transparent linear-gradient(178deg, #93EADA 0%, #AAE7F8 100%) 0% 0% no-repeat padding-box !important;
}
.calendar_mini_grid td.calendar_day,
.calendar_mini_grid td.calendar_weekendday,
.calendar_grid td.calendar_day,
.calendar_grid td.calendar_weekendday {
  background: #FFF;
}
.calendar_grid .calendar_othermonthday,
.calendar_grid .calendar_othermonthday > a,
.calendar_mini_grid .calendar_othermonthday,
.calendar_mini_grid .calendar_othermonthday > a {
  color: #586A69 !important;
}
.calendar_grid td.calendar_othermonthday,
.calendar_mini_grid td.calendar_othermonthday {
  background: #F5F8F8;
}
body .calendar_mini_grid td.calendar_othermonthday {
  background: #e8e9ec;
  color: #023E3B !important;
}
.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: #1977A2 !important;
  font-size: 100%!important;
}
.calendar_mini_grid.calendar td.calendar_day_with_items .calendar_items .calendar_eventtime,
.calendar_grid.calendar .calendar_items .calendar_eventtime {
  color: #555555 !important;
}
@media screen and (max-width: 45em) {
  .minicalendar_widget .responsive-table-scroll.left_scroll,
  .calendar_widget .responsive-table-scroll.left_scroll {
    -webkit-mask-image: none;
  }
}
table.calendar.calendar_grid .calendar_title td h2,
table.calendar.calendar_grid .calendar_title h2 {
  color: #023E3B;
  font-family: "PT Sans Narrow Bold", sans-serif;
  text-transform: capitalize;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .calendar_widget {
    max-width: 100%;
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .calendar_widget:before {
    background: transparent none;
  }
  table.calendar_grid {
    background: transparent;
    border-spacing: 0;
  }
  .calendar_grid .calendar_dayheader {
    line-height: 32px;
    color: #023E3B;
    padding: 4px 2px 3px 2px;
    font-weight: 500;
    background: #A1D7E6;
    text-transform: uppercase;
    font-size: 114.28571429%;
    text-indent: 0;
    text-align: center;
    border-bottom: 0;
    letter-spacing: 0.54px;
  }
  .calendar_grid .calendar_dayheader:first-letter {
    color: #023E3B;
  }
  .calendar_grid .calendar_title {
    width: 100%;
    background: transparent none;
    height: auto;
  }
  .calendar_grid .calendar_title td.calendar_title_content {
    padding: 11px 0 5px 0;
    width: 60%;
    font-weight: 600;
    color: #000000;
    overflow: visible;
    font-size: 164.28571429%;
    text-transform: capitalize;
  }
  .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: #1977A2;
    text-indent: 0;
    background-image: none;
    display: inline;
    font-size: 85.71428571%;
    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: 114.28571429%;
    font-weight: normal;
    padding: 8px 10px;
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    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 #cbcbcb;
  }
  .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: transparent linear-gradient(178deg, #93EADA 0%, #AAE7F8 100%) 0% 0% no-repeat padding-box !important;
    background: #FFF;
  }
  .calendar_grid td.calendar_othermonthday,
  .calendar_grid .calendar_othermonthday > a,
  .calendar.calendar_grid td.calendar_othermonthday .calendar_eventtime {
    color: #586A69 !important;
    background: #F5F8F8;
  }
  .calendar_grid td.calendar_today {
    background: #FFAC6F;
    color: #023E3B;
  }
  .calendar_grid td.calendar_today .calendar_items .calendar_eventtime {
    color: #023E3B !important;
  }
  .calendar_grid td.calendar_today .calendar_items .calendar_eventlink {
    color: #023E3B !important;
    font-size: 93.75% !important;
  }
  .calendar_grid td.calendar_today > a {
    color: #023E3B !important;
  }
  .calendar_grid.calendar td.calendar_day_with_items {
    cursor: default;
  }
  .calendar_grid .calendar_items {
    display: block;
    position: static;
    z-index: 1;
    margin-top: 0;
    background-color: transparent;
    border: solid 0 #dddddd;
    box-shadow: 0 0 0;
    min-width: 0;
    min-height: 0;
    text-align: left;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .calendar_eventtime,
  .calendar_grid.calendar .calendar_items .calendar_eventtime {
    display: block;
    font-size: 93.75% !important;
    color: #0D0D0C !important;
  }
  .calendar_eventlink {
    font-size: 93.75% !important;
    display: block;
    text-decoration: underline !important;
    color: #1977A2 !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: #f2f2f2;
  }
}
.standardlayout .left_col .content_area,
.standardthreecolumnlayout .left_col .content_area,
.small_col .content_area,
.standardlayout [vi-column=ColumnUserControl2] .content_area,
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area,
[vi-column=ColumnUserControl5] .content_area {
  vertical-align: top;
  clear: both;
  background: #FFF !important;
  border: 1px solid #cbcbcb !important;
  word-wrap: break-word;
  padding: 0px 10px 0 10px;
}
.standardlayout .left_col .content_area h1:first-child:not(.mobile_header),
.standardthreecolumnlayout .left_col .content_area h1:first-child:not(.mobile_header),
.small_col .content_area h1:first-child:not(.mobile_header),
.standardlayout [vi-column=ColumnUserControl2] .content_area h1:first-child:not(.mobile_header),
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area h1:first-child:not(.mobile_header),
[vi-column=ColumnUserControl5] .content_area h1:first-child:not(.mobile_header),
.standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
.standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
.small_col .content_area h2:first-child:not(.mobile_header),
.standardlayout [vi-column=ColumnUserControl2] .content_area h2:first-child:not(.mobile_header),
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area h2:first-child:not(.mobile_header),
[vi-column=ColumnUserControl5] .content_area h2:first-child:not(.mobile_header),
.standardlayout .left_col .content_area h3:first-child:not(.box_title),
.standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title),
.small_col .content_area h3:first-child:not(.box_title),
.standardlayout [vi-column=ColumnUserControl2] .content_area h3:first-child:not(.box_title),
.standardthreecolumnlayout [vi-column=ColumnUserControl2] .content_area h3:first-child:not(.box_title),
[vi-column=ColumnUserControl5] .content_area h3:first-child:not(.box_title) {
  margin: 0 -10px 10px;
  color: #FFF;
  font-weight: 600;
  font-family: "PT Sans Narrow Bold", sans-serif;
  text-transform: uppercase;
  font-size: 110%;
  min-height: 40px;
  line-height: 28px;
  background: #023E3B;
  padding: 6px 16px;
}
a.box_contentlink {
  color: #00534F !important;
  font-size: 17px;
  font-weight: 500;
  background: #FFAC6F;
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 auto;
  font-family: "PT Sans Narrow Bold", sans-serif;
  padding: 10px 18px;
  text-transform: uppercase;
  text-decoration: none;
  -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;
  display: block;
  box-shadow: 0px 3px 15px rgb(255 176 2.33333333%);
  display: inline-block;
  border-radius: 25px;
  letter-spacing: 1.68px;
  font-size: 92.85714286%;
  text-decoration: none !important;
}
a.box_contentlink:hover {
  background: #A1D7E6;
  color: #00534F;
  box-shadow: 0px 3px 15px rgb(161 215 5.47619048%);
}
p,
.content_area p {
  color: #4E5756;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .content_area {
    padding: 12px 0 0 0;
  }
  .content_area:first-child {
    padding-top: 0;
  }
  .small_col .content_area,
  .standardlayout .left_col .content_area,
  .standardthreecolumnlayout .left_col .content_area {
    margin: 0 0 17px 0;
    clear: both;
    background: #FFF !important;
    border: 0px solid #cbcbcb !important;
    position: relative;
    z-index: 1;
    padding: 13px 15px 5px 16px;
    font-size: 100%;
    color: #586A69;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.07);
  }
  .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: #586A69;
  }
  .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: #023E3B;
  }
  .small_col .content_area h1,
  .standardlayout .left_col .content_area h1,
  .standardthreecolumnlayout .left_col .content_area h1,
  .small_col .content_area h2:not(.mobile_header),
  .standardlayout .left_col .content_area h2:not(.mobile_header),
  .standardthreecolumnlayout .left_col .content_area h2:not(.mobile_header),
  .small_col .content_area h3:not(.box_title),
  .standardlayout .left_col .content_area h3:not(.box_title),
  .standardthreecolumnlayout .left_col .content_area h3:not(.box_title) {
    margin-top: 10px;
  }
  .small_col .content_area h2:first-child:not(.mobile_header),
  .standardlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .standardthreecolumnlayout .left_col .content_area h2:first-child:not(.mobile_header),
  .small_col .content_area h3:first-child:not(.box_title),
  .standardlayout .left_col .content_area h3:first-child:not(.box_title),
  .standardthreecolumnlayout .left_col .content_area h3:first-child:not(.box_title),
  .small_col .content_area h1:first-child:not(.mobile_header),
  .standardlayout .left_col .content_area h1:first-child:not(.mobile_header),
  .standardthreecolumnlayout .left_col .content_area h1:first-child:not(.mobile_header) {
    color: #023E3B !important;
    font-weight: 500;
    line-height: 120%;
    font-size: 114.28571429% !important;
    padding: 8px 15px;
    text-align: left;
    font-family: "PT Sans Narrow Bold", sans-serif;
    text-transform: uppercase;
    background: #A1D7E6;
    margin: -15px -16px 10px -17px;
    min-height: 0;
  }
  .small_col .content_area:empty,
  .standardlayout .left_col .content_area:empty,
  .standardthreecolumnlayout .left_col .content_area:empty {
    display: none;
  }
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .banner_col .image_widget:first-child .image_rotate_container,
  .standardlayout .right_col > .image_widget:first-child .image_rotate_container {
    background: transparent !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0;
  }
  .banner_col .image_widget:first-child,
  .standardlayout .right_col .image_widget:first-child {
    position: relative;
    max-width: none;
    padding: 0;
    margin: 0px 0px 0 0px;
    width: auto;
  }
}
/*@int-nav-arrows-width: 30px; //navigation arrows width
@int-nav-arrows-height: 38px; //navigation arrows height
@int-nav-arrows-bg: url(_gfx/home/button_arrows.png) 0 0 no-repeat; //navigation arrows background image (sprite)
@int-nav-arrows-bg-position-hover: 0 -40px; //navigation prev arrow background position on hover
@int-nav-next-bg-position: -32px 0; //navigation next arrow background position
@int-nav-next-bg-position-hover: -32px -40px; //navigation next arrow background position on hover

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

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

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

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

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

        .flex-disabled {
            cursor: default;
        }
    }*/
}
.int_collage:first-child {
  margin-top: 0;
}
.int_collage .slides {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.int_collage .slides li {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}
.int_collage .slides li > a {
  display: block;
  width: 100%;
}
.int_collage .slides img {
  margin: 0 auto;
  display: block;
  max-height: 450px;
}
.int_collage .slide_content {
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
.int_collage .slide_title {
  margin: 0 0 5px 0;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  max-height: 44.2px;
  overflow: hidden;
  font-family: inherit;
  text-transform: none;
  line-height: 1.3;
}
.int_collage .slide_title a {
  color: #fff;
  text-decoration: none;
}
.int_collage .slide_title:hover a {
  color: #fff;
  text-decoration: underline;
}
.int_collage .slide_description {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  font-family: inherit;
  line-height: 1.3;
  max-height: 50.7px;
  overflow: hidden;
  margin: 0;
}
.int_collage .flex-control-nav {
  right: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: 3;
  top: 10px;
  bottom: auto;
  margin: 0 auto;
  text-align: center;
}
.int_collage .flex-control-nav li {
  display: inline-block;
  float: none;
}
.int_collage .flex-control-nav a {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin: 0 3px;
}
.int_collage .flex-control-nav a.flex-active,
.int_collage .flex-control-nav a:hover {
  background: #fff;
  border: 2px solid #fff;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .int_collage {
    overflow: hidden;
    /*.flex-direction-nav {
            a {
                top: @int-nav-arrows-top-desktop;
                margin: 0;
                -webkit-transform: scale(1);
                transform: scale(1);
            }
        }*/
  }
  .int_collage .slides li {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .int_collage .slides img {
    width: 100%;
  }
  .int_collage .slide_content {
    padding: 10px 30px 40px 30px;
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .int_collage .flex-control-nav {
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
  }
  .top_col .int_collage {
    width: 100%;
  }
  #sitebody.standardlayout .top_col .int_collage:last-child,
  #sitebody.standardthreecolumnlayout .top_col .int_collage:last-child,
  #sitebody.twocolumnreverselayout .top_col .int_collage:last-child {
    padding-bottom: 0;
  }
}
/***62em = 992px ***/
@media screen and (min-width: 62em) {
  .int_collage .slide_title {
    font-size: 20px;
    max-height: 52px;
  }
  .int_collage .slide_description {
    font-size: 14px;
    max-height: 54.6px;
  }
}
/***75em = 1200px ***/
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #sitebody {
    width: 100%;
    max-width: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 1fr;
    grid-template-columns: 1fr 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 60.83333333px 1fr;
    position: relative;
    background: transparent;
    padding: 0 0 60px 0;
    margin: 0 auto;
  }
  #sitebody:before {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 14;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-column: 1 / span 14;
    grid-row: 1 / span 3;
    content: "";
    background: #FFF;
    position: relative;
    z-index: -1;
    margin-bottom: -59px;
    border-bottom: 1px solid #f0f0f0;
    min-height: 0;
  }
  #sitebody:before > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody .top_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 1 / span 1;
    padding-top: 1.5625vw;
    position: relative;
  }
  #sitebody .top_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody .top_col:before {
    content: "";
    height: 0;
    padding-bottom: 7.8125vw;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    width: 100vw;
    margin-left: calc(-1*(50vw - 50%));
    z-index: -1;
    display: block;
    background: #FFF url(_gfx/int/int_top.jpg) center 0 no-repeat;
    background-size: 100% auto;
    display: none;
  }
  #sitebody .top_col:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    margin-left: calc(-1*(50vw - 50%));
    z-index: -1;
    display: block;
    visibility: visible;
    height: 0;
    padding-bottom: 7.8125vw;
    display: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a4c960+0,a4c960+100&0.4+0,0.8+100 */
  }
  #sitebody .bottom_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 3 / span 1;
  }
  #sitebody .bottom_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody .left_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 2 / span 1;
  }
  #sitebody .left_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody .banner_col,
  #sitebody .has_small_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 2 / span 1;
  }
  #sitebody .banner_col > *,
  #sitebody .has_small_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody .right_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 2 / span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #sitebody .right_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.standardlayout,
  #sitebody.standardthreecolumnlayout,
  #sitebody.twocolumnreverselayout {
    padding: 0;
  }
  #sitebody.standardlayout:before,
  #sitebody.standardthreecolumnlayout:before,
  #sitebody.twocolumnreverselayout:before {
    margin-bottom: 0;
  }
  #sitebody.standardlayout:after,
  #sitebody.standardthreecolumnlayout:after,
  #sitebody.twocolumnreverselayout:after {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 5;
    -ms-grid-column-span: 10;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 5 / span 10;
    grid-row: 2 / span 1;
    content: "";
    background: #FFF;
    z-index: -1;
    display: block;
    height: auto;
    visibility: visible;
    border-bottom: 1px solid #f0f0f0;
  }
  #sitebody.standardlayout:after > *,
  #sitebody.standardthreecolumnlayout:after > *,
  #sitebody.twocolumnreverselayout:after > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.standardlayout .top_col,
  #sitebody.standardthreecolumnlayout .top_col,
  #sitebody.twocolumnreverselayout .top_col {
    padding-top: 0;
  }
  #sitebody.standardlayout .top_col:before,
  #sitebody.standardthreecolumnlayout .top_col:before,
  #sitebody.twocolumnreverselayout .top_col:before {
    bottom: 0;
    height: 0;
  }
  #sitebody.standardlayout .top_col:after,
  #sitebody.standardthreecolumnlayout .top_col:after,
  #sitebody.twocolumnreverselayout .top_col:after {
    bottom: 0;
    height: 0;
  }
  #sitebody.standardlayout .top_col .content_area.content_area,
  #sitebody.standardthreecolumnlayout .top_col .content_area.content_area,
  #sitebody.twocolumnreverselayout .top_col .content_area.content_area {
    padding-top: 30px;
  }
  #sitebody.standardlayout .top_col > *:not(.vi-fullwidth-banner):last-child,
  #sitebody.standardthreecolumnlayout .top_col > *:not(.vi-fullwidth-banner):last-child,
  #sitebody.twocolumnreverselayout .top_col > *:not(.vi-fullwidth-banner):last-child {
    padding-bottom: 30px;
  }
  #sitebody.standardlayout:before,
  #sitebody.standardthreecolumnlayout:before {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 1 / span 4;
    grid-row: 2 / span 1;
    content: "";
    background: transparent linear-gradient(180deg, #B0E7F6 0%, #53B2D5 100%) 0% 0% no-repeat padding-box;
    margin: 0 0% 0 0;
    border-bottom: 0;
  }
  #sitebody.standardlayout:before > *,
  #sitebody.standardthreecolumnlayout:before > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.standardlayout .left_col.column.column.empty_col,
  #sitebody.standardthreecolumnlayout .left_col.column.column.empty_col {
    margin: 0 0% 0 0 !important;
  }
  #sitebody.standardlayout .left_col.column,
  #sitebody.standardthreecolumnlayout .left_col.column {
    width: 100%;
    margin: 4.60829493% 0% 0 0;
    padding: 20px 10px 60px;
    background: transparent linear-gradient(180deg, #B0E7F6 0%, #53B2D5 100%) 0% 0% no-repeat padding-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 3;
    grid-row: 2 / span 1;
  }
  #sitebody.standardlayout .left_col.column > *,
  #sitebody.standardthreecolumnlayout .left_col.column > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.standardlayout .right_col.column,
  #sitebody.standardthreecolumnlayout .right_col.column {
    padding: 4.60829493% 0 60px 60px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 5;
    -ms-grid-column-span: 9;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 5 / span 9;
    grid-row: 2 / span 1;
    width: 100%;
  }
  #sitebody.standardlayout .right_col.column > *,
  #sitebody.standardthreecolumnlayout .right_col.column > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.standardthreecolumnlayout .right_col.column {
    justify-content: space-between;
  }
  #sitebody.standardthreecolumnlayout .right_col.column > * {
    flex: 0 1 auto;
  }
  #sitebody.standardthreecolumnlayout .has_small_col {
    width: 100%;
  }
  #sitebody.standardthreecolumnlayout .small_col {
    width: 100%;
    margin: 0 !important;
  }
  #sitebody.standardthreecolumnlayout .small_col .small_box,
  #sitebody.standardthreecolumnlayout .small_col .minicalendar_widget {
    display: block;
    margin-right: auto;
    width: 100%;
  }
  #sitebody.twocolumnswithbottomlayout .left_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 2 / span 1;
    width: 50%;
    padding: 4.60829493% 2.30414747% 0 60px;
  }
  #sitebody.twocolumnswithbottomlayout .left_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.twocolumnswithbottomlayout .left_col .title_widget:first-child {
    margin-top: -15px;
  }
  #sitebody.twocolumnswithbottomlayout .right_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 2 / span 1;
    width: 50%;
    padding: 4.60829493% 60px 0 2.30414747%;
    float: right;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #sitebody.twocolumnswithbottomlayout .right_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.twocolumnswithbottomlayout .right_col .title_widget:first-child {
    margin-top: -15px;
  }
  #sitebody.twocolumnswithbottomlayout .bottom_col {
    width: 100%;
    padding: 20px 60px;
  }
  #sitebody.twocolumnswithbottomlayout .small_box {
    width: 100%;
  }
  #sitebody.threecolumnswithbottomlayout .top_col.column {
    margin-bottom: 0px;
  }
  #sitebody.threecolumnswithbottomlayout .left_col.column {
    width: 33.33333333%;
    padding: 4.60829493% 0 0 60px;
  }
  #sitebody.threecolumnswithbottomlayout .left_col.column .title_widget:first-child {
    margin-top: -15px;
  }
  #sitebody.threecolumnswithbottomlayout .middle_col.column {
    width: 33.33333333%;
    padding: 4.60829493% 2.30414747% 0 2.30414747%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 2 / span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #sitebody.threecolumnswithbottomlayout .middle_col.column > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.threecolumnswithbottomlayout .middle_col.column .title_widget:first-child {
    margin-top: -15px;
  }
  #sitebody.threecolumnswithbottomlayout .right_col.column {
    width: 33.33333333%;
    padding: 4.60829493% 60px 0 0;
    float: right;
  }
  #sitebody.threecolumnswithbottomlayout .right_col.column .title_widget:first-child {
    margin-top: -15px;
  }
  #sitebody.threecolumnswithbottomlayout .bottom_col.column {
    width: 100%;
    padding: 20px 60px;
  }
  #sitebody.threecolumnswithbottomlayout .small_box {
    width: 100%;
  }
  #sitebody.twocolumnreverselayout .has_small_col {
    width: 71.66666667%;
    padding: 4.60829493% 2.30414747% 0 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 2 / span 1;
  }
  #sitebody.twocolumnreverselayout .has_small_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
  #sitebody.twocolumnreverselayout .has_small_col .title_widget:first-child {
    margin-top: -15px;
  }
  #sitebody.twocolumnreverselayout .small_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    -ms-grid-column: 2;
    -ms-grid-column-span: 12;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column: 2 / span 12;
    grid-row: 2 / span 1;
    -ms-grid-column-align: end;
    justify-self: end;
    width: 28.33333333%;
    padding: 4.60829493% 60px 0 2.30414747%;
    margin: 0 !important;
  }
  #sitebody.twocolumnreverselayout .small_col > * {
    flex: 0 1 100%;
    align-self: flex-start;
    /*&.container {
			margin-left: 0;
			margin-right: 0;
		}*/
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  #sitebody {
    -ms-grid-columns: 1fr 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 1fr;
    grid-template-columns: 1fr 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 79.16666667px 1fr;
  }
  #sitebody.standardlayout .left_col.column.column.empty_col,
  #sitebody.standardthreecolumnlayout .left_col.column.column.empty_col {
    margin: 0 0% 0 0 !important;
  }
  #sitebody.standardthreecolumnlayout .has_small_col {
    width: 67%;
  }
  #sitebody.standardthreecolumnlayout .small_col {
    width: 30.6%;
    float: right;
  }
}
/*75em = 1200px*/
@media only screen and (min-width: 75em) {
  #sitebody {
    -ms-grid-columns: 1fr 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 1fr;
    grid-template-columns: 1fr 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 95.83333333px 1fr;
  }
}
@media (min-width: 85.375em) {
  #sitebody {
    -ms-grid-columns: 1fr 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 1fr;
    grid-template-columns: 1fr 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 108.5px 1fr;
  }
  #sitebody.standardlayout .left_col.column.column.empty_col,
  #sitebody.standardthreecolumnlayout .left_col.column.column.empty_col {
    margin: 0 0% 0 0 !important;
  }
  #sitebody.standardlayout .left_col.column,
  #sitebody.standardthreecolumnlayout .left_col.column {
    margin: 0 0% 0 0;
  }
  #sitebody.standardthreecolumnlayout .has_small_col {
    width: 66.83022571%;
  }
  #sitebody.standardthreecolumnlayout .small_col {
    width: 29.73503435%;
  }
}
/***Title Widget**/
.title_widget {
  clear: both;
}
.title_widget h1 {
  color: #023E3B;
  line-height: 120% !important;
  font-weight: 500;
  font-size: 221.42857143% !important;
  text-transform: none;
  font-family: "PT Sans Narrow Bold", sans-serif;
  letter-spacing: 0.8px;
  padding: 0 0 10px 0;
  margin: 24px 0 0 0;
  overflow: hidden;
}
.title_widget h2 {
  color: #023E3B;
  font-size: 171.42857143% !important;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 10px;
}
.printer_friendly,
.sharelink,
.rss,
.thickbox {
  padding-left: 0px;
}
.printer_friendly,
.sharelink,
.rss,
.thickbox,
.font_size,
.font_size a {
  background: none;
}
.font_size a.font_larger,
.font_size a.font_smaller {
  float: none;
  text-indent: 0px;
  display: inline-block;
  width: 15px;
  height: 16px;
}
.font_size a {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.text_size {
  margin-right: 0 !important;
}
.printer_friendly:before,
.sharelink:before,
.rss:before,
.thickbox:before,
.font_size a:before {
  font-family: 'Glyphicons Halflings';
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  font-size: 14px;
  text-decoration: none;
  text-indent: 0;
}
.printer_friendly:before {
  content: "\e045";
  color: #399D8C;
}
.thickbox:before {
  content: "\e111";
  color: #399D8C;
  font-size: 15px;
}
a.font_larger:before,
a.font_smaller:before,
.sharelink:before {
  color: #fff;
  background: #399D8C;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 7px;
  border-radius: 3px;
  font-weight: 400;
}
.sharelink:before {
  content: "\002b";
  margin-right: 5px;
}
a.font_larger:before {
  content: "\002b";
}
a.font_smaller:before {
  content: "\2212";
}
#share {
  clear: left;
}
#share:hover .sharelink {
  text-decoration: none !important;
}
#share .sharelink {
  margin-left: 0;
}
#share ul {
  padding-bottom: 3px;
}
#share ul li {
  width: 48%;
  float: none;
  display: inline-block;
  vertical-align: top;
  line-height: 120%;
}
#share ul li a {
  height: auto;
  position: relative;
  background: transparent none;
}
#share ul li a:before {
  background: url("_gfx/int/share_icons.gif") no-repeat 0 0;
  height: 20px;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  position: absolute;
}
#share ul li a.sharefacebook:before {
  background-position: 0 -150px;
}
#share ul li a.sharedel:before {
  background-position: 0 -200px;
}
#share ul li a.sharegoogle:before {
  background-position: 0 -225px;
}
#share ul li a.sharegoogleplus:before {
  background-position: 0 -25px;
}
#share ul li a.sharedigg:before {
  background-position: 0 -250px;
}
#share ul li a.sharetwitter:before {
  background-position: 0 -50px;
}
#share ul li a.sharestumble:before {
  background-position: 0 -100px;
}
#share ul li a.sharetumblr:before {
  background-position: 0 -125px;
}
#share ul li a.sharemyspace:before {
  background-position: 0 -75px;
}
#share ul li a.sharelinkedin:before {
  background-position: 0 -175px;
}
#share ul li a.sharereddit:before {
  background-position: 0 -275px;
}
#share > ul {
  margin-top: 0px;
  width: 275px;
  top: 25px;
}
#share:hover > ul {
  display: block;
}
.printer_friendly,
.sharelink,
.rss,
.thickbox,
.font_size,
.font_size a {
  font-size: 96.42857143% !important;
  color: #586A69 !important;
  text-decoration: underline !important;
  font-weight: 500;
  letter-spacing: 0px;
}
.font_size {
  text-decoration: none !important;
}
.text_size:hover,
.sharelink:hover,
.thickbox:hover,
.printer_friendly:hover {
  text-decoration: none !important;
}
.font_size a {
  font-size: 100% !important;
  color: #586A69 !important;
  text-decoration: none !important;
}
.rss {
  position: relative;
}
.rss:before,
.rss:after {
  content: "";
  position: absolute;
}
/* create circle */
.rss:before {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #399D8C;
  left: 0;
  bottom: 0;
  position: static;
  margin-right: 5px;
}
/* create the two arcs */
.rss:after {
  border-color: #fff;
  border-style: double;
  border-width: 6px 6px 0 0;
  bottom: 1px;
  height: 10px;
  left: 2px;
  width: 10px;
  -moz-border-radius: 0 50px 0 0;
  -webkit-border-radius: 0 50px 0 0;
  border-radius: 0 50px 0 0;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .title_widget {
    padding: 18px 0 0 0;
    clear: both;
  }
  .title_widget h2 {
    padding: 0;
  }
  #pagebody:first-child + .title_widget {
    padding-top: 0;
  }
  .top_col .title_widget,
  .confirm_account_container.content_area,
  .top_col .redirect_helper_widget,
  .broken_links_reporter {
    padding: 4.60829493% 60px 0;
  }
  #sitebody .top_col .main_menu_widget + script + script + .content_area {
    padding-top: 4.60829493%;
  }
  .title_right {
    padding: 0 0 21px 0;
    float: right;
  }
  .title_right > a,
  .title_right > div {
    float: right;
  }
  .title_right > a:first-child,
  .title_right > div:first-child {
    margin-left: 18px;
  }
  .title_right #share {
    clear: none;
  }
  .title_right #share .sharelink {
    margin-left: 18px;
  }
}
.sidenav.sidenav ul li,
.sidenav.sidenav ul li.sidenav_expanded > a {
  display: none;
}
.sidenav.open ul li.sidenav_expanded.sidenav_current,
.sidenav.open ul li.sidenav_expanded.sidenav_current > ul > li,
.sidenav.open > ul > li,
.sidenav.open ul li.sidenav_expanded {
  display: block;
}
.sidenav.mobile_list ul li.sidenav_expanded {
  background: transparent;
  border: 0px;
  padding: 0;
}
.sidenav.mobile_list ul li a {
  font-weight: 500;
}
.sidenav.open h2:after {
  border-top: 7px solid #FFF;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  top: 7px;
  left: 10px;
}
.sidenav h2 {
  z-index: 0;
}
.sidenav h2:after {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 7px solid #FFF;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
}
.vi-sidenav-desktop .vi-sidenav-toggle.vi-sidenav-toggle,
.vi-sidenav-desktop .vi-sidenav-toggle.vi-sidenav-toggle:hover,
.vi-sidenav-desktop .vi-sidenav-toggle.vi-sidenav-toggle:focus {
  box-shadow: none;
}
/***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: transparent linear-gradient(180deg, #B0E7F6 0%, #53B2D5 100%) 0% 0% no-repeat padding-box;
  }
  .sidenav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidenav ul li {
    position: relative;
  }
  .sidenav ul li a,
  .sidenav ul li a:hover {
    color: #023E3B;
    font-size: 107.14285714%;
    text-decoration: none;
    display: block;
    padding: 10px 7px 10px 12%;
    line-height: 120%;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-family: "PT Sans Bold", sans-serif;
    word-wrap: break-word;
    text-transform: uppercase;
  }
  .standardlayout .left_col .sidenav,
  .standardthreecolumnlayout .left_col .sidenav {
    background: transparent;
    margin: 0 -10px 17px;
    width: auto;
    float: none;
    zoom: 1;
    min-width: calc(100% + 20px);
  }
  .standardlayout .left_col .sidenav:before,
  .standardthreecolumnlayout .left_col .sidenav:before {
    content: '';
    display: block;
  }
  .standardlayout .left_col .sidenav:after,
  .standardthreecolumnlayout .left_col .sidenav:after {
    content: '';
    display: table;
    clear: both;
  }
  .sidenav ul li.sidenav_haschildren > a:before {
    /*position: absolute;
            content: "";
            background: transparent;
            width: 0;
            height: 0;
            left: 5%;
            top: 33%;
            border-left: 4px solid @arrow-haschildren;
            border-right: 4px solid transparent;
            border-top: 4px solid transparent;
            border-bottom: solid 4px transparent;*/
    position: absolute;
    content: "+";
    background: transparent;
    top: 0;
    bottom: 0;
    left: 5%;
    padding: 0;
    height: 10px;
    line-height: 6px;
    margin: auto;
    font-size: 130%;
    font-weight: 400;
  }
  .sidenav ul li.sidenav_expanded > a {
    background: transparent;
    color: #023E3B;
  }
  .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: 130%;
    height: 10px;
    line-height: 6px;
    margin: auto;
  }
  /*second level */
  .sidenav ul li li.sidenav_expanded > a {
    background: transparent;
    color: #023E3B;
  }
  .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: #FFF;
    color: #023E3B;
    /*box-shadow: 0px 2px 15px rgba(255, 255, 255, 42%);*/
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .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;
    text-transform: none;
    font-weight: 500 !important;
  }
  .sidenav ul li li a:hover {
    text-transform: none;
    font-weight: 500 !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 {
    margin-top: 0px;
  }
  .sidenav ul li li a {
    background: transparent;
    color: #023E3B;
    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: #023E3B !important;
    background: #FFAC6F !important;
    box-shadow: 0px 2px 15px rgba(255, 176, 98, 0.42);
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .small_col .sidenav {
    float: left;
    background: transparent linear-gradient(180deg, #B0E7F6 0%, #53B2D5 100%) 0% 0% no-repeat padding-box;
  }
}
.vi-fullwidth-banner ~ .int_buttons {
  background: transparent;
}
.vi-fullwidth-banner ~ .int_buttons ul:before {
  content: "";
  background: transparent;
  height: 100%;
  width: 100%;
  z-index: 0;
  width: 100vw;
  position: absolute;
  left: -100vw;
  top: 0;
}
.vi-fullwidth-banner ~ .int_buttons ul:after {
  content: "";
  background: transparent;
  height: 100%;
  width: 100%;
  z-index: 0;
  width: 100vw;
  position: absolute;
  right: -100vw;
  top: 0;
}
.int_buttons.int_buttons {
  display: block;
  clear: both;
}
.int_buttons.int_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0px -5px;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-box;
  display: flex;
  margin-bottom: -10px;
}
.int_buttons.int_buttons ul li {
  display: inline-block;
  /*for graceful degradation of flexbox in IE 8/9*/
  -webkit-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 220px;
  margin: 0 5px;
  padding: 0 0px 10px 0;
  max-width: calc(100% -  10px );
}
.int_buttons.int_buttons .button-link {
  background: #023E3B;
  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: #FFAC6F;
  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: 41px;
  max-height: 41px;
}
.int_buttons.int_buttons .button-text {
  color: #FFF;
  font-size: 21px;
  font-weight: normal;
  font-family: "PT Sans Narrow Bold", sans-serif;
  letter-spacing: 1.05px;
  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: 122.5px;
  overflow: hidden;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .small_col .int_buttons.int_buttons.int_buttons,
  .left_col .int_buttons.int_buttons.int_buttons {
    border: 0 !important;
    padding: 0;
    background: transparent !important;
    margin-bottom: 17px;
  }
  .standardlayout .top_col .int_buttons,
  .standardthreecolumnlayout .top_col .int_buttons {
    padding-left: 0;
    padding-right: 0;
  }
  .standardlayout .top_col .main_menu_widget + script + script + .int_buttons,
  .standardthreecolumnlayout .top_col .main_menu_widget + script + script + .int_buttons {
    padding-top: 0px;
  }
  .standardlayout .top_col .main_menu_widget + script + script + .int_buttons:last-child,
  .standardthreecolumnlayout .top_col .main_menu_widget + script + script + .int_buttons:last-child {
    margin-bottom: 0px;
  }
}
.onecolumnlayout .top_col figure.vi-fullwidth-banner:first-of-type,
.twocolumnswithbottomlayout .top_col figure.vi-fullwidth-banner:first-of-type,
.threecolumnswithbottomlayout .top_col figure.vi-fullwidth-banner:first-of-type {
  margin-top: -7.8125vw;
}
#sitebody .vi-fullwidth-banner {
  border-bottom: 5px solid #023E3B;
}
#sitebody .vi-fullwidth-banner.vi-fullwidth-banner {
  min-width: 100vw;
}
.accordion_widget.mn-accordion > .accordion-item > .accordion-heading {
  background-color: #A1D7E6;
  color: #023E3B;
  letter-spacing: 1.26px;
  height: 40px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
.accordion_widget.mn-accordion .accordion-item > .accordion-content {
  border: 0;
}
.accordion_widget.mn-accordion > .accordion-item {
  margin-bottom: 13px;
}
.department_accordion {
  margin: 80px 0;
}
.department_accordion .accordion_widget .accordion-item .accordion-heading,
.department_accordion .accordion_widget .accordion-item.state-open .accordion-heading {
  background-color: rgba(2, 62, 59, 0.9) !important;
  color: #ffffff;
  position: relative;
  height: 65px;
  margin: 0 0 27px 0;
  font-size: 21px !important;
  line-height: 45px !important;
  outline: none;
  padding: 0.5em 0.5em 0.5em 1.6em;
}
.department_accordion .accordion_widget .accordion-item .accordion-heading .icon,
.department_accordion .accordion_widget .accordion-item.state-open .accordion-heading .icon {
  display: none;
}
.department_accordion .accordion_widget .accordion-item .accordion-heading::before,
.department_accordion .accordion_widget .accordion-item.state-open .accordion-heading::before {
  content: "";
  display: block;
  position: absolute;
  background: url("_gfx/cmn/Accordian Bar_Gold.svg") no-repeat right top;
  background-size: 100% auto;
  height: 65px;
  right: 0;
  width: 200px;
  top: 0;
  transition-duration: 0.2s;
}
.department_accordion .accordion_widget .accordion-item .accordion-heading::after,
.department_accordion .accordion_widget .accordion-item.state-open .accordion-heading::after {
  content: "";
  display: block;
  position: absolute;
  background: url("_gfx/cmn/Accordian_Gold+.svg") no-repeat right top;
  background-size: 100% 100%;
  height: 25px;
  right: 25px;
  width: 25px;
  top: 20px;
}
.department_accordion .accordion_widget .accordion-item .accordion-heading:hover::before,
.department_accordion .accordion_widget .accordion-item.state-open .accordion-heading:hover::before {
  background: url("_gfx/cmn/Accordian Bar_Gold_Hover.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item .accordion-heading:hover::after,
.department_accordion .accordion_widget .accordion-item.state-open .accordion-heading:hover::after {
  background: url("_gfx/cmn/Accordian_Gold-.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item .accordion-content,
.department_accordion .accordion_widget .accordion-item.state-open .accordion-content {
  color: #626262 !important;
  border: 0px solid #B6B6B6 !important;
  background-color: #F6F9FF !important;
}
.department_accordion .accordion_widget .accordion-item .accordion-content .inner-content,
.department_accordion .accordion_widget .accordion-item.state-open .accordion-content .inner-content {
  padding: 22px 35px 30px 35px;
  outline: none;
}
.department_accordion .accordion_widget .accordion-item.state-open {
  margin: 0 0 27px 0;
}
.department_accordion .accordion_widget .accordion-item.state-open .accordion-heading {
  margin: 0 0 0px 0;
}
.department_accordion .accordion_widget .accordion-item:nth-child(2n+0) .accordion-heading {
  background-color: #007aba !important;
}
.department_accordion .accordion_widget .accordion-item:nth-child(2n+0) .accordion-heading::before {
  background: url("_gfx/cmn/Accordian Bar_Blue.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(2n+0) .accordion-heading::after {
  background: url("_gfx/cmn/Accordian_Blue+.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(2n+0) .accordion-heading:hover::before {
  background: url("_gfx/cmn/Accordian Bar_Blue_Hover.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(2n+0) .accordion-heading:hover::after {
  background: url("_gfx/cmn/Accordian_Blue-.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(2n+0).state-open .accordion-heading {
  background-color: #007aba !important;
}
.department_accordion .accordion_widget .accordion-item:nth-child(3n+0) .accordion-heading {
  background-color: #36965C !important;
}
.department_accordion .accordion_widget .accordion-item:nth-child(3n+0) .accordion-heading::before {
  background: url("_gfx/cmn/Accordian Bar_Green.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(3n+0) .accordion-heading::after {
  background: url("_gfx/cmn/Accordian_Green+.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(3n+0) .accordion-heading:hover::before {
  background: url("_gfx/cmn/Accordian Bar_Green_Hover.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(3n+0) .accordion-heading:hover::after {
  background: url("_gfx/cmn/Accordian_Green-.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(3n+0).state-open .accordion-heading {
  background-color: #36965C !important;
}
.department_accordion .accordion_widget .accordion-item:nth-child(4n+0) .accordion-heading {
  background-color: #E06D24 !important;
}
.department_accordion .accordion_widget .accordion-item:nth-child(4n+0) .accordion-heading::before {
  background: url("_gfx/cmn/Accordian Bar_Orange.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(4n+0) .accordion-heading::after {
  background: url("_gfx/cmn/Accordian_Orange+.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(4n+0) .accordion-heading:hover::before {
  background: url("_gfx/cmn/Accordian Bar_Orange_Hover.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(4n+0) .accordion-heading:hover::after {
  background: url("_gfx/cmn/Accordian_Orange-.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(4n+0).state-open .accordion-heading {
  background-color: #E06D24 !important;
}
.department_accordion .accordion_widget .accordion-item:nth-child(5n+0) .accordion-heading {
  background-color: #239B9B !important;
}
.department_accordion .accordion_widget .accordion-item:nth-child(5n+0) .accordion-heading::before {
  background: url("_gfx/cmn/Accordian Bar_Teal.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(5n+0) .accordion-heading::after {
  background: url("_gfx/cmn/Accordian_Teal+.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(5n+0) .accordion-heading:hover::before {
  background: url("_gfx/cmn/Accordian Bar_Teal_Hover.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(5n+0) .accordion-heading:hover::after {
  background: url("_gfx/cmn/Accordian_Teal-.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(5n+0).state-open .accordion-heading {
  background-color: #239B9B !important;
}
.department_accordion .accordion_widget .accordion-item:nth-child(6n+0) .accordion-heading {
  background-color: #BC8A0D !important;
}
.department_accordion .accordion_widget .accordion-item:nth-child(6n+0) .accordion-heading::before {
  background: url("_gfx/cmn/Accordian Bar_Gold.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(6n+0) .accordion-heading::after {
  background: url("_gfx/cmn/Accordian_Gold+.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(6n+0) .accordion-heading:hover::before {
  background: url("_gfx/cmn/Accordian Bar_Gold_Hover.svg") no-repeat right top;
  background-size: 100% auto;
}
.department_accordion .accordion_widget .accordion-item:nth-child(6n+0) .accordion-heading:hover::after {
  background: url("_gfx/cmn/Accordian_Gold-.svg") no-repeat right top;
  background-size: 100% 100%;
}
.department_accordion .accordion_widget .accordion-item:nth-child(6n+0).state-open .accordion-heading {
  background-color: #BC8A0D !important;
}
.accordion_widget.mn-accordion .accordion-item.state-open > .accordion-heading,
.accordion_widget.mn-accordion .accordion-item > .accordion-heading:hover {
  background-color: #A1D7E6;
  color: #023E3B;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-family: "PT Sans Narrow Bold", sans-serif;
  /*.icon i {
            border-color: @accordion-header-color;
        }*/
}
.accordion_widget.mn-accordion .accordion-item > .accordion-content {
  color: #586A69;
  border: 1px solid #cbcbcb;
  background-color: #FFF;
  font-family: "PT Sans Regular", sans-serif;
}
.accordion_widget.mn-accordion .accordion-item.state-open > .accordion-heading .icon i,
.accordion_widget.mn-accordion .accordion-item > .accordion-heading:hover .icon i,
.accordion_widget.mn-accordion .accordion-item .accordion-heading .icon i {
  display: none;
}
#sitebody .accordion_widget.mn-accordion .accordion-item > .accordion-content {
  border: 0;
}
.accordion_widget.mn-accordion .accordion-item .accordion-heading .icon {
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -16px;
}
.accordion_widget.mn-accordion .accordion-item .accordion-heading .icon:after {
  content: "\002B";
  color: #023E3B;
}
.accordion_widget.mn-accordion .accordion-item.state-open .accordion-heading .icon {
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -16px;
}
.accordion_widget.mn-accordion .accordion-item.state-open .accordion-heading .icon:after {
  content: "\2212";
  color: #023E3B;
}
.tabbed_widget .ui-tabs-nav {
  position: relative;
}
.tabbed_widget .ui-tabs-nav:after {
  display: block;
  border-collapse: collapse;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #A1D7E6;
  bottom: 0px;
  visibility: visible;
}
.tabbed_widget .tab-title .ui-tabs-anchor {
  color: #747474;
  background-color: transparent;
  width: 100%;
  display: block;
}
.tabbed_widget .ui-tabs-tab.ui-state-default {
  background-color: rgba(245, 248, 248, 0.56);
  color: #747474;
  font-family: "PT Sans Narrow Bold", sans-serif;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin: 0 2.5px;
}
.tabbed_widget .tab-item.ui-widget-content {
  border: 0;
}
.tabbed_widget .ui-tabs-tab.ui-tabs-active.ui-state-active,
.tabbed_widget .tab-title.ui-state-hover {
  /*border-color: @tabbed-border-color;*/
  color: #023E3B;
  font-family: "PT Sans Narrow Bold", sans-serif;
  letter-spacing: 1.26px;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #A1D7E6;
  padding: 0;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin: 0 2.5px;
}
.tabbed_widget .ui-tabs-tab.ui-tabs-active.ui-state-active .ui-tabs-anchor,
.tabbed_widget .tab-title.ui-state-hover .ui-tabs-anchor {
  color: #023E3B;
}
.tabbed_widget .tab-item.ui-widget-content {
  /*border-color: @tabbed-border-color;*/
  background-color: #FFF;
}
.sitewrapper.mainSpan_wrapper #sitebody .vi-spotlight.vi-spotlight-img-left.content_area {
  padding: 0 !important;
  margin: 0 auto;
}
.vi-spotlight .flexslider {
  background: #FFF;
}
.vi-spotlight .flexslider .vi-spotlight-slides li .vi-spotlight-info-header {
  letter-spacing: 0.48px;
  font-size: 24px;
  text-align: left;
  opacity: 1;
  line-height: 1.2;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
.vi-spotlight .flexslider .vi-spotlight-slides li .vi-spotlight-info-header a {
  color: #023E3B;
}
.vi-spotlight .flexslider .vi-spotlight-slides li .vi-spotlight-info-desc {
  letter-spacing: 0px;
  color: #586A69;
  font-size: 16px;
  text-align: left;
  opacity: 1;
  line-height: 1.4;
  font-family: "PT Sans Regular", sans-serif;
}
.vi-spotlight .flexslider .flex-control-nav a {
  height: 20px;
  width: 20px;
  background: #586A69;
}
.vi-spotlight .flexslider .vi-spotlight-info-more {
  float: left;
  margin: 6px 0 10px 0;
  padding: 10px 18px;
  background: #FFAC6F;
  text-transform: uppercase;
  color: #023E3B;
  font-weight: 500;
  font-size: 12px;
  font-family: "PT Sans Narrow Bold", sans-serif;
  width: auto;
  height: auto;
  border-radius: 25px;
  line-height: normal;
  text-align: 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;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 15px rgba(255, 176, 98, 0.42);
  letter-spacing: 1.68px;
}
.vi-spotlight .flexslider .vi-spotlight-info-more:hover {
  background-color: #A1D7E6;
  box-shadow: 0px 3px 15px rgba(161, 215, 230, 0.42);
}
.vi-spotlight .flexslider .vi-spotlight-img-frame {
  text-align: center;
  flex: 100%;
}
.vi-spotlight .flexslider .vi-spotlight-img-frame a.vi-spotlight-img-link {
  width: 365px;
  height: 274px;
  overflow: hidden;
  max-height: 274px;
  max-width: 365px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.vi-spotlight .flexslider .vi-spotlight-img-frame a.vi-spotlight-img-link .vi-spotlight-img {
  max-height: 250px;
  object-fit: cover;
  height: auto;
  width: 100%;
  max-height: 274px;
  max-width: 365px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vi-spotlight .flexslider .flex-control-nav a.flex-active,
.vi-spotlight .flexslider .flex-control-nav a:hover {
  background: #FFAC6F;
}
.vi-spotlight .flexslider .flex-direction-nav a {
  background: transparent;
}
.vi-spotlight .flexslider .flex-direction-nav a:before {
  border-bottom: 6px solid #023E3B;
  border-left: 6px solid #023E3B;
}
@media screen and (min-width: 48em) {
  .vi-spotlight .flexslider .vi-spotlight-slides li .vi-spotlight-info-desc {
    font-size: 20px;
  }
  .vi-spotlight .flexslider .vi-spotlight-img-frame {
    text-align: right;
    flex: 1;
  }
  .vi-spotlight .flexslider .vi-spotlight-img-frame a.vi-spotlight-img-link {
    width: 235px;
  }
}
@media screen and (min-width: 62em) {
  .vi-spotlight .flexslider .vi-spotlight-slides li .vi-spotlight-info-desc {
    font-size: 20px;
    max-height: calc(7.5em + 20.5px);
    padding: 10px 5em 0 0;
  }
  .vi-spotlight.vi-spotlight-img-left .vi-spotlight-info,
  .vi-spotlight.vi-spotlight-img-right .vi-spotlight-info {
    margin-top: 0;
    padding: 10px 1.5% 10px 2.5%;
  }
  .vi-spotlight .flexslider .vi-spotlight-img-frame a.vi-spotlight-img-link {
    width: 365px;
  }
  .vi-spotlight .flexslider .vi-spotlight-img-frame {
    text-align: right;
    flex: 1;
  }
}
/* 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
================================================== */
body table.tableData,
body #sitebody table.tableData {
  font-weight: normal;
  background: #FFF;
  margin-bottom: 20px;
  border: 0px solid #cbcbcb;
  border-spacing: 0px;
  width: auto;
  border-collapse: separate;
}
body table.tableData thead,
body #sitebody table.tableData thead {
  border: 1px solid #A1D7E6;
}
body table.tableData thead tr th:last-child,
body #sitebody table.tableData thead tr th:last-child {
  background: #A1D7E6 !important;
  background-size: auto 100%;
}
body table.tableData th,
body #sitebody table.tableData th {
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: left;
  background: #A1D7E6 !important;
  color: #023E3B;
  font-weight: normal;
  font-size: 114.28571429%;
  font-family: "PT Sans Narrow Bold", sans-serif;
  border-left: 1px solid #A1D7E6;
}
body table.tableData th a,
body #sitebody table.tableData th a {
  color: #023E3B !important;
}
body table.tableData th p,
body #sitebody table.tableData th p {
  color: #023E3B;
}
body table.tableData a,
body #sitebody table.tableData a {
  color: #1977A2;
}
body table.tableData p,
body #sitebody table.tableData p {
  color: #6A6A6A;
  padding: 0;
  margin: 0;
}
body table.tableData td,
body #sitebody table.tableData td {
  color: #6A6A6A;
  font-size: 107.14285714%;
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  padding: 5px 10px 5px 10px;
}
body table.tableData td:last-child,
body #sitebody table.tableData td:last-child {
  border-right: 1px solid #cbcbcb;
}
body table.tableData tbody tr:first-child td,
body #sitebody table.tableData tbody tr:first-child td {
  border-top: 0;
}
body table.tableData tr:hover,
body #sitebody table.tableData tr:hover {
  background: rgba(170, 231, 247, 0.1);
}
body table.tableData tr:hover > td a,
body #sitebody table.tableData tr:hover > td a {
  color: #1977A2 !important;
}
body table.tableData tr:hover > td,
body #sitebody table.tableData tr:hover > td,
body table.tableData tr:hover > td > p,
body #sitebody table.tableData tr:hover > td > p {
  color: #6A6A6A !important;
}
@media screen and (max-width: 48em) {
  body:not([radeditorbody]) table.tableData {
    width: 100% !important;
  }
}
.business_box.mobile_list ul li li,
.staff_box.mobile_list ul li li,
.service_box.mobile_list ul li li,
.faq_box.mobile_list ul li li {
  background: transparent none;
  border: 0;
  padding: 0;
}
.business_box.mobile_list .box_content > ul > li > a,
.staff_box.mobile_list .box_content > ul > li > a {
  font-weight: bold;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .business_box.mobile_list .box_content > ul > li > a,
  .staff_box.mobile_list .box_content > ul > li > a {
    font-weight: 600;
  }
}
.staff_box .email_link {
  cursor: pointer;
}
.small_box.faq_box .box_content > ul > li {
  padding: 17px 7% 17px 16px;
}
.small_box.faq_box .box_content li:before,
.small_box.faq_box .box_content li:after {
  display: none;
}
.small_box.faq_box .box_content .listfaq_a a {
  color: #1977A2;
  text-decoration: underline;
  display: inline;
}
.small_box.faq_box .box_content .listfaq_a a:hover {
  text-decoration: none;
}
.small_box.faq_box .box_content li:before,
.small_box.faq_box .box_content li:after {
  display: none;
}
.listfaq_a_content {
  zoom: 1;
}
.listfaq_a_content:before {
  content: '';
  display: block;
}
.listfaq_a_content:after {
  content: '';
  display: table;
  clear: both;
}
.small_box.faq_box .box_content ul .listfaq_a_content a {
  font-weight: normal;
  display: inline;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .small_box.faq_box .box_content > ul > li {
    padding: 5px 0 7px 0;
  }
  .small_box.faq_box .box_content ul ul {
    margin-top: 0;
    padding-top: 0;
  }
  .small_box.faq_box .box_content ul ul li {
    border: 0;
    font-size: 110%;
  }
  .small_box.faq_box .listfaq_q_content {
    text-decoration: none;
  }
  .small_box.faq_box .listfaq_q_content:hover {
    text-decoration: underline;
  }
  .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: #586A69;
    font-size: 107.14285714%;
  }
  .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: #586A69;
    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: #A1D7E6 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: #A1D7E6 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 #cbcbcb;
}
.service_box .box_content > ul > li > span {
  font-weight: bold;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .service_box .box_content .toggle_service {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
  }
  .service_box .box_content .toggle_service:before {
    top: 9px;
  }
  .small_box.service_box ul li span {
    padding: 0;
  }
}
.twitter_feed,
.facebook_feed {
  padding: 0 !important;
}
.twitter_feed ul li img,
.facebook_feed ul li img {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  display: block;
  height: 50px;
  width: 50px;
}
.twitter_feed ul li span.box_date,
.facebook_feed ul li span.box_date {
  float: right;
  font-size: 80%;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 10px;
}
.twitter_feed ul li h4,
.facebook_feed ul li h4 {
  line-height: 130% !important;
  margin: 0;
  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: #1977A2;
  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: #1977A2;
}
.twitter_feed .box_bottomlink:after,
.facebook_feed .box_bottomlink:after {
  content: "";
  font-size: 140%;
  line-height: 1;
}
.twitter_feed ul li h4 span {
  display: block;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #sitebody .twitter_feed,
  #sitebody .facebook_feed {
    padding: 0;
    box-shadow: 0 0 0;
    overflow: visible;
  }
  #sitebody .twitter_feed ul,
  #sitebody .facebook_feed ul {
    padding: 7px 15px 0 16px;
  }
  #sitebody .twitter_feed ul li .box_date,
  #sitebody .facebook_feed ul li .box_date {
    margin-right: 0;
  }
  #sitebody .twitter_feed ul li h4,
  #sitebody .facebook_feed ul li h4 {
    font-size: 117.85714286%;
  }
  #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: #023E3B;
    font-weight: 600;
    font-family: "PT Sans Regular", 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: #023E3B;
    font-weight: 600;
  }
  #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: 107.14285714%;
    color: #586A69;
  }
  #sitebody .twitter_feed .box_bottomlink,
  #sitebody .facebook_feed .box_bottomlink {
    margin-right: 12px;
  }
}
#sitebody.splash_page {
  overflow: hidden;
  max-width: 100%;
  padding: 10px;
  word-wrap: break-word;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  #sitebody.splash_page {
    background: transparent !important;
    max-width: 1150px;
    display: block;
    max-width: 1302px;
    border-radius: 0px;
    margin: 15px auto 15px auto;
    padding: 150px 0 0 0 !important;
    min-height: 500px;
  }
  #sitebody.splash_page h2,
  #sitebody.splash_page .content_area h2,
  #sitebody.splash_page .reDropDownBody h2 {
    color: #012D2B;
    font-size: 2.4em;
  }
  #sitebody.splash_page p {
    color: #012D2B;
  }
  #sitebody.splash_page a.form_button.back {
    font-size: 15px;
    text-transform: none;
    font-family: "PT Sans Narrow Bold", sans-serif;
    color: #012D2B;
    height: 36px;
    line-height: 36px !important;
    border-radius: 23px;
    background: #FFAC6F !important;
    box-shadow: 0px 3px 15px rgb(255 176 2.33333333%) !important;
    text-transform: uppercase;
    display: inline-block !important;
    padding: 0 30px;
    border: 0 !important;
  }
  #sitebody.splash_page a.form_button.back:hover,
  #sitebody.splash_page a.form_button.back.active {
    background: #A1D7E6 !important;
    color: #012D2B !important;
    box-shadow: 0px 3px 15px rgb(161 215 5.47619048%) !important;
  }
  #sitebody.splash_page .top_search {
    display: none;
  }
  #sitebody.splash_page:before {
    display: none;
  }
  .sitewrapper.splash_megamenu_bg:before {
    background: #034A46;
    height: 160px;
  }
  .sitewrapper.splash_megamenu_bg #siteheader {
    background: #034A46;
  }
}
.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: #A1D7E6;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sso_login_container {
    max-width: 670px;
    margin: 0 auto;
  }
  .sso_login_container .sso_login_header,
  .sso_login_container .sso_login_hint {
    text-align: center;
  }
  .sso_login_container .content_area .sso_login_form_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sso_login_container .content_area .sso_login_box {
    margin: 15px 2% 0 0;
    width: 48%;
    min-height: 0;
  }
  .sso_login_container .content_area .social_account_login_box {
    margin-left: 2%;
    width: 48%;
    min-height: 0;
  }
}
.search .paging span a:hover {
  background: #A1D7E6;
}
.vision_search .search_button {
  width: auto;
  min-width: 0;
}
.vision_search .advanced_searchbox input.textfield {
  height: auto;
  min-height: 17px;
}
.vision_search .search_panel {
  float: none;
  width: 100%;
}
.vision_search .search_panel .vision_search_arrow {
  cursor: pointer;
  display: block;
}
.vision_search .search_panel .vision_search_arrow_down {
  border-top: 10px solid #FFF;
}
.vision_search .search_panel .vision_search_arrow_up {
  border-bottom: 10px solid #FFF;
}
.vision_search .search_panel .search_options_link {
  padding-right: 10px;
  margin: 0 !important;
  width: 100%!important;
}
.vision_search .search_panel .advanced_searchbox.normal .sort_by_label,
.vision_search .search_panel .advanced_searchbox.normal .items_per_page_label {
  width: auto;
}
.vision_search .search_panel .search_container {
  width: 100% !important;
  margin: 0 !important;
}
.vision_search .search_panel div.search_features {
  border: 1px solid #cbcbcb;
  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 #cbcbcb;
  margin-bottom: 10px;
  padding: 0;
  box-shadow: 0 0 0;
  width: 100%;
  background: transparent;
}
.vision_search .search_filters .search_filter:before {
  display: none;
}
.vision_search .search_filters .search_filter label {
  display: inline;
}
.vision_search .search_filters .search_filter .filter_header {
  color: #FFF;
  background: #023E3B;
  border-bottom: 0;
  padding: 7px 10px;
  position: relative;
  margin: 0;
}
.vision_search .search_filters .search_filter ol {
  padding: 0px 15px;
}
.vision_search .advanced_searchbox_sort_by_container {
  margin-right: 10px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .vision_search {
    margin: 12px 20px;
  }
  .vision_search .search_panel > div.search_filters,
  .vision_search .search_panel > div:not(.search_filters) {
    margin: 0 !important;
  }
  .vision_search .search_panel div.search_features {
    border: 1px solid #cbcbcb;
    background: #FFF;
    color: #6A6A6A;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal {
    float: right;
    height: auto;
    min-width: 350px;
    width: auto;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal .sort_by_label,
  .vision_search .search_panel div.search_features .advanced_searchbox.normal .items_per_page_label {
    display: inline-block;
    margin-top: 0px;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal select {
    max-width: 110px;
    width: 110px;
    min-width: 0;
    line-height: 28px !important;
    height: 28px !important;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal select.items_per_page {
    width: 50px;
  }
  .vision_search .search_panel div.search_features .advanced_searchbox.normal .search_per_page,
  .vision_search .search_panel div.search_features .advanced_searchbox.normal .advanced_searchbox_sort_by_container {
    float: right;
    line-height: 28px;
    margin-bottom: 0;
  }
  .vision_search .search_panel div.search_features .basic_searchbox {
    float: left;
    margin-bottom: 0;
  }
  .vision_search .search_panel .popular_searches_box > p.popular_searches_box_title {
    padding-left: 0px;
  }
  .vision_search .search_panel .popular_searches_box > div {
    padding: 0 0 10px 0;
  }
  .vision_search .search_panel .search_result,
  .vision_search .search_panel .search_result_alternate {
    padding: 0 0 20px;
  }
  .vision_search .search_panel .search_summary {
    padding-left: 0px;
  }
  .vision_search .search_panel .search_options_link {
    margin-right: 0px;
  }
  .vision_search .search_filters .search_filter {
    border: 0px;
  }
  .vision_search .search_filters .search_filter .filter_header {
    color: #023E3B;
    background: #A1D7E6;
  }
  .vision_search .search_filters .search_filter ol {
    padding: 0px 15px 10px;
    color: #023E3B;
  }
  .vision_search .search_panel > div.search_filters .search_filter {
    padding-right: 0px;
  }
  .advanced_searchbox.normal .advanced_searchbox_sort_by_container {
    width: auto;
  }
  .advanced_searchbox.normal .search_per_page,
  .advanced_searchbox.normal .sort_by_label,
  .advanced_searchbox.normal .items_per_page_label {
    width: auto;
  }
}
@media only screen and (min-width: 68em) {
  .vision_search .search_panel > div,
  .vision_search .search_panel .search_container {
    width: 70% !important;
  }
  .vision_search .search_panel .search_filters {
    width: 26% !important;
    margin: 0 0 10px 0 !important;
  }
  .vision_search .search_panel .search_filters .search_filter {
    margin-top: 0;
  }
  .vision_search .search_panel > div.loading.mask {
    width: 100% !important;
  }
  .vision_search .vision_search_arrow {
    top: 10px;
  }
}
#cse input.gsc-search-button {
  background: #A1D7E6 !important;
  color: #023E3B !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: #FFF !important;
}
#cse .gsc-tabHeader.gsc-tabhActive,
#cse .gsc-tabHeader:hover {
  background: rgba(170, 231, 247, 0.1) !important;
}
#cse .gsc-refinementHeader {
  border: 1px solid #cbcbcb !important;
  background: #FFF !important;
}
#cse .gsc-refinementHeader.gsc-refinementhActive,
#cse .gsc-refinementHeader:hover {
  background: rgba(170, 231, 247, 0.1) !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: #A1D7E6 !important;
  border: 2px solid transparent !important;
  box-sizing: content-box;
}
#cse .gsc-option-menu-item {
  background: gray;
}
#cse .gsc-option-menu,
#cse .gsc-selected-option-container {
  background: whiteSmoke !important;
  border-radius: 2px 2px 2px 2px;
}
.LBD_CaptchaDiv {
  max-width: 100%;
}
.LBD_CaptchaDiv .LBD_CaptchaImageDiv {
  max-width: 87%;
}
.LBD_CaptchaDiv .LBD_CaptchaImageDiv a {
  max-width: 100%;
}
.LBD_CaptchaDiv .LBD_CaptchaImageDiv img {
  border: 1px solid #d0d0d0 !important;
}
.LBD_CaptchaDiv > div.LBD_CaptchaImageDiv:first-child {
  border: 0;
}
.LBD_CaptchaIconsDiv {
  margin-left: 3px !important;
}
#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;
}
.content-filter-widget.content-filter-widget {
  z-index: auto !important;
}
.document_widget {
  margin-bottom: 17px;
}
.document_widget li {
  position: relative;
}
.document_widget li img {
  position: absolute;
  left: 0;
  top: 0px;
  margin-top: 0;
}
.document_widget li a {
  padding-left: 21px;
  display: block;
}
.doc_folder_img {
  float: left;
}
.document_folder_box .content_link,
.document_list_box .content_link {
  max-width: 100%;
  word-wrap: break-word;
}
.document_list_box.document_list_box > a[name]:before,
.document_folder_box.document_folder_box > a[name]:before {
  display: none;
}
.document_list_box.document_list_box .no-results,
.document_folder_box.document_folder_box .no-results {
  padding: 10px 0 10px 16px;
  display: block;
  color: #023E3B;
  font-weight: 600;
  font-size: 117.85714286%;
}
.document_folder_box .document_breadcrumb {
  margin-left: 16px;
  margin-top: 8px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .document_list_box.document_list_box .no-results,
  .document_folder_box.document_folder_box .no-results {
    padding-left: 0;
  }
  .document_folder_box .document_breadcrumb {
    margin-left: 0px;
    margin-top: 0;
  }
}
.downloadmessage {
  padding-bottom: 5px;
}
.downloadmessage img {
  margin: 2px;
}
.eNotification_widget .form_label {
  width: 250px;
}
#sitebody .checkboxlist-container .enotification_cats_list.formlist li {
  width: 31.3% !important;
}
#sitebody .checkboxlist-container label,
.front_end_body .enotification_widget_category_checkboxlist label {
  width: calc(100% - 40px) !important;
  white-space: normal;
}
#sitebody .checkboxlist-container .formlist li {
  width: 31.3% !important;
  margin-left: -3px;
  padding-left: 2% !important;
}
#sitebody .checkboxlist-container .formlist li:nth-child(3n+4),
#sitebody .checkboxlist-container .formlist li:first-child {
  padding-left: 0% !important;
  width: 33.3% !important;
}
.enotification_cats_list li > a {
  float: left;
}
.enotification_cats_list li > a.email_btn,
.legend_info a.email_btn,
.enotification_cats_list li > a,
.legend_info a {
  width: 19px;
  background-position: 0 center;
}
.facility_directory_widgets .facility_detail_page .facility_item_header,
.facility_directory_widgets .listtype_listformated .facility_item_header {
  background: #A1D7E6 !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: #6A6A6A;
}
.sitewrapper .content_area .facility_mapmarker_infos a.phone_link,
.sitewrapper .content_area .facility_mapmarker_infos a.phone_link:hover {
  color: #6A6A6A;
}
.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: #023E3B;
}
/*//facility edits
.facility_directory_widgets .facility_detail_page .facility_item_header h2.facility_item_name {
    color: @table-header-color;
    margin: 0;
}*/
.facility_directory_widgets .facility_detail_page h2.facility_item_header > *,
.facility_directory_widgets .listtype_listformated h2.facility_item_header > *,
.facility_directory_widgets .facility_detail_page .facility_item_header > *,
.facility_directory_widgets .listtype_listformated .facility_item_header > * {
  color: #023E3B !important;
  margin: 0;
}
/***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: #023E3B;
  font-size: 108% !important;
}
.faqtab_section {
  border: 1px solid #A1D7E6;
  background: #FFF;
  color: #6A6A6A;
}
.faqtab_section td,
.faqtab_section label {
  color: #6A6A6A;
}
.faqtab_section h1,
.faqtab_section h2,
.faqtab_section h3,
.faqtab_section h4,
.faqtab_section h5,
.faqtab_section .subtitle {
  color: #6A6A6A;
}
.faq_tab_nav li a {
  color: #1977A2;
}
.faq_tab_nav li a.active_faqtab {
  border: 1px solid #A1D7E6;
  border-right: 1px solid #FFF;
  background: #FFF;
  color: #6A6A6A;
  border-left: 5px solid #A1D7E6;
}
h3.faqtab_question,
.faqtab_popup {
  color: #6A6A6A;
}
h3.faqtab_question:before,
.faqtab_popup:before {
  background: #A1D7E6;
  color: #023E3B;
  line-height: 1.2em;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
}
.faqtab_section h3.faqtab_question {
  color: #6A6A6A;
}
.faq_mobile_nav {
  z-index: 1;
}
.faq_mobile_nav select {
  border: 1px solid #A1D7E6 !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: #1977A2;
}
.listfaq_q.listfaq_q > h2 {
  font-size: 161.42857143%;
}
.listfaq_q.listfaq_q > h3 {
  font-size: 20px;
  text-decoration: underline;
  color: #1977A2;
}
.listfaq_q.listfaq_q > h3:hover {
  text-decoration: none;
}
.listfaq_answers .listfaq_q a[name]:before {
  display: none;
}
.listfaq_answers .faq_header + ul {
  margin-bottom: 20px;
}
.listfaq ul > li {
  letter-spacing: 0px;
  color: #586A69;
  font-size: 20px;
  font-family: "PT Sans Regular", sans-serif;
}
.listfaq_answers > ul > li {
  margin: 20px 0;
}
.listfaq_q.listfaq_q > h2 {
  font-size: 20px;
  font-family: "PT Sans Regular", sans-serif;
  color: #586A69;
  font-weight: 400;
}
.listfaq_answers > ul > li .listfaq_a_right,
.listfaq_answers > ul > li .listfaq_a .listfaq_a_right,
.listfaq_answers > ul > li .listfaq_a {
  color: #586A69;
  font-size: 17px;
  font-family: "PT Sans Regular", sans-serif;
}
.form_survey_widget .answer_container textarea {
  min-width: 0;
  width: 100%;
}
.front_end_body .form_survey_widget .formlist,
.sitewrapper .form_survey_widget .formlist {
  width: 100%;
}
.recaptcha {
  width: auto !important;
}
.form_survey_widget .answer_container .form_answers_edit_table {
  display: table;
  width: 100%;
}
.form_survey_widget .answer_container {
  overflow-y: hidden;
  overflow-x: auto;
  margin: 0 0 5px 5px;
}
.question_container .question_content p {
  margin: 0;
}
.form_submit_container .recaptcha_container {
  margin: 20px 0 0;
}
.form_survey_widget .command_box.form_submit_footer {
  padding-top: 20px;
  margin-top: 0;
  clear: both;
}
.form_survey_widget .question_container .question_content .question_text_container {
  display: inline;
}
.form_survey_widget label:empty,
.form_submit_header:empty {
  display: none;
}
.form_survey_widget .question_container.static_text {
  margin-top: 0px;
  padding: 0 5px;
}
.form_survey_widget .answer_container input.voter_input.selection_other {
  margin-top: 3px;
  margin-left: 22px;
}
.form_survey_widget .form_submit_container .form_answers_edit_table td input.voter_input[type="radio"] {
  margin-left: 0px;
}
.form_survey_widget.form_survey_widget .single_matrix label {
  width: auto;
}
div.file_input_item > input.file_input_ori {
  top: 0;
}
.form-phone {
  width: 135px!important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .form_survey_widget .command_wrapper {
    border: 1px solid transparent;
    height: 20px;
    margin: 5px 0;
    width: auto;
  }
  .form_survey_widget .command_wrapper:hover {
    background: rgba(170, 231, 247, 0.1);
    border-color: #cbcbcb;
    border-radius: 10px;
  }
}
/****image widget*******/
.image_widget {
  margin: 0;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.no_image.image_widget {
  display: none;
}
.small_col .image_widget,
.standardlayout .left_col .image_widget,
.standardthreecolumnlayout .left_col .image_widget {
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px;
}
.small_col .image_widget {
  width: 89.6% !important;
  margin: 0px auto 17px auto;
}
.image_rotate_container {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.image_rotate_container.current {
  opacity: 1;
  z-index: 5;
}
.image_rotate_container.prev {
  z-index: 4;
}
.image_widget img {
  display: block;
  width: 100%;
}
.image_rotate_caption {
  position: absolute;
  bottom: 0px;
  opacity: 0.8;
  color: #ffffff;
  background: #222222;
  display: block;
  width: 96%;
  text-align: center;
  padding: 5px 2%;
  min-height: 20px;
  line-height: 100%;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .image_widget .image_rotate_container {
    background: transparent !important;
  }
  #sitebody.standardlayout .top_col .image_widget:last-child,
  #sitebody.standardthreecolumnlayout .top_col .image_widget:last-child,
  #sitebody.twocolumnreverselayout .top_col .image_widget:last-child {
    padding-bottom: 0;
  }
}
#alert_controls {
  overflow: visible;
  font-size: 0;
  text-decoration: none;
}
#alert_controls:before {
  font-family: Glyphicons Halflings;
  content: "\e258\e258";
  -webkit-transform: rotate(-90deg) scale(1, 1.5);
  -ms-transform: rotate(-90deg) scale(1, 1.5);
  -moz-transform: rotate(-90deg) scale(1, 1.5);
  transform: rotate(-90deg) scale(1, 1.5);
  display: block;
  letter-spacing: -3px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-indent: 0;
  margin-top: 7px;
  font-size: 8px;
}
#alert_controls.hide {
  background: #D13800;
  display: block !important;
  /*overwrite bootstrap .hide class*/
}
#alert_controls.hide:hover {
  bottom: 5px;
  height: 30px;
  width: 28px;
}
#alert_controls.hide:after {
  content: "Hide";
  background: #D13800;
  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: "PT Sans Regular", 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 #D13800;
  content: "";
  display: none;
}
#alert_controls.hide:hover + .important_alert_wrapper:before {
  display: block;
}
#alert_controls.show {
  background: #D13800;
  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: #D13800;
  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: "PT Sans Regular", sans-serif;
}
#alert_controls.show:hover:after {
  display: block;
}
.alert_right {
  background: none;
}
.alert_container:before {
  content: "";
  top: 4px;
  left: auto;
  position: absolute;
  right: 27px;
  bottom: 4px;
  z-index: -1;
  background: "" center center no-repeat;
  background-size: cover;
  width: 1px;
  height: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 5;
}
.alert_container {
  background-image: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  padding: 0;
  margin: 0;
  z-index: 20;
}
.alert_container.alert--closed:after {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid #D13800;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  content: "";
  display: none;
}
.alert_container.alert--closed:hover:after {
  display: block;
}
.alert_container.alert--closed:hover #alert_controls.show:after {
  display: block;
}
.alert_container .important_alert_wrapper {
  background: #D13800;
}
.alert_container .important_alert,
.alert_container .important_alert h1,
.alert_container .important_alert h2,
.alert_container .important_alert h3,
.alert_container .important_alert h4,
.alert_container .important_alert h5,
.alert_container .important_alert a,
.alert_container .important_alert .subtitle {
  color: #FFF;
}
.alert_container .important_alert h2 {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 500;
  font-size: 171.42857143%;
}
.alert_container .important_alert p {
  display: block;
  color: #FFFFFF;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.28px;
}
.alert_container .important_alert_wrapper {
  padding: 5px 0 0;
}
.alert_container .important_alert {
  font-size: 107.14285714% !important;
  line-height: 1.3 !important;
  margin: 0 auto;
  overflow: hidden;
  padding: 6px 0;
  max-width: 1150px;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  body.home_page .alert_container .important_alert p {
    font-size: 13px;
    line-height: 1.3;
  }
  .jPanelMenu body[data-menu-position=open] .alert_container {
    z-index: 2;
  }
}
@media screen and (min-width: 62em) {
  .alert_container {
    z-index: 20;
  }
}
.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: #FFF;
}
span.sticky {
  display: block;
  float: left;
  padding-left: 15px;
  background: url(_gfx/cmn/pin.gif) 0 0 no-repeat;
}
.news_widget .list-main > li {
  background: rgba(161, 215, 230, 0.06);
  margin-bottom: 10px;
}
.front_end_body form .command_box {
  padding-left: 0;
}
.poll_widget .poll_vote_view .command_box a.viewVoteResultLink {
  font-weight: bold;
}
.poll_widget .poll_vote_result_view .poll_answers .graphic_line .graphic_percent {
  background: #A1D7E6;
}
.poll_widget .poll_vote_result_view .poll_answers .graphic_line {
  border: 1px solid #A1D7E6;
}
.slideshow_link a {
  color: #023E3B !important;
}
.photo_album_widget .standard_list ul li:hover {
  background: transparent;
  cursor: default;
}
.slideshow_link {
  background: #A1D7E6 !important;
  color: #023E3B !important;
}
.ad-gallery.ad-gallery .ad-image-wrapper .ad-image {
  z-index: 3;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  width: auto !important;
  right: 3px;
}
.photo_album_widget .detail-subtitle {
  display: none;
}
/***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: #023E3B;
  font-size: 120%;
}
.rss_feed_content .item_graytext {
  margin-left: 10px;
}
.service_directory_widget .listtable th:last-child {
  text-align: center;
  width: 100px;
}
.service_directory_widget .listtable th:first-child {
  text-align: center;
  width: 33%;
}
.service_directory_widget .listtable {
  table-layout: fixed;
}
.column.sortable_col .service_directory_widget .listtable {
  table-layout: auto;
}
.service_request_widget fieldset.upload_container {
  display: block;
}
.service_request_widget fieldset.upload_container legend {
  display: block;
}
.service_request_widget legend {
  color: #023E3B;
  font-weight: bold;
  text-decoration: none;
}
/** header colors **/
.service_request_post_listable th {
  background: #A1D7E6 !important;
  color: #023E3B !important;
}
.service_request_widget .service_request_category > h2 {
  font-size: 100%;
}
.sitemap_col .root-level a {
  color: #023E3B;
  font-weight: bold;
  text-decoration: none;
}
.sitemap_widget .siteMapCategoryView > .sitemap_col ul li a {
  max-width: 100%;
  padding-right: 5px;
}
.sitemap_col {
  width: 100% !important;
}
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .sitemap_col {
    width: 50% !important;
  }
}
/*62em = 992px*/
@media only screen and (min-width: 62em) {
  .sitemap_col {
    width: 33% !important;
  }
}
#top_bar > * {
  font-size: 90%;
}
#top_bar li a.admin_more {
  box-sizing: content-box;
}
.desktop_only {
  display: none !important;
}
@media screen and (min-width: 48em) {
  .mobile_only {
    display: none !important;
  }
  .desktop_only {
    display: block !important;
  }
}
.hidden[style*="block"] {
  display: block !important;
}
div#google-infowindow *,
div#google-infowindow *:before,
div#google-infowindow *:after {
  background: #fff !important;
}
.notranslate {
  background: transparent !important;
}
.hide-text-indent {
  min-width: 0 !important;
}
.column #sitebody.splash_page {
  width: 100%;
}
.column.sortable_col {
  min-height: 0;
}



/*
This is the editor style sheet,
containing styles that will be used in the content editor tools.
*/
/* Fonts
================================================== */
/*font-family: 'Open Sans', sans-serif;*/
/******************************/
/**************************/
/****homepage facebook (plugin version) IF USED*/
/****homepage twitter (plugin version) IF USED*/
/****homepage instagram (plugin) IF USED*/
/*****Homepage video thumbnail widget IF USED*****/
/*****Homepage data visualization widget IF USED*****/
/*****Homepage button slider widget IF USED*****/
/******************************/
/**************************/
/*********************************************
    The variables below normally use one of the more generic variables defined above. 
    Modify below this line only if design is different from standard template
************************************************/
/*********
    end generic variables used in multiple places
*/
/**********************/
/**********************/
/*other month day text color*/
/**** homepage facebook (plugin version) IF USED */
/****homepage twitter (plugin version) IF USED*/
/**** homepage instagram (plugin) IF USED */
/*****Homepage video thumbnail widget IF USED*****/
/*****Homepage data visualization widget IF USED*****/
/*****Homepage button slider widget IF USED*****/
/************************/
/************************/
/*other month day text color*/
/*** border color for listtable and tableData/tableBox classes*/
@font-face {
  font-family: "Font Awesome Solid";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('fonts/fa-solid-900.eot');
  src: url('fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('fonts/fa-solid-900.woff2') format('woff2'), url('fonts/fa-solid-900.woff') format("woff"), url('fonts/fa-solid-900.ttf') format("truetype"), url('fonts/fa-solid-900.svg#fontawesome') format("svg");
}
@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: "PT Sans Narrow Bold";
  src: url('fonts/PTN77F-webfont.eot');
  src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTN77F-webfont.woff') format('woff'), url('fonts/PTN77F-webfont.ttf') format('truetype'), url('fonts/PTN77F-webfont.svg') format('svg');
}
@font-face {
  font-family: "PT Sans Bold";
  src: url('fonts/PTS75F-webfont.eot');
  src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTS75F-webfont.woff') format('woff'), url('fonts/PTS75F-webfont.ttf') format('truetype'), url('fonts/PTS75F-webfont.svg') format('svg');
}
@font-face {
  font-family: "PT Sans Regular";
  src: url('fonts/PTC55F-webfont.eot');
  src: url('fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/PTC55F-webfont.woff') format('woff'), url('fonts/PTC55F-webfont.ttf') format('truetype'), url('fonts/PTC55F-webfont.svg') format('svg');
}
/*settings and theme files include variables*/
a,
a:visited,
.column a {
  color: #1977A2;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a[name],
a[name]:hover,
a[name]:focus {
  color: #6A6A6A;
  text-decoration: none;
}
a img {
  border: 0;
}
a:before,
a:after {
  text-decoration: underline;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none;
}
body.front_end_body,
.sitewrapper,
.sitewrapper select,
.sitewrapper input,
.sitewrapper textarea,
.sitewrapper table,
#broken_links_reporter_form,
body.dialog_body,
body[radeditorbody],
body[radeditorbody] table {
  font-size: 14px !important;
  line-height: 1.57142857 !important;
  font-family: "PT Sans Regular", sans-serif !important;
  color: #6A6A6A;
}
.front_end_body :target:before,
.front_end_body a[name]:before {
  content: "";
  display: block;
  height: 60px;
  /* fixed header height plus a little padding*/
  position: relative;
  z-index: -1;
}
p {
  margin: 0 0 1em 0;
}
table img {
  max-width: none;
}
h1,
.content_area h1,
.reDropDownBody h1 {
  color: #023E3B;
  line-height: 1.2;
  font-weight: 500;
  font-size: 200%;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h2,
.content_area h2,
.reDropDownBody h2 {
  font-size: 160%;
  color: #023E3B;
  font-weight: 500;
  line-height: 1.2;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h3,
.content_area h3,
.reDropDownBody h3 {
  font-size: 140%;
  color: #023E3B;
  font-weight: 500;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h4,
.content_area h4,
.reDropDownBody h4 {
  font-size: 120%;
  color: #023E3B;
  font-weight: 500;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h5,
.content_area h5,
.reDropDownBody h5 {
  font-size: 110%;
  color: #023E3B;
  font-weight: 500;
  font-family: "PT Sans Narrow Bold", sans-serif;
}
h6,
.content_area h6,
.reDropDownBody h6 {
  color: #023E3B;
  font-family: "PT Sans Narrow Bold", sans-serif;
  font-weight: 500;
  font-size: 100%;
}
p,
.content_area p {
  font-family: "PT Sans Regular", sans-serif;
  color: #586A69;
}
.subtitle {
  font-size: 171.42857143%;
  color: #023E3B;
  font-weight: 500;
}
.subtitle p,
.subtitle a {
  color: #023E3B;
  font-weight: 500;
}
.RadEditor .reContentAreaToggle table th {
  background: red;
}
/* 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
================================================== */
body table.tableData,
body #sitebody table.tableData {
  font-weight: normal;
  background: #FFF;
  margin-bottom: 20px;
  border: 0px solid #cbcbcb;
  border-spacing: 0px;
  width: auto;
  border-collapse: separate;
}
body table.tableData thead,
body #sitebody table.tableData thead {
  border: 1px solid #A1D7E6;
}
body table.tableData thead tr th:last-child,
body #sitebody table.tableData thead tr th:last-child {
  background: #A1D7E6 !important;
  background-size: auto 100%;
}
body table.tableData th,
body #sitebody table.tableData th {
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: left;
  background: #A1D7E6 !important;
  color: #023E3B;
  font-weight: normal;
  font-size: 114.28571429%;
  font-family: "PT Sans Narrow Bold", sans-serif;
  border-left: 1px solid #A1D7E6;
}
body table.tableData th a,
body #sitebody table.tableData th a {
  color: #023E3B !important;
}
body table.tableData th p,
body #sitebody table.tableData th p {
  color: #023E3B;
}
body table.tableData a,
body #sitebody table.tableData a {
  color: #1977A2;
}
body table.tableData p,
body #sitebody table.tableData p {
  color: #6A6A6A;
  padding: 0;
  margin: 0;
}
body table.tableData td,
body #sitebody table.tableData td {
  color: #6A6A6A;
  font-size: 107.14285714%;
  border: 0;
  border-bottom: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  padding: 5px 10px 5px 10px;
}
body table.tableData td:last-child,
body #sitebody table.tableData td:last-child {
  border-right: 1px solid #cbcbcb;
}
body table.tableData tbody tr:first-child td,
body #sitebody table.tableData tbody tr:first-child td {
  border-top: 0;
}
body table.tableData tr:hover,
body #sitebody table.tableData tr:hover {
  background: rgba(170, 231, 247, 0.1);
}
body table.tableData tr:hover > td a,
body #sitebody table.tableData tr:hover > td a {
  color: #1977A2 !important;
}
body table.tableData tr:hover > td,
body #sitebody table.tableData tr:hover > td,
body table.tableData tr:hover > td > p,
body #sitebody table.tableData tr:hover > td > p {
  color: #6A6A6A !important;
}
@media screen and (max-width: 48em) {
  body:not([radeditorbody]) table.tableData {
    width: 100% !important;
  }
}
/* Default Data Table Styling.  
    Should match general table style in Interior comp.  
    Modify padding and borders ONLY  (if needed), otherwise do not modify.
    everything else controlled in settings.global or settings.colors.
    
    Should match _objects.listtable.less and _components.tableData.less
================================================== */
table.tableBox {
  font-weight: normal;
  background: #FFF;
  margin-bottom: 14px;
  border: 0px solid #cbcbcb;
  border-spacing: 0px;
  width: auto;
}
table.tableBox th {
  text-transform: uppercase;
  padding: 6px 9px;
  text-align: left;
  background: #A1D7E6 !important;
  color: #023E3B;
  font-weight: normal;
  font-size: 114.28571429%;
}
table.tableBox th a {
  color: #023E3B !important;
}
table.tableBox th p {
  padding: 0;
  margin: 0;
  color: #023E3B;
}
table.tableBox a {
  color: #1977A2;
}
table.tableBox p {
  color: #6A6A6A;
}
table.tableBox td {
  color: #6A6A6A;
  font-size: 107.14285714%;
}
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: rgba(170, 231, 247, 0.1);
}
table.tableBox tr:hover > td a {
  color: #1977A2 !important;
}
table.tableBox tr:hover > td,
table.tableBox tr:hover > td > p {
  color: #6A6A6A !important;
}
table.tableBox {
  border-bottom: 1px solid #cbcbcb;
}
table.tableBox th,
table.tableBox td {
  padding: 5px;
}
table.tableBox td {
  border-top: 1px solid #cbcbcb;
}

