@import url("../../parts/styles_resp/global.css");

html { height: 100%; }
html * { box-sizing: border-box; margin: 0; padding: 0; }
ul, ol { padding-left: 1.5em; }
hr { clear: both; }
p { margin: .5em 0; }
body {
    font-family: "Inter", Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    margin: 0;
    padding: 0;
    background: #fff;

    line-height: 1.5;
    /* letter-spacing: 0.12ex;
    word-spacing: 0.16ex; */
}

body.home, body.inner {
    height: 100%;
    background: #fff;
}

.allContainer {
    padding: 0;
    margin: 0;
    zoom: 1;
}

:root {
    /* New Calendar */
    --newcalBarBG: #163561;
    --newcalBarColor: #fff;
    --newcalArrows: #163561;
    --newcalArrowColor: #fff;
    --newcalTodayBG: #163561;
    --newcalTodayColor: #fff;
    --newcalEverydayColor: #666;
    --newcalEverydayBG: #eee;
    --newcalDateCircleColor: #fff;
    --newcalDateCircleBG: #163561;
    --newcalEventBorder: #163561;
    --newcalListBorder: 1px solid #eee;
    --newcalBodyColor: #353535;
    --newCalWeight: 600;

    /* Buttons ( Read More, Accordion Expand All, Forms Submit, etc) */
    --buttoncolor: #163561;
    --buttonbg: #fff;
    --buttoncolorhover: #fff;
    --buttonbghover: #163561;
    --buttonborder: solid 1px #353535;
    --buttonradius: 5px;
    --buttontexttransform: uppercase;
    --buttonfont: 600 14px 'Inter', Arial, Sans-Serif;

		--cat_color1: #3b3b7e;
		--cat_color2: #00d4ff;
		--cat_color3: #fc0303;
		--cat_color4: #900000;
		--cat_color5: #03dbfc;
		--cat_color6: #038001;
		--cat_color7: #5a0180;
		--cat_color8: #ad5e13;
		--cat_color9: #262224;
		--cat_color10: #03fcb5;
		--cat_color11: #756f72;
		--cat_color12: #141012;
}

.desktoponly { display: none; }
.extraTopBorder {
    display: none;
    height: 10px;
    font-size: 0;
}

.notifications {
    display: none;
    position: relative;
    padding: 5px 15px;
    text-align: center;
    background: #611616;
    color: #fff;
}
.notifications .notification {
    padding: 5px;
    text-align: center;
    font-family: "Inter", Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}
.notifications .notification p { padding: 0; margin: 0; }
.notifications a.closenotification {
    float: right;
    cursor: pointer;
    padding: 5px;
    font-size: 12pt;
}
.notifications a, .notifications a:hover {
    color: #fff;
    text-decoration: underline;
}
.notifications a:focus { outline: 1px dashed white; }


.mainbox { position: relative; display: block; }
.widthContainer {
    position: relative;
    min-width: 250px;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.contentBG, .editorContentMain {
    color: #333;
    background: white;
}

.inner .contentBG {
    margin-top: 0px;
}

.spacer, .spacer2 { visibility: hidden; }
.spacer2 { display: none; }
.noscroll { overflow: hidden; }
.topbar {
    z-index: 10000;
    position: sticky;
    top: 0;
    /* left: 0;
    right: 0; */
    max-height: 100%;
    background: rgba(255,255,255, 0.9);
}
.topbar.scroll { overflow-y: auto; }
.topbar>nav {
    box-shadow: 0px 0px 10px rgba(0,0,0,.35);
    /* background: #eee; */
    /* background: rgba(250,250,250, 0.9); */
}

.box.promotion.HA_Boxes_Top .responsivebox div.image img {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}

.topbar nav.table>ul { display: table; width: 100%; }

.topbar h1 { margin: 0; padding: 0; }
.topbar .title {
    display: inline-block;
    font-family: "Inter", Arial, Helvetica, Sans-Serif;
    width: 100%;
}
.topbar .title img {
    height: 50px;
    margin: 0;
    max-width: 95%;
}
nav.table>ul>li {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
.navIcon, .searchIcon { cursor: pointer; }
.navDrop, .searchDrop { display: none; padding: 0; }
nav.top.block ul { border-radius: 0; padding: 0; }
nav.top.block li a {
    padding: 5px;
    font-size: 16pt;
    color: #163561;
    text-align: center;
}
nav.top.block li  a > div { font-size: 11pt; display: block; text-transform: capitalize; font-weight: 600; }
nav.top.block li:last-child { border-right: none; }
nav.top.block li a {}
nav.top.block li a > * {
    display: inline-block;
    vertical-align: middle;
}
nav.top.block li:first-child a {
    border-left: none;
    margin-left: 0;
}
nav.top li:last-child a {
    border-right: none;
}


/* mobile nav */
.navDrop nav.block.mobilemenu>ul {
    font-family: "Inter", sans-serif;
    display: block;
    background: rgb(22, 53, 97);
    padding: 0px;
}
.navDrop nav.block.mobilemenu>ul>li {
    border-bottom: 1px solid white;
}

.navDrop nav.block.mobilemenu>ul>li.airquality {
    border-bottom: none;
}

.navDrop nav.block.mobilemenu>ul li {
    clear: both;
    margin: 0;
}
.navDrop nav.block.mobilemenu>ul>li:last-child {
    border: none;
}
.navDrop nav.block.mobilemenu a {
    color: white;
    display: block;
    font-size: 16pt;
    padding: 9px 10px;
}
.navDrop nav.block.mobilemenu a:focus,
.navDrop nav.block.mobilemenu span:focus { outline: 1px dashed white; }
.navDrop nav.block.mobilemenu .socialTools a { padding: 5px; }
.navDrop nav.block.mobilemenu li span.plus {
    margin-top: 2px;
    padding: 7px 30px 2px 30px;
    color: white;
    float: right;
    display: inline-block;
    text-align: right;
    margin-right: 0;
    cursor: pointer;
    font-size: 18pt;
}
.navDrop nav.block.mobilemenu ul ul {
    padding-left: 0;
    display: none;
    position: relative;
    width: calc(100% - 10px);
    box-shadow: none;
    margin: 2px 0px 8px 10px;
}
.navDrop nav a:hover,
.navDrop nav a:focus,
.navDrop nav li.current>a,
.navDrop nav li.actual>a {
    background: transparent;
    text-decoration: underline;
}
.navDrop nav.block.mobilemenu .mobileSocial .socialTools { float: none; }
.navDrop nav.block.mobilemenu .mobileSocial .socialTools a {
    display: inline-block;
    opacity: 1.0;
}
.navDrop nav.block.mobilemenu .payutility,
.navDrop nav.block.mobilemenu .openweather,
.navDrop nav.block.mobilemenu .airquality {
    color: white;
    display: block;
    padding: 0 10px;
    font-size: 14pt;
}

.navDrop nav.block.mobilemenu .airquality { padding: 9px 10px; }
.navDrop nav.block.mobilemenu .airquality i { margin-right: 10px; }

.navDrop nav.block.mobilemenu .openweather a,
.navDrop nav.block.mobilemenu .airquality a,
.navDrop nav.block.mobilemenu .payutility a {
    color: white;
    display: inline-block;
    font-size: 14pt;
}

.navDrop nav.block.mobilemenu .openweather i,
.navDrop nav.block.mobilemenu .airquality i,
.navDrop nav.block.mobilemenu .payutility i {
    color: #fff;
    display: inline-block;
}



.searchDrop .mobilesearch {
    font-size: 120%;
    width: 100%;
}
.searchDrop .mobilesearch .fieldAndButton {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #bbb;
    padding: 5px;
    box-sizing: border-box;
}
.searchDrop .mobilesearch .fieldAndButton .searchField {
    font-size: 120%;
    color: #666;
    padding: 4px;
    width: 80%;
    width: calc(100% - 50px);
}
.searchDrop .mobilesearch .fieldAndButton .searchMag {
    font-size: 20pt;
    float: right;
    height: 35px;
    width: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: #163561;
}


/* search results */
h2.search { padding: 1ex; font-size: 130%; }
/* header.page { position: relative; }
header.page .banner { position: relative; margin: 0; } */
.content .box.SUPERFORMS, .content .box.QUICKFORM { line-height: 16pt; }

/* mobile restrictions */
p[class^="Mso"], p.MsoNormal {
    text-indent: 0 !important;
    margin: 0 !important;
}
font[size=2] { font-size: 100%; }
.container.content div.left,
.container.content div.right,
.container.content div.cyclerSlide {
    float: none;
    /* margin: 10px; */
}

.container.content div.sidebarImageBox img { max-width: 100%; }
.container.content div img { height: auto !important; max-width: 100% !important; }
.content div.noMobile { display: none; }
.content div.mobileOnly { display: block; }
.content #tourbookdiv>img[style*=height\:168] { height: 168px !important; }

iframe { max-width: 100% !important; }
input { max-width: 100% !important; }

a { color: #163561; text-decoration: none; font-weight: 600; }
a:hover { color: #163561; text-decoration: underline; }
a:focus { outline: 1px dashed #555; }
input:focus { background: #ffffcc; color: #353535; }


/*===( HEADLINES )===*/
h1, h2, h3, h4, h5 { margin: 0; text-align: left; }
h1, h2 {
    font-family: "Inter", sans-serif;
    font-size: 24pt;
    font-weight: bold;
    line-height: 115%;
    color: #163561;
    text-align: left;
    padding: 8px 0;
    margin: 0;
}
h2 { font-size: 20pt; }
h3 { font-size: 14pt; }
h4 { font-size: 13pt; font-weight: 600; color: #163561;}
h5 { font-size: 12pt; }
h6 { font-size: 11pt; color: #163561; }
.field.inline > h4 { font-size: 12pt; padding-right: 5px; }

section>h2, article>h2, aside>h2 {
    text-align: left;
    font-weight: 600;
}

.home .news section > h2 {
    font-size: 28px;
}

.home .news section .headlineDisplay {
    padding: 16px 0;
    border-top: 1px solid rgba(53, 53, 53,.15);
}

.home .news section .headlineDisplay:first-of-type {
    border-top: none;
}

.home .news section .headlineDisplay time {
    padding: 0;
    margin-bottom: 0;
}

.home .news section .headlineDisplay h3,
.home .news section .headlineDisplay h3 > a {
    text-decoration: none;
    color: #353535;
    font-size: 15pt;
    font-weight: 600;
}

.home .news section .headlineDisplay h3 > a:hover,
.home .news section .headlineDisplay h3 > a:focus {
    text-decoration: underline;
}

.home .news section .readmore.small {
    position: relative;
    bottom: auto;
    right: auto;
    padding-top: 20px;
    font-size: 100%;
}

.home .news section .readmore.small a {
    padding: 11px;
    color: #fff;
    background: #163561;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    text-align: center;
    max-width: 220px;
    font-weight: 600;
    font-size: 16px;
}

.home .news section .readmore.small a:hover,
.home .news section .readmore.small a:focus {
    text-decoration: underline;
    background: #353535;
}


section>h3, article>h3, section>h3 a, article>h3 a, .summaryDisplay>h2, .headlineDisplay {
}
article, section, article main.body, section main.body {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.item.summaryDisplay, article.summaryDisplay {
    margin: 0;
    padding: 5px 0;
}
.item.summaryDisplay h2, article.summaryDisplay h2 {
    margin: 0;
    padding: 5px 0;
}

.item.summaryDisplay h2, article.summaryDisplay h3 > a,
.item.summaryDisplay h2, article.summaryDisplay h3 {
    text-decoration: none;
    font-weight: 700;
}


div.readmore { font-weight: bold; }

footer.main {
    position: relative;
    padding: 15px;
    background: #163561;
    color: white;
    text-align: center;
    display: block;
    /* min-height: 300px; */
    vertical-align: top;
}

div.afterfooter {
    clear: both;
    background: #163561;
    height: 25px;
}

footer .footerlogo {
    /* float: left;
    padding: 5px 25px; */
}

footer.main h4 {
    color: #fff;
    font-weight: normal;
    margin-bottom: 8px;
    display: inline;
    font-size: 120%;
}

footer.main .text,
footer.main .text2,
footer.main .text3,
footer.main .text4,
footer.main .text5,
footer.main .text6,
footer.main .text7,
footer.main .text8 {
    font-family: "Inter", sans-serif;
    vertical-align: top;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    display: block;
    white-space: pre-wrap;
}
footer.main .text8 { font-size: 14pt; }


footer.main .text3 {
    font-weight: 600;
}

/* footer.main .footerleft { float: left; max-width: 48%; }
footer.main .footerright { float: right; max-width: 48%; } */

footer.main hr {
    clear: both;
    color: rgba(255,255,255,0.18);
    margin: 15px 0;
}

footer.main .verticalLogo_text {
    /* float: right; */
    font-size: 12pt;
    text-align: center;
    margin: 0;
    /* padding: 4px 15px; */
}
footer .footertext {
    /* display: inline-block; */
}

footer.main a,
footer.main a:hover {
    color: #fff;
    text-decoration: underline;
}

footer.main .verticalLogo_text a {
    text-decoration: none;
}

footer.main .verticalLogo_text a:hover {
    text-decoration: underline;
}


.footerbg {
    background: url(images/carouselbg.jpg) no-repeat top center;
    background-size: cover;
}

.footergrad {
    background: linear-gradient(to bottom, rgba(255,255,255,1.0) 30%, rgba(255,255,255,0.0) 50%);
}

.footersecondary {
    background: rgba(27, 45, 57, 0.9);
    color: #fff;
    padding: 40px 50px;
    text-align: center;
    line-height: 1;
}
.footersecondary > nav.block > ul {
    display: table;
    width: 100%;
}
.footersecondary > nav.block > ul > li {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid rgba(255,255,255,0.18);
    padding: 10px 30px 10px 30px;
}
.footersecondary > nav.block > ul > li:last-child { border-right: none; }

.footersecondary > nav.block > ul.count2 > li { width: 50%; }
.footersecondary > nav.block > ul.count3 > li { width: 33%; }
.footersecondary > nav.block > ul.count4 > li { width: 25%; }
.footersecondary > nav.block > ul.count5 > li { width: 20%; }
.footersecondary > nav.block a {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    padding: 0;
}
.footersecondary > nav.block > ul > li > a {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
}
.footersecondary > nav.block > ul > li li > a {
    /* padding-left: 10px; */
    text-decoration: none;
}
.footersecondary > nav.block > ul,
.footersecondary > nav.block > ul ul { padding-left: 0; }



.topbar2 {
    display: none;
    z-index: 10000;
    /* position: absolute; top: 0; left: 0; right: 0; */
    /* background: rgba(255,255,255,0.4); */
    /* border-top: 3px solid #2a0201; */
}

/* all block */
nav.block a, nav.subsections a {
    font-family: "Inter", sans-serif;
    font-size: 11pt;
    padding: 10px 20px;
}
nav.block>ul>li>a {}
nav.block li.current>a,
nav.block li.open>a,
nav.block li:hover>a {}

.navwrap {
    position: relative;
    bottom: 0; left: 0; right: 0;
    text-align: center;
    z-index: 4;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 3px; */
}

/* horizontal-block */
nav.horizontal.block {
    display: inline-block;
    padding: 0 100px 0 30%;
    text-align: center;
    z-index: 1;
    width: 100%;
}

nav.horizontal.block>ul {
    border-top: 1px solid rgba(14, 58, 87, .25);
    display: flex;
    justify-content: space-between;
    white-space: wrap;
}

nav.horizontal.block>ul>li {
    padding: 0;
    border-right: none;
    line-height: normal;
}

nav.horizontal.block>ul>li>a {
    background: transparent;
    color: #163561;
    border: none;
    font-weight:600 !important;
    margin-right: 2px;
    font-weight: normal;
    border-radius: 0;
    padding: 10px 0;
    text-transform: uppercase;
    line-height: 50px;
}

nav.horizontal.block>ul>li:last-child>a {
    margin-right: 0;
}

nav.horizontal.block>ul>li.current>a,
nav.horizontal.block>ul>li.open>a,
nav.horizontal.block>ul>li>a:hover,
nav.horizontal.block>ul>li>a:focus {
    color: #163561;
    text-decoration: underline;
}

nav.horizontal.block>ul>li>a.nav-home i {
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
}

nav.horizontal.block>ul>li>a.nav-home:hover i,
nav.horizontal.block>ul>li>a.nav-home:focus i {
    border-bottom: 1px solid #163561;
}

nav.horizontal.block li li>a {
    color: #163561;
    margin-bottom: 2px;
    border-radius: 0;
}

nav.horizontal.block li li:last-child>a {
    margin-bottom: 0;
}

nav.horizontal.block li li.current>a,
nav.horizontal.block li li.open>a,
nav.horizontal.block li li>a:hover,
nav.horizontal.block li li>a:focus {
    /* background: #172732;
    color: #fff;
    text-decoration: underline; */
}

nav.horizontal.block>ul>li.open>a {
    position: relative;
    z-index: 1002;
}

nav.horizontal.menu>ul ul {
    /* background: #3a6f90;
    text-align: left;
    border-radius: 7px;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    padding: 3px; */
    /* border: 2px solid white; */
}

nav.block.menu>ul .triangle {
    margin-top: 4px;
    color: inherit;
    opacity: 1.0;
}
nav.block.menu>ul .triangle:focus { outline: 1px dotted white; }

nav.subsections h2 { text-align: left; }
nav.subsections h2 a { font-size: inherit; }
nav.subsections ul { list-style-type: none; padding: 0; }
nav.subsections ul ul { padding-left: 8px; }
nav.subsections a {
    text-decoration: none;
    line-height: 1.2;
    font-weight: normal;
    padding: 0;
    color: #353535;
    font-weight: 400;
}

nav.subsections a:hover { color: #163561; text-decoration: underline; }
nav.subsections li.actual > a { color: #163561; text-decoration: underline; font-weight: 600; }


/* Slab */
nav.slab.horizontal.block > ul { width: 100%; }
nav.slab.horizontal.block > ul > li { position: static; }
nav.slab.horizontal.block > ul > li > ul > li > ul { display: block; vertical-align: top; }
nav.slab.horizontal.block > ul > li > ul {
    /* background: rgba(26, 44, 55, 0.95); */
    background: rgba(22, 53, 97, .9);

    text-align: left;
    border-radius: 0;
    box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.1);
    min-width: 100%;
    /* width: 115%; */
    /* max-width: 1080px; */
    position: absolute;
    margin-top: 0;
    left: 0;
    right: 0;
    /* left: -50px;
    right: -50px; */
    white-space: normal;
    padding: 50px 100px;
    box-sizing: border-box;
    vertical-align: top;
    /* border: 2px solid #ccc; */
    line-height: 1.1;
    z-index: 1000;
}
nav.slab.horizontal.block > ul > li > ul ul {
    position: static;
    background: none;
    box-shadow: none;
    vertical-align: top;
}

/* column */
nav.slab.horizontal.block.slabtext > ul > li.onecol > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li {
    display: inline-block;
    width: 50%;
    border-right: 2px solid #ffffff21;
    height: 100%;
    vertical-align: top;
    padding: 0 0 0 50px;
}
nav.slab.horizontal.block.slabtext > ul > li.twocol > ul > li { width: 33%; }
nav.slab.horizontal.block > ul > li.onecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.twocol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.threecol > ul > li:last-child,
nav.slab.horizontal.block > ul > li.fourcol > ul > li:last-child {
    border-right: none;
}
nav.slab.horizontal.block > ul > li.threecol > ul > li { width: 33%; }
nav.slab.horizontal.block.slabtext > ul > li.threecol > ul > li,
nav.slab.horizontal.block > ul > li.fourcol > ul > li { width: 25%; }
nav.slab.horizontal.block.slabtext > ul > li.fourcol > ul > li { width: 20%; }
nav.slab.horizontal.block.slabtext > ul > li div.slabtext { padding: 15px; }

/* CATEGORIES: grouping box; includes both category link and child links */
nav.slab.horizontal.block > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.onecol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.twocol > ul > li > ul > li,
nav.slab.horizontal.block > ul > li.threecol > ul > li > ul > li {
    display: block;
    padding: 5px 5px 3px 5px;
    box-sizing: border-box;
}

/* CATEGORIES: child link grouping box; contains just child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren > ul,
nav.slab.horizontal > ul > li > ul > li > ul > li.hasChildren > ul {
    display: block;
    position: relative;
    border: none;
    background: none;
    width: auto;
    margin-left: 20px;
    box-shadow: none;
    font-weight: normal;
}
/* child links */
nav.slab.horizontal > ul > li > ul > li > ul a,
nav.slab.horizontal > ul > li > ul > li > ul > li > ul a {
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
}

nav.slab.horizontal > ul > li > ul > li:hover,
nav.slab.horizontal > ul > li > ul > li:focus {
    /* the blocks around the category containing the children
    /* background-color: rgba(255, 255, 255, 0.3); */
}

/* CATEGORIES: category links */
/* nav.slab.horizontal > ul > li > ul > li > a, */
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a,
nav.slab.horizontal > ul > li > ul > li > ul > li > a {
    font-size: 20px;
    color: #ffffff;
    padding: 5px 10px;
    font-weight:600;
    font-family: "Inter", sans-serif;
    /* text-decoration: underline; */
}

/* CATEGORIES: has child links */
nav.slab.horizontal > ul > li > ul > li.hasChildren a {
    background: transparent;
}

/* all links */
nav.slab.horizontal > ul > li > ul > li a {
    padding: 3px 10px;
    margin-bottom: 3px;
}

/* all links hover, focus, actual */
nav.slab.horizontal > ul > li > ul > li a:hover,
nav.slab.horizontal > ul > li > ul li.current.actual > a,
nav.slab.horizontal > ul > li > ul > li a:focus,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.twocol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.threecol > ul > li > ul > li > a:focus,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:hover,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li.current.actual > a,
nav.slab.horizontal > ul > li.fourcol > ul > li > ul > li > a:focus {
    /* color: inherit; */
    color: #ffffff !important;
    text-decoration: underline;
    background: transparent;
}


.box.B_BOXES,
.box.promotion.B_LIST.HA_Boxes,
.box.promotion.B_LIST.HA_Boxes_Top { padding: 0; margin: 0; }
.box.B_BOXES .responsivebox,
.box.promotion.B_LIST.HA_Boxes .responsivebox,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox {
    /* background: #e4e9ee;
    border: 1px solid #c7d2db; */
    border-radius: 0;
}
.box.B_BOXES .responsivebox div.image,
.box.promotion.B_LIST.HA_Boxes .responsivebox div.image {
    margin: 0 15px 15px 0;
}
.box.B_BOXES .responsivebox h2,
.box.B_BOXES .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a {
    font-size: 15pt;
    font-weight: 600;
    padding: 0 0 8px 0;
    text-decoration: none;
    text-align: center;
    color: #163561;
}

.box.B_BOXES .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes .responsivebox h2 a:hover,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox h2 a:hover {
    text-decoration: underline;
}

.box.B_BOXES .responsivebox .boxbody,
.box.promotion.B_LIST.HA_Boxes .responsivebox .boxbody,
.box.promotion.B_LIST.HA_Boxes_Top .responsivebox .boxbody {
    text-align: center;
}


/* calendar */
.calMonth table {
    background: #333;
    color: #fff;
    border: none;
    border-spacing: 1px;
    border-collapse: separate;
    font-size: 90%;
}
.calMonth .calMonthName, .calMonth .calYear { color: #333; }
.calMonthHeading {
    background: #fff;
    color: #333;
    border: none;
    font-size: 90%;
    border: 1px solid #333;
    border-bottom: none;
}
.calDayHeading th {
    background: #fff;
    color: #555;
}
.calDay.calGrayDay {
    background: #eee;
    color: #333;
}
.calDay {
    background: #fff;
    color: #333;
    font-weight: bold;
}
table.calendarTable .calDay a hr { display: none; }
table.calendarTable .calDay a.eventLink { margin: 1px; }
.calDay .calDayNum {
    display: inline-block;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    padding: 4px 4px 2px 3px;
    text-align: center;
    min-width: 20px;
}
.calMonth td, .calMonth th { border: none; }
.calToday { background-color: #fff; filter: none; }
.calToday .calDayNum {
    background: #333;
    color: #fff;
}
.eventTip {
    color: black;
    border-color: #777777;
    background-color: #f0f0f0;
    border-radius: 3px;
}


/* New Calendar */
.calendar-container .calendar-body .calendar-weekdays li {
    background: var(--newcalBarBG);
    color: var(--newcalBarColor);
}

.calendar-container .calendar-header .header-left .calendar-nav {
    background: var(--newcalArrows);
    color: var(--newcalArrowColor);
    border: none;
}

.calendar-container .calendar-body .calendar-dates li.active div.day {
    color: var(--newcalTodayColor);
    background: var(--newcalTodayBG);
}

.calendar-container .calendar-body .calendar-dates li div.day {
    background: var(--newcalEverydayColor);
    background: var(--newcalEverydayBG);
}

.calendar-container .calendar-body .calendar-dates li a.event {
    border-color: var(--newcalEventBorder);
    color: var(--newcalBodyColor);
}

.calendar-container .boxdate {
        background: var(--newcalDateCircleColor);
        background: var(--newcalDateCircleBG);
}

.calendar-container .calendar-header .header-left button.today {
    background: #d9d9d9;
    color: var(--newcalBodyColor);
    border: none;
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    transition: all 300ms ease;
}

.calendar-container .calendar-header .header-left button.today:hover {
    background: var(--buttonbghover);
    color: var(--buttoncolorhover);
}

.eventlistitem a {
    font-weight: var(--newCalWeight);
    text-transform: capitalize;
}

.procalendar dialog.dialog:modal .eventtime {
    border-bottom: var(--newcalListBorder);
}

.eventlistitem {
    /* border-bottom: var(--newcalListBorder); */
    border-bottom: none;
}

.calendar-container .procal-belowheader  div.calendar-list h2 {
    border-bottom: var(--newcalListBorder);
    color: var(--newcalBodyColor);
}


.procalendar dialog.dialog:modal .category i:after {
    font-family: var(--designfont);
    font-weight: var(--newCalWeight);
}


.slider_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
}
.slideroverlay {
    background: rgba(53, 53, 53, 0.45);
    position: absolute; top: 0; left: 0; bottom: 0; right: 0;
    z-index: 8;
    padding-top: 15%;
}

.greatplace {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: "Inter", sans-serif;
    font-size: 2vw;
    font-weight: 600;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.cityof {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-family: "Inter", sans-serif;
    font-size: 4vw;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.5px;
    text-align: center;
    color: #fff;
}

.slider_owl, .singlepic {
    min-height: 400px;
    overflow: hidden;
    position: relative;
    font-size: 0;
    line-height: normal;
}

.slider_owl .owl-nav, .slider_owl .owl-dots { display: none; }
.slider_owl div.owl-item,
.slider_owl div.item {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0;
    margin: 0; padding: 0;
}
.slider_owl div.item { height: 300px; }

/* .slider_owl .description {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    color: #eee;
    text-align: center;
    font-size: 14pt;
} */

.slider_owl .description a { color: #fff; text-decoration: underline; }
.slider_owl .description a:hover { color: #ddd; }
.slider_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    /* bottom: 0; */
    left: 0;
    right: 0;
    height: 0;
}
.slider_arrowwrap .controls {
    position: absolute;
    top: 15px;
    bottom: auto;
    right: 15px;
    z-index: 10;
}
.slider_arrowwrap span.arrowleft,
.slider_arrowwrap span.arrowright,
.slider_arrowwrap span.arrowpause,
.slider_arrowwrap span.arrowplay {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    z-index: 5;
    padding: 5px 6px;
    border-radius: 50%;
    /* height: 30px; width: 30px; */
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #fff;
}
.slider_arrowwrap span.arrowleft:hover, .slider_arrowwrap span.arrowright:hover,
.slider_arrowwrap span.arrowpause:hover, .slider_arrowwrap span.arrowplay:hover,
.slider_arrowwrap span.arrowleft:focus, .slider_arrowwrap span.arrowright:focus,
.slider_arrowwrap span.arrowpause:focus, .slider_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 1px solid #fff; }
.slider_arrowwrap span.arrowplay { display: none; }

.filmstripcarouselwrap {
}

.filmstrip_wrap1 {
    position: relative;
    font-size: 0;
    line-height: normal;
    height: 0;
    z-index: 2;
}
.filmstripbar_owl {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    /* padding: 5px 50px; */
    padding: 5px 5px 15px 5px;
    background: rgba(22, 53, 97, .9);
    background: linear-gradient(to top, rgba(22, 53, 97, .9) 55%, rgba(22, 53, 97, 0) 50%);
    overflow: hidden;
    white-space: nowrap;
}
.filmstrip_owl .owl-nav, .filmstrip_owl .owl-dots { display: none; }
.filmstrip_owl { overflow: hidden; }
.filmstrip_owl div.owl-item,
.filmstrip_owl div.item,
.filmstrip_owl div.item a {
    line-height: 60px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 15px;
}
.filmstrip_owl div.item a { padding: 0 5px 5px; }
.filmstrip_owl div.item a:focus { outline: 1px dashed #fff; }
.filmstrip_owl div.item a img {

    /* height: 46px; */

    height: 85px;
    padding: 1.75rem;

    /* height: 118px;
    background: #fff;
    padding: 2.5rem;
    border-radius: 50%; */

    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.filmstrip_owl div.item a {
    position: relative;
}

.filmstrip_owl div.item a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    height: 85px;
    width: 85px;
    background: #fff;
    border-radius: 50%;
}


.filmstrip_owl div.item a div {
    padding: 5px 0;
    display: block;
    vertical-align: middle;
    font-family: "Inter", sans-serif;
    font-size: 14pt;
    line-height: 1;
    color: #fff;
    padding: 15px 0 0;
    /* margin-left: 15px; */
}

.filmstrip_owl div.item a:hover div {
    text-decoration: underline;
}

.filmstrip_arrowwrap {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
}
.filmstrip_arrowwrap .controls {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 10px;
}
.filmstrip_arrowwrap span.arrowleft,
.filmstrip_arrowwrap span.arrowright,
.filmstrip_arrowwrap span.arrowpause,
.filmstrip_arrowwrap span.arrowplay {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    z-index: 5;
    padding: 5px 6px;
    border-radius: 50%;
    /* height: 30px; width: 30px; */
    text-align: center;
    line-height: 100%;
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #fff;
}
.filmstrip_arrowwrap span.arrowleft:hover, .filmstrip_arrowwrap span.arrowright:hover,
.filmstrip_arrowwrap span.arrowpause:hover, .filmstrip_arrowwrap span.arrowplay:hover,
.filmstrip_arrowwrap span.arrowleft:focus, .filmstrip_arrowwrap span.arrowright:focus,
.filmstrip_arrowwrap span.arrowpause:focus, .filmstrip_arrowwrap span.arrowplay:focus { color: #fff; background: rgba(0,0,0,0.7); outline: none; border: 1px solid #fff; }
.filmstrip_arrowwrap span.arrowplay { display: none; }

.gianttitle {
    width: calc(100% - 50px);
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #163561;
    overflow: hidden;
    text-align: center;
    max-width: 1750px;
    margin: 20px auto;
}

.carousel_wrap1 { font-size: 0; line-height: normal; }
.carouselbar_owl {
    width: calc(100% - 50px);
    position: relative;
    overflow: hidden;
    text-align: center;
    /* background: #4c4b45; */
    padding: 0 0 50px 0;
    max-width: 1600px;
    margin: 20px auto;
}
.carousel_owl .owl-nav, .carousel_owl .owl-dots { display: none; }
.carousel_owl div.owl-item {
    display: inline-block;
    vertical-align: top;
    background: transparent;
    padding: 0;
}
.carousel_owl div.item {
    display: block;
    position: relative;
    vertical-align: top;
    background: transparent;
    padding: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}
.carousel_owl div.item>a,
.carousel_owl div.item img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    text-align: center;
}
.carousel_owl div.item .title {
    color: #353535;
    padding: 25px 10px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-align: center;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel_owl div.item .title:hover,
.carousel_owl div.item .title:focus {
    text-decoration: underline;
}

.carousel_owl div.item div {
    padding: 10px;
    font-size: 12pt;
    color: #fff;
    text-align: left;
}
.carousel_arrowwrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.carousel_arrowwrap .controls {
    display: inline-flex;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.carousel_arrowwrap span.arrowleft,
.carousel_arrowwrap span.arrowright,
.carousel_arrowwrap span.arrowpause,
.carousel_arrowwrap span.arrowplay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    z-index: 5;
    padding: 5px;
    border-radius: 50%;
    line-height: 100%;
    margin-left: 5px;
    border: 2px solid #fff;
    transition: background 300ms ease, color 300ms ease;
}
.carousel_arrowwrap span.arrowleft:hover, .carousel_arrowwrap span.arrowright:hover,
.carousel_arrowwrap span.arrowpause:hover, .carousel_arrowwrap span.arrowplay:hover,
.carousel_arrowwrap span.arrowleft:focus, .carousel_arrowwrap span.arrowright:focus,
.carousel_arrowwrap span.arrowpause:focus, .carousel_arrowwrap span.arrowplay:focus { color: #fff; background: #163561; outline: none; border: 2px solid #fff; }
.carousel_arrowwrap span.arrowplay { display: none; }
.home .singlepic:before, .home .slider_wrap1 .owl-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(53, 53, 53, .45);
    z-index: 1;
}

.singlepic .description,
.slider_owl .description {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
}

.singlepic .description h1,
.slider_owl .description h1 {
    color: #fff;
    display: block;
    font-size: 45px;
    text-align: center;
}

.singlepic .description h1 span,
.slider_owl .description h1 span {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 125%;
}

.filmstripbar_owl {
    padding: 20px 50px 30px 50px;
}


.innerimage {
    height: 300px;
    background: url("images/internal-banner-01.jpg") no-repeat center;
    background-size: cover !important;
}

.inner .singlepic { height: 300px; }

.innerimage.random1 {
    background: url("images/internal-banner-01.jpg") no-repeat center;
}

.innerimage.random2 {
    background: url("images/internal-banner-02.jpg") no-repeat center;
}

.innerimage.random3 {
    background: url("images/internal-banner-03.jpg") no-repeat center;
}

.home .mainContent {
    padding: 0 20px;
}

.home .insideMainContent { padding: 0 15px; }

.Below {
    position: relative;
    padding: 20px 35px;
    padding-top: 0 !important;
    background: url("images/carousel-bg.jpg") no-repeat center bottom;
    /* background: red; */
    background-size: cover;
}

.Below:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8099614845938375) 58%, rgba(255,255,255,0) 100%);
}

.bigCarouselTitle {
    text-align: center;
    color: #163561;
    text-transform: unset;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    padding: 20px 0;
}

.bigCarouselTitle:before {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    top: 52%;
    z-index: -2;
    border-top: 1px solid rgba(53, 53, 53,.15);
    height: 2px;
}

.bigCarouselTitle:after {
    content: "";
    position: absolute;
    width: 340px;
    height: 5px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
}

.home .card-container .card-item {
    padding: 25px 25px 0;
}

.accordion article.summaryDisplay h2 {
    background: #fff;
    color: #353535;
    padding: 10px;
    font-size: 14pt;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
}

.accordion article.summaryDisplay h2:hover {
    background: #163561;
    color: #fff;
}

.docmanContainer #docmanSearchButton,
._moderncalendar .calDay.calEvent .calDayNum,
.circleDate,
._moderncalendar .calDayHeading th {
    background: #163561;
}

.docmanContainer #docmanSearchButton {
    border: none;
    cursor: pointer;
}

.calendar-container .calendar-body .calendar-dates li a.event {
    font-weight: 400;
}

.calendar-container .calendar-body .calendar-dates li a.event span.ctitle {
    font-weight: 600;
}

.mainContent .docmanContainer {
    padding-left: 0;
    padding-right: 0;
}

.docmanContainer .breadcrumb,
.docmanContainer h3.searchTitle {
    color: #163561;
}

.B_MEET .boxdate.done {
    background-color: #163561;
    color: #fff;
    border: 2px solid #163561;
}

.B_MEET .meetings.search .button {
    padding: 6px 10px;
    font: var(--buttonfont) !important;
}

/* Forms Button */
form input[type='button'],
form input[type='submit'] {
    color: var(--buttoncolor);
    background: var(--buttonbg);
    border-radius: var(--buttonradius);
    font: var(--buttonfont) !important;
    text-transform: var(--buttontexttransform);
    border: var(--buttonborder);
    transition: all 300ms ease;
}

form input[type='button']:hover,
form input[type='submit']:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}

.accordion button.accordionall {
    color: var(--buttoncolor);
    border-radius: var(--buttonradius);
    font: var(--buttonfont);
    text-transform: var(--buttontexttransform);
    background: var(--buttonbg);
    border: none;
}

.accordion button.accordionall:hover {
    color: var(--buttoncolorhover);
    background: var(--buttonbghover);
}


/* responsive */
@media (min-width: 100px) {
    .content { width: 100%; }
    .mainContent { width: 100%; }
    .mainContent, .leftContent, .rightContent { padding: 20px; }
    .calendarTable .medium { display: none; }
    .allContainer { padding: 0; }
    .inner .content { min-height: 300px; }
}

@media (min-width:500px) {
    /* .filmstrip_owl div.item a { line-height: 80px; }
    .filmstrip_owl div.item a img { height: 80px; }
    .filmstrip_owl div.item a div { padding: 10px 0; } */

    /* .slider_owl div.item, .singlepic { height: 200px; } */
}

@media (min-width:900px) {
    .content { padding: 50px; max-width: 1850px; margin: 0 auto; }
    .home .content { padding: 15px 50px;}
    .inner .content { padding: 20px 50px; }
    .leftContent { padding: 20px 0 20px 20px; }
    .rightContent { padding: 20px 20px 20px 0; }
    .mainContent.hasLeft, .mainContent.hasRight { width: 75%; }
    .mainContent.hasLeft.hasRight { width: 50%; }

    .home .mainContent.hasLeft.hasRight { width: 34%; }
    .home .mainContent.hasLeft, .home .mainContent.hasRight { width: 67%; }
    .home .leftContent, .home .rightContent { width: 33%; }
    .home .insideMainContent { padding: 0; }
    /* .home .mainContent .insideMainContent, */
    .home .leftContent .insideLeftContent,
    .home .rightContent .insideRightContent,
    .inner .leftContent .insideLeftContent {
        background: #fff;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
        /* border: 1px solid #f6f5ef; */
    }

    .inner .rightContent .box {
        padding-top: 0;
    }

    .Below {
        padding: 20px 100px !important;
    }

    .Below .carousel_wrap1 {
        max-width: 1850px;
        margin: 0 auto;
    }

    /* only for dark inner sidebar backgrounds. */
    /* .inner .leftContent .insideLeftContent a,
    .inner .leftContent .insideLeftContent a:hover,
    .inner .leftContent .insideLeftContent h2,
    .inner .leftContent .insideLeftContent h3,
    .inner .leftContent .insideLeftContent h4,
    .inner .leftContent .insideLeftContent h5,
    .inner .leftContent .insideLeftContent .body,
    .inner .rightContent .insideRightContent a,
    .inner .rightContent .insideRightContent a:hover,
    .inner .rightContent .insideRightContent h2,
    .inner .rightContent .insideRightContent h3,
    .inner .rightContent .insideRightContent h4,
    .inner .rightContent .insideRightContent h5,
    .inner .rightContent .insideRightContent .body {
        color: white;
    } */

    .gianttitle:before, .gianttitle:after {
        position: absolute;
        top: 51%;
        overflow: hidden;
        width: 50%;
        height: 3px;
        content: '\a0';
        background-color: rgba(14, 58, 87, 0.25);
        margin: 0 20px 0 20px;
    }
    .gianttitle:before {
        margin-left: calc(-50% - 20px);
    }

    footer.main .footertext {
        width: calc(100% - 200px);
        max-width: 1750px;
        margin: 20px auto;
    }

    .inner .mainContent { min-height: 300px; }


    .innerimage, .inner .singlepic {
        height: 400px;
    }

    div.banner {
        position: relative;
        /* height: 150px; */
        padding: 85px 0 0 0;
        background: #fff;
        /* border-top: 1px solid white; */
    }
    .inner div.banner {
    }
    .topbar2 div.titlewrap {
        max-width: calc(27% - 50px);
        display: block;
        text-align: center;
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        left: 85px;
        right: auto;
        z-index: 5;
    }
    .topbar2 div.titlewrap a.title { font-size: 36px; padding: 0; display: inline-block; }
    .topbar2 a.title img { max-width: 100%; }

    .searchSocial {
        bottom: auto;
        top: 20px; right: 100px; left: 30%;
        z-index: 1;

        word-spacing: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        line-height: 30px;
        vertical-align: middle;
        white-space: nowrap;
    }

    .searchSocial .searchPositioner { float: none; display: inline-block; margin-right: 1px; }
    .searchSocial .socialTools a { display: inline-block; }
    .searchSocial .search.bar { margin-bottom: 0; }
    .searchSocial .search.bar .fieldAndButton {
        padding: 0px;
        width: 180px;
        line-height: normal;
        vertical-align: top;
    }
    .searchSocial .search.bar .searchField {
        font-size: 11pt;
        padding: 7px 3px;
        width: 85%;
    }

    .searchSocial .search.bar .searchMag {
        margin: 6px 4px 1px 1px;
        font-size: 16px;
        opacity: 1;
    }

    .searchSocial .search.bar .searchMag i {
        font-weight: 900;
    }

    .searchSocial .weather,
    .searchSocial .openweather,
    .searchSocial .airquality,
    .searchSocial .payutility {
        float: left;
        display: inline-block;
        margin-right: 0;
        color: #163561;
        font-size: 11pt;
        margin-top: 8px;
        vertical-align: top;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        white-space: nowrap;
        vertical-align: middle;
    }
    .searchSocial i { color: #163561; display: inline-block; margin-right: 5px; }
    .searchSocial .airquality { margin-left: 15px; }
    .searchSocial .payutility { float: none; display: inline-block; margin-right: 15px; }
    .searchSocial .weather a,
    .searchSocial .weather a:hover,
    .searchSocial .openweather a,
    .searchSocial .openweather a:hover,
    .searchSocial .payutility a,
    .searchSocial .payutility a:hover {
        color: #163561;
        font-weight: 400;
        text-decoration: none;
    }

    .searchSocial .openweather a:hover,
    .searchSocial .payutility a:hover {
        text-decoration: underline;
    }

    .socialFixed { top: 200px; }
    .socialFixed .socialTools a { padding: 8px; }

    .container.content div.left,
    .container.content div.cyclerSlide {
        float: left;
        margin: 10px 25px 15px 0;
        clear: left;
    }
    .container.content div.right {
        float: right;
        margin: 10px 0 15px 25px;
        clear: right;
    }

    .topbar, .spacer, .navDrop, .searchDrop { display: none; }
    .topbar2, .spacer2, .searchSocial, .bannerbar { display: block; }
    .container.content .galleryBox div.photoFrame img.bigImage.fitHeight {
        height: 100% !important;
        width: auto !important;
    }
    .filmstripbar_owl { padding: 20px 50px 30px 50px; }
    /* .filmstrip_owl div.item a { line-height: 90px; }
    .filmstrip_owl div.item a img {
        height: 118px;
        padding: 2.5rem;
        background: #fff;
    } */
    /* .filmstrip_owl div.item a div { padding: 0; } */
    .filmstrip_arrowwrap { display: block; }
    .gianttitle { width: calc(100% - 200px); }
    .carouselbar_owl { padding: 20px 0 50px 0; }
    .carousel_owl div.item>a, .carousel_owl div.item img {}
    .desktoponly { display: block; }
    .notifications .notification { font-size: 14pt; }
    .slider_owl div.item, .singlepic { height: 640px; }
    .inner .slider_owl div.item, .inner .singlepic { height: 400px; }
    footer.main .footerleft { float: left; max-width: 48%; }
    footer.main .footerright { float: right; max-width: 48%; }
    footer.main .verticalLogo_text { float: right; text-align: right; }


    .singlepic .description h1 span,
    .slider_owl .description h1 span {
        font-size: 25px;
        line-height: 125%;
    }

    .singlepic .description h1,
    .slider_owl .description h1 {
        font-size: 60px;
    }


    .filmstrip_owl div.owl-item, .filmstrip_owl div.item, .filmstrip_owl div.item a {
        line-height: 60px;
        font-size: 14px;
        padding: 0 15px;
    }

    .filmstrip_owl div.item a img {
        /* height: 46px; */
        height: 118px;
        padding: 2.5rem;
    }

    .filmstrip_owl div.item a:after {
        height: 118px;
        width: 118px;
    }

    .filmstrip_owl div.item a div {
        padding: 5px 0;
        font-size: 14pt;
        padding: 15px 0 0;
    }

    .home .insideMainContent .boxes .box.promotion .responsivebox   {
        width: 48% !important;
        margin: 0 !important;
    }

    .home .insideMainContent .boxes .box.promotion .responsivebox .boxbody {
        font-size: 11pt;
    }

    .bigCarouselTitle {
        font-size: 34px;
    }

    .bigCarouselTitle:before {
        left: 20px;
        right: 20px;
    }

    .bigCarouselTitle:after {
        width: 500px;
    }

    footer.main .text,
    footer.main .text2,
    footer.main .text3,
    footer.main .text4,
    footer.main .text5,
    footer.main .text6,
    footer.main .text7,
    footer.main .text8 {
        text-align: left;
    }

    footer.main .text3, footer.main .text4 {
        text-align: right;
    }

    footer.main .verticalLogo_text,
    footer.main {
        text-align: left;
    }

}

@media (min-width:1200px) {

    .searchSocial .search.bar .fieldAndButton {
        width: 350px;
    }

    .searchSocial .search.bar .searchField {
        width: 90%;
    }

    nav.block a,
    nav.subsections a {
        font-size: 14pt;
    }

    .searchSocial .weather, .searchSocial .openweather,
    .searchSocial .airquality, .searchSocial .payutility,
    .searchSocial .search.bar .searchField {
        font-size: 12pt;
    }

    .searchSocial .weather, .searchSocial .openweather,
    .searchSocial .airquality, .searchSocial .payutility {
        margin-right: 15px;
    }

}

@media (min-width:1700px) {

    .filmstrip_arrowwrap .controls {
        display: none;
    }

    .bigCarouselTitle {
        font-size: 34px;
    }

    .bigCarouselTitle:before {
        left: 55px;
        right: 55px;
    }

    .bigCarouselTitle:after {
        width: 700px;
    }


}
