/* Schrift */

body {
    font-family: 'DIN Next W01 Regular';
    font-size: 18px;
    color: #666666;
    overflow-x: hidden;
}


/* html {
    overflow-x: hidden;
} */

img {
    max-width: 100%;
}

section {
    position: relative;
}

a {
    color: inherit;
    text-decoration: underline;
}

h1,
.h1 {
    font-size: 60px;
    margin-bottom: 1rem;
}

h2 {
    font-size: 44px;
}

.content h2 {
    /*font-size: 2rem;*/
	font-size: 40px;
    color: #64A4C1;
}

ul {
    list-style: none;
    padding-left: 0;
}

ul.dropdownhidden {
    padding-left: 20px;
}

.colored-box ul li::before {
    font-family: "FontAwesome";
    content: "\f0c8";
    color: #fff;
    font-size: 7px;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 10px;
}

.colored-box ul li {
    position: relative;
}

.colored-box ul {
    padding-left: 15px;
}

.colored-box ul li {
    /*margin-bottom: 10px;*/
    margin-bottom: 0;
}


/* .videoSection ul li::before {
    font-family: "FontAwesome";
    content: "\f054" !important;
    color: #F28039;
    font-size: 14px;
    margin-right: 5px;
    margin-left: -15px;
} */

.videoSection ul {
    padding-left: 15px;
}

.videoSection ul li {
    margin-bottom: 10px;
}


/* Header */

header {
    padding-top: 25px;
    padding-bottom: 15px;
}

header img {
    max-width: 236px;
}

nav {
    float: right;
    margin: 10px 0;
}

.navbar {
    display: block;
    padding: 0;
}

.navbar-nav {
    flex-direction: inherit;
    padding: 10px 0;
}

.navbar-toggler-style {
    padding: 0;
}

.navbar-toggler-style li {
    display: inline;
}

.navbar-nav li a {
    margin-left: 85px;
    text-decoration: none;
    font-family: "DIN Next LT W01 Medium";
    font-size: 20px;
    color: rgba(102, 102, 102, 0.6);
    transition: 300ms all;
}

.navbar-nav li a:hover {
    color: #666;
}

.navbar-nav li.active a {
    color: #666;
}

.navbar-nav .navbar-search {
    margin-left: 35px;
}

.navbar-icon {
    display: none;
    cursor: pointer;
}

.navbar-collapse-style {
    position: absolute;
    background-color: rgb(100, 164, 193);
    width: 100%;
    min-height: 200px;
    margin-top: 25px;
    z-index: 999;
    color: #ffffff;
    display: none;
}

.navbar-collapse-style .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbar-collapse-style a {
    text-decoration: none;
    padding: 0;
}

.second-nav {
    list-style: none;
    padding: 0;
}

.second-nav li {
    padding: 10px 0;
}

.second-nav li.active a {
    color: rgba(255, 255, 255, 0.6);
}

.link-dropdown {
    width: 100%;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.second-nav .link-dropdown {
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.second-nav li:last-child li {
    border: none;
}

.dropdown-toggle-style::after {
    display: none;
}

.dropdown-toggle-style::before {
    font-family: "FontAwesome";
    content: "\f078";
    margin-right: 5PX;
    font-size: 14px;
    color: #F28039;
    display: inline-block;
    transition: 300ms all;
}

.dropdown-toggle-style.rotated::before {
    transform: rotateZ(-180deg);
}

.dropdown-menu {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    border-bottom: 2px solid white;
    margin-left: 20px;
    color: white;
    display: none;
}

.dropdown-menu.active {
    display: block;
}

.dropdown-item {
    color: #ffffff;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ffffff;
    ;
    text-decoration: none;
    background-color: inherit;
}

.functions-nav {
    float: right;
}

.functions-nav ul {
    list-style: none;
    padding: 0;
}

.functions-nav ul li {
    display: inline;
    padding: 0 10px;
    border-left: 2px solid #F28039;
    font-size: 16px;
    font-family: "DIN Next LT W01 Bold";
}

.functions-nav .active a,
.functions-nav li a:hover {
    color: #666;
    opacity: 1.0;
}

.functions-nav ul li:first-child {
    border-left: none;
}

.functions-nav ul li:last-child {
    padding-right: 0;
}

.functions-nav li a {
    transition: 300ms all;
    text-decoration: none;
    opacity: 0.6;
}

.dropdown-content {
    display: none;
}

.show {
    display: block;
}

.function-text {
    display: none;
}

.lang-list {
    border: none;
    background-color: inherit;
    padding: 0;
    margin: 20px 0;
}

button:focus {
    outline: 0;
    outline: 0;
}

.lang-list::after {
    font-family: "FontAwesome";
    content: "\f078";
    margin-left: 5PX;
    font-size: 14px;
    color: #F28039;
}

.dropdown-content {
    list-style: none;
    padding: 0;
    position: absolute;
}

.dropdown-content a {
    text-decoration: none;
}


/* Footer */

footer {
    background-color: #1C4777;
    padding-top: 80px;
    padding-bottom: 50px;
    color: #ffffff;
}

footer .lineBottom {
    height: 2px;
    background: #fff;
}

.copyright ul li {
    display: inline;
    list-style: none;
    margin-right: 30px;
}

.copyright ul {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
}

.copyright {
    padding-top: 10px;
}

.copyright a {
    text-decoration: none;
    color: white;
}


/* Images */

.box-image img {
    width: 100%;
}


/* Boxen */

.box-image {
    position: relative;
}

.box-iFrame {
    position: relative;
}

.box-text {
    width: 100%;
    z-index: 99;
    top: 0;
    margin-top: 50px;
    color: #ffffff;
    position: relative;
}

.box-text.right .colored-box {
    float: left;
}

.right .box-image {
    right: 0;
    left: auto;
}

.right .box-iFrame {
    right: 0;
    left: auto;
}

.h1 {
    font-size: 44px;
}

.functions-nav a:hover {
    color: black;
}

.colored-box {
    padding: 114px 109px 114px 194px;
    float: right;
    width: 60%;
}

.colored-box.blue {
    background-color: rgba(28, 71, 119, 0.8);
}

.colored-box.light-blue {
    background-color: rgba(100, 164, 193, 0.8);
}

#bigNavigation {
    display: block;
    max-height: 0;
    transition: 800ms all;
    overflow: hidden;
    min-height: 0;
    left: 0;
}

#bigNavigation .active h2 {
    color: rgba(255, 255, 255, 0.6);
}

.toggleNavbarOnHover:hover #bigNavigation {
    max-height: 800px;
}

.navbar-collapse-style .row {
    width: calc(100% + 30px);
}

.navbar {
    position: initial;
}

.ignoreRelativity {
    position: initial;
}

.dropdown-item.link-dropdown {
    padding-bottom: 10px;
}

.footerSocials a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 4px;
    /*border-radius: 50px;
background: white;*/
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.footerSocials {
    display: flex;
    justify-content: end;
    align-items: end;
    padding-bottom: 8px;
    position: absolute;
    right: 40px;
    bottom: 0;
}

.footerDropdownContainer {
    position: absolute;
    bottom: 40px;
    max-height: 0px;
    transition: 800ms all;
    overflow: hidden;
    left: 0;
    background-color: #1C4777;
}

.footerDropdown:hover .footerDropdownContainer {
    max-height: 300px;
}

.footerDropdownContainer ul li {
    display: block;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
}

.footerDropdownContainer ul li:last-child {
    border: 0;
    margin-bottom: 3px;
}

.footerDropdown {
    position: relative;
}

.footerSocials {
    margin-bottom: 10px;
}

.normalPadding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bottomPadding {
    padding-bottom: 80px;
}

.topPadding {
    padding-top: 80px;
}

.box-image {
    position: absolute;
    left: 0;
    z-index: -1;
    top: -50px;
}

.box-iFrame {
    position: absolute;
    left: 0;
    z-index: -1;
    top: -50px;
}

.colored-box {
    position: relative;
}

.orangebox-btm-left {
    background-image: url("/WINC/img/wincasatag.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
}

.orangebox-top-rgt {
    background-image: url("/WINC/img/wincasatag.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}

.title-heading h2 {
    color: #64A4C1;
    font-size: 40px;
}

.buttonLink,
.buttonLinkLight,
.buttonLinkGray,
.buttonLinkBlue {
    text-decoration: none;
    margin-right: 25px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 20px;
    transition: 300ms all;
    cursor: pointer;
    font-family: 'DIN Next W01 Medium';
    font-size: 20px;
    font-family: 'DIN Next W01 Regular';
    min-width: 185px;
    text-align: center;
}

.buttonLink,
.buttonLinkLight {
    padding: 20px 30px;
    border: 1px solid #fff;
}

.buttonLink:hover {
    border-color: transparent;
    background: #6d89a8;
    color: white;
    text-decoration: none;
}

.buttonLinkLight:hover,
.buttonLinkLight.active {
    border-color: transparent;
    background: #9cc5d7;
    color: white;
    text-decoration: none;
}

.buttonLinkGray {
    padding: 20px 30px;
    border: 1px solid #666;
}

.buttonLinkGray:hover {
    border-color: transparent;
    background: #f3f3f3;
    color: #666;
    text-decoration: none;
}

.filterSection .buttonLinkLight {
    color: #fff;
}

.buttonLinkBlue {
    color: #fff !important;
    padding: 20px 30px;
    border: 1px solid #64A4C1;
    background-color: #64A4C1;
}

.buttonLinkBlue:hover {
    border-color: #3c84a5;
    background: #3c84a5;
    color: #fff;
    text-decoration: none;
}

a.fa.fa-search {
    margin-left: 20px;
}

.articleBox-container {
    /*height: 600px;*/
    height: 512px;
    /*width: calc(100% - 30px);*/
    display: block;
    overflow: hidden;
    position: relative;
}

.articleBox {
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
    transition: all .5s;
}

.articleBox-container:hover .articleBox {
    transform: scale(1.05);
}

.articleTextBox {
    position: absolute;
    background: #ffffffd1;
    /*top: 386px;*/
    top: 298px;
    padding: 20px 40px;
    min-height: 150px;
    width: calc(100% - 20px);
    z-index: 2;
}

.articleTextBox h3 {
    color: #666;
    /*text-transform: uppercase;*/
    font-size: 25px;
    margin-bottom: 1rem;
}

.articleTextBox p {
    font-size: 18px;
}

.articleBox-container:hover p {
    color: #666;
}

.bg-light-blue {
    background-color: rgba(100, 164, 193, 0.8);
    color: #ffffff;
}

.bg-grey {
    background-color: #b6b6b6;
    color: #ffffff;
}

.icon-box {
    border: 1px solid rgba(100, 164, 193, 0.8);
}

.box-header {
    background-color: rgb(100, 164, 193);
    color: #ffffff;
    padding: 20px 40px;
    position: relative;
    min-height: 90px;
}

.mapBox .box-header {
    min-height: auto;
}

.box-content-text {
    /*min-height: 225px;*/
	min-height: 150px;
}

.box-header h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-family: 'DIN Next W01 Medium';
}

.box-header.hasIcon h3 {
    margin-left: 130px;
}

.box-content-text {
    padding: 40px;
    padding-bottom: 10px;
}

.box-content .buttonLinkGray {
    margin-top: 0;
    margin-bottom: 40px;
}

.box-content p {
    font-size: 18px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.mapBox-content p {
    font-size: 18px !important;
}

.colored-box.smallpadding-box {
    /*padding: 114px 200px 114px 100px; Hack by MS*/
    padding: 114px 190px 114px 100px;
}

.box-content .buttonLink {
    border-color: #666666;
    border-color: #666666;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 175px;
}

.buttonLink.buttonGrey {
    border-color: #666666;
    border-color: #666666;
    margin-left: 15px;
    margin-top: 10px;
}

.icon-div {
    border: 3px solid #ffffff;
    position: absolute;
    top: -50px;
    overflow: visible;
    background-color: rgb(100, 164, 193);
    height: 100px;
    width: 100px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-div i {
    color: #ffffff;
    padding: 15px;
    font-size: 50px;
}

.video-content {
    padding-left: 50px;
    padding-top: 70px;
}

.smalltext {
    font-size: 11px;
}

.slick3 .icon-box {
    margin-left: 40px;
    margin-right: 40px;
}


/* Responsive */

.arrowLiStyle {
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    display: inline-block;
}

.arrowLiStyle::before {
    content: "";
    background: url("/WINC/img/arrow small_right.svg");
    width: 12px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    transition: 300ms all;
}

.arrowLiStyle:hover {
    text-decoration: none;
}

.dropdownhidden {
    display: none
}

.slick3 {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-next {
    right: -25px;
}

.slick-prev {
    left: -25px;
}


/* .slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 60px;
    color: #F28039;
    display: inline-block;
    transition: 300ms all;
    font-weight: bold;
} */

.slick-prev:before,
.slick-next:before {
    content: "";
    background: url("/WINC/img/arrow small_right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 25px;
    width: 20px;
    display: inline-block;
}

.slick-prev:before {
    background-image: url("/WINC/img/arrow small_left.svg");
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.circleOfBusiness {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}

.circleOfBusiness img {
    max-width: 100%;
}

.circleBox {
    position: absolute;
    width: 34%;
    height: 34%;
    border-radius: 100%;
    overflow: hidden;
}

.circle1 {
    top: 1.4%;
    left: 27%;
}

.circle2 {
    top: 26.65%;
    left: 64.2%;
}

.circle4 {
    top: 39.17%;
    left: 1.4%;
}

.circle3 {
    top: 64.5%;
    left: 38.4%;
}

div.coverText {
    --s: 100%;
    /*Size of the circle */
    --p: 0px;
    /* padding */
    height: var(--s);
    width: var(--s);
    border-radius: 50%;
    text-align: center;
}

.coverText i.holder {
    float: right;
    shape-outside: radial-gradient(farthest-side at left, transparent calc(100% - var(--p)), #fff 0);
}

.insideCoverText h3 {
    font-size: 18px;
    color: #1c4777;
}

.circleBox a {
    text-decoration: none;
}

.circleBox p {
    color: #666666;
}

.iconBox {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    background: #1c4777;
    border-radius: 100%;
    color: white;
    font-size: 35px;
    margin-bottom: 10px;
}

.iconBox i {
    margin-top: 15px;
}

.toHoverCover {
    background: white;
    opacity: 0;
    transition: 300ms all;
    position: absolute;
    top: 0;
    left: 0;
}

.circleBox:hover .toHoverCover {
    opacity: 1;
}

.lightBlueCircle h3 {
    color: #64a4c1;
}

.lightBlueCircle .iconBox {
    background-color: #64a4c1;
}

.innerDescription {
    position: absolute;
    top: 45%;
    left: 41%;
    max-width: 18%;
    text-align: center;
}

i.orange {
    color: #F28039;
}

.sideAnnotation {
    position: absolute;
    top: 33%;
    left: 0;
}

#chartdiv {
    width: 100%;
    height: 600px;
}

.toolTipContainer {
    background: white;
    color: #666666;
    padding: 20px;
}

.box-image {
    /*max-height: 90%;*/
    width: 50%;
    overflow: hidden;
}

.box-iFrame {
    max-height: 90%;
    width: 50%;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.map {
    background: #fff;
}

.content p.lead {
    font-weight: bold;
    font-size: inherit;
}

.content h3 {
    color: #666;
    font-size: 30px;
    margin-bottom: 1rem;
}

.content ul,
.content ul li,
.content-box ulli {
    list-style-type: none;
}

.content ul,
.content-box ul {
    padding-left: 15px;
}

.content ul li::before,
.content-box ul li::before {
    font-family: "FontAwesome";
    content: "\f0c8";
    color: #666;
    font-size: 7px;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 11px;
}

.videoSection .content-box ul li::before {
    color: white;
}

.content ul,
.content ul li,
.content-box ul li {
    position: relative;
}

.content a,
.mapBox-content a {
    text-decoration: none;
    color: #F28039;
}

.content a:hover {
    color: rgba(242, 128, 57, 0.6);
}

.mapBox-content a:hover {
    color: rgba(242, 128, 57, 0.6);
}

.mapBox .buttonDirection {
		width: 250px;
}

.content .arrowLink {
    color: #666;
}

.content .arrowLink:hover {
    color: #666;
    opacity: 0.6;
}

.textBlue {
	color: #64A4C1;
}

.lang-list::after {
    display: inline-block;
    transition: 300ms all;
}

.lang-list.rotated::after {
    transform: rotateZ(180deg);
}

.lang-list {
    width: 120px;
    text-align: left;
}

.grayBackground {
    background: #b3b3b3;
    color: white;
}

.videoSection .content-box {
    padding: 25px;
    padding-top: 65px;
    padding-bottom: 50px;
    font-size: 25px;
}

.filterSection {
    background: #64a4c1;
    padding: 40px 0;
}

p.smallText {
    font-size: 12px;
}

.videoContainer {
    min-height: 300px;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.videoContainer:hover .playButton {
    transform: scale(1.1);
}

.videoContainer:hover {
    text-decoration: none;
}

.videoContainer.novideo:hover {
    cursor: auto;
}

.playButton {
    width: 80px;
    height: 80px;
    background: #666;
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 35px;
    transition: 300ms all;
    color: #F28039;
    padding-left: 5px;
}

.playButton i {
    transition: 300ms all;
}

.mapcontainer {
    position: relative;
}

.infoBox {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 9;
    background: rgba(28, 71, 119, 0.8);
    padding: 20px;
    color: #F28039;
    display: none;
    padding-top: 30px;
    min-width: 360px;
}

.cookieBanner {
    background: #1c4777;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 45px;
    padding-bottom: 45px;
    display: none;
}

.cookieBanner button {    
	background: transparent;
    color: white;    
	border: 1px solid #fff;	
}

.cookieBanner button:hover {
    background: #FFFFFF33 0% 0% no-repeat padding-box;
    border: 1px solid white;
    color: white;
}

.blue-box {
    background-color: #64A4C1;
    padding: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.darkblue-box {
    background-color: #1C4777;
    padding: 30px;
    color: #fff;
    margin-bottom: 20px;
}

.darkblue-box .col-md-4,
.darkblue-box .col-md-12 {
    padding: 0;
}

.darkblue-box h3,
.darkblue-box a {
    color: #fff;
}

.job-button-container .col-md-4 {
    padding: 0;
    margin-bottom: 20px;
}

.job-button-container .buttonLinkBlue {
    margin: 0;
}

.infoBox::before {
    content: "";
    background-image: url("/WINC/img/cross.svg");
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    display: block;
    position: absolute;
    right: -45px;
    top: -20px;
    cursor: pointer;
    transition: 300ms all;
}

.toolTipContainer {
    display: none;
}

circle {
    transition: 300ms all;
}

circle:hover {
    fill: #b83014;
}

.boxSlider-container {
    width: 80%;
    margin: 0 auto;
    padding-top: 15px;
}

.buttonSmolSlider {
    text-align: center;
    display: block;
    border: 1px solid white;
    padding: 20px 10px;
    text-decoration: none;
    transition: 300ms all;
}

.buttonSmolSlider:hover {
    border-color: transparent;
    background: #6d89a8;
    color: white;
    text-decoration: none;
}

.boxSlider-container .slick-slide {
    padding: 0 10px;
}

.boxSlider-container .buttonSmolSlider i {
    font-size: 60px;
    margin-bottom: 25px;
}

.boxSlider-container .slick-prev::before,
.boxSlider-container .slick-next::before {
    font-size: 35px;
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.mb-50 {
    margin-bottom: 50px;
}

.accordionBox {
    position: relative;
    border-bottom: 1px solid #707070;
    cursor: pointer;
}

.accordionBox .accordionArrow {
    position: absolute;
    bottom: 15px;
    right: 10px;
    height: 18px;
    color: #F28039;
    transition: 300ms all;
}

.accordionContent {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.rotate90 {
    transform: rotateZ(90deg);
}

.accordion {
    margin-bottom: 30px;
}

.accordionBox h4 {
    width: calc(100% - 30px);
    font-size: 30px;
}

.content .buttonLinkGray {
    color: #666;
}

.buttonLinkGray i {
    margin-right: 15px;
}

.grayHeading h2 {
    margin-bottom: 45px;
}

.footerSocials a {
    transition: 300ms all;
}

.footerSocials a:hover {
    border-color: transparent;
    background-color: #6d89a8;
}

.videopopupjs {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 500ms all;
}

.videopopupjs__content {
    max-width: 1200px !important;
    height: 100%;
    max-height: 675px;
    width: 95vw;
    position: relative;
}

.videopopupjs__close {
    position: absolute;
    top: -35px;
    right: -15px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    transition: 300ms all;
}

.videopopupjs__close:hover {
    border-color: transparent;
    /*background: #6d89a8*/
}

.videopopupjs__close::before {
    content: "";
    background-image: url(/WINC/img/cross.svg);
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    display: block;
    position: absolute;
    right: -45px;
    top: -20px;
    cursor: pointer;
    transition: 300ms all;
}

.videopopupjs__content iframe {
    width: 100%;
    height: 100%;
}

.videopopupjs--hide {
    opacity: 0;
}

.videopopupjs--animation {
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}

.objectBox .box-content-text {
    padding-bottom: 40px;
    padding-top: 40px !important;
}

.objectBox .objectLocation {
    display: block;
    margin-bottom: 20px;
}

.objectBox .objectLocation i {
    font-size: 25px;
}

.objectBox .objectLocation span {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'DIN Next W01 Medium';
}

.objectBox .box-content-text a {
    text-decoration: none;
    color: #F28039 !important;
    font-size: 15px;
}

.objectBox .box-content-text p {
    margin-bottom: 0 !important;
}

.objectBox .slick-prev {
    left: 40px;
    z-index: 100;
}

.objectBox .slick-next {
    right: 40px;
    z-index: 100;
}

.objectBox .slick-dots {
    bottom: -60px;
}

.colored-box a {
    font-family: 'DIN Next W01 Regular';
    text-decoration: none;
}

.colored-box a:hover {
    text-decoration: none;
}

.detailPageIntroImg img {
    width: 100%;
}

.detailPageIntroImg {
    margin-bottom: 50px;
    /*max-height: 640px;*/
    overflow: hidden;
}

.detailPage h1 {
    font-size: 60px;
    color: #64A4C1;
    margin-bottom: 40px;
}

.content-line {
    height: 1px;
    width: 100%;
    background: #666;
}

.contentText {
    padding-bottom: 60px;
}

#bigNavigation h2 {
    margin-bottom: 30px;
    /*font-size: 40px;*/
    /*font-size: 38px;*/
	font-size: 25px;
}

.icon-box {
    margin-bottom: 80px;
	margin-top: 50px;
}

.icon-box.slick-slide {
    margin-bottom: 0;
}

.footerSocials img {
    width: 12px;
    padding-bottom: 4px;
}

.toggleNavbarOnHover,
.navbar-search {
    display: inline-block;
}

.navbar-search {
    position: relative;
    text-align: right;
    width: 120px;
}

.navbar-search a {
    color: rgba(102, 102, 102, 0.6);
    transition: 300ms all;
    margin-left: -20px;
    position: absolute;
    margin-top: -20px;
}

.navbar-search a:hover {
    color: #666;
}

.searchInput {
    position: absolute;
    right: 30px;
    width: 0;
    overflow: hidden;
    transition: 500ms all;
    top: -2px;
    margin-top: -15px;
    margin-right: -34px;
    max-width: calc(100% - 30px);
}

.searchInput input {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(102, 102, 102, 0.6);
    float: left;
    outline: none;
    color: #666;
}

.navbar-collapse-style a {
    transition: 300ms all;
}

.navbar-collapse-style a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.circles {
    width: 100%;
    padding: 65px;
}

.circleBox {
    background: #1C4777;
}

.insideCoverText h3 {
    color: white;
}

.rotateAnimation {
    -webkit-animation: spin 45s linear infinite;
    -moz-animation: spin 45s linear infinite;
    animation: spin 45s linear infinite;
}

.circle1 {
    top: 0;
    left: 35%;
}

.circleBox {
    width: 25%;
    height: 25%;
}

.circle2 {
    top: 34.65%;
    right: 0;
    left: initial;
}

.circle3 {
    bottom: 0;
    top: initial;
    left: 36.4%;
}

.circle4 {
    top: 34.65%;
    left: 0;
}

.circleBox::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #c3c3c3c9;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 300ms all;
    cursor: pointer;
}

.clickedTextCircle {
    color: white;
    display: inline-block;
    max-width: 531px;
    margin-left: 0px;
    width: 0;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

.clickedCircleContainer h2 {
    margin-bottom: 1.5rem;
    font-size: 28px;
    font-family: 'DIN Next W01 Medium';
}

.clickedCircleContainer {
    width: 481px;
    padding: 40px;
    background: #1C4777;
    margin-left: 50px;
    text-align: left;
}

.clickedCircleContainer ul,
.clickedCircleContainer ul li {
    list-style-type: none;
}

.clickedCircleContainer ul {
    padding-left: 15px;
}

.clickedCircleContainer ul li::before {
    font-family: "FontAwesome";
    content: "\f0c8";
    color: #fff;
    font-size: 7px;
    display: inline-block;
    position: absolute;
    left: -15px;
    top: 8px;
}

.clickedCircleContainer ul li {
    position: relative;
}

.clickedCircleContainer .row,
.clickedCircleContainer .col-md-12,
.clickedCircleContainer .col-md-10,
.clickedCircleContainer .col-md-2 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/* .clickedCircleContainer .col-md-10 { */
    /* width: calc(100% - 100px); */
/* } */

.clickedCircleContainer .col-md-6 {
    padding-left: 0;
}

.clickedCircleContainer .circleIcon {
    font-size: 55px;
    /* width: 100px; */
    /* max-width: 90px; */
}

.clickedCircleContainer .circleIcon i {
    vertical-align: top;
}

.arrowLink {
    padding-left: 25px;
    text-decoration: none;
    position: relative;
}

.arrowLink::before {
    content: "";
    background-image: url("/WINC/img/arrow small_right.svg");
    width: 12px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    transition: 300ms all;
}

.clickedTextCircle .arrowLink::before {
    height: 12px;
}

.clickedTextCircle .arrowLink {
    padding-left: 15px;
}

.arrowLink:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
}

.circleOfBusiness {
    display: inline-block;
    max-width: 750px;
    transition: 600ms all;
}

.grayOverlay::after {
    opacity: 1;
}

.activeCircle::after {
    opacity: 0 !important;
}

.tempRemoveGray::after {
    opacity: 0;
}

.sideBoxIconBox i {
    font-size: 45px;
}

.sideBoxIconBox {
    display: inline-block;
    width: 60px;
}

.sideBoxTitle {
    display: inline-block;
    width: calc(100% - 65px);
}

.sideBoxIconTitle {
    margin-bottom: 30px;
}

.boxDot {
    list-style-type: square;
    padding-left: 20px;
}

.clickedCircleContainer .arrowLiStyle {
    margin-bottom: 30px;
    display: inline-block;
}

.innerDescription {
    top: 30%;
    left: 35.5%;
    max-width: 28%;
    z-index: 9;
    width: 100%;
}

.linkOpenBox.grayOverlay {
    opacity: 0.6;
}

.linkOpenBox.grayOverlay.activeLink {
    opacity: 1;
}

.innerDescription a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}

a {
    transition: 300ms all;
}

.arrowLiStyle:hover,
.copyright a:hover,
.colored-box a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.iconBox {
    font-size: 55px;
}

.insideCoverText h3 {
    font-family: 'DIN Next W01 Medium';
    font-size: 17px;
}

.insideCoverText {
    padding: 20px 30px;
}

.closeTextCircle {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    transition: 300ms all;
}

.closeTextCircle:hover {
    color: rgba(255, 255, 255, 0.6);
}

.circleLinkText {
    display: none;
}

.linkOpenBox {
    cursor: pointer;
    transition: 300ms all;
    margin-bottom: 10px;
}

.linkOpenBox:hover {
    opacity: 0.6;
}

.doubleColumnHolder {
    width: 100% !important;
    display: none;
    margin: 0 auto;
}

.partner-container img {
    padding-bottom: 20px;
}

.partner-container .partner-rics img {
    margin-right: 20px;
}

.partner-container .partner-rics img,
.partner-container .partner-svit img,
.partner-container .partner-immopac img,
.partner-container .partner-diesozialfirma img {
    max-height: 50px !important;
}

.jobFilter {
    height: 50px;
    padding-left: 20px;
    padding-right: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background: transparent;
    font-size: 20px;
    color: #707070;
}

.jobFilterWrapper {
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
    margin-right: 50px;
}

.jobFilterWrapper::before {
    content: "\f078";
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #f27f39;
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 18px;
    z-index: -1;
}

.jobFilter::-ms-expand {
    display: none;
}

.selectedObjectPopUp .box-content p {
    text-overflow: initial;
    display: block;
}

.content .buttonLinkGray:hover {
    color: #666;
}

#mobileSearchButton img {
    width: 20px;
}

img.headerNavSearch {
    opacity: 0.6;
    transition: 300ms all;
}

img.headerNavSearch:hover {
    opacity: 1;
}

@-webkit-keyframes videoPopupJs {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes videoPopupJs {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width:1399px) {
    .navbar-nav li a {
        margin-left: 50px;
    }
    .box-header {
        min-height: 112px;
    }
    .clickedTextCircle {
        width: 100% !important;
        display: none;
        margin: 0 auto;
    }
    .clickedCircleContainer {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width:1199px) {
    .box-header {
        min-height: 90px;
    }
}

@media screen and (max-width:990px) {
    .box-header {
        min-height: 60px;
    }
}

@media screen and (max-width:767px) {
    .box-header {
        min-height: none;
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.mobileSearch {
    display: none;
}

.mobileDropdownControl {
    display: none;
    cursor: pointer;
}

.searchOpened {
    /*width: 370px;*/
	width: 230px;
}

.navbar-search {
    transition: 300ms all;
}

.searchOpened .searchInput {
    width: 100%;
}

.articleBox-container {
    margin-bottom: 43px;
}

.circlesMobile {
    display: none;
}

.articleBox-container:hover {
    color: #666;
}

.infoBox {
    background: none;
    padding: 0;
    min-width: 400px;
}

.infoBox::before {
    z-index: 3;
}

.mapBox {
    background: white;
    color: #666;
}

.mapBox img {
    width: 45px;
}

.mapBox .col-md-2,
.mapBox .col-md-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.objectBox {
    background: white;
}

.objectBox img {
    width: 100%;
}

.selectedObjectPopUp .box-content-text {
    border: 1px solid #64A4C1;
    border-top: none;
}

.selectedObjectPopUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%);
    z-index: 9999;
    display: none;
}

.popUpWrapper {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 50px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.objectBox {
    max-width: 600px;
    width: calc(100% - 60px);
    margin: 0 20px;
    position: relative;
    margin: 0 auto;
}

.videopopupjs__close::before {
    font-size: 45px;
    color: #f28039;
}

.videopopupjs__close {
    right: -70px;
    top: - 23px;
}

img.closeObjectView {
    position: absolute;
    right: -70px;
    top: -23px;
    font-size: 45px;
    color: #f28039;
    width: 40px;
}

.videopopupjs__content {
    width: calc(100% - 200px);
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.counter-container .counter,
.counter-container .unit {
	display: inline-block;
	color: #1C4777;
}
.counter-container .unit {
	padding-left: 5px;
}
.counter-container {
	font-size: 50px;
}
.count-box .text {
	clear: both;
	display: block;
}
.count-box {
	text-align: center;
}

.cookieTextContainer, .cookieSelectionContainer {
    max-width: 800px;
    width: 100%;
}
.cookieTextContainer p {
    margin-bottom: 25px;
	font-weight: bold;
}
.cookieTextContainer a {
	color: #F28039;
	text-decoration: none;
}
.cookieTextContainer a:hover {
	color: rgb(242,128,57, 0.6);
}
.cookieBanner .buttonLinkGray {
    margin: 0 10px 0 0;
    min-width: 155px;
    margin-bottom: 20px;
	font-size: 18px;
	padding: 10px 20px;
}
.cookieSelectionContainer, #acceptSelectionCookies {
	display: none;
}
.cookieSelectionContainer .selection input[type="checkbox"] + label {
  position: relative;
  
}
.cookieSelectionContainer .selection input[type="checkbox"] {
  position: absolute;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
.cookieSelectionContainer .selection input[type="checkbox"] + label::before {
  width: 30px;
  height: 30px;
  background-image: url("/WINC/img/cookie-unchecked.png");
  display: block;
  content: "";
  float: left;
  margin-right: 10px;
  z-index: 5;
  position: relative;
}
.cookieSelectionContainer .selection input[type="checkbox"]:checked+label::before {
  background-image: url("/WINC/img/cookie-checked.png");
}
.cookieSelectionContainer .selection label p {
	margin-left: 40px;	
}
.cookieButtonContainer {
	clear: both;
}
@media (max-width: 992px) {
	.cookieBanner {
		padding: 15px 0;
	}
	.cookieBanner .col-12 {
		padding: 0 15px;
	}
	.cookieBanner .buttonLinkGray {
		margin-bottom: 10px;
	}
	.cookieBanner p, .cookieBanner button {
		font-size: 14px !important;
	}	
	.cookieSelectionContainer .selection label,
	.cookieSelectionContainer .selection p	{
		font-size: 10px !important;
	}	
	.cookieSelectionContainer .selection input[type="checkbox"] + label::before {
	  width: 15px;
	  height: 15px;	 
	  background-size: 15px;
	}	
	.cookieSelectionContainer .selection label p {
		margin-left: 25px;	
	}
}

.slick-dots li button::before {
    width: 8px;
    height: 8px;
    content: "";
    background: rgba(242, 128, 57, 0.4);
    z-index: 999999999999999999999999999;
    position: absolute;
    border-radius: 100%;
    transition: 300ms all;
}

.slick-dots .slick-active button::before {
    background: #F28039;
}

ul.slick-dots {
    position: absolute;
    bottom: -50px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}

ul.slick-dots li {
    display: inline-block;
}

.box-content-text {
    padding-top: 50px !important;
}

.mapBox .box-content-text {
    padding-top: 40px !important;
}

.slick-dots button {
    height: 0;
    overflow: hidden;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.closeObjectView {
    cursor: pointer;
}

.mapFilterButton {
    border: none;
    background: none;
    padding: 0;
    padding-left: 35px;
    margin-right: 10px;
    position: relative;
}

.mapFilterButton::before {
    content: "";
    border: 1px solid #666;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
}

.mapFilterButton::after {
    content: "";
    background: #F28039;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 4px;
    top: 2px;
    clip-path: polygon(10% 45%, 35% 79%, 91% 21%, 100% 30%, 34% 100%, 0 53%);
    opacity: 0;
    transition: 200ms all;
}

.mapFilterButton.selectedMapFilter::after {
    opacity: 1;
}

.servicesLinks {
    display: block;
}

.footerNavLink {
    margin-right: 60px;
}

.footerTextColumn,
.ServicesLinks {
    padding-bottom: 30px;
}

.filterOrange {
    color: #F28039;
}

.filterBlue {
    color: #1C4777;
}

.filterGray {
    color: #666;
}

.filterLightBlue {
    color: #3c84a5;
}

g[aria-label="Press ENTER to zoom out"]>g,
g[aria-label="Press ENTER to zoom in"]>g {
    fill: #F28039 !important;
}

g[aria-label="Press ENTER to zoom out"] g g,
g[aria-label="Press ENTER to zoom in"] g g {
    fill: #fff;
}

image {
    transform-origin: center !important;
}

.colored-box .buttonSmolSlider {
    min-height: 132px;
    font-family: 'DIN Next W01 Regular';
    font-size: 20px;
}

.filterSection {
    background: none;
}

.jobListItem {
    display: block;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
}

.jobLocation {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 25px;
}

.jobListItem h3 {
    width: calc(100% - 100px);
    transition: 300ms all;
}

.searchTitle h3 {
    transition: 300ms all;
}

.jobListItem:hover,
.searchTitle {
    text-decoration: none;
    color: #666666;
}

.jobListItem:hover h3,
.searchTitle:hover h3,
.searchUrl {
    color: #F28039;
}

.searchBoxPage {
    margin-bottom: 50px;
}

.searchBoxPage input {
    border-radius: 0;
}

.searchBoxPage input:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.searchTitle {
    display: block;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
}

.searchResult {
    margin-bottom: 50px;
}

.searchCreated {
    text-align: right;
}

.predictiveSearchResults {
    top: -87px !important;
}

.readmore-content {
    display: none;
}

.colored-box .arrowLink::before {
    margin-right: 5px;
}

.doubleColumnHolder .col-md-6 {
    padding-left: 40px;
}

.doubleColumnHolder .row:nth-child(2) {
    margin-left: -40px;
    margin-right: -40px;
}

.doubleColumnHolder .row:nth-child(2) .col-md-6:nth-child(2) {
    border-left: 1px solid white;
}

section {
    overflow: hidden;
}

.articleBox-container.video::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #f27f39;
    font-size: 35px;
    background: #666666;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-left: 5px;
    position: absolute;
    left: calc(50% - 40px);
    z-index: 1;
    padding-top: 15px;
    border-radius: 100%;
    top: calc(50% - 40px);
}

.articleBox-container.video::after {
    content: "";
    background-image: url("/WINC/img/arrow small_right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 45px;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 22px);
    z-index: 2;
}

.colored-box {
    font-size: 25px;
}

.colored-box h2 {
    margin-bottom: 25px;
}

.videoSection p {
    font-size: 25px;
}

.blueBackground {
    background: rgba(100, 164, 193, 0.8);
    color: white;
}

.content {
    font-size: 25px;
}

.slick-arrow {
    overflow: visible;
    z-index: 3;
}

.locationsTitle {
    font-size: 20px;
}

@media screen and (max-width:600px) {
    .slick-next {
        right: 5px;
    }
    .slick-prev {
        left: -25px;
    }
    #chartdiv {
        height: 250px;
        position: initial;
    }
    .infoBox {
        position: relative;
        margin-top: 30px;
        right: initial;
        top: initial;
        min-width: initial;
    }
    .mobile-left {
        text-align: left !important;
    }
    .infoBox::before {
        right: -35px;
        font-size: 30px;
    }
    .videopopupjs__content {
        width: calc(100% - 50px)
    }
}

@media (max-width: 1399px) {
    .searchOpened {
        width: 199px;
    }
    .colored-box {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .jobListItem h3 {
        font-size: 16px;
    }
    .jobLocation {
        font-size: 14px;
    }
    .mobileSearch {
        display: block;
    }
    .function-nav-text {
        height: 56px;
    }
    .copyright ul li {
        display: block;
        list-style: none;
        margin-right: 0;
    }
    .navbar-icon {
        display: block;
    }
    .navbar-text {
        display: none;
    }
    .navbar-collapse-style .second-nav {
        margin-bottom: 25px;
    }
    .function-list {
        display: none;
    }
    .function-text {
        display: block;
    }
    .logo {
        max-height: 25px;
        margin-top: 6px;
    }
    .positionMiddleMobile {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .positionHamburger {
        display: flex;
        align-items: end;
        justify-content: flex-end;
    }
    .lang-list {
        color: #666666;
        font-size: 15px;
    }
    #bigNavigation {
        display: none;
        max-height: initial;
        transition: none;
        top: 55px;
        margin-top: 0;
    }
    #bigNavigation .container {
        min-height: calc(100vh - 35px);
        align-items: baseline;
    }
    .toggleNavbarOnHover:hover #bigNavigation {
        max-height: initial;
    }
    .navbar-icon {
        font-size: 21px
    }
    #lang-dropdown {
        background: white;
        padding: 10px;
        margin-left: -10px;
        font-size: 15px;
        top: 40px;
        z-index: 9999;
    }
    header {
        margin-bottom: 0;
        padding: 0;
    }
    .footerSocials {
        display: flex;
        justify-content: end;
        align-items: end;
        padding-bottom: 8px;
        position: absolute;
        right: 35px;
        bottom: 0;
    }
    .footerSocials a {
        margin-right: 5px;
        margin-left: 0;
    }
    .footerDropdownContainer {
        position: initial;
        padding-left: 30px;
        display: none;
        max-height: initial;
        transition: none;
    }
    .colored-box {
        width: 100%;
    }
    .box-image {
        position: initial;
        width: 100%;
        max-height: 300px;
        overflow: hidden;
    }
    .box-iFrame {
        position: initial;
        width: 100%;
        max-height: 300px;
        overflow: hidden;
    }
    .box-text .container,
    .box-text .col-md-12 {
        width: 100%;
        max-width: none;
        padding: 0;
    }
    .box-text .row {
        margin: 0;
    }
    .navbar-search {
        display: none;
    }
    .mobileSearch {
        position: relative;
    }
    #mobileSearch::placeholder {
        color: white;
    }
    #mobileSearch {
        display: block;
        width: 100%;
        display: inline-block;
        border: none;
        background: #8bbbd1;
        margin-bottom: 15px;
        outline: none;
        color: rgba(255, 255, 255, 0.8);
        padding: 10px;
        padding-top: 15px;
        line-height: 1;
        padding-left: 45px;
    }
    .mobileSearch hr {
        background: white;
        margin: 0;
        /*margin-bottom: 50px;*/
		margin-bottom: 30px;
    }
    .box-text {
        margin-top: 0;
    }
    #mobileSearchButton {
        border: none;
        background: none;
        color: white;
        font-size: 20px;
        text-align: right;
        position: absolute;
        top: 10px;
        left: 55px;
    }
    .navbar-icon i {
        vertical-align: bottom;
    }
    .buttonLink,
    .buttonLinkLight,
    .buttonLinkGray {
        display: block;
        text-align: center;
    }
    .buttonLink,
    .buttonLinkLight,
    .buttonLinkGray {
        margin-right: 0;
    }	
    .paddinglr40 {
        padding: 0 40px;
    }
    .footerSocials {
        position: initial;
        display: block;
    }
    .mobileReachEdge,
    .mobileReachEdge .col-12,
    .mobileReachEdge .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .mobileReachEdge .row {
        margin: 0;
    }
    .videoSection .container,
    .videoSection .noPaddingCol {
        padding-left: 0;
        padding-right: 0;
    }
    .mobileDropdown .second-nav {
        display: none;
        margin-left: 10px;
    }
    .videoSection .row {
        margin-left: 0;
        margin-right: 0;
    }
    .mobileDropdownControl {
        display: inline-block;
        position: absolute;
        right: 30px;
        font-size: 15px;
        color: #F28039;
        transition: 300ms all;
        height: 24px;
        padding-top: 5px;
        text-align: center;
        width: 50px;
    }
    .mobileDropdownControl.rotated {
        transform: rotateZ(180deg) !important;
    }
    .mobileDropdown>a {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid white;
        margin-bottom: 25px;
        padding-bottom: 10px;
    }
    .mobileDropdown {
        padding-bottom: 10px;
    }
    #bigNavigation .mobileDropdown>a h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .mobileDropdown {
        position: relative;
    }
    .content-line {
        display: none;
    }
    .detailPage h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .accordionBox h4 {
        font-size: 18px;
    }
    .videopopupjs__content {
        max-height: 300px;
    }
    .videopopupjs__close {
        right: -5px;
    }
    .smolSlider .slick-list,
    .slick3 .slick-list {
        clip-path: inset( -100vw -100vw -100vw 0);
        overflow: visible;
    }
    .boxSlider-container {
        width: calc(100% - 50px);
    }
    .smolSlider .slick-next,
    .slick3 .slick-next {
        display: none !important;
    }
    .slick3 .icon-box {
        margin: 0 10px;
    }
    .content h3 {
        font-size: 20px;
    }
    .content p,
    .content p.lead,
    .buttonLinkGray,
	.content ul li{
        font-size: 14px;
    }
	.content ul li::before, .content-box ul li::before {
		top:6px;
		font-size:5px;
	}
    .mobileReachEdge {
        max-width: none;
    }
    .box-header h3 {
        font-size: 16px;
    }
    .normalPadding {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .bottomPadding {
        padding-bottom: 15px;
    }
    .contentText {
        padding-bottom: 40px;
    }
    .orangebox-top-rgt {
        background-size: 40px;
    }
    .articleBox-container {
        height: 300px;
    }
    .articleTextBox {
        top: 130px;
        min-height: 110px;
        padding: 10px;
        width: 100%;
    }
    .articleTextBox h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sliderTitle {
        padding-left: 35px;
    }
    .chosenItems .slick-slide {
        padding: 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .title-heading .h1,
    .title-heading h1 {
        font-size: 24px;
    }
    .icon-div {
        top: -20px;
        width: 70px;
        height: 70px;
    }
    .icon-div i {
        font-size: 30px;
    }
    .box-header.hasIcon h3 {
        margin-left: 90px;
    }
    .videoSection .content-box {
        padding: 35px;
    }
    .videoSection .h1 {
        font-size: 24px;
    }
    .videoSection p {
        font-size: 20px;
    }
    .videoSection p.smallText {
        font-size: 14px;
    }
    .noMarginMobile {
        margin-bottom: 0;
    }
    .getAllButton {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .grayHeading h2 {
        font-size: 24px;
    }
    .accordionBox h4 {
        font-size: 16px;
    }
    footer h3 {
        font-size: 24px;
    }
    footer p {
        margin-bottom: 10px;
    }
    .footerSocials {
        padding-bottom: 0;
        margin-bottom: 35px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .buttonSmolSlider {
        /*min-height: 206px;*/
        min-height: 124px;
    }
    img.closeObjectView {
        right: -25px;
        top: -25px;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    .icon-box {
        margin-bottom: 50px;
    }
    .colored-box,
    .colored-box.smallpadding-box {
        padding: 35px;
        float: none;
        padding-bottom: 30px;
        padding-top: 35px;
    }
    .colored-box h1,
    .colored-box .h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .colored-box {
        font-size: 16px;
    }
    .colored-box p {
        font-size: 14px;
    }
    .articleBox-container {
        margin-bottom: 40px;
    }
    .box-content p {
        font-size: 14px;
    }
    .box-header {
        padding: 10px;
    }
    .box-content-text {
        padding: 10px 25px 10px 25px;
    }
    .box-content p {
        margin-bottom: 0;
    }
    .box-content .paddinglr40 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .circlesMobile {
        display: block;
        margin: 0 auto;
    }
    .circles {
        display: none;
    }
    .circleOfBusiness {
        max-width: 300px;
    }
    .circleBox {
        width: 60%;
        height: 18%;
        background: none;
        color: #1C4777;
    }
    .insideCoverText h3 {
        color: #1C4777;
		font-size:16px;
    }
    .iconBox {
        font-size: 40px;
    }
    .circle1,
    .circle2,
    .circle3,
    .circle4 {
        left: 6.588%;
        right: initial;
    }
    .circle1 {
        top: 1.3%;
    }
    .circle2 {
        top: 26.2%;
    }
    .circle3 {
        top: 51.6%;
    }
    .circle4 {
        top: 76.4%;
    }
    .innerDescription {
        display: none;
    }
    .mobileObjectSlider .slick-list,
    .slick3 .slick-list {
        overflow: visible;
        clip-path: inset( -100vw -100vw -100vw 0);
        margin-left: 65px;
        max-width: 260px;
    }
    .mobileObjectSlider .slick-slide,
    .slick3 .slick-slide {
        padding: 0;
        margin-right: 40px;
    }
    .mobileObjectSlider .slick-next,
    .slick3 .slick-next {
        display: none !important;
    }
    .mobileObjectSlider .slick-prev,
    .slick3 .slick-prev {
        left: 35px;
    }
    .mobileObjectSlider .slick-prev::before,
    .slick3 .slick-prev::before {
        font-size: 20px;
    }
    .copyright ul {
        display: block;
    }
    .copyright ul li {
        display: inline-block;
        margin-right: 10px;
        font-size: 14px;
    }
    .copyright {
        display: flex;
        flex-direction: column-reverse;
    }
    footer .lineBottom {
        margin-left: -15px;
        margin-right: -15px;
    }
    .articleBox-container.video::before {
        top: 40px;
    }
    .articleBox-container.video::after {
        top: 57px;
    }
    .buttonLink,
    .buttonLinkLight,
    .buttonLinkGray,
    .buttonLinkBlue {
        min-width: initial;
    }
    .smolSlider .slick-list {
        margin-left: 20px;
    }
    .smolSlider .slick-prev {
        left: -20px;
    }
    .box-content-text {
        min-height: 190px;
    }
    .videopopupjs__close::before {
        right: 0;
    }
	.colored-box .arrowLink::before {
		top:2px;
		height:10px;
	}
	.colored-box .arrowLink {
		padding-left:15px;
	}
	.insideCoverText {
		padding: 20px 25px;
	}
}

@media (min-width: 767px) {
    .mobileObjectSlider .slick-list,
    .slick3 .slick-list {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .mobileObjectSlider .slick-list,
    .slick3 .slick-list {
        max-width: none;
    }
    .mobileObjectSlider .slick-slide {
        float: none;
    }
    .mobileObjectSlider .slick-track {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 1400px) {
    .openedRight {
        display: inline-block !important;
    }
}

.doubleColumnHolder {
    max-width: 800px;
    width: 100% !important;
    margin: 0 auto;
}

.doubleColumnHolder .clickedCircleContainer {
    width: 100%;
    margin-left: 0;
}

.selectedObjectPopUp .box-header {
    min-height: initial;
}

.iconboxCont .box-content p {
    text-overflow: initial;
    display: block;
}

.info-banner {
	color: #fff;
	background-color: #1C4777;
	padding: 50px 0;
	margin-bottom: 50px;
}

.info-banner p {
	font-size: 25px;
}

.button-backtotop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	border: 2px solid #fff;
	outline: none;
	background-color: #1C4777;
	color: #F28039;
	cursor: pointer;
	padding: 16px 24px;
	border-radius: 50%;
	font-size: 30px;
	width: 80px;
	height: 80px;
}

.button-backtotop:hover {
	background-color: #6d89a8;
}

.small-icon-column a {
	text-decoration:none;
}

.icon-box-small {
	background: #1C4777;
	border: 1px solid #1C4777;
	text-align:center;
    color: white;
	margin-bottom:20px;
	transition:300ms all;
	padding: 30px 0;
}

.icon-box-small .icon-container{
	text-align:center;
}

.icon-box-small .icon-container {
    text-align: center;
    font-size: 60px;
}

.icon-box-small.brightbluebox {
    background: rgba(100, 164, 193, 0.8);
    border-color: rgba(100, 164, 193, 0.8);
}


.icon-box-small.graybox {
    background: #b3b3b3;
    border-color: #b3b3b3;
}

a:hover .icon-box-small {
    background: transparent;
	color: #1C4777;
}

a:hover .icon-box-small.brightbluebox {
	color:rgba(100, 164, 193, 0.8);
}

a:hover .icon-box-small.graybox {
	color:#b3b3b3;
}

.icon-left-box .text-container {
    width: 100%;
    padding-left: 50px;
}

.icon-left-box .icon-container {
    font-size: 70px;
}

.icon-box-left-inside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


@media (max-width: 691px) {
    .jobfilterContainer label,
    .jobFilterWrapper,
    .jobFilter {
        display: block;
        width: 100%;
        margin-right: 0;
    }
	
	.button-backtotop {	  
	  padding: 5px 11px;	  
	  font-size: 24px;
	  width: 50px;
	  height: 50px;
	  right: 20px;
	  bottom: 20px;
	}
}

.navbar-nav li a {
    margin-left: 38px;
}

.second-nav ul li {
	border-left: 0 !important;
}
.second-nav-mobile {
	float: none;
	margin-bottom: 30px;
}
.second-nav-mobile ul li {
	border-left: 0 !important;
	padding: 0 10px 10px 0;
}
.buttonLinkSoMe {
	border: 1px solid #fff;
	padding: 10px 15px 5px 20px;
	margin-right: 25px;
}
.CategoryItem.active {
	border-color: transparent;
	background: #f3f3f3;
	color: #666;
	text-decoration: none;
}

@media (max-width: 1199px) {
	.searchOpened {
		width: 124px;
	}

	header img.logo {
		max-width: 90px;
		margin-top: 22px;
	}

	.navbar-nav li a {
		margin-left: 25px;
	}
}