@charset "UTF-8";
/* CSS Document */

.notice-flag {
	background-color:#00a9ba !important;
	color:#ffffff;
	font-weight:bold;
	position:absolute;
	z-index:999999;
	right:0; 
	top:40%;
	padding:15px 25px 15px 18px;
	display:-webkit-box;
display:-ms-flexbox;
display:flex;
	-webkit-box-align:center;
    -ms-flex-align:center;
        align-items:center;
	-webkit-transform:translateX(75%);
    -ms-transform:translateX(75%);
        transform:translateX(75%);
	-webkit-transform:translateX(calc(100% - 85px));
    -ms-transform:translateX(calc(100% - 85px));
        transform:translateX(calc(100% - 85px));
	-webkit-transition:0.5s all ease;
-o-transition:0.5s all ease;
transition:0.5s all ease;
}

.notice-flag img {
	max-width: 50px;
}

.notice-flag:hover {
	-webkit-transform:translateX(0);
    -ms-transform:translateX(0);
        transform:translateX(0);
} 

.notice-flag p {
	margin:0;
}

.notice-flag p:first-of-type {
	font-size:300%;
	line-height:0;
	margin-right:25px;
}

.notice-flag:hover,
.notice-flag:focus,
.notice-flag:visited {
	color:#fff !important;
	text-decoration:none;
}

.featherlight.featherlight-notice {
	background:transparent;
}

.featherlight.featherlight-notice .featherlight-content {
	max-width:1460px;
	/*max-width:600px;*/
	margin:0 auto;
	bottom: auto;
	min-height:300px;
	top:200px;
	/*background-color:rgba(23,23,23,0.70);*/
	/*background-color:rgba(233,89,6,0.9);*/
	background-color:rgba(0,169,186,0.9);
}

.featherlight.featherlight-notice .featherlight-content .featherlight-content-wrap {
	margin:0 auto;
	padding:20px 30px;
	/*max-width:800px;*/
	position:relative;
}

.featherlight.featherlight-notice .featherlight-content-wrap p {
	color:#fff;
	text-align:left;
	font-size:130%;
}

.featherlight.featherlight-notice .featherlight-close-icon {
	background-image: url("../img/icon-expand-white.png");
}

.featherlight.featherlight-notice .featherlight-content-wrap p.adhoc-at-home {
	text-align:center;
	margin-bottom:2em;
}

.adhoc-at-home img {
	max-width:270px;
	height:auto;
}


.featherlight.featherlight-notice .featherlight-content-wrap h2 {
	color:#ffffff;
	text-align:left;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	font-size:2em;
	font-weight:bold;
}

.featherlight.featherlight-notice .featherlight-content-wrap h2 a {
	color:inherit;
	text-decoration:none;
}

.featherlight.featherlight-notice .featherlight-content-wrap .staticbutton a {
	background-color:#fff;
	color:#00a9ba;
	padding:10px 20px;
	margin-top:.5em;
	display:inline-block;
}