    /* Bootstrap 5 column grid */

    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-xs-15 {
        width: 20%;
        float: left;
    }
    @media (min-width: 768px) {
    .col-sm-15 {
            width: 20%;
            float: left;
        }
    }
    @media (min-width: 992px) {
        .col-md-15 {
            width: 20%;
            float: left;
        }
    }
    @media (min-width: 1200px) {
        .col-lg-15 {
            width: 20%;
            float: left;
        }
    }



    html {
        overflow-x: hidden;
    }

    html,
    body {
        height: 100%;
        width: 100%;
    }
    body {
        font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
        font-weight: 400;
        color: #fff;
        background-size: 100% auto;
        font-size: 14px;
        line-height: 1.6;
        /*margin-bottom: 10px;*/
    }

    a,img {
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
    }

    a.dark {
        color: #002A54;
    }

    a:hover,
    a:focus,
    a.dark:hover,
    a.dark:focus     {
        color: #fcbd20;
        text-decoration: none;
    }

	a.email {
		font-size: 14px !important;
		text-transform:lowercase;
	}

    hr {
        max-width: 100px;
        margin: 25px auto 0;
        border-width: 1px;
        border-color: rgba(34, 34, 34, 0.1);
    }

    hr.light {
        border-color: white;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 700;
    }

    p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .cols-2 {
       -moz-column-count: 2;
    -webkit-column-count: 2;
             column-count:2;
    }

    .cols-3 {
           -moz-column-count: 3;
        -webkit-column-count: 3;
                 column-count:3;
    }

    .cols-4 {
           -moz-column-count: 4;
        -webkit-column-count: 4;
                 column-count:4;
    }


@media (max-width: 768px) {

    .cols-2 {
       -moz-column-count: 1;
    -webkit-column-count: 1;
             column-count:1;
    }

}


    /* ################################## */
    /* ########## XS AND ABOVE ########## */
    /* ################################## */

    .navbar-default {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
        font-weight: 200;
        letter-spacing: 1px;
    }

    .navbar-default .navbar-header {
        margin-top: 20px;
    }

    .navbar-default.affix .navbar-header {
        background-image: linear-gradient( to right, white, #ccc);
        margin-top: 0;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-header .navbar-brand img {
        width: 80%;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fcbd20;
    }

    .navbar-default .navbar-header .navbar-toggle {
        font-size: 22px;
        color: #fff;
        padding: 8px 10px;
        border: none;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        transition: all 0.35s;
    }

    .navbar-default .navbar-header .navbar-toggle:hover,
    .navbar-default .navbar-header .navbar-toggle:focus {
        color: #fff;
        background-color: #002A54;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .navbar-default .nav {
        background: #002A54;
        border: 1px solid #002A54;
        border-radius: 3px;
        padding: 8px 3px;
        margin-top: 0;
        margin-right: 0px;
    }
    .navbar-default .nav > li > a {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 11px;
    }
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: #fff;
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #fdcc52;
    }
    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
        color: #fdcc52 !important;
        background-color: transparent;
    }
    .navbar-default .nav > li.active > a:hover,
    .navbar-default .nav > li.active > a:focus:hover {
        background-color: transparent;
    }


    /* ################################## */
    /* ########## SM AND ABOVE ########## */
    /* ################################## */

    @media (min-width: 768px) {

        .navbar-default {
            background-color: transparent;
            border-color: transparent;
        }

        .navbar-default .navbar-header {
            margin-top: 20px;
        }

        .navbar-default .navbar-header .navbar-brand img {
            width: 130%;
        }
        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            /*color: white;*/
        }

        .navbar-default .nav {
            margin-right: 15px;
        }

        .navbar-default .nav > li > a,
        .navbar-default .nav > li > a:focus {
            /*color: rgba(255, 255, 255, 0.7);*/
        }
        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            /*color: white;*/
        }
        .navbar-default.affix {
        }
        .navbar-default.affix .navbar-header {
            background: none;
        }
        .navbar-default.affix .navbar-header .navbar-brand {
            opacity: 1;
        }
        .navbar-default.affix .navbar-header .navbar-brand img {
            width: 100%;
        }
        .navbar-default.affix .navbar-header .navbar-brand:hover,
        .navbar-default.affix .navbar-header .navbar-brand:focus {
            color: #fdcc52;
        }
        .navbar-default.affix .nav > li > a,
        .navbar-default.affix .nav > li > a:focus {
            color: #fff;
        }
        .navbar-default.affix .nav > li > a:hover,
        .navbar-default.affix .nav > li > a:focus:hover {
            color: #fdcc52;
        }

    }


    /* ################################## */
    /* ########## XS AND ABOVE ########## */
    /* ################################## */


    section {
        position: relative;
        width: 100%;
        min-height: auto;
        overflow-y: hidden;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        /*background-attachment: fixed;*/
    }

    @media (min-width: 768px) {

        section {
            position: relative;
            width: 100%;
            min-height: auto;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            background-attachment: fixed;
        }

    }

    section .section-content {
        text-align: center;
        padding: 50px 0 100px;
        position: relative;
    }

    section .section-content .section-content-inner,
    section .section-content .section-content-header,
    section .section-content .section-content-footer {
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
    }


/*  #### FOOTER LINKS ####  */

    section .section-content .section-content-footer a {
        display: inline-block;
        font-size: 16px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    section .section-content .section-content-footer a:hover,
    section .section-content .section-content-footer a:focus {
        color: #ccc;
        text-decoration: none;
    }

    section .section-content .section-content-footer i {
        display: block;
        font-size: 20px;
    }

    section#services .section-content .section-content-footer a {
        color: #002A54;
    }

    section#services .section-content .section-content-footer a:hover,
    section#services .section-content .section-content-footer a:focus {
        color: #fff;
    }




/*  #### BACKGROUND IMAGES ####  */

    section#intro { background-image: url('../img/bg-intro.jpg'); }
    section#about { 
        background-image: url('../img/bg-about.jpg'); 
        background-color: #ccc;
        background-blend-mode: multiply;
    }
    section#structure { background-image: url('../img/bg-structure.jpg'); }
    section#services { background-image: url('../img/bg-services.jpg'); }
    section#csr { background-image: url('../img/bg-csr.jpg'); }
    section#news { background-image: url('../img/bg-news.jpg'); }
    section#contact { background-image: url('../img/bg-contact.jpg'); }

    @media (min-width: 768px) {

        section#about { 
            background-image: url('../img/bg-about.jpg'); 
            background-color: #ccc;
            background-blend-mode: normal;
        }

    }


/*  #### SECTION FORMATTING ####  */


    section#intro .section-content {
        height: 100vh;
    }

    section#intro .section-content .section-content-inner{
        max-width: none;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }


    section h1 {
        font-size: 28px;
        line-height: 1.2;
        font-weight: 300;
        color: white;
        text-align: left;
        text-transform: uppercase;
        margin-left: 10px;
        /*margin-top: 100px;*/
    }

    section h2 {
        font-size: 22px;
        text-transform: uppercase;
    }

    section .section-content-inner p a {
        font-size: 12px;
    }


    section#structure {
        position: relative;
    }

    section#structure h2 {
        font-size: 20px;
        color: #002A54;
        text-transform: none;
        margin-bottom: 50px;
    }

    section#structure #group-structure a {
        display: block;
        color: #002A54;
    }

    section#structure #group-structure a:hover {
        color: #ccc;
        text-decoration: none;
    }

    section#structure #group-structure a span {
        display: block;
        margin-top: 8px;
        font-size: 11px;
        font-weight: 700;
    }



    section#structure .group-parent {
        display: table;
        white-space: nowrap;
        padding: 20px 25px 30px;
        border-top: 1px solid #8A8C8E;
        border-bottom: 1px solid #8A8C8E;
        margin-bottom: 20px;
    }

    section#structure .group-child {
        padding: 10px 25px 10px;
        border-bottom: 1px solid #8A8C8E;
        margin-bottom: 20px;
        min-height: 140px;
    }

    section#structure .group-child a img {
        width: 100%;
        max-width: 130px;
    }


    section#services {
        color: #002A54;
    }

    section#services .section-content-inner h3 {
        font-size: 20px;
        margin-top: 20px;
    }

    section#services .section-content-inner ul {
        margin-top: 10px;
    }

    section#services .section-content-inner ul li {
        margin-top: 6px;
    }

    section#services .modal-body ul li {
        margin-bottom: 10px;
    }


    section#csr img {
        display: inline-block;
        margin-top: 20px;
    }

    section#csr img.logo-xeri {
        width: 120px;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    section#csr img.logo-cymepa {
        width: 110px;
        margin-bottom: 30px;
    }

    section#csr h2,
    section#csr p {
        text-align: left;
    }

    section#csr p.large {
        font-size: 16px;
    }


    section#news {
        color: #002A54;
    }

    section#news h2,
    section#news h3,
    section#news p,
    .modal-news h2,
    .modal-news h3,
    .modal-news p {
        text-align: left;
    }

    section#news h2,
    section#news h3     {
        font-size: 22px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    section#news ul.news-list  {
        padding: 0;
        list-style-type: none;
    }

    section#news ul.news-list li  {
        text-align: left;
        margin-bottom: 30px;
    }

    section#news ul.news-list li .fa  {
        font-size: 20px;
        /*margin-right: 10px;*/
        color: #658fb8;
    }

    section#news ul.news-list li a {
        color: #002A54;
        font-size: 16px;
        font-weight: 700;
        text-transform: none;
    }

    section#news ul.news-list li small {
        display: block;
    }

    section#news .scroll-container {
      height: 55vh;
      overflow: hidden;
    }

    section#news .scroll-area{
      width:90%;
      height:calc(100%);
      /*overflow-y:scroll;*/
    }

    section#news .modal-body h2{
      margin-top: 40px;
      margin-bottom: 40px;
    }

    section#contact {
        color: #002A54;
    }

    section#contact h2,
    section#contact h3,
    section#contact p {
        text-align: left;
        color: #002A54;
    }

    section#contact h2 {
       text-transform: none;
       margin-top: 10px;
    }

    section#contact h3 {
       font-size: 16px;
       color: #6A6960;
       text-transform: uppercase;
       margin-bottom: 50px;
    }

    section#contact em {
       font-style: normal;
       color: #6A6960;
    }


    /* ################################## */
    /* ########## SM AND ABOVE ########## */
    /* ################################## */

    @media (min-width: 768px) {

/*  #### HEADING LINES ####  */

        section#intro h1:before {
            display: block;
            position: absolute;
            top: -30px;
            left: -5px;
            width: 30px;
            height: 45vh;
            content: '';
            background: url('../img/bullet-vertical.svg') no-repeat left 30px;
        }

        section#about .section-content-inner h2:after {
            display: inline-block;
            position: absolute;
            top: -5px;
            margin-left: 20px;
            width: 100%;
            height: 50px;
            content: '';
            background: url('../img/bullet-horizontal.svg') no-repeat left 30px;
        }

        section#services .section-content-inner h2:before {
            display: block;
            position: absolute;
            top: -20px;
            left: 0px;
            width: 30px;
            height: 50vh;
            content: '';
            background: url('../img/bullet-vertical-blue.svg') no-repeat left 30px;
        }

        section#services .section-content-inner h3.accreditations:after {
            display: inline-block;
            position: absolute;
            top: -5px;
            margin-left: 20px;
            width: 100%;
            height: 50px;
            content: '';
            background: url('../img/bullet-horizontal-blue.svg') no-repeat left 30px;
        }

        section#news .section-content-inner h2:before {
            display: block;
            position: absolute;
            top: 0px;
            left: -15px;
            width: 30px;
            height: 65vh;
            content: '';
            background: url('../img/bullet-vertical-blue.svg') no-repeat left 30px;
        }

        section#news .section-content-inner h3:after {
            display: inline-block;
            position: absolute;
            top: 15px;
            margin-left: 20px;
            width: 100%;
            height: 50px;
            content: '';
            background: url('../img/bullet-horizontal-blue.svg') no-repeat left 30px;
        }



        section#contact .section-content-inner h2:before {
            display: block;
            position: absolute;
            top: 10px;
            left: -15px;
            width: 30px;
            height: 100vh;
            content: '';
            background: url('../img/bullet-vertical-grey.svg') no-repeat left 30px;
        }



        .padded-left {
            margin-left: 15px;
        }


/*  #### SECTION FORMATTING ####  */


        section {
            min-height: 100%;
        }

        section .section-content {
            text-align: left;
            padding: 0;
            height: 100vh;
            min-height: 570px;
        }

        section .section-content .section-content-inner,
        section .section-content .section-content-footer {
            max-width: none;
            margin: 0;
            position: absolute;
            top: 65%;
            transform: translateY(-65%);
        }

        section .section-content .section-content-footer {
            top: auto;
            bottom: 30px;
            text-align: left;
            transform: none;
        }

        section#intro .section-content .section-content-inner,
        section#services .section-content .section-content-inner {
            top: 55%;
            transform: translateY(-55%);
        }

        section#news .section-content .section-content-inner {
            top: 50%;
            transform: translateY(-50%);
        }

        section#structure .section-content .section-content-inner {
            top: 45%;
            transform: translateY(-45%);
        }


        section h1 {
            font-size: 32px;
            margin-top: 0;
        }


        section#structure .group-parent {
            display: table;
            white-space: nowrap;
            padding: 20px 25px 30px;
            border: 0;
        }

        section#structure .group-parent:before,
        section#structure .group-parent:after {
              border-top: 1px solid #8A8C8E;
              content: '';
              display: table-cell;
              position: relative;
              top: 2.5em;
              width: 45%;
        }

        section#structure .group-parent:before {
              right: 3%;
        }

        section#structure .group-parent:after {
              left: 3%;
        }


        section#structure #group-structure div:nth-child(2) {
            border-left: 1px solid #8A8C8E;
        }

        section#structure .group-child {
            border-right: 1px solid #8A8C8E;
            border-bottom: 0;
        }

        section#services h3 {
            font-size: 20px;
            margin-top: 0px;
        }

        section#csr img.logo-cymepa {
            width: 80px;
            margin-bottom: 0;
        }

    }

    /* ################################## */
    /* ########## MD AND ABOVE ########## */
    /* ################################## */

    @media (min-width: 992px) {

    }



    /* ################################# */
    /* ##########    MODAL    ########## */
    /* ################################# */




    .modal-open {
        padding-right: 0 !important;
        overflow: visible !important;
    }

    .modal-dialog,
    .modal.in .modal-dialog {
        width: 100%;
        margin: 0;
        padding: 0;
        position: absolute;
        /*top: 20%;*/
        /*transform: translateY(-22%);*/
        background-color: #fff;
    }

    .modal-head .close {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 10px;
        margin-right: 20px;
        z-index: 9999;
    }

    .modal-body {
        text-align: left;
        color: #424242;
        padding: 0;
        padding-top: 20px;
    }

    #news-modal .modal-body {
        text-align: left;
    }

    .modal-body iframe {
        width:90vw;
        height:90vh;
        border: none;
        /*height:54vw;*/
        /*max-width: 1170px;*/
        /*max-height: 658px;*/
    }

    .modal-body h2 {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 40px;
        margin-top: 40px;
        text-align: center;
    }

    .modal-body h3 {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .modal-body h4 {
        font-size: 16px;
        line-height: 1.6;
        font-weight: 300;
        margin-top: 30px;
    }

    .modal-body p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    .modal-body.small p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .modal-body a {
        /*display: inline-block;*/
        color: #002A54;
        font-weight: 700;
        margin-top: 10px;
    }

    .modal-body a:hover,
    .modal-body a:focus {
        color: #ccc;
    }


    .modal-content {
        position: relative;
        background-color: #fff;
        border: 0;
        border-radius: 0px;
        outline: 0;
        box-shadow: none;
    }

    .modal-backdrop {
        /*display: none !important;*/
    }

    .modal-backdrop {
        position: fixed;
        /*top: 20%;*/
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1040;
        background-color: #fff;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .modal.fade .modal-dialog {
      -webkit-transition: -webkit-transform .3s ease-out;
           -o-transition:      -o-transform .3s ease-out;
              transition:         transform .3s ease-out;
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
    }



    /* ################################## */
    /* ########## SM AND ABOVE ########## */
    /* ################################## */

    @media (min-width: 768px) {

        .modal-body p,
        .modal-body li {
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .modal-body.small p,
        .modal-body.small li {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 15px;
        }

    }




/*  SERVICE ACCORDIONS
* --------------------------------------- */

#service-list {
  margin-top: 40px;
  flex-wrap: wrap;
}

.service-list-item {
    position: relative;
    border: 1px solid #CDCDCD;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.service-list-item a.service-title:link {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
	color: #264B64;
	margin: 0;
}

.service-list-item a.service-title:hover,
.service-list-item a.service-title:active,
.service-list-item a.service-title:visited,
.service-list-item a.service-title[aria-expanded="true"] {
    text-decoration: none;
    color: #488BB4;
}

.service-list-item a.service-title i {
    position: absolute;
    background: url(../img/plus_minus.svg) 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px 15px;
    right: 0;
}

.service-list-item a.service-title[aria-expanded="true"] i {
    background: url(../img/plus_minus.svg) 0px 0px no-repeat;
}

.service-list-item .service-info {
    position: relative;
    top: 20px;
}

.service-list-item .service-info p {
    font-size: 12px;
    line-height: 20px;
}



    /* ################################## */
    /* ########## CONTACT FORM ########## */
    /* ################################## */



    #contact .contact{
        padding-right: 50px;
    }

    input,textarea,button{
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    #contact .contact form .form{
        width:100%;
        height: auto;
        padding:12px 12px 12px;
        font-size:14px;
        margin-bottom:18px;
        /* color:#7f7f7f; */
        letter-spacing: 0.5px;
    }

    .light-form{
        background:#fff;
        border:1px solid #c1d1e0;
    }

    #contact .contact form .textarea{
        height: 201px;
        max-width: 100%;
        max-height: 201px;
    }

    #contact .contact form button.contact-form-button{
        margin-bottom:0;
        width: 40%;
        background-color: #002a54;
        border-color: #002a54;
        color: #fff;
    }

    #contact .contact form button.contact-form-button:hover{
        background-color: #0a4e92;
        border-color: #0a4e92;
    }


  /* Actives, Focuses and Rollovers */

    #contact .contact form .form:active,
    #contact .contact form .form:focus{
        outline: none;
    }

    #contact .contact form button.contact-form-button:hover{
        color:white;
    }

    #contact .contact form .light-form:hover{
        border-color:#dadada;
    }

  /* Message For Mail */

    .mail-message-area{
        width:100%;
        padding:0 15px;
    }

    .mail-message{
        width: 100%;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        transition: all 0.7s;
        margin:0 auto;
        border-radius: 0;
    }

    .not-visible-message{
        height:0px;
        opacity: 0;
    }

    .visible-message{
        height:auto;
        opacity: 1;
        margin:25px auto 0;
    }

    .contact span {
        display:none;
        font-size:12px;
        line-height:30px;
        color:red;
    }