/* Minification failed. Returning unminified contents.
(99,39): run-time error CSS1019: Unexpected token, found ' '
(99,39): run-time error CSS1019: Unexpected token, found ' '
(99,39): run-time error CSS1042: Expected function, found ' '
(99,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/************************************************
Dropdown Mega Menu
************************************************/
/* Fonts
================================================== */
/******************************/
/**************************/
/****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*****/
/******************************/
/**************************/
/*@searchbox-width: 424px; // width of the search bar, including the icon on the right
@searchbox-height: 40px; // height of the search bar
@searchbox-icon-width: 40px; //width of the searchbox icon
@searchbox-icon-height: 40px; //height of the searchbox icon
@searchbox-desktop-font-size: unit(16px/16px, rem); ///DESKTOP font-size of searchbox text*/
/*********************************************
    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*/
/*********************************************
    The variables below normally use one of the more generic variables defined above. 
    Modify below this line only if design is different from standard template
************************************************/
/*** border color for listtable and tableData/tableBox classes*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/****************************************
        Whenever possible use display table and table-cell to distribute 
        navigation items evenly based on text length. 
        No need to define widths unless design specifically requires it.
    
        If design requires defined widths, uncomment sections below.
       *********************************** */
/***48em = 768px ***/
@media screen and (min-width: 48em) {
  .mainnav {
    width: 100%;
    margin: 0 auto 0px;
    max-width: 45.625rem;
    box-shadow: 0 0 0 transparent;
    display: block;
    position: absolute;
    top: -3.625rem;
    left: 0;
    right: 0;
    z-index: 6;
  }
  .mainSpan_wrapper_home .mainnav {
    margin-bottom: 0;
  }
  .dropdownmenu {
    padding: 0 2.5rem 0 8.739375rem;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 3.625rem;
    transform: translateY(-100%);
  }
  .dropdownmenu {
    width: auto;
  }
  .dropdownmenu > li {
    border: 0px solid transparent;
    height: 3.625rem;
    float: none !important;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .dropdownmenu > li > a,
  .dropdownmenu > li > .notranslate a {
    height: 3.625rem;
    font-family: inherit;
    color: #FFFFFF;
    font-size: clamp(0.75rem, 0.5rem + 0.521vw, 1.125rem);
    font-weight: 700;
    background: transparent;
    margin-right: 0px;
    text-indent: 0;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.18px;
    padding: 0 0.625rem;
    border: 0px solid transparent;
    text-transform: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    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;
  }
  .dropdownmenu > li > a:before,
  .dropdownmenu > li > .notranslate a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10.5px 12px 10.5px;
    border-color: transparent transparent #F1AD02 transparent;
    transform: rotate(0deg);
    -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;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }
  .dropdownmenu > li:hover > a,
  .dropdownmenu > li.active > a {
    background: transparent;
    color: #F1AD02;
    border: 0px solid transparent;
    text-shadow: 0 0 0 transparent;
  }
  .dropdownmenu > li:hover > a:before,
  .dropdownmenu > li.active > a:before {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  #dropdownrootitem1 {
    display: none;
  }
}
/***62em = 992px***/
@media only screen and (min-width: 62em) {
  .mainnav {
    max-width: 59.375rem;
  }
  .dropdownmenu {
    padding: 0 4.4375rem 0 16.364375rem;
  }
}
@media (min-width: 75em) {
  .mainnav {
    max-width: 64rem;
  }
  .dropdownmenu {
    padding: 0 5.0625rem 0 16.989375rem;
  }
}
@media (min-width: 85.375em) {
  .mainnav {
    max-width: 81.375rem;
  }
  .dropdownmenu {
    padding: 0 6.3125rem 0 18.239375rem;
  }
}
@media screen and (min-width: 40.5em) and (max-width: 47.9375em) {
  ul.dropdownmenu li {
    float: none;
  }
  .dropdownmenu > li > a {
    overflow: visible;
    text-indent: 0px;
  }
  .dropdownmenu .widthcontainer6col,
  .dropdownmenu .widthcontainer5col,
  .dropdownmenu .widthcontainer4col,
  .dropdownmenu .widthcontainer3col,
  .dropdownmenu .widthcontainer2col,
  .dropdownmenu .widthcontainer1col {
    width: auto;
  }
  .dropdownmenu .megamenu_container {
    background: transparent;
    border: 0px solid #8dc4ca;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.4);
    padding: 0;
    position: static;
    overflow: auto;
  }
  .dropdownmenu .megamenu_container ul.megamenu_column {
    padding: 0;
    width: 100%;
    border: 0;
  }
  .dropdownmenu .megamenu_container ul.megamenu_column a {
    font-size: inherit;
    letter-spacing: 0;
    margin: 0;
  }
  .dropdownmenu .megamenu_container ul.megamenu_column a.megamenu_level1 {
    font-weight: normal;
  }
}
@media screen and (min-width: 48em) {
  /** specific to mega menu **/
  .dropdownmenu ul {
    border: 0;
    background: none;
  }
  .dropdownmenu .megamenu_container {
    border: 0;
    border-top: 4px solid #F1AD02;
    background: #F3F4F8;
    margin: 0;
    padding: 0;
    z-index: 20;
    overflow: auto;
    box-shadow: none;
  }
  .dropdownmenu .megamenu_container .inner_container {
    position: relative;
    z-index: 1;
  }
  .dropdownmenu .megamenu_container .inner_container:before,
  .dropdownmenu .megamenu_container .inner_container:after {
    position: absolute;
    content: "";
    z-index: -1;
    visibility: visible;
    top: 0;
    bottom: 0;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column {
    border: 0;
    padding: 0 10px;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column ul {
    padding: 0;
    margin: 0;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column a {
    color: #313D52;
    font-size: 0.875rem;
    line-height: 120%;
    word-wrap: break-word;
    letter-spacing: 0;
    margin: 0.625rem 0;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column a:hover {
    text-decoration: underline;
    color: #313D52;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column a.megamenu_level1 {
    font-size: 1rem;
    color: #000F2A;
    font-weight: 700;
    margin: 1.25rem 0 0 0;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column a.megamenu_level1:hover {
    text-decoration: underline;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column a.megamenu_level2 {
    padding-left: 10px;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column a.megamenu_level3 {
    padding-left: 20px;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column a.megamenu_level4 {
    padding-left: 30px;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column li.megamenu_level1:first-child > a {
    margin-top: 10px;
  }
  .dropdownmenu .megamenu_container.widthcontainer1col {
    width: 11.40625rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer1col .inner_container .megamenu_column {
    width: 100%;
  }
  .dropdownmenu .megamenu_container.widthcontainer1col .inner_container .megamenu_column:nth-child(n+2) {
    display: none;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col {
    width: 22.8125rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col .inner_container .megamenu_column {
    width: 50%;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col .inner_container .megamenu_column:nth-child(n+3) {
    display: none;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col .inner_container:before {
    border-left: 1px solid #D3D3D3;
    width: 0;
    left: 50%;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col {
    width: 34.21875rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col .inner_container .megamenu_column {
    width: 33.33333333%;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col .inner_container .megamenu_column:nth-child(n+4) {
    display: none;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col .inner_container:before {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    width: 33.33333333%;
    left: 33.33333333%;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col {
    width: 45.625rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container .megamenu_column {
    width: 25%;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container .megamenu_column:nth-child(n+5) {
    display: none;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:before {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    width: 22.8125rem;
    left: 11.40625rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:after {
    border-left: 1px solid #D3D3D3;
    width: 0;
    left: 22.8125rem;
  }
  #dropdownrootitem8 .widthcontainer1col,
  #dropdownrootitem7 .widthcontainer1col {
    right: 0px;
  }
  #dropdownrootitem4 .widthcontainer2col,
  #dropdownrootitem5 .widthcontainer2col,
  #dropdownrootitem8 .widthcontainer2col,
  #dropdownrootitem7 .widthcontainer2col,
  #dropdownrootitem6 .widthcontainer2col {
    right: 0px;
  }
  #dropdownrootitem3 .widthcontainer3col,
  #dropdownrootitem4 .widthcontainer3col,
  #dropdownrootitem5 .widthcontainer3col,
  #dropdownrootitem6 .widthcontainer3col,
  #dropdownrootitem7 .widthcontainer3col,
  #dropdownrootitem8 .widthcontainer3col {
    right: 0px;
  }
  .dropdownmenu .widthcontainer4col,
  .dropdownmenu .widthcontainer5col,
  .dropdownmenu .widthcontainer6col,
  .dropdownmenu .widthcontainer7col,
  .dropdownmenu .widthcontainer8col {
    right: 0;
  }
  #dropdownrootitem8 .widthcontainer1col,
  #dropdownrootitem7 .widthcontainer1col {
    right: 0;
  }
  #dropdownrootitem8 .widthcontainer2col,
  #dropdownrootitem7 .widthcontainer2col,
  #dropdownrootitem6 .widthcontainer2col {
    right: 0;
  }
  #dropdownrootitem2 .widthcontainer3col,
  #dropdownrootitem3 .widthcontainer3col,
  #dropdownrootitem4 .widthcontainer3col,
  #dropdownrootitem5 .widthcontainer3col,
  #dropdownrootitem6 .widthcontainer3col,
  #dropdownrootitem7 .widthcontainer3col,
  #dropdownrootitem8 .widthcontainer3col {
    right: 0;
  }
  #sitebody .dropdownmenu .widthcontainer4col,
  #sitebody .dropdownmenu .widthcontainer5col,
  #sitebody .dropdownmenu .widthcontainer6col,
  #sitebody .dropdownmenu .widthcontainer7col,
  #sitebody .dropdownmenu .widthcontainer8col {
    width: 100%;
    right: 0;
  }
}
@media (min-width: 62em) {
  .dropdownmenu .megamenu_container.widthcontainer1col {
    width: 14.84375rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col {
    width: 29.6875rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col {
    width: 44.53125rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col {
    width: 59.375rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:before {
    width: 29.6875rem;
    left: 14.84375rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:after {
    left: 29.6875rem;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column {
    padding: 10px 20px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col,
  .dropdownmenu .megamenu_container.widthcontainer5col,
  .dropdownmenu .megamenu_container.widthcontainer6col,
  .dropdownmenu .megamenu_container.widthcontainer7col,
  .dropdownmenu .megamenu_container.widthcontainer8col {
    width: 100%;
    right: 0;
  }
}
@media (min-width: 75em) {
  .dropdownmenu .megamenu_container.widthcontainer1col {
    width: 16rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col {
    width: 32rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col {
    width: 48rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col {
    width: 64rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:before {
    width: 32rem;
    left: 16rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:after {
    left: 32rem;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column {
    padding: 20px 30px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col,
  .dropdownmenu .megamenu_container.widthcontainer5col,
  .dropdownmenu .megamenu_container.widthcontainer6col,
  .dropdownmenu .megamenu_container.widthcontainer7col,
  .dropdownmenu .megamenu_container.widthcontainer8col {
    width: 64rem;
  }
}
@media (min-width: 85.375em) {
  .dropdownmenu .megamenu_container.widthcontainer1col {
    width: 20.34375rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col {
    width: 40.6875rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col {
    width: 61.03125rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col {
    width: 81.375rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:before {
    width: 40.6875rem;
    left: 20.34375rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:after {
    left: 40.6875rem;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col,
  .dropdownmenu .megamenu_container.widthcontainer5col,
  .dropdownmenu .megamenu_container.widthcontainer6col,
  .dropdownmenu .megamenu_container.widthcontainer7col,
  .dropdownmenu .megamenu_container.widthcontainer8col {
    width: 81.375rem;
  }
}
@media screen and (min-width: 48em) {
  .dropdownmenu * {
    box-sizing: border-box;
  }
  .dropdownmenu .megamenu_container.widthcontainer5col {
    width: 100%;
  }
  .dropdownmenu .megamenu_container.widthcontainer5col .inner_container .megamenu_column {
    width: 20%;
  }
  .dropdownmenu .megamenu_container.widthcontainer5col .inner_container .megamenu_column:nth-child(n+6) {
    display: none;
  }
  .dropdownmenu .megamenu_container.widthcontainer5col .inner_container:before {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    width: 40%;
    left: 20%;
  }
  .dropdownmenu .megamenu_container.widthcontainer5col .inner_container:after {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    width: 40%;
    left: 40%;
  }
  .dropdownmenu .megamenu_container.widthcontainer6col {
    width: 100%;
  }
  .dropdownmenu .megamenu_container.widthcontainer6col .inner_container .megamenu_column {
    width: 16.66666667%;
  }
  .dropdownmenu .megamenu_container.widthcontainer6col .inner_container .megamenu_column:last-child {
    position: static;
  }
  .dropdownmenu .megamenu_container.widthcontainer6col .inner_container .megamenu_column:last-child:before {
    position: absolute;
    content: "";
    z-index: -1;
    visibility: visible;
    top: 0px;
    bottom: 0px;
    right: 16.66%;
    width: 1px;
    border-right: 1px solid #D3D3D3;
  }
  .dropdownmenu .megamenu_container.widthcontainer6col .inner_container:before {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    width: 33.32%;
    left: 16.66%;
  }
  .dropdownmenu .megamenu_container.widthcontainer6col .inner_container:after {
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    width: 33.32%;
    left: 33.32%;
  }
  body.front_end_body .dropdownmenu .megamenu_container .inner_container .megamenu_column a {
    color: #313D52;
  }
  body.front_end_body .dropdownmenu .megamenu_container .inner_container .megamenu_column a:hover {
    color: #313D52;
  }
  body.front_end_body .dropdownmenu .megamenu_container .inner_container .megamenu_column a.megamenu_level1 {
    color: #000F2A;
  }
  .widthcontainer5col ul.megamenu_column {
    padding: 0 2%;
    width: 20%;
  }
}
.dropdownmenu ul.megamenu_column.megamenu_column_content {
  padding-top: 18px !important;
  font-size: 15px;
  display: none;
  text-align: left;
  line-height: 20px;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .image_widget img {
  border: 0;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .image_widget a {
  display: block;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content a {
  margin: 0;
  display: inline;
  padding-left: 0;
  letter-spacing: 0;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content a:hover {
  text-decoration: underline !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content a:before,
.dropdownmenu ul.megamenu_column.megamenu_column_content a:hover:before {
  display: none;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content p {
  margin: 0 0 1em 0;
  line-height: 20px;
}
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content {
  color: #313D52;
}
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content a {
  color: #313D52 !important;
}
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content p {
  color: #313D52;
}
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content h1,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content h2,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content h3,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content h4,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content h5,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .subtitle {
  color: #000F2A;
}
/***this is here so that it inherits the correct colors etc, even if it is a subsite or design theme***/
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .calendar_mini_grid .calendar_title td span {
  color: #ffffff;
}
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box .box_title,
.mega_menu_navigation_config .mega_menu_column_body .small_box .box_title {
  color: #000F2A !important;
  font-size: 20px !important;
  font-weight: bold;
  text-align: left;
}
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content a,
.front_end_body .mega_menu_navigation_config .mega_menu_column_body a,
.front_end_body .mega_menu_navigation_config .mega_menu_column_body .small_box .box_content ul li a,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box .item-list a,
.front_end_body .mega_menu_navigation_config .mega_menu_column_body .small_box .item-list a,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .service_box .box_content ul.service_list li a {
  color: #313D52;
  text-align: left;
  text-decoration: underline !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content a {
  text-decoration: underline !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content a:hover {
  text-decoration: none !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content a.box_bottomlink,
.mega_menu_navigation_config .mega_menu_column_body a.box_bottomlink {
  text-decoration: none !important;
  border-radius: 0 !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content a.box_bottomlink:hover,
.mega_menu_navigation_config .mega_menu_column_body a.box_bottomlink:hover {
  text-decoration: underline !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .service_box .box_content ul.service_list li a:hover {
  text-decoration: none !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .small_box .box_content ul a {
  font-weight: bold;
  text-decoration: none !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .small_box .box_content ul a:hover {
  text-decoration: underline !important;
}
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box .box_content ul.item-list li,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box .box_content .item_smalltext,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box ul.item-list li a,
.front_end_body .mega_menu_navigation_config .mega_menu_column_body .small_box .box_content ul.item-list li,
.front_end_body .mega_menu_navigation_config .mega_menu_column_body .small_box .box_content .item_smalltext,
.front_end_body .mega_menu_navigation_config .mega_menu_column_body .small_box ul.item-list li a,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box,
.front_end_body .mega_menu_navigation_config .mega_menu_column_body .small_box,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box .box_content ul,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box.faq_box .box_content .listfaq_a p,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box.faq_box .box_content .listfaq_a ul,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box.faq_box .box_content .listfaq_a ol,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box.faq_box .box_content .listfaq_a li,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .small_box.faq_box .box_content .listfaq_a div {
  color: #313D52 !important;
  text-align: left;
  font-size: 100% !important;
  line-height: 20px !important;
  border-radius: 0 !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content #searchbox a img,
.mega_menu_navigation_config .mega_menu_column_body #searchbox a img {
  display: inline;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content #searchbox a:after,
.mega_menu_navigation_config .mega_menu_column_body #searchbox a:after {
  color: #0D2058;
  font-size: 1.5rem !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .small_box,
.dropdownmenu ul.megamenu_column.megamenu_column_content .minicalendar_widget,
.dropdownmenu ul.megamenu_column.megamenu_column_content .image_widget {
  margin-bottom: 20px !important;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .business_box.mobile_list .box_content > ul > li > a,
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content .staff_box.mobile_list .box_content > ul > li > a {
  font-weight: bold;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .service_box .box_content .toggle_service:before {
  display: block;
  top: 2px;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .calendar_mini_grid .calendar_eventlink {
  color: #52514f !important;
  margin: 0;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .calendar_mini_grid .calendar_items {
  line-height: 120%;
}
.dropdownmenu ul.megamenu_column.megamenu_column_content .calendar_nextprev a,
.mega_menu_navigation_config .mega_menu_column_body .calendar_nextprev a {
  display: inline;
  text-decoration: none !important;
}
@media screen and (min-width: 48em) {
  .dropdownmenu ul.megamenu_column.megamenu_column_content {
    display: block;
  }
}

