* {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

*,
::after,
::before,
body,
html {
    box-sizing: border-box;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
}

table {
    width: 100%;
    table-layout: fixed;
    border: 0;
    border-collapse: collapse;
}

.hide {
    height: 1px;
    left: -10000em;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
}

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

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

.clear {
    clear: both;
}

.clear-after:after {
    content: "";
    display: table;
    clear: both;
}

ul,
ol {
    list-style: none;
}

ul,
ul li,
ol,
ol li {
    margin: 0;
    padding: 0;
}

a {
    color: #0bbaf4;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #0882aa;
    text-decoration: underline;
}

fieldset {
    border: 0 none;
}

.resp {
    display: none;
}

.hidden {
    display: none !important;
}

.hidden-info {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.clickable,
.linked-item {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

/* ********************************* */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.001rem;
    line-height: 1.72;
    font-weight: 400;
    color: #121523;
    position: relative;
    background: #f9f9f9;
}

.layout {
    width: 100%;
    max-width: 1220px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/* ********************************* */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121523;
    padding: 2em 0 1em 0;
    font-weight: 500;
    line-height: 1.3;
}

h1 {
    font-size: 1.875rem;
}

h2 {
    font-size: 1.7rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.15rem;
}

h6 {
    font-size: 1rem;
}

.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
    padding-top: 0;
}

#page #c-content h1,
#page #c-content h2,
#page #c-content h3,
#page #c-content h4,
#page #c-content h5,
#page #c-content h6 {
    padding: 0.8em 0 0.5em 0;
}

/* ********************************* */
body,
#main {
    position: relative;
    /*padding-top: 126px;*/
}

#main {
    padding-top: 126px;
    /*position: relative;*/
}

#c-top-bar {
    background: #111523;
    padding: 39px 0 35px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

#c-top-bar .layout {
    position: relative;
}

#site-logo {
    display: block;
    float: left;
    margin-right: 90px;
}

#site-logo img {
    display: block;
}

#c-main-menu {
    float: left;
}

#c-search {
    float: right;
}

#c-search a {
    display: block;
    height: 52px;
    padding: 15px 7px 16px 15px;
}

#c-search a img {
    display: block;
}

#c-user {
    display: block;
    float: right;
    width: 39px;
    padding: 11px 0 0 8px;
}

#c-search:hover,
#c-user:hover {
    opacity: 0.7;
}

/* ********************************* */
#home #c-header {
    background-image: url("/img/home-header-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    height: 53.125rem;
    padding-top: 18.125rem;
}

#page #c-header {
    background-image: url("/img/section-bg/1.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 6.25rem 0 8.125rem 0;
    font-size: 2.25rem;
}

#home #c-header .title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 5.625rem;
    font-weight: normal;
}

#c-header .title {
    font-size: 4.5rem;
    line-height: 1.3;
    margin-bottom: 1.5625rem;
}

#c-header .content {
    margin-bottom: 2.875rem;
    line-height: 1.5;
}

#c-header .content p {
    margin: 0;
    padding: 0;
}

#c-header .content p + p {
    margin-top: 1em;
}

/* ********************************* */
#c-content {
    padding: 4.125rem 0 0 0;
}

#home #c-header + #c-content,
#page #c-header + #c-content {
    padding-top: 0;
}

h1#page-title,
h1.sec-title,
h2.sec-title {
    font-size: 2.25rem;
    font-weight: 400;
    text-transform: uppercase;
    background: url('/img/line-blue.png') no-repeat left bottom;
    padding: 0 0 4.4rem 0 !important;
    margin: 0;
}

h1.sec-title,
h2.sec-title {
    margin: 0 0 3.75rem 0;
}

#c-content .content-sec.bg-blue h1.sec-title,
#c-content .content-sec.bg-blue h2.sec-title {
    background: url('/img/line-white.png') no-repeat left bottom;
}

#c-content .content-sec.bg-dark-blue {
    color: #fff;
}

#c-content .content-sec.bg-dark-blue h1.sec-title,
#c-content .content-sec.bg-dark-blue h2.sec-title {
    color: #fff;
    background: url('/img/line-blue.png') no-repeat left bottom;
}

#c-content .content-sec {
    padding: 4.72rem 0;
}

#c-content .header {
    font-size: 2.25rem;
    margin-bottom: 3.75rem;
    font-weight: 400;
}

#c-content .content-sec.bg-blue a {
    color: #fff;
}

#c-content .header p,
#c-content .content p {
    margin-bottom: 1.875rem;
}

#c-content .header p:last-child,
#c-content .content p:last-child {
    margin: 0;
}

#c-content .cmp,
#c-content .cmp p {
    margin-bottom: 1.85rem;
}

#c-content .sec-content .cmp:last-child,
#c-content .cmp p:last-child {
    margin-bottom: 0;
}

#c-content .cmp ul,
#c-content .cmp ol {
    margin-bottom: 1.85rem;
}

#c-content .cmp li ul,
#c-content .cmp li ol {
    margin-bottom: 0;
}

#c-content .cmp ul {
    margin-left: 10px;
}

#c-content .cmp ul li {
    padding-left: 40px;
    background: url('/img/ul-line.png') no-repeat left 0.825rem;
}

#c-content .content-sec.bg-blue .cmp ul li {
    background: url('/img/ul-line-white.png') no-repeat left 0.825rem;
}

#c-content .cmp ul li ul li {
    padding-left: 27px;
    background: url('/img/ul-line-2.png') no-repeat left 0.825rem;
}

#c-content .content-sec.bg-blue .cmp ul li ul li {
    background: url('/img/ul-line-2-white.png') no-repeat left 0.825rem;
}

#c-content .cmp ol {
    margin-left: 30px;
    list-style: decimal;
}

#c-content .cmp ol li {
    counter-increment: list;
    list-style-type: none;
    position: relative;
}

#c-content .cmp ol li:before {
    color: #0aa7db;
    content: counter(list) ".";
    left: -32px;
    position: absolute;
    text-align: right;
    width: 26px;
}

#c-content .content-sec.bg-blue .cmp ol li:before {
    color: #fff;
}

#c-content .cmp h2:first-child,
#c-content .cmp div h2:first-child {
    padding-top: 0;
}

#c-content .content-sec .cmp table {
    border-collapse: collapse;
    border: 1px solid #121523;
}

#c-content .content-sec .cmp table th,
#c-content .content-sec .cmp table td {
    padding: 0.5rem;
    border: 1px solid #121523;
}

#c-content .content-sec.bg-dark-blue .cmp table,
#c-content .content-sec.bg-dark-blue .cmp table th,
#c-content .content-sec.bg-dark-blue .cmp table tr,
#c-content .content-sec.bg-dark-blue .cmp table td {
    border-color: #fff !important;
}

#c-content .cmp .content-attachment-container {
    display: block;
}

#c-content .cmp .content-attachment {
    background-image: url('/img/file.svg');
    background-repeat: no-repeat;
    background-position: 0 0.75rem;
    background-size: 3.125rem 2.625rem;
    padding: 0.3125rem 0.3125rem 0.3125rem 4.125rem;
    min-height: 3.125rem;
    display: inline-block;
    cursor: pointer;
}

#c-content .bg-dark-blue .cmp .content-attachment {
    background-image: url('/img/file-bw.svg');
}

#c-content .bg-blue .cmp .content-attachment {
    background-image: url('/img/file-db.svg');
}

#c-content .cmp .content-attachment:active,
#c-content .cmp .content-attachment:hover,
#c-content .cmp .content-attachment:focus {
    /*background-color: rgba(0,0,0, 0.1);*/
}

#c-content .cmp .content-attachment a {
    color: #121523;
    font-weight: 400;
}

#c-content .bg-dark-blue .cmp .content-attachment a {
    color: #4fcdf7;
}

#c-content .cmp .content-attachment:active a,
#c-content .cmp .content-attachment:hover a,
#c-content .cmp .content-attachment:focus a,
#c-content .cmp .content-attachment a:focus {
    text-decoration: underline;
}

#c-content .cmp .content-attachment .file-details {
    /*color: #121523;*/
    display: block;
}

#c-content .cmp .content-attachment .file-details .file-extension {
    text-transform: uppercase;
}

#c-content .cmp .content-attachment .file-details .file-details-separator {
    padding: 0 5px;
}

/* --- */
#c-content .cmp.cmp-icons {
    text-align: center;
}

#c-content .cmp.cmp-icons .item {
    display: inline-block;
    margin: 0 20px 20px 20px;
    min-width: 120px;
}

#c-content .cmp.cmp-icons .item .image {
    padding: 0.5rem;
}

#c-content .cmp.cmp-icons .item .image img {
    margin: 0 auto;
    display: block;
}

#c-content .cmp.cmp-icons .item.status-INACTIVE .image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.3;
}

#c-content .cmp.cmp-icons .item .name {
    font-size: 1.15rem;
    padding: 1.3rem 0 1rem 0;
}

#c-content .cmp.cmp-icons .item.status-ACTIVE .name {
    font-weight: bold;
    background: url("/img/line-blue.png") no-repeat center bottom;
}

/* ********************************* */
.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #4fcdf7;
}

.bg-dark-blue {
    background-color: #111523;
}

/* ********************************* */
.services-list .image {
    margin-bottom: 1.875rem;
}

.services-list .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.875rem;
}

#c-content .content-sec.bg-blue .services-list .title {
    color: #fff;
}

/* ********************************* */
#c-content .grid {
    display: grid;
}

.cmp .grid {
    margin-bottom: 1.85rem;
}

#c-content .grid.gc-2 {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.125rem;
    row-gap: 3.125rem;
}

#c-content .grid.gc-3 {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1.25rem;
    row-gap: 1.25rem;
}

/* ********************************* */

#c-footer {
    background: #111423;
    padding: 40px 0;
    color: #fff;
    font-size: 0.85rem;
}

#c-footer a {
    color: #fff;
}

#c-footer address {
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
}

#footer-content {
    margin-top: 28px;
}

#footer-content #sec-left {
    float: left;
    width: 17%;
}

#footer-content #sec-right {
    float: right;
    width: 83%;
    padding-left: 2rem;
}

#footer-menu {
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    list-style: none;
    display: grid;
    column-gap: 2rem;
    row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#footer-menu > li {
    display: block;
}

address > div:last-child,
#footer-menu > li > ul {
    text-transform: none;
    font-weight: normal;
    display: block;
    padding: 21px 0 0 0;
    margin-top: 20px;
    background-image: url('/img/bg-footer-sep-bar.png');
    background-repeat: no-repeat;
    background-position: left top;
}

#footer-menu > li > ul > li {
    display: block;
    margin-bottom: 1.25rem;
    line-height: 1.4;
}

#footer-menu a {
    display: block;
    color: #fff;
}

#footer-menu a:hover {
    color: #6acfeb;
    text-decoration: none;
}

#copyright {
    margin-top: 30px;
    color: #6acfeb;
    text-align: center;
    font-size: 0.85rem;
}

/* ********************************* */
#cookies-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: 16px 0;
    background-color: #111523;
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 0.75rem;
}

#cookies-bar > div {
    position: relative;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

#cookies-bar a {
    color: #fff;
    text-decoration: underline;
}

#cookies-bar .cookie-msg {
    float: left;
}

#cookies-bar button {
    margin-left: 10px;
}
/* ********************************* */
.cnt-back {
    margin: 1rem 0;
}

/* ********************************* */
