*:before,
*:after,
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c9d7db !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c9d7db !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c9d7db !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c9d7db !important;
}


/* CLEAR FIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* CLEAR FIX */

html {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body,
td,
th,
p,
input,
button,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #002E3C;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-height: 100%;
    height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    background-color: #ffffff;
}

a {
    color: #002E3C;
    text-decoration: none;
}

a.cd {
    font-size: 18px;
    font-weight: 600;
}

em {
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}

a:hover {
    color: #002530;
    text-decoration: none;
}

.weusecookies {
    background-color: #ddd;
    color: #999999;
    position: fixed;
    z-index: 102;
    bottom: 10px;
    right: 10px;
    max-width: 420px;
    border-radius: 6px;
    box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 20%);
}

.weusecookies .wrap {
    display: none;
}

.weusecookies .wrap div {
    position: relative;
    padding: 20px 10px;
    padding-right: 70px;
}

.weusecookies a {
    color: #808080;
}

.weusecookies a:hover {
    color: #333;
    text-decoration: underline;
}

.weusecookies a.cookieok {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 50px;
    background-color: #26790d;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 0px;
}

.weusecookies a.cookieok:hover {
    background-color: #315e23;
}

.wrap {
    max-width: 1300px;
    padding: 0px 10px;
    margin: auto;
}

.wraplive {
    max-width: 1080px;
    padding: 0px 10px;
    margin: auto;
}

.wraphome {
    max-width: 1300px;
    padding: 0px 10px;
    margin: auto;
}

.wrapcrumb {
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    z-index: 2;
    width: 980px;
    max-width: 980px;
    padding: 0 20px;
    margin: auto;
}

.wrapmobile {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    position: relative;
}

.wrapresponsive {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    position: relative;
}

.wrapresponsive.grid {
    max-width: 1340px;
}

.wrapresponsive.search {
    max-width: 1320px;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.bg-outerwrap {
    position: relative;
    height: 100%;
}

.bg-innerwrap {
    padding-bottom: 90px;
    /* 90px footer; 0px gap*/
    border-top: 184px solid transparent;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
    min-height: 100%;
}

.page-body__container {
    margin: 0 10px;
}

.bg-navigation.fix {
    position: fixed;
    top: -184px;
    background-color: #708aaf;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(153, 153, 153, 0.5);
    box-shadow: 1px 1px 10px 0px rgba(153, 153, 153, 0.5);
}

.bg-navigation.fix .page-header__navigation {
    background-color: rgba(255, 255, 255, 0.92);
}

.bg-navigation {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    height: auto;
    background-image: none;
}

.container_mainlinks {
    background-color: #002E3C;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 36%);
}

.bg-navigation.mobilenav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 0px;
    margin: 0px;
    display: none;
    background-image: none;
    background-color: #002E3C;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 36%);
}

p,
li {
    hyphens: auto;
}

textarea,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="password"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

address,
blockquote,
dl,
fieldset,
.html5shiv-figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
}

.centered {
    text-align: center;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
    line-height: 1.2;
    color: #002E3C;
}

h1.grid {
    margin-bottom: 40px;
}

h1.page-title {
    font-size: 30px;
    margin-bottom: 30px;
}

h2 {
    line-height: 1.2;
    font-size: 26px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.yellow-btn,
.grey-btn,
.newform form .button,
.button {
    outline: none;
    border-radius: 6px !important;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    line-height: normal;
    display: inline-block;
    text-align: center;
    color: #ffffff !important;
    border: none;
    background-color: #6b6b6b;
    margin-right: 10px;
    border-radius: 6px;
    background-color: #FF5901;
}

.grey-btn,
.button.dark {
    background-color: #666;
    text-decoration: none;
}

.yellow-btn:hover,
.newform form .button:hover,
.button:hover {
    background-color: #cc4700;
    text-decoration: none;
}

.grey-btn:hover {
    background-color: #222;
    color: #fff;
}

div.videolink {
    position: relative;
    overflow: hidden;
    margin-top: 107px;
    line-height: 0;
}

div.videolink img {
    width: 100%;
    height: auto;
}


/* BYLINE */

.header-content {
    line-height: 0;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.header-content img {
    width: 100%;
    max-width: 1280px;
    height: auto;
}

.home-content-content {
    padding: 20px;
    min-height: 300px;
    margin-bottom: 20px;
    background: url(../images/accent-blue.png) top right no-repeat #eeeeee;
}

.home-content-content h1 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000000;
}

.home-content-content ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
}

.home-content-content ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    background: url(../images/icon-arrowright@1x.png) left 5px no-repeat;
    background-image: -webkit-image-set(url(../images/icon-arrowright@1x.png) 1x, url(../images/icon-arrowright@2x.png) 2x);
    background-image: image-set(url(../images/icon-arrowright@1x.png) 1x, url(../images/icon-arrowright@2x.png) 2x);
}

.home-content-content ul li:last-child {
    margin-bottom: 0px;
}

.home-content-content p:last-child {
    margin: 0px;
}

.main-content-content {
    padding-right: 90px;
    margin-bottom: 20px;
    margin-right: 20px;
    /*border: 1px solid #cccccc;*/
    background-color: white;
    margin-top: 50px;
    line-height: 18px;
}

.side-content-content {
    padding: 20px;
    margin-bottom: 35px;
    background-color: rgb(238, 238, 238);
    border: none;
}

.side-content-content.image {
    padding: 0px;
    line-height: 0;
    background-image: none;
    background-color: #e6e6e6;
    position: relative;
    border: none;
    margin: 50px 0 30px 0;
}

.side-content-content.reporting {
    line-height: normal;
}

.side-content-content.reporting {
    font-size: 1.0rem;
    font-weight: 700;
}

.side-content-content.reporting em {
    font-size: 20px;
    margin-right: 14px;
    color: #ff5900;
}

.side-content-content.image img {
    width: 100%;
    height: auto;
}

.side-content-content.image .video {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    font-size: 0.8rem;
    width: 160px;
    height: 30px;
    background-color: #ff5900;
    color: white;
    padding-left: 10px;
    font-size: 12px;
}

.side-content-content.image .video .button {
    font-size: 0.8rem;
    padding: 6px 8px;
    text-transform: none;
    font-weight: 400;
}

.side-content-content p:last-child {
    margin-bottom: 0px;
}

.side-content-content h1 {
    font-size: 1rem;
    font-weight: 700;
    color: #ff5900;
    /* text-transform:uppercase; */
}

.side-content-content.recommended p {
    margin: 0px;
}

.side-content-content.contact em,
.side-content-content.recommended em {
    font-size: 12px;
    margin-right: 4px;
    color: #939393;
}

.side-content-content.contact form,
.side-content-content.contact fieldset {
    margin-bottom: 0px;
    padding: 0px;
}

.side-content-content.contact label {
    display: inline;
}

.pagebyline {
    list-style: none;
    list-style-type: none;
    padding: 20px;
    margin: 25px 0px;
    background-color: rgba(37, 57, 130, 0.8);
    background-color: rgba(0, 0, 0, 0.60);
    max-width: 400px;
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 1px;
    float: left;
}

.ffblogo {
    margin: 0px;
    margin-top: 60px;
    float: right;
}

li.ffb {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
}

li.ffbp {
    font-size: 28px;
    line-height: 33px;
    font-weight: 200;
    margin-bottom: 5px;
}

li.ffbm {
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #dddddd;
}


/* BREADCRUMB */

.breadcrumb {
    color: #afafaf;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 10;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 2.4;
}

.breadcrumb a {
    color: #afafaf;
    text-decoration: none;
}


/* NAVIGATION */

.mainnav {
    text-align: right;
    line-height: 0px;
}

.mobilenav .mainnav {
    height: auto;
    text-align: left;
    line-height: 0px;
    display: none;
    padding: 0px;
    margin: 0px;
    background-color: rgb(255, 255, 255);
    overflow-y: auto;
    height: calc(100vh - 48px);
}

.page-header__navigation {
    display: flex;
    position: relative;
    height: 84px;
    z-index: 2;
    transition: height 0.3s ease;
}

.mobilenav .page-header__navigation {
    position: relative;
    display: block;
    max-width: 1300px;
    min-height: 50px;
    height: auto;
    padding: 0px;
    margin: 0px;
    background-color: #002E3C;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 36%);
}

.page-header__navigation .logo {
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 10;
}

.mobilenav .page-header__navigation .logo {
    position: relative;
    height: 48px;
    left: 0;
    top: 0;
    box-sizing: border-box;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.mobilenav .page-header__navigation .logo a {
    line-height: 0;
}

.mobilenav .searchmobile {
    position: absolute;
    right: 48px;
    top: 0;
    line-height: 0px;
    z-index: 12;
    width: 48px;
    height: 48px;
    color: #dce6e6;
    background-color: #002E3C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobilenav .searchmobile path {
    fill: currentColor;
}

.mobilenav .menumobile {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0px;
    z-index: 11;
    width: 48px;
    height: 48px;
    color: #dce6e6;
    background-color: #002E3C;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobilenav a.menuburger {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0px;
    z-index: 11;
}

.mobilenav .menumobile path {
    fill: currentColor;
}

.page-header__navigation ul.pagemenu {
    list-style: none;
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
    vertical-align: top;
    position: relative;
    margin-left: 280px;
    z-index: 2;
}

.mobilenav .page-header__navigation ul.pagemenu {
    list-style: none;
    list-style-type: none;
    display: block;
    height: auto;
    min-height: 48px;
    padding: 0;
    margin: 0;
}

.page-header__navigation ul.toplinks {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    padding: 0;
}

.mobilenav .page-header__navigation ul.toplinks {
    list-style: none;
    list-style-type: none;
    display: block;
    height: 48px;
    padding: 13px 20px;
    margin: 0;
    background-color: #ffffff;
    text-align: center;
}

.page-header__navigation ul.pagemenu li {
    box-sizing: border-box;
    margin-right: 0;
}

.mobilenav .page-header__navigation ul.pagemenu li {
    float: none;
    box-sizing: border-box;
    margin-right: 0px;
    display: block;
    padding: 0 20px;
}

.page-header__navigation ul.toplinks li {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 20px;
    line-height: 1;
    vertical-align: text-top;
}

.mobilenav .page-header__navigation ul.toplinks li {
    float: none;
    box-sizing: border-box;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #000;
    display: inline-block;
}

.mobilenav .page-header__navigation ul.toplinks li {
    float: none;
    box-sizing: border-box;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
    display: inline-block;
}

.page-header__navigation .usercorner,
.mobilenav .page-header__navigation .usercorner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header__navigation .usercorner .usernamea,
.mobilenav .page-header__navigation .usercorner .usernamea {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-right: 44px;
}

.page-header__navigation .usercorner .usermenu,
.mobilenav .page-header__navigation .usercorner .usermenu {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
}

.page-header__navigation .usercorner a.usermenubtn,
.mobilenav .page-header__navigation .usercorner a.usermenubtn {
    height: 34px;
    width: 34px;
    line-height: 34px;
    border: 0;
    display: inline-block;
    float: none;
    border-radius: 50px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.page-header__navigation .usercorner .usermenupop,
.mobilenav .page-header__navigation .usercorner .usermenupop {
    height: auto;
    line-height: normal;
    position: absolute;
    z-index: 1;
    right: 6px;
    top: 33px;
    background-color: #fff;
    border-radius: 4px;
    display: none;
    box-shadow: 0px 0px 20px 0px rgba(15, 31, 44, 0.25);
}

.usermenulinks {
    padding: 10px;
    position: relative;
}

img.carretup {
    position: absolute;
    top: -5px;
    right: 16px;
    z-index: 1;
}

.page-header__navigation .usercorner .usermenupop a, 
.usermenulinks a {
    display: flex;
    text-align: left;
    padding: 4px 0;
    margin: 0;
}

.page-header__navigation .usercorner .usermenupop a:not(.green-btn), 
.usermenulinks a:not(.green-btn) {
    color: #002E3C;
    font-size: 14px;
    font-weight: 600;
    background-color: #F1EFED;
    padding: 8px 16px;
    border-radius: 4px;
}

.usermenulinks a.green-btn.abtn {
    padding: 0 10px;
    text-align: center;
}

.hrdiv {
    border-bottom: 1px solid #cccccc;
    height: 1px;
    line-height: 0px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.page-header__navigation ul.pagemenu li.logout {
    float: right;
}

.page-header__navigation ul.pagemenu li:last-child {
    margin: 0px;
    padding: 0px;
}

.mobilenav .page-header__navigation ul.pagemenu li:last-child {
    margin: 0px;
    padding: 0px 20px;
    border-bottom: none;
}

.page-header__navigation ul.toplinks li:last-child {
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.page-header__navigation ul.toplinks li:last-child::before {
    content: '|';
    color: #dce6e6;
    position: absolute;
    top: 0;
    left: -12px;
    font-size: 10px;
}

.page-header__navigation ul.pagemenu li a {
    color: #dce6e6;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    margin: 0 20px;
    text-rendering: optimizeLegibility;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    height: 100%;
    transition: all 0.3s ease;
}

.page-header__navigation ul.pagemenu li a path {
    fill: #dce6e6;
}

.page-header__navigation ul.pagemenu li a:hover,
.mobilenav .page-header__navigation ul.pagemenu li a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 4px solid #fc3;
}

.page-header__navigation ul.pagemenu li a:hover path {
    fill: #fff;
}

.page-header__navigation ul.pagemenu li.active a,
.mobilenav .page-header__navigation ul.pagemenu li.active a {
    color: #fff;
    text-decoration: none;
    border-bottom: 4px solid #fc3;
}

.mobilenav .page-header__navigation ul.pagemenu li a {
    color: #002E3C;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    transition: none;
    border-bottom: none;
    display: inline-block;
    margin: 0;
}

.mobilenav .page-header__navigation ul.pagemenu li a:hover {
    color: #002530;
    text-decoration: none;
}

.page-header__navigation ul.toplinks li a {
    color: #dce6e6;
    font-weight: 400;
    text-decoration: none;
    padding: 0px;
    line-height: 1;
    display: block;
}

.page-header__navigation ul.toplinks li a:hover {
    color: #fff;
    text-decoration: none;
}

.page-header__navigation ul.pagemenu li {
    display: flex;
    box-sizing: border-box;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}


/* .page-header__navigation ul.pagemenu li a:hover{
	color:#e5014f;
	border-bottom:3px solid #e5014f; 
} */

.mobilenav .page-header__navigation ul.pagemenu li a:hover {
    text-decoration: none;
    border: 0;
}

.page-header__navigation ul.pagemenu li a:hover em {
    color: #005da8;
}


/* .page-header__navigation ul.pagemenu li.active a,
.page-header__navigation ul.pagemenu li.active a em{
	color:#e5014f;
	border-bottom:3px solid #e5014f;
} */

.mobilenav .page-header__navigation ul.pagemenu li.active a,
.mobilenav .page-header__navigation ul.pagemenu li.active a em {
    color: #000000;
    border-bottom: none;
}

.page-header__navigation ul.pagemenu li:last-child {
    margin-right: 0px;
}

.page-header__navigation ul.pagemenu li:last-child a:hover {
    background-color: transparent;
}


/* NAVIGATION MOBILE */

.page-header__navigation .mobilemenu {
    position: relative;
    height: 60px;
}

.page-header__navigation ul.pagemenu.mobile {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
    width: 250px;
    height: 361px;
    background-color: #ffffff;
    -webkit-box-shadow: 4px 4px 10px -2px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 4px 4px 10px -2px rgba(153, 153, 153, 0.5);
    box-shadow: 4px 4px 10px -2px rgba(153, 153, 153, 0.5);
    display: none;
}

.page-header__navigation ul.pagemenu.mobile li {
    float: none;
    box-sizing: border-box;
    border: 1px solid rgba(36, 57, 130, 0.20);
    border-bottom: 1px solid rgba(36, 57, 130, 0.05);
    border-top: none;
}

.page-header__navigation ul.pagemenu.mobile li.logout {
    float: none;
}

.page-header__navigation ul.pagemenu.mobile li:last-child {
    border: 1px solid rgba(36, 57, 130, 0.20);
    border-top: none;
}

.page-header__navigation ul.pagemenu.mobile li a {
    height: 59px;
    line-height: 59px;
}

.page-header__navigation ul.pagemenu.mobile li:last-child a {
    color: #676767;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 23px;
    height: 60px;
    line-height: 60px;
    display: block;
    text-rendering: optimizeLegibility;
    transition: background-color 0.5s, color 0.5s;
}

.page-header__navigation ul.pagemenu.mobile li:last-child a:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
}


/* NAVIGATION MOBILE CONTROL */

.page-header__navigation ul.pagemenu.mobilecontrole {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}


/* NEW SEARCH */

.page-header__navigation .newsearchbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 54%;
    right: 44%;
    top: 0px;
    bottom: 0px;
    max-width: 0;
    overflow: hidden;
    z-index: -1;
    transition: all 0.2s ease;
}

.page-header__navigation .newsearchboxmobile {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
    height: 54px;
    border-bottom: 1px solid #999;
    max-width: unset;
    z-index: 22;
    transition: all 0.2s ease;
    background-color: #fff;
}

.page-header__navigation .newsearchbox.show {
    left: 10px;
    right: 10px;
    max-width: 1300px;
    z-index: 1001;
}

.page-header__navigation .newsearchboxmobile form,
.page-header__navigation .newsearchbox form {
    position: relative;
    margin: 0;
    width: 100%;
}

.page-header__navigation .newsearchboxmobile form {
    height: 100%;
    display: flex;
    background-color: #002E3C;
    align-items: flex-start;
}

.page-header__navigation .newsearchbox form input {
    font-size: 14px;
    padding: 10px 20px;
    padding-right: 50px;
    border: 1px solid #002E3C;
    background-color: #235a64;
    border-radius: 50px;
    width: 100%;
    width: calc(100% - 100px);
    display: block;
    outline: none;
    color: #c9d7db;
}

.page-header__navigation .newsearchbox form input:focus {
    outline: solid #fff 2px;
    outline-offset: -2px;
}

.page-header__navigation .newsearchboxmobile form input {
    font-size: 16px;
    padding: 4px 10px;
    padding-right: 34px;
    border: 0;
    width: calc(100% - 48px);
    display: block;
    outline: 0;
}

.page-header__navigation .newsearchboxmobile form input {
    width: calc(100% - 20px);
    margin: 0 10px;
    font-size: 14px;
    padding: 10px 20px;
    padding-right: 50px;
    box-sizing: border-box;
    background: #002E3C;
    color: #c9d7db;
    border-radius: 40px;
    height: auto;
    border: 1px solid #002E3C;
    background-color: #235a64;
}

.page-header__navigation .newsearchboxmobile form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #c9d7db !important;
}

.page-header__navigation .newsearchboxmobile form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c9d7db !important;
    opacity: 1;
}

.page-header__navigation .newsearchboxmobile form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c9d7db !important;
    opacity: 1;
}

.page-header__navigation .newsearchboxmobile form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c9d7db !important;
}

.page-header__navigation .newsearchboxmobile form input:focus {
    border-color: #002E3C;
}

.page-header__navigation .newsearchbox form a.searchbtn {
    display: block;
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    color: #c9d7db;
}

.page-header__navigation .newsearchbox form a.searchbtn:hover {
    color: #fff;
}

.page-header__navigation .newsearchboxmobile form a.searchbtn {
    position: absolute;
    width: 40px;
    right: 20px;
    top: 10px;
    z-index: 1;
    line-height: 0;
    color: #c9d7db;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header__navigation .newsearchboxmobile a.searchclosebtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 0;
    z-index: 1;
    color: #c9d7db;
    background-color: #002E3C;
}

.page-header__navigation .newsearchboxmobile a.searchclosebtn path {
    fill: currentColor;
}

.page-header__navigation .newsearchbox form a.searchclosebtn {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

.page-header__navigation .newsearchboxmobile a.searchclosebtn {
    position: absolute;
    right: -7px;
    top: -50px;
    width: 108px;
    height: 48px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-header__navigation .newsearchbox form a.searchclosebtn span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #dce6e6;
    text-decoration: none;
    vertical-align: middle;
}

.page-header__navigation .newsearchbox form a.searchclosebtn svg {
    vertical-align: middle;
}

.page-header__navigation .newsearchbox form a.searchclosebtn:hover span {
    color: #fff;
}

.page-header__navigation .newsearchbox form a.searchclosebtn path {
    fill: #dce6e6;
}

.page-header__navigation .newsearchbox form a.searchclosebtn:hover path {
    fill: #fff;
}


/*LOGIN*/

.loginerror {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 333;
    color: #ff0000;
    padding: 20px;
    background-color: rgb(252 229 233);
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
}

.mainlogin {
    min-height: 380px;
    height: calc(100% - 20px);
    overflow: hidden;
    padding: 0px;
    position: relative;
    border: 1px solid #E8E7E7;
    border-top: 8px solid #fc3;
    background-color: #fff;
}

.mainlogin .mainform {
    padding: 30px;
}

.mainlogin .mainhow {
    padding: 30px;
    padding-top: 0px;
}

.mainlogin h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    line-height: normal;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mainlogin p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333333;
}

.mainlogin p em {
    margin-right: 10px;
    display: inline-block;
    height: auto;
    line-height: 0;
}

.mainlogin p a {
    text-decoration: none;
    vertical-align: middle;
}

.mainlogin p span {
    vertical-align: middle;
}

.mainlogin p a:hover {
    text-decoration: underline;
}

a.wysiwyg-btn {
    float: none;
    color: #808080;
    position: relative;
    transition: 0.2s;
    text-decoration: none;
    background: url(../images/chevronrightbig.svg) left center no-repeat;
    padding-left: 15px;
    margin-bottom: 10px;
}

a.wysiwyg-btn:hover {
    color: #333333;
    text-decoration: underline;
}

em[class^="iconset-"] {
    margin-right: 5px;
    vertical-align: text-bottom;
    display: inline-block;
    line-height: 0;
}

#login {
    margin: 0;
    padding: 0;
    position: relative;
}

#login label {
    font-size: 14px;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}

#login .inputbg {
    margin-bottom: 10px;
}


/*#login .inputbtn{
    text-align:right;
    margin-bottom:10px;
}*/

#login .inputbtn {
    position: relative;
    text-align: right;
}

#login .inputbtn .keeplogged {
    position: absolute;
    left: 0;
    top: 10px;
    margin: 0;
}

#login .inputbtn .keeplogged:hover {
    color: #333333;
    text-decoration: underline;
}

#login .inputbtn .keeplogged em {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
    color: #666666;
}

#login .inputbtn .keeplogged em {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
    color: #666666;
}

#login .inputbtn .keeplogged span {
    font-size: 13px;
}

[class^="iconset-"],
[class*=" iconset-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
}

#login .inputbtn .keeplogged em.iconset-checkbox-unchecked {
    background: url("../images/icon_checkbox.svg") left top no-repeat transparent;
}

#login .inputbtn .keeplogged em.iconset-checkbox-checked {
    background: url("../images/icon_checkbox_checked.svg") left top no-repeat transparent;
}

@-webkit-keyframes autofill {
    to {
        color: #333333;
        background-color: #ffffff;
    }
}

@keyframes autofill {
    to {
        color: #333333;
        background-color: #ffffff;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    animation-name: autofill;
    animation-fill-mode: both;
}

.loginfieldo {
    position: relative;
}

.logfield {
    background-image: none;
    background-color: #ffffff;
    border-radius: 3px;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none !important;
    margin-bottom: 10px;
    padding: 9px 10px 10px 34px;
    width: 100%;
    border: 1px solid #D7D8D6;
    line-height: 1;
    outline: none;
}

.logfield:focus {
    border-color: #fc3 !important;
}

.logfield::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #333333 !important;
}

.logfield:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333333 !important;
    opacity: 1;
}

.logfield::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333333 !important;
    opacity: 1;
}

.logfield:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333 !important;
}

.logfield::placeholder {
    color: #333333 !important;
}

.loginfieldo img {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}


/* FOOTER */

a.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    z-index: 990;
    background: url(../images/icon_up.svg) no-repeat center center rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-indent: 32px;
    overflow: hidden;
    opacity: 0;
    /* HIDE THIS INITIALLY */
    transition: opacity 0.3s ease;
}

a.back-to-top.updase {
    right: 0;
    opacity: 0;
    bottom: 32px;
    cursor: default;
}

a.back-to-top:hover {
    opacity: 1 !important;
}

.page-footer {
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.page-footer .footer-claim {
    text-align: right;
    margin: auto;
    margin-top: 10px;
    width: 100%;
    max-width: 1028px;
    padding: 0px 10px;
}

.page-footer .footer-claim img {
    text-align: right;
    width: 100%;
    max-width: 278px;
    height: auto;
}

.page-footer .html5shiv-nav {
    height: 90px;
    line-height: 90px;
    background: #002E3C;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: inset 0 1px 4px rgb(0 0 0 / 20%);
    box-shadow: inset 0 1px 4px rgb(0 0 0 / 20%);
}

.page-footer .html5shiv-nav ul {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0px 10px;
    height: 90px;
    list-style: none;
}

.page-footer .html5shiv-nav li {
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 600;
    color: #DBE2E5;
    word-spacing: 1px;
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    height: auto;
    line-height: 1;
    border-right: 1px solid #ccc;
}

.page-footer .html5shiv-nav li:last-child {
    margin-right: 0;
    float: right;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    border: none;
    height: 100%;
}

.page-footer .html5shiv-nav li a {
    color: #DBE2E5;
    text-decoration: none;
}

.page-footer .html5shiv-nav li a:hover {
    color: #fff;
    text-decoration: none;
}


/* NOTICE BOX */

.noticebox h1 {
    font-size: 24px !important;
    font-weight: 700;
    line-height: normal;
    padding: 0px 0px;
    text-rendering: optimizeLegibility;
}

.imprint a,
.noticebox a {
    color: #0033FF;
}

.imprint a:hover,
.noticebox a:hover {
    color: #0033FF;
    ;
    text-decoration: underline;
}

.noticebox .errorcode {
    font-weight: 700;
    font-size: 11px;
    color: #000000;
    line-height: normal;
    padding: 4px 10px;
    background-color: rgba(255, 204, 0, 0.30);
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 4px;
}

.noticebox ul {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    margin: 0;
    margin-bottom: 20px;
    list-style: none;
    list-style-type: none;
    border-radius: 6px;
}

.noticebox ul li h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 0px 0px;
    margin-bottom: 0px;
}

.noticebox ul li h2 em {
    font-size: 16px;
    font-weight: normal;
    margin-right: 5px;
    color: #fc3;
}

.noticebox ul li p {
    padding-left: 25px;
    box-sizing: border-box;
}

.noticebox ul li:last-child {
    margin: 0;
}

.noticebox ul li:last-child p:last-child {
    margin: 0;
}

.abtn {
    display: inline-block;
    margin-bottom: 10px;
}

.green-btn {
    background-color: #FFD700;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: -0.01rem;
    color: #002E3C;
    border-radius: 48px;
    height: 48px;
    padding: 0 60px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.green-btn.cd {
    width: 100%;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #002e3c;
    outline: 1px solid transparent;
    transition: all 0.3s ease;
}

.green-btn:hover,
.green-btn.clicked {
    background-color: #FFC700;
    color: #002530;
    text-decoration: none;
}

.green-btn.cd:hover,
.green-btn.cd.clicked {
    background-color: #fff;
    outline: 1px solid #002e3c;
    text-decoration: none;
}

.green-btn.yellow {
    color: #555555;
    background-color: #FEDC55;
    background: #FEDC55;
    background: -moz-linear-gradient(top, #FEDC55 0%, #F8B700 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FEDC55), color-stop(100%, #F8B700));
    background: -webkit-linear-gradient(top, #FEDC55 0%, #F8B700 100%);
    background: -o-linear-gradient(top, #FEDC55 0%, #F8B700 100%);
    background: -ms-linear-gradient(top, #FEDC55 0%, #F8B700 100%);
    background: linear-gradient(to bottom, #fedc55 0%, #f8b700 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FEDC55', endColorstr='#F8B700', GradientType=0);
}

.green-btn.yellow:hover,
.green-btn.yellow.clicked {
    color: #555555;
    background: -moz-linear-gradient(top, #F8B700 0%, #FEDC55 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F8B700), color-stop(100%, #FEDC55));
    background: -webkit-linear-gradient(top, #F8B700 0%, #FEDC55 100%);
    background: -o-linear-gradient(top, #F8B700 0%, #FEDC55 100%);
    background: -ms-linear-gradient(top, #F8B700 0%, #FEDC55 100%);
    background: linear-gradient(to bottom, #f8b700 0%, #fedc55 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#F8B700', endColorstr='#FEDC55', GradientType=0);
}


/* NEW MARCH 2022 */

.welcomename {
    display: flex;
    justify-content: center;
}

.newcoursefeature {
    position: relative;
}

.newcoursebg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    background-color: #F2F2F2;
}

.newcoursebg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.05;
}

.newcoursefeature>div:first-child {
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.newcoursebtns {
    padding: 0;
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.newcoursebtns .signin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #FFD700;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: -0.01rem;
    color: #002E3C;
    padding: 0px 30px;
    height: 56px;
    border-radius: 126px;
    min-height: 44px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.newcoursebtns .signin path {
    fill: currentColor;
}

.newcoursebtns .signin::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    background: rgb(226 0 26 / 20%);
    background: linear-gradient(133deg, rgb(4 215 255 / 40%) 0%, rgb(226 0 26 / 70%) 100%);
    transition: opacity .3s ease;
    border-radius: 5px;
}

.newcoursebtns .signin:hover {
    background-color: #FFC700;
    color: #002530;
    text-decoration: none;
}

.newcoursebtns .signin:active::before,
.newcoursebtns .signin:focus::before,
.newcoursebtns .signin:hover::before {
    opacity: 0;
}

.newcoursebtns .signin.grey {
    background-color: #bbb;
    color: #fff;
    pointer-events: none;
}

.newcoursebtns .signin i {
    display: block;
    height: 16px;
}

.newcoursefeature .contentratio,
.welcome-msg3 .contentratio {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 6px;
}

.newcoursefeature .contentratio {
    width: 100%;
    height: 100%;
    min-height: 230px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box;
}

.newcoursefeature .contentratio .cover {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: opacity 0.3s ease;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 204 0 / 40%);
    background: linear-gradient(133deg, rgb(0 65 76 / 40%) 0%, rgb(255 204 0 / 30%) 100%);
}

.newcoursefeature .contentratio:hover .cover {
    opacity: 1;
}

.newcoursefeature .contentratio:hover .cover .plybtn {
    background-color: #fff;
    z-index: 2;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 0 12px rgb(0 0 0 / 30%);
    transition: opacity .5s ease;
}

.newcoursefeature .contentratio:hover .cover .plybtn span {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 0 11px 12px;
    border-color: transparent transparent transparent #423e1e;
    position: absolute;
    top: 0;
    left: 0;
    right: -4px;
    bottom: 0;
    margin: auto;
    z-index: 7;
}

.newcoursefeature .contentratio img.contentimg {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

p.mttle {
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 20px;
}

p.mdesc {
    font-size: 16px;
    margin-bottom: 30px;
}

.welcometext {
    margin-bottom: 30px;
}

.tvatar {
    color: #333!important;
    margin: 0;
    margin-left: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tvatar span {
    display: inline-block;
    text-transform: capitalize;
    margin-left: 10px;
    color: #00788d;
    /*background: rgba(25, 202, 143, 1);
    background: linear-gradient(330deg, rgba(25, 202, 143, 1) 30%, rgba(9, 116, 203, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.uvatar {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #e6e6e8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: 500;
    font-size: 40px;
    background: #ffe000;
    background: linear-gradient(330deg, #d9bf00 10%, #ffe000 100%);
    position: relative;
    overflow: hidden;
    cursor: default;
}

.uvatar div.avataroptions {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    flex-flow: column;
    line-height: 1.3;
    border-radius: 100%;
    color: #fff !important;
    background-color: #002E3C;
    background: linear-gradient(330deg, #002E3C 10%, #002E3C 100%);
    font-size: 13px;
    opacity: 0;
    transition: all 0.3s ease;
}

.uvatar.active div.avataroptions,
.uvatar:hover div.avataroptions {
    opacity: 1;
}

.uvatar div.avataroptions a {
    color: #fff !important;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.uvatar div.avataroptions a:hover {
    color: #fff !important;
}

.uvatar a i {
    display: block;
    font-size: 2.25rem;
    margin-bottom: 10px;
    line-height: 1;
    height: 40px;
    background: url(../images/icon_img.svg) center center no-repeat;
}

.uvatar img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.page-header__navigation .usernamea {
    color: #fff;
    margin-right: 50px;
    font-size: 14px;
}

.page-header__navigation .usermenu {
    position: absolute;
    right: 10px;
    top: -8px;
}

.page-header__navigation .usermenu .uvatar {
    font-weight: 700;
    text-decoration: none;
    width: 33px;
    height: 33px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333333;
    background: #fc0;
}

.page-header__navigation .usermenu .uvatar:hover {
    background: #b2b2b2;
    color: #fc0;
}

.page-header__navigation .usermenu .uvatar .disp {
    font-size: 12px;
}

.userpagelink {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}

.userpagedetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.disp {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.userpagedetails .userpagedetailsbg {
    background-color: rgb(242 242 242);
    border-radius: 4px;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.userpagedetails .uvatar {
    margin-bottom: 30px;
    width: 180px;
    height: 180px;
    border-radius: 180px;
    font-size: 60px;
    overflow: hidden;
}

.userpagedetails .uvatar img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.userpagedetails .tvatar {
    line-height: 1.3 !important;
    margin: 0 1rem;
}

.navigation-container .nav-content .userpagelink a.uvatar {
    width: 51px;
    height: 51px;
    border-radius: 51px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0;
}

.navigation-container .nav-content .userpagelink a.uvatar>div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fc3;
    transition: opacity 0.3s ease;
    opacity: 0;
    background: rgb(25, 202, 143);
    background: linear-gradient(135deg, rgba(25, 202, 143, 1) 30%, rgba(9, 116, 203, 1) 100%);
}

.navigation-container .nav-content .userpagelink a.uvatar:hover>div {
    opacity: 0.4;
}

.stats>div>div {
    background-color: rgb(242 242 242);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 20px;
    padding: 40px 0;
    border-radius: 5px;
}

.page-container h2.welcomeuser {
    color: #ff5900;
    margin-bottom: 10px;
}

.stats p.subheading {
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.stats h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #00788d;
}

.seriesnum.features p.subheading {
    color: #ed2964;
}

/* 2024 */
#login fieldset {
    margin: 0;
    padding: 0;
    bordeR: 0;
}
#login fieldset:disabled {
    pointer-events: none;
    opacity: 0.5;
}
.turnstilcontainer {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 10px;
}
.cf-turnstile {
    width: 298px;
    height: 63px;
    overflow: hidden;
}
.cf-turnstile-wrapper {
    border: 0px;
    margin: -1px !important;
    padding: 0px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.notify {
    position: fixed;
    top: 140px;
    right: 20px;
    background: #ffcccc;
    padding: 20px;
    border-radius: 10px;
    z-index: 999;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
    max-width: 360px;
}

.notify a {
    color:#0033FF;
    border-bottom:1px dashed #0033FF;
}

@media (max-width: 767px) {
    .weusecookies {
        right: 10px;
        left: 10px;
        max-width: unset;
    }
}
