﻿body {
    margin: 0;
    font-family: "Noto Sans";
    font-weight: 400;
}
#main{
    min-height:100vh;
    display:block;
}
#section{
    display:block;
    padding:0;
    margin:0;
}
h1, h2 {
    letter-spacing: -1px;
    line-height: 1.1;
    font-family: "Noto Sans";
    font-weight: 800;
}

h1 {
    font-size: 3rem;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 400;
    color: #333;
    text-transform: none;
}
.uk-position-top-right {
    top: 0;
    right: 0;
}
[class*=uk-position-bottom], [class*=uk-position-center], [class*=uk-position-left], [class*=uk-position-right], [class*=uk-position-top] {
    position: absolute !important;
    max-width: 100%;
}
[class*=uk-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

[class*=uk-child-width] > * {
    box-sizing: border-box;
    width: 100%;
}
.uk-panel {
    display: flow-root;
    position: relative;
    box-sizing: border-box;
}
    .uk-panel > :last-child {
        margin-bottom: 0;
    }

.uk-position-top-center {
    top: 0;
}
.uk-position-bottom-center, .uk-position-top-center {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}
.uk-background-contain, .uk-background-cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.uk-padding-remove-right {
    padding-right: 0 !important;
}

.uk-padding-remove-left {
    padding-left: 0 !important;
}


.uk-padding-large {
    padding: 30px;
}
.uk-margin-large-top {
    margin-top: 40px !important;
}
.uk-margin-doc-top{
    margin-top:0px;
}
.wrapper {
    max-width: 1600px;
    width: 86%;
    margin: 0 auto;
    position: relative;
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
    .uk-grid > * {
        padding-left: 20px; /*031122 was 30px*/
        margin: 0;
    }
        .uk-grid > * > :last-child {
            margin-bottom: 0;
        }

.uk-margin-small-top {
    margin-top: 10px !important;
}
.uk-text-white {
    color: white;
}

.uk-text-medium {
    font-size: 1.2rem;
}

* + address, * + dl, * + fieldset, * + figure, * + ol, * + p, * + pre, * + ul {
    margin-top: 20px;
}

address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 20px 0 20px 0;
}
.signintext {
    line-height: 2rem;
}
:root {
    --uk-leader-fill-content: .;
}

:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
}
svg:not(:root) {
    overflow: hidden;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.wpcf7-submit:hover {
    background-color: #0090DF;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(251,251,251,0.85);
    z-index:1000;
}
.overlay-message, .overlay-message2 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 85%;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 0;
    background-color: #fff;
    opacity: 1;
    padding: 10px;
    border: 2px solid #243CE6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    max-width: 430px;
    z-index: 1002;
    max-height: calc(100% - 50px);
    font-weight:bold;
    font-family:system-ui;
}
.overlay-message2 {
    max-height: calc(100% - 30px);
}
.overlay-title {
    border-bottom: 1px solid #05618e;
    padding: 10px 12px;
    color: #243CE6;
}

.omsg-btn-bdr {
    border-top: 1px solid #243CE6;
    margin: 0 12px;
    text-align: center;
}
.btn-ajs {
    background-color: #243CE6;
    color: #fff;
    font-size: 14px;
}
    .btn-ajs:hover {
        background-color: #3DA6DB;
        color: #fff;
    }
.fa-spin {
    color: #243CE6;
}
.wpcf7-submit{
    cursor:pointer;
}
a {
    color:#fff;
}
    a:hover {
        color: #3DA6DB;
    }
    .block1-width{
        width:47%;
        color:#fff;
    }
.updatedate {
    font-style:italic;
}
ul {
    list-style-type: square;
}
.blockx-width {
    color: #fff;
    width:50%;
}
.block3-width{
    width:106%;
}
.block4-width{
    width:108%;
}
.doc-logo {
    width: 76px;
    margin-right: 15px;
}
.mobile-only {
    display: none;
}
.cookie-info, .cookie-info tr, .cookie-info th, .cookie-info td {
    border: solid 1px #a9a9a9;
    padding: 5px;
}

#manage-cookies td, #manage-cookies th {
    width: 33%;
    font-size: 14px;    
}
.managecookiecontent {
    background-color: #fff;
    word-wrap: break-word;
    padding: 12px;
    font-weight: normal;
    overflow-y: auto;
    font-size: 14px;
}

label span {
    position: relative;
    top: -5px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    float: right;
    text-align: center;
    margin-bottom: 0px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

input:checked + .switch-slider {
    background-color: #243CE6;
}

.switch-slider.round {
    border-radius: 34px;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch-slider.round:before {
    border-radius: 50%;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
@media only screen and (min-width:450px) {
    .cookie-message {
        min-width: 450px;
    }
}
@supports (display:block) {
    svg {
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
    }
}
@media only screen and (min-width:1460px) and (max-width:1745px)
{
    .block1-width {
        width:86%;
    }
}
@media only screen and (max-width:1460px) {
    .block1-width {
        width: 93%;
    }
}

@media only screen and (max-width:767px){
    h1 {
        font-size: 2rem;
        margin: 0 0 0 0;
    }
    .desktop-only{
        display:none;
    }
    .mobile-only {
        display: inline-block;
    }
    .signintext {
        line-height: 1.5rem;
        font-size: 1rem;
    }
    .wpcf7-submit {
        padding: 10px 20px;
    }
    .footer-text {
        font-size: 0.8rem;
    }
    .overlay-message, .overlay-message2 {
        max-height: 100%;
    }
    .block3-width,.block4-width,.blockx-width {
        width: 100%;
    }
    .btn-ajs, .managecookiecontent {
        font-size: 12px;
    }
    .overlay-message2 {
        width: 96%;
    }
    #manage-cookies td, #manage-cookies th {
        font-size: 12px;
    }
}
@media only screen and (min-width:540px) and (max-width:660px){
    .uk-margin-doc-top {
        margin-top: 40px;
    }
}
@media only screen and (min-width:525px) and (max-width:639px){
    .uk-grid > * {
        padding-right: 30px;
    }
}
@media only screen and (min-width: 320px) {
    body {
        background-attachment: fixed;
        background: #0090df;
        background: linear-gradient(167deg, #0090df 0%, #054a81 100%);
    }

    .digital-office-background {
        width: 100%;
        min-height: 100vh;
        background-position: top -120px right -150px;
        background-size: 170%;
        background-image: url(../../Images/backgrounds/digitalofficecloud-background-no-cloud.svg);
    }
    .wpcf7-submit {
        background: #054A81;
        color: #fff;
        font-weight: 700;
        display: inline-block;
/*        padding: 10px 30px;*/
        border: 0;
        border-radius: 8px;
        font-size: 1.1rem;
    }
    .text-margin {
        margin-top: 30vh;
    }
}
@media only screen and (min-width: 400px) {
    .digital-office-background {
        width: 100%;
        min-height: 100vh;
        background-position: top -80px right -100px;
        background-size: 140%;
        background-image: url(../../Images/backgrounds/digitalofficecloud-background-no-cloud.svg);
    }
    .text-margin {
        margin-top: 40vh;
    }
}
@media only screen and (min-width: 450px) {
    .digital-office-background {
        width: 85%;
        min-height: 100vh;
        background-position: top right;
        background-size: 90%;
        background-image: url(../../Images/backgrounds/digitalofficecloud-background.svg);
    }
    .text-margin {
        margin-top: 30vh;
    }
}
@media only screen and (min-width: 640px) {
    .uk-width-4-5\@s {
        width: 80%;
    }
}
@media only screen and (min-width: 660px) {
    .digital-office-background {
        width: 85%;
        min-height: 100vh;
        background-position: top right;
        background-size: 90%;
        background-image: url(../../Images/backgrounds/digitalofficecloud-background-no-cloud.svg);
    }
    .text-margin {
        margin-top: 40vh;
    }
}
@media only screen and (min-width:768px){
    .wpcf7-submit {
        padding: 10px 30px; 
    }
}
@media only screen and (min-width: 800px) {
    .digital-office-background {
        width: 65%;
        min-height: 100vh;
        background-position: top right;
        background-size: 90%;
    }
    .text-margin {
        margin-top: 0vh;
    }
}
@media screen and (min-width:800px) and (max-width:942px){
    .origblock-width{
        width:42%;
    }
}
@media screen and (min-width:636px) and (max-width:799px) {
    .origblock-width {
        width: 92%;
    }
}

@media screen and (min-width:0px) and (max-width:635px) {
    .origblock-width {
        width: 100%;
    }
}

@media only screen and (min-width:960px){
    .uk-width-3-5\@m {
        width: 60%;
    }
    .uk-h1, h1 {
        font-size: 2.625rem;
    }
}
@media screen and (min-width:1600px)  {
    .origblock-width {
        width: 50%;
    }
}
@media screen and (min-width:1240px) and (max-width:1599px)  {
    .origblock-width {
        width: 44%;
    }
}
@media screen and (min-width:980px) and (max-width:1240px) {
    .origblock-width {
        width: 40%;
    }
}
@media screen and (min-width:943px) and (max-width:980px) {
    .origblock-width {
        width: 42%;
    }
}
@media only screen and (min-width: 1200px) {
    .digital-office-background {
        width: 60%;
        min-height: 100vh;
        background-position: top right;
        background-size: 95%;
    }

    .uk-padding-large {
        padding: 70px;
    }

    .uk-margin-large-top {
        margin-top: 70px !important;
    }    
    .uk-grid {
        margin-left: -40px;
    }
    .uk-width-2-5\@l {
        width: 40%;
    }
    .block2-width {
        width: 91%;
    }
    .uk-grid > * {
        padding-left: 40px;
    }
    .text-margin {
        margin-top: 0;
    }
}
@media only screen and (max-width:1230px) {
    .block1-width {
        width: 99%;
    }
    .block2-width{
        width:104%;
    }
}
@media only screen and (min-width:768px) and (max-width:974px) {
    .blockx-width {
        width: 104%;
    }
}
@media only screen and (min-width:975px) and (max-width:1349px) {
    .blockx-width {
        width: 83%;
    }
}
@media only screen and (min-width:1350px) and (max-width:1599px){
    .blockx-width{
        width:47%;
    }
}
@media only screen and (min-width:2050px)  {
    .block2-width {
        width: 53%;
    }
}
@media only screen and (min-width:1241px) and (max-width:1340px) {
    .block2-width {
        width: 100%;
    }
}
@media only screen and (min-width:768px) and (max-width:1240px) {
    .block2-width {
        width: 106%;
    }
}
@media only screen and (min-width: 1600px) {
    .digital-office-background {
        width: 60%;
        min-height: 100vh;
        background-position: top right;
        background-size: 85%;
    }
}