.top-bread-crumbs * .fa,
.all-section * .fa {
    font-family: FontAwesome !important;
}

.content-wrapper{
    display: table;
}

.content-wrapper .secondary-lined-cta{
    border: solid 2px #1b87e6;
    color: #1b87e6;
    display: inline-block;
}

.content-wrapper .secondary-lined-cta:hover, .content-wrapper .secondary-lined-cta:focus{
    border: solid 2px #00beff;
    color: #00beff
}

.content-wrapper .secondary-lined-cta-dark{
    border: solid 2px #505f82;
    color: #505f82;
    display: inline-block;
}

.content-wrapper .secondary-lined-cta-dark:hover, .content-wrapper .secondary-lined-cta-dark:focus{
    border: solid 2px #1b87e6;
    color: #1b87e6
}

.content-wrapper .secondary-cta{
    background-color: #1b87e6;
    color: #FFF;
    border: solid 2px #1b87e6;
}

.content-wrapper .secondary-cta:hover, .content-wrapper .secondary-cta:focus, .content-wrapper .secondary-cta:active {
    background-color: #00beff;
    color: #FFF;
    border: solid 2px #00beff;
}

.content-wrapper .secondary-cta-dark{
    background-color: #1b3380;
    color: #FFF;
    border: solid 2px #1b3380;
}

.content-wrapper .secondary-cta-dark:hover, .content-wrapper .secondary-cta-dark:focus, .content-wrapper .secondary-cta-dark:active {
    background-color: #2249C3;
    color: #FFF;
    border: solid 2px #2249C3;
}

.primary-cta{
    background: #ff9f00;
}

.primary-cta:hover, .primary-cta:focus, .primary-cta:active{
    background: #ffbb33;
}

.home-banner {
    width: 100%;
    height: auto;
    background: #1B3380;
    text-align: center;
}

.home-banner .content-wrapper {
    padding-bottom: 30px;
    padding-top: 30px;
    color: #FFF;
}

.home-banner-parent-block {
    justify-content: space-between;
    font-size: 0;
}

.home-child-block {
    width: 100%;
    text-align: left;
    font-size:0;
    display: block;
    position: relative;
    vertical-align: top;
}

@media only screen and (min-width: 992px) {
    .home-child-block {
        width: 50%;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }
    .home-banner .content-wrapper {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 1200px) {

    .home-banner .content-wrapper {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .home-banner.gdpr .content-wrapper {
        padding-bottom: 20px;
        padding-top: 20px;
    }

}
.home-banner .content-wrapper .home-banner-parent-block .home-child-block > h1 {
    font-size:24px;
    line-height: 1.24;
    color: #fff;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    margin:0;
    padding:0;
}
.home-banner .content-wrapper .home-banner-parent-block .home-child-block > h2,
.home-banner .content-wrapper .home-banner-parent-block .home-child-block > p {
    font-size: 18px;
    line-height: 1.24;
    color: #fff;
    text-align: left;
    font-weight: 300;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 30px;
}
.home-banner .content-wrapper .home-banner-parent-block .home-child-block > span {
    font-size: 18px;
    color: #ff9f00;
    font-weight: 500;
    display: block;
    padding-bottom: 12px;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > h1 {
        font-size:28px;
    }

    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > h2,
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > p {
        font-size: 19px;
    }
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > span {
        font-size: 19px;
    }
}

@media only screen and (min-width: 1024px) {
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > h1 {
        font-size:32px;
    }
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > h2,
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > p	{
        font-size: 20px;
    }
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > h1 {
        font-size:35px;
    }
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > h2,
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > p	{
        font-size: 22px;
    }
    .home-banner .content-wrapper .home-banner-parent-block .home-child-block > span {
        font-size: 22px;
    }
}

.square-cta {
    padding: 8px 16px;
    font-weight: 400;
    text-align: center;
    font-size:16px;
    line-height: 1.24;
}

@media only screen and (min-width: 768px) {
    .square-cta {
        padding: 9px 26px;
        font-size:17px;
    }
}

@media only screen and (min-width: 1024px) {
    .square-cta {
        padding: 12px 36px;
        font-size:18px;
    }
}

.primary-cta.top-section-cta, .home-child-block a.secondary-cta {
    border-radius: 40px;
    padding: 10px 26px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 1.2;
}

@media only screen and (min-width: 768px) {
    .primary-cta.top-section-cta, .home-child-block a.secondary-cta {
        padding: 11px 30px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 1024px) {
    .primary-cta.top-section-cta, .home-child-block a.secondary-cta {
        padding: 12px 36px;
        font-size: 19px;
    }
}

@media only screen and (min-width: 1200px) {
    .primary-cta.top-section-cta, .home-child-block a.secondary-cta {
        padding: 13px 40px;
        font-size: 20px;
    }
}

.self-storage {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.home-child-block.image{
    text-align: center;
    display: none;
}
.home-child-block.image img{
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .home-child-block.image{
        text-align: right;
    }
    .home-child-block.image > img {
        max-width: 450px;
    }
}

.client-scroller {
    background: #eee;
}

.client-scroller .content-wrapper {
    padding-bottom: 15px;
    padding-top: 15px;
}

@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .home-child-block.image{
        display: inline-block;
    }
}

@media only screen and (min-width: 1024px) {
    .client-scroller .content-wrapper {
        aligin-items: center;
        display: flex;
        justify-content: space-between;
    }
}

.client-scroller .content-wrapper > p {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper > p {
        width: auto;
        display: inline-block;
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .client-scroller .content-wrapper > p {
        font-size: 17px;
    }
}

.client-scroller .content-wrapper > p > span {
    display: inline-block;
    color: #505F82;
}

@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper > p > span {
        display: block;
    }
}

.client-scroller .content-wrapper > .scroll-list {
    width: 100%;
    font-size: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper > .scroll-list {
        width: calc(100% - 135px);
        float: right;
    }
}

@media only screen and (min-width: 1024px) {
    .client-scroller .content-wrapper > .scroll-list {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1200px) {
    .client-scroller .content-wrapper > .scroll-list {
        width: calc(100% - 164px);
    }
}

.client-scroller .content-wrapper > .scroll-list > li {
    width: 20%;
    display: inline-block;
    padding: 0 5px;
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .client-scroller .content-wrapper > .scroll-list > li {
        width: 25%;
    }
}

@media only screen and (min-width: 500px) {
    .client-scroller .content-wrapper > .scroll-list > li {
        width: 20%;
    }
}
@media only screen and (min-width: 768px) {
    .client-scroller .content-wrapper > .scroll-list > li {
        width: 20%;
    }
}

@media only screen and (min-width: 1024px) {
    .client-scroller .content-wrapper > .scroll-list > li {
        width: auto;
        padding: 0;
    }
}

.client-scroller .content-wrapper > .scroll-list > li > img {
    display: inline-block;
    max-width: 100%;
}

.top-bread-crumbs .content-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-bread-crumbs a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 20px;
    color: #686868;
    padding: 0 10px 0 30px;
    position: relative;
}

@media only screen and (min-width: 760px) {
    .top-bread-crumbs a {
        font-size: 14px;
        padding: 0 10px 0 30px;
    }
}

.top-bread-crumbs a:first-child {
    padding-left: 15px;
    position: relative;
}

.top-bread-crumbs a:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 15px;
}

@media only screen and (min-width: 760px) {
    .top-bread-crumbs a:last-child {
        padding-right: 20px;
    }
}

.top-bread-crumbs a:last-child:after {
    content: none;
}



.temp-cont-section .temp-accr-menu {
    z-index: 1;
    padding-left: 0;
    padding-right:0;
}

@media only screen and (min-width: 992px) {
    .temp-cont-section .temp-accr-menu {
        padding-left: 0;
        padding-right:15px;
    }
}

.temp-cont-section .temp-accr-menu .select-menu {
    margin-bottom: 15px;
}

@media only screen and (min-width: 760px) {
    .temp-cont-section .temp-accr-menu .select-menu {
        margin-bottom: 20px;
    }
}

.temp-cont-section .temp-accr-menu .select-menu option {
    line-height: 30px;
}

.temp-cont-section .temp-accr-menu .panel-group {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 2px #e1e8ee, 0 0 3px #e1e8ee;
    -webkit-box-shadow: 1px 1px 2px #e1e8ee, 0 0 3px #e1e8ee;
    box-shadow: 1px 1px 2px #e1e8ee, 0 0 3px #e1e8ee;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel {
    background: none;
    border: none;
    border-bottom: 1px solid #e1e8ee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:first-child {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:last-child {
    border: none;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-heading {
    background: none;
    padding: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title {
    padding: 0;
    margin: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a {
    color: #707070;
    display: block;
    font-weight: 300;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    outline: none;
}

@media only screen and (min-width: 992px) {
    .temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a {
        font-size: 13px;
        line-height: 20px;
        padding: 11px 25px 10px 15px;
    }
}

@media only screen and (min-width: 1200px) {
    .temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a {
        font-size: 15px;
        line-height: 22px;
        padding: 16px 25px 15px 15px;
    }
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a:hover,
.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a.active {
    color: #1B87E6;
    text-decoration: none;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a .fa {
    float: right;
    margin-top: -7px;
    position: absolute;
    right: 10px;
    top: 50%;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title a .fa.rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-body {
    background: #f0f4f7;
    padding: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul {
    margin: 0;
    padding: 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li {
    border-bottom: 1px solid #e1e8ee;
    list-style: none;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li:last-child {
    border: none;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li a {
    color: #98a4ae;
    display: block;
    padding: 0 15px;
}

@media only screen and (min-width: 992px) {
    .temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li a {
        font-size: 13px;
        line-height: 20px;
        padding: 13px 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li a {
        line-height: 22px;
        padding: 15px;
    }
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-collapse ul li a:hover {
    background: #1B87E6;
    color: #fff;
    text-decoration: none;
}

.st-title-h3{
    background: #1B87E6 none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    box-shadow: 1px 1px 2px #e1e8ee, 0 0 3px #e1e8ee;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 12px 15px 15px !important;
    margin-bottom: 0 !important;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title.st-title-h3 a{
    background: #1B87E6 none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    padding: 0 !important;
    margin-bottom: 0 !important;
    cursor: default;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:first-child .panel-title.active{
    background: #1B87E6 none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    box-shadow: 1px 1px 2px #e1e8ee, 0 0 3px #e1e8ee;
    color: #fff !important;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:last-child .panel-title.active{
    background: #1B87E6 none repeat scroll 0 0;
    border-radius: 0 0 6px 6px;
    box-shadow: 1px 1px 2px #e1e8ee, 0 0 3px #e1e8ee;
    color: #fff !important;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title.active{
    background: #1B87E6 none repeat scroll 0 0;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:first-child .panel-title.active a,
.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:last-child .panel-title.active a{
    background: none;
}

.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title.active a,
.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel .panel-title.active a:hover,
.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:first-child .panel-title.active a:hover,
.temp-cont-section .temp-accr-menu .panel-group .panel-default.panel:last-child .panel-title.active a:hover{
    color: #fff !important;
}

.temp-right-cont.temp-custom-width {
    width: 100%;
    float: right;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .temp-right-cont.temp-custom-width {
        width: 72%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }
}

.temp-right-cont.temp-custom-width img{
    width: auto;
    max-width: 790px;
}

.temp-right-cont.temp-custom-width img{
    width: auto;
    max-width: 100%;
}

@media only screen and (min-width: 821px) {
    .temp-right-cont.temp-custom-width img{
        width: auto;
        max-width: 790px;
    }
}

.tags-wrap {
    border: solid #0D2C63 2px;
    padding: 15px;
    background: #EDF8FA;
    margin-bottom: 20px;
}

.tags-wrap .content-index {
    color: #000;
    font-weight: 600 !important;
    margin-bottom: 10px;
    margin-top: 0;
}

.content-wrapper .blankurl {
    color: #505f82;
    pointer-events: none;
    cursor: default;
    padding-top: 57px;
    margin-top: -57px;
    display: block;
}

.temp-right-cont .tags-wrap ol {
    margin-top: 0px;
    margin-left: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.temp-right-cont .tags-wrap ol.col-2 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

@media only screen and (min-width: 768px) {
    .temp-right-cont .tags-wrap ol.col-2 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

.temp-right-cont .tags-wrap li:before {
    counter-increment: section;
    content: counters(section, ".") " . ";
}
.temp-right-cont .tags-wrap ol {
    counter-reset: section;
    list-style-type: none;
}

.temp-right-cont .tags-wrap ol > li > ol {
    padding-left: 0px;
}

.temp-right-cont .tags-wrap ol li {
    margin-top: 0px;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
}

.tags-wrap a {
    color: #1B87E6;
    font-size: 14px;
    float : none;
    background-color: #EDF8FA;
    font-weight: 400;
}
.tags-wrap li{
    font-size: 14px;
    font-weight: 400;
}
.tags-wrap .content-index{
    margin-top: 10px;
}

@media only screen and (min-width: 767px) {
    .temp-right-cont .tags-wrap ol {
        margin-left: 30px;
        line-height: 1.7;
    }
    .tags-wrap a, .tags-wrap li{
        font-size: 15px;
    }
}

.temp-right-cont.temp-custom-width p, .temp-right-cont.temp-custom-width li {
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 24px;
    color: #505050;
    font-weight: 300;
    margin-bottom: 0;
}

.temp-right-cont.temp-custom-width .no-padding  > li{
    padding-bottom: 0px;
    padding-top: 0px;
}

.temp-right-cont.temp-custom-width .no-bottompadding  > li{
    padding-bottom: 0px;
}

.temp-right-cont.temp-custom-width .no-toppadding  > li{
    padding-top: 0px;
}

@media only screen and (min-width: 768px) {
    .temp-right-cont.temp-custom-width p, .temp-right-cont.temp-custom-width li {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
}
.heading-h2, .heading-h3 , .heading-h4 , .heading-h5{
    color: #505f82;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    font-weight: 500;
    margin-bottom: 14px;
    margin-top: 18px;
    line-height: 1.24;
}

.heading-h2 {
    font-size: 20px;
}

.heading-h3 {
    font-size: 19px;
}

.heading-h4 {
    font-size: 17px;
}

.heading-h5 {
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    .heading-h2 {
        font-size: 22px;
    }
    .heading-h3 {
        font-size: 20px;
    }
    .heading-h4 {
        font-size: 18px;
    }
    .heading-h5 {
        font-size: 17px;
    }
    .heading-h2, .heading-h3 , .heading-h4 , .heading-h5{
        margin-bottom: 16px;
        margin-top: 22px;
    }
}

@media only screen and (min-width: 1024px) {
    .heading-h2 {
        font-size: 23px;
    }
    .heading-h3 {
        font-size: 21px;
    }
    .heading-h4 {
        font-size: 19px;
    }
    .heading-h5 {
        font-size: 17px;
    }
    .heading-h2, .heading-h3 , .heading-h4 , .heading-h5{
        margin-bottom: 18px;
        margin-top: 26px;
    }
}

@media only screen and (min-width: 1200px) {
    .heading-h2 {
        font-size: 24px;
    }
    .heading-h3 {
        font-size: 22px;
    }
    .heading-h4 {
        font-size: 20px;
    }
    .heading-h5 {
        font-size: 18px;
    }
    .heading-h2, .heading-h3 , .heading-h4 , .heading-h5{
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

.no-toppadding{
    padding-top: 0 !important;
}

.no-bottompadding{
    padding-bottom: 0 !important;
}

.no-padding{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-topmargin{
    margin-top: 0 !important;
}

.no-bottommargin{
    margin-bottom: 0 !important;
}
.no-margin{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.gdpr-card {
    box-shadow: 5px 5px 5px #888888;
    font-family:Roboto !important;
    display:inline-block;
    width: 38%;
    margin: 45px;
}

.gdpr-card-top {
    padding:20px 20px 0 20px;
}

.card-name {
    font-size: 15px;
    color: #007BB5;
    font-weight: 600;
    line-height: 20px;
}

.card-desig {
    font-size: 13px;color: #434242;font-weight: 400;line-height:15px
}

.card-contact {
    margin-top:20px;margin-bottom:20px;    font-size: 13px;line-height: 20px;color: #434242;}

.card-social {
    padding: 20px;background: #EBECEC;font-size: 22px;
}

.card-linkedin {
    display:inline;padding: 4px 1px 3px 5px;background: #007BB5;border-radius: 4px;
}
.card-globe {
    display:inline;margin: 10px;color: white;padding: 4px 5px 3px 5px;background: #24AB48;border-radius: 4px;
}

.card-country {
    display: inline;
    color: white;
    background: #007BB5;
    padding: 6px;
    border-radius: 4px;
    font-size: 16px;
    float: right;
}

@media only screen and (max-width: 1024px) {
    .gdpr-card {
        width:44%;
        margin: 15px 15px 15px 15px;
    }
}

@media only screen and (max-width: 568px) {
    .gdpr-card {
        width:100%;
        margin: 0 0 20px 0;
    }
}

.sitemap-page{
    margin-bottom: 10px;
}

.sitemap-page ul {
    column-count: 3;
    padding-left: 0px !important;
    padding-top: 5px;
}

.sitemap-page ul > li {
    padding-right: 0px;
    padding-bottom: 5px;
}

.sitemap-page ul > li a {
    color: #1B87E6 !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 18px !important;
}

@media only screen and (min-width: 768px) {
    .sitemap-page ul {
        column-count: 2;
        padding-left: 15px !important;
    }
    .sitemap-page ul > li a {
        font-size: 16px;
        line-height: 22px !important;
    }
    .sitemap-page ul > li {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .sitemap-page ul {
        column-count: 3;
        padding-left: 24px !important;
    }
    .sitemap-page ul > li {
        padding-right: 30px;
    }
}

.text-center {
    text-align: center !important;
}

.material-icon-arrow {
    vertical-align: middle;
    right: -22px;
    position: absolute;
    top: -2px;
    font-weight: 300;
    font-size: 22px;
}