/* Minification failed. Returning unminified contents.
(129,44): run-time error CSS1019: Unexpected token, found ' '
(129,44): run-time error CSS1019: Unexpected token, found ' '
(129,44): run-time error CSS1042: Expected function, found ' '
(129,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(184,44): run-time error CSS1019: Unexpected token, found ' '
(184,44): run-time error CSS1019: Unexpected token, found ' '
(184,44): run-time error CSS1042: Expected function, found ' '
(184,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/************************************************
Dropdown Mega Menu
************************************************/
/* Fonts
================================================== */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1kMImSLYBIv1o4X1M8cce4OdVisMz5nZRqy6cmmmU3t2FQWEAEOvV9wNvrwlNstMKW3Y6K5WMwXeVy3GboJ0kTHmqP91Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GMS5ntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4m0qyriQwlOrhSvowK_l5-eSZJ.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5Oew.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweather/v30/u-4n0qyriQwlOrhSvowK_l52xwNpXw.ttf) format('truetype');
}
/******************************/
/**************************/
/*********************************************
    The variables below normally use one of the more generic variables defined above. 
    Modify below this line only if design is different from standard template
************************************************/
/*********
    end generic variables used in multiple places
*/
/************************/
/************************/
/*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 0;
    max-width: 730px;
    box-shadow: 0 0 0 transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .mainSpan_wrapper_home .mainnav {
    margin-bottom: 0;
  }
  .dropdownmenu {
    padding: 0;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 4rem;
    transform: translateY(-100%);
  }
  .dropdownmenu > li {
    border: 0px solid transparent;
    height: 4rem;
    float: none !important;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
  }
  .dropdownmenu > li::before {
    content: "";
    position: absolute;
    margin: auto;
    width: 0px;
    height: 1em;
    background: #F2683A;
    transition: width 300ms ease;
  }
  .dropdownmenu > li > a,
  .dropdownmenu > li > .notranslate a {
    height: 4rem;
    font-family: 'Nunito Sans', sans-serif;
    color: #0D0D0D;
    font-size: clamp(0.6875rem, -0.035rem + 1.5vw, 1.25rem);
    font-weight: bold;
    background: transparent;
    margin-right: 0px;
    text-indent: 0;
    text-decoration: none;
    text-align: center;
    position: relative;
    line-height: 1.5;
    letter-spacing: 0.2px;
    padding: 0 0 0 10px;
    border: 0px solid transparent;
    text-transform: none;
    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;
    transition: transform 300ms ease;
  }
  .dropdownmenu > li:hover::before,
  .dropdownmenu > li:focus::before,
  .dropdownmenu > li.active::before {
    width: 4px;
  }
  .dropdownmenu > li:hover > a,
  .dropdownmenu > li:focus > a,
  .dropdownmenu > li.active > a,
  .dropdownmenu > li:hover > a,
  .dropdownmenu > li:focus > a,
  .dropdownmenu > li.active > a,
  .dropdownmenu > li:hover > a,
  .dropdownmenu > li:focus > a,
  .dropdownmenu > li.active > a {
    background: transparent;
    color: #0D0D0D;
    border: 0px solid transparent;
    text-shadow: 0 0 0 transparent;
    transform: translateX(10px);
  }
  #dropdownrootitem1 {
    display: none;
  }
}
/***62em = 992px***/
@media only screen and (min-width: 62em) {
  .mainnav {
    max-width: 950px;
  }
  .dropdownmenu > li > a,
  .dropdownmenu > li > .notranslate a {
    font-size: clamp(0.6875rem, -0.035rem + 1.5vw, 1.25rem);
  }
}
@media (min-width: 75em) {
  .mainnav {
    max-width: 1023px;
  }
}
@media (min-width: 85.375em) {
  .mainnav {
    max-width: 1302px;
  }
}
@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: 0px 3px 6px rgba(0, 0, 0, 0.16);
    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: 0px solid transparent;
    background: #05649B;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0;
    padding: 0;
    z-index: 20;
    overflow: auto;
  }
  .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: #fff;
    font-size: 0.875rem;
    line-height: 1.5;
    word-wrap: break-word;
    letter-spacing: 0;
    margin: 10px 0;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column a.megamenu_level1 {
    font-size: 1rem;
    color: #F2EFD5;
    font-weight: bold;
    margin: 20px 0 0 0;
  }
  .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: 182.5px;
  }
  .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: 365px;
  }
  .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 #1E74A5;
    width: 0;
    left: 50%;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col {
    width: 547.5px;
  }
  .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 #1E74A5;
    border-right: 1px solid #1E74A5;
    width: 33.33333333%;
    left: 33.33333333%;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col {
    width: 730px;
  }
  .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 #1E74A5;
    border-right: 1px solid #1E74A5;
    width: 365px;
    left: 182.5px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:after {
    border-left: 1px solid #1E74A5;
    width: 0;
    left: 365px;
  }
  #dropdownrootitem8 .widthcontainer1col,
  #dropdownrootitem7 .widthcontainer1col {
    inset: 90% auto auto 0;
  }
  #dropdownrootitem8 .widthcontainer2col,
  #dropdownrootitem7 .widthcontainer2col,
  #dropdownrootitem6 .widthcontainer2col {
    inset: 90% auto auto 0;
  }
  #dropdownrootitem5 .widthcontainer3col,
  #dropdownrootitem6 .widthcontainer3col,
  #dropdownrootitem7 .widthcontainer3col,
  #dropdownrootitem8 .widthcontainer3col {
    inset: 90% auto auto 0;
  }
  .dropdownmenu .widthcontainer1col,
  .dropdownmenu .widthcontainer2col,
  .dropdownmenu .widthcontainer3col,
  .dropdownmenu .widthcontainer4col,
  .dropdownmenu .widthcontainer5col,
  .dropdownmenu .widthcontainer6col,
  .dropdownmenu .widthcontainer7col,
  .dropdownmenu .widthcontainer8col {
    width: 100%;
    inset: 90% auto auto 0;
  }
}
@media (min-width: 62em) {
  .dropdownmenu .megamenu_container.widthcontainer1col {
    width: 237.5px;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col {
    width: 475px;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col {
    width: 712.5px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col {
    width: 950px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:before {
    width: 475px;
    left: 237.5px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:after {
    left: 475px;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column {
    padding: 10px 20px;
  }
}
@media (min-width: 75em) {
  .dropdownmenu .megamenu_container.widthcontainer1col {
    width: 255.75px;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col {
    width: 511.5px;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col {
    width: 767.25px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col {
    width: 1023px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:before {
    width: 511.5px;
    left: 255.75px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:after {
    left: 511.5px;
  }
  .dropdownmenu .megamenu_container .inner_container .megamenu_column {
    padding: 20px 30px;
  }
}
@media (min-width: 85.375em) {
  .dropdownmenu .megamenu_container.widthcontainer1col {
    width: 325.5px;
  }
  .dropdownmenu .megamenu_container.widthcontainer2col {
    width: 651px;
  }
  .dropdownmenu .megamenu_container.widthcontainer3col {
    width: 976.5px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col {
    width: 1302px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:before {
    width: 651px;
    left: 325.5px;
  }
  .dropdownmenu .megamenu_container.widthcontainer4col .inner_container:after {
    left: 651px;
  }
}
@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 #1E74A5;
    border-right: 1px solid #1E74A5;
    width: 40%;
    left: 20%;
  }
  .dropdownmenu .megamenu_container.widthcontainer5col .inner_container:after {
    border-left: 1px solid #1E74A5;
    border-right: 1px solid #1E74A5;
    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 #1E74A5;
  }
  .dropdownmenu .megamenu_container.widthcontainer6col .inner_container:before {
    border-left: 1px solid #1E74A5;
    border-right: 1px solid #1E74A5;
    width: 33.32%;
    left: 16.66%;
  }
  .dropdownmenu .megamenu_container.widthcontainer6col .inner_container:after {
    border-left: 1px solid #1E74A5;
    border-right: 1px solid #1E74A5;
    width: 33.32%;
    left: 33.32%;
  }
  body.front_end_body .dropdownmenu .megamenu_container .inner_container .megamenu_column a {
    color: #fff;
  }
  body.front_end_body .dropdownmenu .megamenu_container .inner_container .megamenu_column a:hover {
    color: #fff;
  }
  body.front_end_body .dropdownmenu .megamenu_container .inner_container .megamenu_column a.megamenu_level1 {
    color: #F2EFD5;
  }
  .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: #fff;
}
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content a {
  color: #fff !important;
}
.front_end_body .dropdownmenu ul.megamenu_column.megamenu_column_content p {
  color: #fff;
}
.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: #F2EFD5;
}
/***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: #F2EFD5 !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: #fff;
  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: #fff !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: #0D0D0D;
  font-size: 2rem !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;
  }
}

