*:before,
*:after,
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999 !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* 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: "Roboto", 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-size: 16px;
    line-height: 1.3;
    color: #262626;
    -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: #337ab7;
    text-decoration: none;
}

em {
    word-wrap: break-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}

a:hover {
    color: #00afd0;
    text-decoration: none;
    outline: 0;
}

.weusecookies {
    background-color: #666;
    color: #e6e6e6;
    position: fixed;
    z-index: 102;
    bottom: 0;
    left: 0;
    right: 0;
}

.weusecookies .wrap {
    display: none;
}

.weusecookies .wrap div {
    position: relative;
    padding: 20px 0px;
    padding-right: 60px;
    color: #e6e6e6;
}

.weusecookies a {
    color: #ccc;
}

.weusecookies a:hover {
    color: #fff;
}

.weusecookies a.cookieok {
    position: absolute;
    right: 0;
    top: 20px;
    width: 40px;
    background-color: #00afd0;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: block;
    text-align: center;
    padding: 4px 0px;
}

.weusecookies a.cookieok:focus,
.weusecookies a.cookieok:active {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.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: 189px solid transparent;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #FFFFFF;
    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: -200px;
    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;
    /* border-bottom:1px solid #eeeeee; */
}

.bg-navigation.mobilenav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 0px;
    margin: 0px;
    display: none;
    border-top: 3px solid #e2001a;
    border-bottom: 1px solid #D9D9D9;
}

p,
li {
    hyphens: auto;
}

textarea,
input[type="text"],
input[type="button"],
input[type="search"],
input[type="password"],
input[type="submit"] {
    -webkit-appearance: none;
}

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: 700;
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
    line-height: 1.2;
    color: #262626;
}

h1.grid {
    margin-bottom: 40px;
}

h1.page-title {
    font-size: 30px;
    color: #333;
    font-weight: 400;
}

h1.page-title.errornote {
    color: #e2001a;
}

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;
    height: 44px;
    width: 160px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    border: none;
    background-color: #00AFD0;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.yellow-btn, .grey-btn, .newform form .button, .button {
    outline: none;
    height: 44px;
    width: 160px;
    font-size: 14px;  /* Original font size retained */
    font-weight: 700;
    display: inline-flex;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    border: none;
    background-color: #00AFD0;  /* Original color retained */
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    line-height: 1;  /* Changed from 0 to 1 */
    letter-spacing: 0.05em;  /* Increased from 0.03rem for more uniform spacing */
    padding: 0 8px;  /* Added padding to prevent text from touching edges */
}

.yellow-btn:hover,
.grey-btn:hover,
.newform form .button:hover,
.button:hover {
    color: #ffffff;
    background-color: #009fbd;
}

.grey-btn,
.button.dark {
    background-color: #ffffff;
    color: #666;
    border: 1px solid #ccc;
    text-decoration: none;
}

.yellow-btn:active,
.newform form .button:active,
.button:active,
.yellow-btn:focus,
.newform form .button:focus,
.button:focus {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.grey-btn:active,
.grey-btn:focus {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.grey-btn:disabled,
.yellow-btn:disabled,
.newform form .button:disabled,
.button:disabled {
    background-color: #ddd;
    color: #999;
    cursor: wait;
}

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: #008991;
}

.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: #008991;
    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: #008991;
    /* 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 {
    height: 90px;
    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 - 54px);
}

.page-header__navigation {
    position: relative;
    height: 90px;
    z-index: 2;
    transition: height 0.3s ease;
}

.mobilenav .page-header__navigation {
    position: relative;
    max-width: 1300px;
    min-height: 50px;
    height: auto;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
}

.page-header__navigation .logo {
    position: absolute;
    left: 15px;
    top: 25px;
    z-index: 10;
}

.mobilenav .page-header__navigation .logo {
    position: relative;
    height: 54px;
    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: 54px;
    top: 0;
    line-height: 0px;
    z-index: 12;
    width: 54px;
    height: 54px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobilenav .menumobile {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0px;
    z-index: 11;
    width: 54px;
    height: 54px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobilenav a.menuburger {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 0px;
    z-index: 11;
}

.page-header__navigation ul.pagemenu {
    list-style: none;
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    position: relative;
    margin-left: 230px;
    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;
    margin-top: 3px;
}

.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: 50px;
}

.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;
    margin-top: 3px;
}

.page-header__navigation .usercorner .usernamea,
.mobilenav .page-header__navigation .usercorner .usernamea {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    margin-right: 40px;
}

.page-header__navigation .usercorner .usermenu,
.mobilenav .page-header__navigation .usercorner .usermenu {
    font-size: 16px;
    line-height: 1;
    color: #ababab;
}

.page-header__navigation .usercorner a.usermenubtn,
.mobilenav .page-header__navigation .usercorner a.usermenubtn {
    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: 1px;
    top: 42px;
    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: -6px;
    right: 20px;
    z-index: 1;
}

.page-header__navigation .usercorner .usermenupop a,
.usermenulinks a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 6px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0;
    background-color: #fff;
}

.page-header__navigation .usercorner .usermenupop a.lobtn,
a.lobtn {
    background-color: #00AFD0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 10px;
    height: 44px;
    line-height: 1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.page-header__navigation .usercorner .usermenupop a.lobtn::before,
a.lobtn::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;
}

.page-header__navigation .usercorner .usermenupop a.lobtn:active::before,
.page-header__navigation .usercorner .usermenupop a.lobtn:focus::before,
.page-header__navigation .usercorner .usermenupop a.lobtn:hover::before,
a.lobtn:active::before,
a.lobtn:focus::before,
a.lobtn:hover::before,
.usermenulinks a:hover {
    color: #fff;
    opacity: 1;
}

.page-header__navigation .usercorner .usermenupop a.lobtn:hover,
a.lobtn:hover {
    background-color: #00AFD0;
    color: #ffffff;
}

.page-header__navigation .usercorner .usermenupop a:hover,
.usermenulinks a:hover {
    background-color: #eee;
    color: #333;
}

.hrdiv {
    border-bottom: 1px solid #cccccc;
    height: 1px;
    line-height: 0px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.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;
}

.page-header__navigation ul.pagemenu li a {
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-rendering: optimizeLegibility;
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
}

.page-header__navigation ul.pagemenu li a:before {
    position: absolute;
    width: calc(100% - 40px);
    height: 0;
    left: 20px;
    bottom: 1px;
    content: '';
    background-color: #007a91;
    transition: all 0.3s ease;
}

.bg-navigation.mobilenav .page-header__navigation ul.pagemenu li a:before {
    width: 100%;
    left: 0px;
    transition: none;
}

.page-header__navigation ul.pagemenu li.active a,
.page-header__navigation ul.pagemenu li a:hover,
.mobilenav .page-header__navigation ul.pagemenu li.active a,
.mobilenav .page-header__navigation ul.pagemenu li a:hover {
    font-weight: 700;
    color: #666;
}

.page-header__navigation ul.pagemenu li.active a:before,
.page-header__navigation ul.pagemenu li a:hover:before {
    height: 6px;
}

.mobilenav .page-header__navigation ul.pagemenu li.active a:before,
.mobilenav .page-header__navigation ul.pagemenu li a:hover:before {
    height: 3px;
}

.page-header__navigation ul.pagemenu li a:hover path {
    transition: all .3s linear;
}

.page-header__navigation ul.pagemenu li a path {
    fill: #262626;
    transition: all .3s linear;
}

.page-header__navigation ul.pagemenu li a:hover path {
    fill: #666;
}

.page-header__navigation ul.pagemenu li a.active path {
    fill: #007a91;
}

.page-header__navigation ul.pagemenu li.active a {
    color: #007a91;
}

.mobilenav .page-header__navigation ul.pagemenu li a {
    color: #007a91;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    transition: none;
    border-bottom: none;
    display: inline-block;
    margin: 0;
}

.mobilenav .page-header__navigation ul.pagemenu li a:hover {
    color: #006375;
    border-bottom: none;
    letter-spacing: 0px;
    text-decoration: underline;
}

.page-header__navigation ul.toplinks li a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    padding: 0px;
    line-height: 1;
    display: block;
}

.page-header__navigation ul.toplinks li a:hover {
    color: #ccc;
    text-decoration: none;
}

.page-header__navigation ul.pagemenu li {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.mobilenav .page-header__navigation ul.pagemenu li a:hover {
    border-bottom: none;
    text-decoration: none;
}

.page-header__navigation ul.pagemenu li a:hover em {
    color: #005da8;
}

.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: 54px;
    height: 64px;
    border-bottom: 1px solid #d0d0d0;
    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;
    align-items: center;
}

.page-header__navigation .newsearchbox form input {
    font-size: 14px;
    padding: 14px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    width: calc(100% - 100px);
    display: block;
    outline: none;
}

.page-header__navigation .newsearchbox form input:focus {
    bordeR: 2px solid #666;
    padding: 14px 19px;
}


/*.page-header__navigation .newsearchbox form input:focus{
    border: 2px solid #262626;
    padding: 15px 19px;
}*/

.page-header__navigation .newsearchboxmobile form input {
    font-size: 14px;
    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);
    height: 100%;
    margin: 0 10px;
    max-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #262626;
    border-radius: 6px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
}

.page-header__navigation .newsearchboxmobile form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #262626 !important;
}

.page-header__navigation .newsearchboxmobile form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #262626 !important;
    opacity: 1;
}

.page-header__navigation .newsearchboxmobile form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #262626 !important;
    opacity: 1;
}

.page-header__navigation .newsearchboxmobile form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #262626 !important;
}

.page-header__navigation .newsearchbox form a.searchbtn {
    display: block;
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
}

.page-header__navigation .newsearchboxmobile form a.searchbtn {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 10px;
    top: 0;
    z-index: 1;
    line-height: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header__navigation .newsearchboxmobile a.searchclosebtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    line-height: 0;
    z-index: 1;
    background-color: #fff;
}

.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: 0;
    top: -54px;
    width: 108px;
    height: 54px;
    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: 11px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    transition: all .3s linear;
}

.page-header__navigation .newsearchbox form a.searchclosebtn svg {
    vertical-align: middle;
}

.page-header__navigation .newsearchbox form a.searchclosebtn:hover span {
    color: #666;
}

.page-header__navigation .newsearchbox form a.searchclosebtn path {
    transition: all .3s linear;
    fill: #333;
}

.page-header__navigation .newsearchbox form a.searchclosebtn:hover path {
    fill: #666;
}


/*LOGIN*/

.loginerror {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 333;
    color: #ff0000;
    padding: 16px 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 #d0d0d0;
    background-color: #fff;
}

.mainlogin .mainform {
    padding: 30px;
}

.mainlogin .mainhow {
    padding: 30px;
    padding-top: 0px;
}

.mainlogin h1 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    line-height: normal;
    color: #292929;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mainlogin p {
    margin: 0;
    font-size: 14px;
    margin-bottom: 2px;
    color: #262626;
}

.mainlogin p em {
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
    height: auto;
}

.mainlogin p a {
    color: #337ab7;
    text-decoration: none;
    vertical-align: middle;
    background: url(../images/chevronsmall.svg) right center no-repeat;
    padding-right: 10px;
}

.mainlogin p span {
    vertical-align: middle;
}

.mainlogin p a:hover {
    color: #00afd0;
}

a.wysiwyg-btn {
    float: none;
    color: #337ab7;
    position: relative;
    transition: 0.2s;
    text-decoration: none;
    background: url(../images/chevronbig.svg) right 1px center no-repeat;
    padding-right: 14px;
}

a.wysiwyg-btn:hover {
    color: #00afd0;
}

em[class^="iconset-"] {
    margin-right: 6px;
    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;
    color: #262626;
    font-size: 14px;
}

#login .inputbtn .keeplogged:hover {
    color: #333333;
}

#login .inputbtn .keeplogged em {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
    color: #262626;
}

#login .inputbtn .keeplogged em {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
    color: #262626;
}

#login .inputbtn .keeplogged span {
    vertical-align: middle;
}

[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;
}

.mainlogin .loginbtn,
.mainlogin .loginbtnred {
    outline: none;
    padding: 9px 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: inline-flex;
    text-align: center;
    color: #666;
    border: 1px solid #ccc;
    background-color: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: border-box;
    height: 44px;
    align-items: center;
}

.mainlogin .loginbtnred {
    background-color: #00AFD0;
    margin-right: 0px;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    z-index: 1;
}

.mainlogin .loginbtnred::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;
}

.mainlogin .loginbtnred:active::before,
.mainlogin .loginbtnred:focus::before,
.mainlogin .loginbtnred:hover::before {
    opacity: 1;
}

#login input[type="submit"] {
    outline: none;
    height: 44px;
    width: 120px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    border: none;
    background-color: #00AFD0;
    line-height: 0;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

#login input[type="submit"]::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;
}

.mainlogin .loginbtn:focus,
#login input[type="submit"]:focus {
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

@-webkit-keyframes autofill {
    to {
        color: #262626;
        background-color: #ffffff;
    }
}

@keyframes autofill {
    to {
        color: #262626;
        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: 11px 10px 11px 34px;
    width: 100%;
    border: 1px solid #D7D8D6;
    line-height: 1;
    font-size: 14px;
}


/*.logfield:focus{
    padding: 8px 9px 9px 29px;
    border: solid 2px #262626 !important;
}*/

.logfield::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #262626 !important;
}

.logfield:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #262626 !important;
    opacity: 1;
}

.logfield::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #262626 !important;
    opacity: 1;
}

.logfield:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #262626 !important;
}

.logfield::placeholder {
    color: #262626 !important;
}

.loginfieldo img {
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1;
}


/* FOOTER */

a.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    z-index: 999;
    background: url(../images/icon_up.svg) no-repeat center center #ccc;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-indent: 32px;
    overflow: hidden;
    opacity: 0;
    /* HIDE THIS INITIALLY */
    transition: background-color 0.3s ease, 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;
    background-color: #4d4d4d;
}

.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;
    font-size: 12px;
    color: #fff;
    background: #262626;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.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: 12px;
    word-spacing: 1px;
    display: inline-block;
    margin-right: 60px;
    color: #e6e6e6;
}

.page-footer .html5shiv-nav li:last-child {
    margin-right: 0;
    float: right;
    display: flex;
    align-items: center;
    height: 100%;
}

.page-footer .html5shiv-nav li a {
    color: #ccc;
    text-decoration: none;
}

.page-footer .html5shiv-nav li a:hover {
    color: #fff;
}


/* 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: #ffcc00;
}

.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;
}


/* 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;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #007a91;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 25px;
    border-radius: 5px;
    min-height: 44px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.newcoursebtns .signin::before {
    content: unset;
    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: #006375;
    text-decoration: none;
}

.newcoursebtns .signin:active::before,
.newcoursebtns .signin:focus::before,
.newcoursebtns .signin:hover::before {
    opacity: 1;
}

.newcoursebtns .signin.grey {
    background-color: #bbb;
    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 89 0 / 40%);
    background: linear-gradient(133deg, rgb(4 215 255 / 40%) 0%, rgb(226 0 26 / 40%) 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 #501f05;
    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: 400;
    display: flex;
    align-items: center;
}

.tvatar span {
    display: inline-block;
    text-transform: capitalize;
    margin-left: 10px;
    color: #00afd0;
    /*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: #fff;
    font-size: 40px;
    background: #ff5900;
    background: linear-gradient(133deg, rgb(226 0 26 /100%) 0%, rgb(4 215 255 / 100%) 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: rgba(0, 0, 0, .4);
    background: linear-gradient(330deg, rgb(55 166 231 / 80%) 10%, rgb(255 89 0/80%) 100%);
    font-size: 13px;
    opacity: 0;
    transition: all 0.3s ease;
}

.uvatar:focus 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: 2px;
}

.page-header__navigation .usermenu .uvatar {
    width: 33px;
    height: 33px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(133deg, rgb(226 0 26 /100%) 0%, rgb(4 215 255 / 100%) 100%);
}

.page-header__navigation .usermenu .uvatar:hover {
    color: rgb(255 255 255 / 50%);
}

.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%;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.userpagedetails .userpagedetailsbg {
    background-color: rgb(0 162 193 / 10%);
    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: #fc0;
    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(0 162 193 / 10%);
    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: #292929;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.stats h2 {
    line-height: 1.2;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.seriesnum.features p.subheading {
    color: #ed2964;
}

/*2024*/
.newposition {
    padding: 20px;
    background-color: #fff;
    max-width: 640px;
    margin-bottom: 60px;
}

.newposition.short {
    max-width: 500px;
}

.newposition h1.page-title {
    margin-bottom: 30px;
}

.newposition h1.page-title.error{
    color:#e2001a;
}

.columns2.registrations ol,
.columns2.registrations ul,
.columns2.registrations p {
    font-size: 14px;
    line-height: 1.5;
    hyphens: none;
    margin-bottom:20px;
}

.columns2.registrations ul,
.columns2.registrations ol {
    list-style-position: inside;
}

.columns2.registrations .blockinfo {
    margin-bottom:20px;
}

.columns2.registrations .blockinfo p {
    margin:0;
    display: flex;
    gap: 5px;
}

.columns2.registrations .blockinfo p span:first-child {
    display:block;
    min-width:70px;
}

.columns2.registrations p.large,
.columns2.registrations .large p {
    font-size: 16px;
}

.newcontainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.1);
}

.newbg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    z-index: -2;
    background: url(../images/bggirl.jpg) left top no-repeat #fff;
    background-size: cover;
    background-attachment: fixed;
}

.formset {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
}

.formset .formitem {
    width: calc(50% - 10px);
    margin: 0;
}

.formset .formitemwide {
    width: 100%;
    margin: 0;
}

.formset .formitemwide input.large {
    font-size: 14px;
    height: 38px;
    line-height: normal;
}

.passweight {
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    color: #fff;
    display: none;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    line-height: 1;
    border-radius: 3px;
    overflow: hidden;
}

.passweight span {
    width: 100% !important;
    background-color: transparent;
    display: block;
    font-weight: 700;
    transition: all 0.5s ease;
    height: 11px;
}

.passsuggestion {
    border: 1px solid #efe6be;
    padding: 5px;
    font-size: 12px;
    background-color: #fffcef;
    color: #897626;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
}

.passsuggestion a,
.passsuggestion a svg {
    line-height: normal;
    width: 16px;
    height: 16px;
}

#passphrase {
    display: flex;
    align-self: center;
    cursor: pointer;
    line-height: 1;
}

#passphrase:hover {
    background-color: #fff;
}

#passphrase:active {
    background-color: #efe6be;
}

#passphrase .ppcopied {
    margin-left: 5px;
    font-size: 10px;
    color: green;
    position: absolute;
    right: 0;
    top: -18px;
}

#passphrase .ppcopied.error {
    color: red;
}

.passsuggestion a svg g {
    fill: #666;
}

.passsuggestion a:hover svg g g {
    fill: green;
}

.whypassphrase {
    font-size: 11px;
    font-style: italic;
    line-height: normal;
    margin: 0 !important;
}

.turnstilcontainer {
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    height: 65px;
    overflow: hidden;
}

.turnstilcontainer #loginTurnstile {
    overflow: hidden;
    width: 296px;
}

div#loginTurnstile, 
div#loginTurnstile>div {
    margin: 0 !important;
    height: 65px;
}

.turnstilcontainer #loginTurnstile>div {
    margin-left: -1px !important;
    margin-top: -1px !important;
}

.errorhome {
    color: #610000;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    margin: auto;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: #ffe2e5;
    border: 1px solid #ffe2e5;
}

.errorhome a{
    color: #610000;
    border-bottom: dashed 1px #610000;
}

@media (max-width:35.5em) {
    .formset .formitem {
        width: 100%;
    }
}