/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    overflow-y: hidden;

}

@media screen and (max-width: 900px) {

    html {

        overflow-y: scroll;

    }


}

body {

    font-family: 'Roboto', sans-serif !important;

}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Home Page
   ========================================================================== */

/*Fonts*/

@font-face {

    font-family: "Myriad Web Pro;";
    src: url(Myriad-Web-Pro.ttf);

}

@font-face {

    font-family: "Myriad Web Pro Bold";
    src: url(Myriad-Web-Pro-Bold.ttf);

}
/*------TOP EMAIL BAR----*/

.email-topbar{
        float: right;
    margin-right: 28px;
    font-size: 0.8em;

    margin-top: 10px;
}

/*Top Bar*/

.top_bar {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;

}


.logo {

    padding-left: 24px;
    padding-top: 3px;
}


.three_buttons {

    padding-top: 33px;
    padding-right: 112px;

}

.three_buttons>:first-child{

    margin-right: 12px;

}

.three_buttons>:nth-child(2){

    margin-right: 7px;

}

.grey_bg {


    background: #E5E5E5;
    height: 105px;
    border-top: #CFD2D2 solid 2px;
    border-bottom: #CFD2D2 solid 2px;

}


/*Navbar*/

.navbar-nav a{

    font-family: 'Roboto', sans-serif;
    font-size: 11px !important;
    color: black !important;
    font-weight: 500;
    background-color: #F1F1F1;
    height: 33px;
    width: 95px;
    padding-top: 3px !important;
    text-align: center;
    border: 3px solid #C9CBCC;

}

.navbar-nav a:hover {

    background-color: #DADBDB !important;
    box-shadow: inset 1px 1px 5px -1px rgba(0,0,0,0.75);

}

.nav.navbar-nav {


    display: -webkit-box;


    display: -ms-flexbox;


    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 960px;
    margin: 0 auto;
    float: none;
    margin-top: 5px;
    height: 40px;

}

/*Navbar mobile disable*/
.mobile_nav {

    display: none;
}

/*Main Slider*/
.main_slider {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    bottom: 60px;
    box-shadow: 0px 19px 48px -13px rgba(0,0,0,0.75);
    max-width: 820px;
    height: 100%;
}

/*Swiper For Mobile*/
.swiper_for_mobile {

    display: none;

}

/*Swiper For Mobile - 320px*/
.swiper_for_mobile_320 {

    display: none;

}

/*Main Three Boxes*/
.main_three_boxes {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    max-width: 940px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #E2E2E2;
    font-family: 'Roboto', sans-serif;
    padding: 2px 5px;
    margin: 0 auto;
    -webkit-transform: translateY(-41px);
            transform: translateY(-41px);
}

.first_main_box {

    background-color: #E5E5E5;
    max-width: 310px;
    height: 115px;
    padding: 3px 10px;
    border: 2px solid #F5F5F5;


}

.first_row_main_boxes {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.super_title {

    font-size: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    padding-left: 38px;

}


.main_three_boxes_headline {

    font-weight: bold;
    margin: 0;
    font-size: 18px;
    margin-bottom: 1px;

}

.number_one {

    font-size: 65px;
    margin-top: 0;
    float: left;
    font-weight: bold;
    padding-right: 5px;
}

.bottom_row_main_boxes {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

}

.main_three_boxes_main_text {

    font-size: 11.8px;
    line-height: 1.2;


}

.more_link a{

    color: black !important;
    font-weight: 500;
    font-size: 10px;
    padding-left: 80px;
}

/*Software Quick Links*/
.quick_links_main_mobile {

    display: none;

}

.quick_links_main {

    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);

}


.soft_links_text {

    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-left: 96px !important;
    margin-bottom: 5px;
}

.soft_links_text span {

    font-size: 8px;

}

.soft_links_button {

    width: 102px;
    height: 22px;
    background-color: #044281;
    padding: 0;
    border: 1px solid #B3C6D8;
    color: white;
    font-size: 10.5px;

}

.soft_links_button a {

    color: #fff;

}



.button_fix_third, .button_fix_tenth {

    -webkit-transform: translateX(3px);

            transform: translateX(3px);

}

.button_fix_second, .button_fix_ninth {

    -webkit-transform: translateX(7px);

            transform: translateX(7px);

}

.button_fix_first, .button_fix_eighth {

    -webkit-transform: translateX(10px);

            transform: translateX(10px);

}

.button_fix_fifth, .button_fix_twelfth {

    -webkit-transform: translateX(-3px);

            transform: translateX(-3px);

}

.button_fix_sixth, .button_fix_thirteenth {

    -webkit-transform: translateX(-7px);

            transform: translateX(-7px);

}

.button_fix_seventh, .button_fix_fourteenth {

    -webkit-transform: translateX(-10px);

            transform: translateX(-10px);

}

/*Customised Software Products*/
.customised_soft {

    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);

}

.customised_soft_heading {

    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-left: 96px !important;
    margin-bottom: 0px;

}

.customised_soft_text {

    font-size: 13px;
    text-align: left;
    margin-left: 96px !important;
    line-height: 1.2;
    max-width: 87%;

}

/*Mini Logos*/

.mini_logos {

    max-width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;

}

.mini_logos p{

    color: black !important;
    font-weight: 900;
    font-size: 10px;
    padding-top: 25px;
    padding-left: 50px;

}

.mini_logos_row_1 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 10px;
    margin-left: 45px;

}

.mini_logos_row_2 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 10px;

}

.mini_logos_row_3 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 10px;

}

/*Footer*/
.footer {

    border-top: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    height: 130px;
    margin-top: 4px;
    text-align: center;
    max-height: 240px;
}

.footer_first_row {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;

}

.copyright {

    padding-left: 140px !important;
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 11px;
    font-weight: 500;
    color: #6F6F6F;
    margin-bottom: 0px;
}

.footer_second_row  {

    padding-left: 150px;

}

.footer_second_row a {

    color: #6F6F6F;
    font-size: 11px;
    font-weight: 500;

}

.footer_logo {

    width: 175px;
    height: 20px;
    margin-right: 100px;
    margin-top: 10px;

}

.footer_bottom {

    background: #E5E5E5;
    height: 105px;


}

@media only screen and (max-width: 900px) {


    .first_main_box {

        height: auto;

    }


}

@media only screen and (max-width: 768px) {

    /*Swiper For Mobile*/
    .swiper_for_mobile {

        display: block;
        -webkit-transform: translateY(-41px);
                transform: translateY(-41px);
    }

    .swiper-container {

       width: 100%;
       height: 100%;

    }

    .swiper-container img {

        margin: 0 auto;
        display: table;
    }


    /*Disable main slider*/
    #mainimage4 {

        display: none;

    }


    .top_bar {

        display: none;

    }

    .grey_bg {

        background: #E5E5E5;
        height: 60px;

    }

    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
        padding-bottom: 15px;
    }

    nav.navbar.navbar-default.mobile_nav {

        background: white;

    }

    .collapsing, .in {background-color: #F1F1F1;}
        .navbar-collapse.collapse.in {

            padding: 0;

        }

        .navbar {

            margin: 0;

        }

    .navbar-default .navbar-toggle {

        border-color: #ddd;
        margin-top: 22px;

    }

    .navbar-brand img {

        width: 75%;
        width: 75%;
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);

    }

    .main_navigation {

        display: none !important;

    }

    .mobile_nav {

        display: block;

    }

    .navbar-nav a{

        font-family: 'Roboto', sans-serif;
        font-size: 11px !important;
        color: black !important;
        font-weight: 500;
        background-color: default;
        height: auto;
        width: 100%;
        padding: 0;
        text-align: center;
        border: none;

    }

    .navbar-nav a {

        font-size: 15px!important;

    }

    .nav.navbar-nav {


        display: block;
        max-width: 100%;
        margin: 0;
        clear: both;
        margin: 0;
        height: auto;

    }


    .navbar-nav a:hover {

        box-shadow: none;

    }

    .main_three_boxes {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;

    }

    .first_main_box {

        max-width: 100%;
        padding: 10px 10px;

    }

    .main_three_boxes_main_text {

        font-size: 17px;

    }

    .main_three_boxes_headline {

        font-size: 20px;
        padding-bottom: 4px;
        padding-top: 1px;
    }


    .more_link a {

        float: right;
        padding-top: 10px;
        font-size: 15px;

    }

    .quick_links_main_mobile {

        max-width: 960px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);

    }

    .soft_links_first_row_mobile {

        margin-top: 30px;

    }

    .soft_links_text {

        font-size: 27px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

    }

    .soft_links_text span {

        font-size: 15px;

    }

    .soft_links_first_row_mobile, .soft_links_second_row_mobile, .soft_links_third_row_mobile, .soft_links_fourth_row_mobile, .soft_links_fifth_row_mobile, .soft_links_sixth_row_mobile, .soft_links_seventh_row_mobile {

        width: 100%;
        margin-top: 5px;

    }

    .soft_links_button {

        width: 346px;
        height: 50px;
        width: 49%;
        font-size: 15px;

    }
    .quick_links_main {

        display: none;

    }

    .soft_links_text, .customised_soft_heading, .customised_soft_text {

        margin-left: 0px !important;
        text-align: center;
        max-width: 100%;
        padding: 0px 20px;

    }

    .customised_soft_heading {

        font-size: 27px;
        padding-top: 20px;
        padding-bottom: 5px;

    }

    .customised_soft_text {

        font-size: 17px;

    }

    .mini_logos_row_1, .mini_logos_row_2, .mini_logos_row_3 {

        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;

    }

    .mini_logos p {

        color: black !important;
        font-weight: 900;
        font-size: 15px;
        padding-top: 5px;
        padding-left: 0px;

    }

    .footer_first_row {

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 auto;
        max-width: 960px;
        padding-top: 25px;

    }

    .copyright {

        padding: 0 !important;
        font-size: 15px;
        font-weight: 500;

    }

    .copy_links {

        -webkit-box-ordinal-group: 3;

            -ms-flex-order: 2;

                order: 2;

    }

    .footer_second_row {

        padding-left: 0px;
    }

    .footer_logo {

        margin: 0 auto;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 15px;
    }

    .footer_bottom {

        display: none;

    }

}

@media only screen and (max-width: 400px) {


    .mini_logos {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;

    }

    .navbar-brand img {
        width: 50%;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 20px 15px;
        font-size: 18px;
        line-height: 20px;
        width: 78%;
    }


    .navbar-brand {

        margin-top: 10px;

    }


}

@media only screen and (max-width: 475px) {

    /*Swiper For Mobile - 320px*/
    .swiper_for_mobile {

        display: none;
    }

    /*Swiper For Mobile - 320px*/
    .swiper_for_mobile_320 {

        display: block;
        -webkit-transform: translateY(-41px);
                transform: translateY(-41px);
    }


}

/* ==========================================================================
   Complete Systems Main Page
   ========================================================================== */

.complete_systems_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.complete_systems_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;

}

.page_headline_divide {

    max-width: 160px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 10px;
}


.complete_systems {


    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 45px;
}



.complete_systems_right {

    margin-left: 35px;

}

.complete_systems_box_1 a {

    text-decoration: none;

}

.complete_systems_box_1 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 370px;
    border: 6px solid #E5E5E5;
    padding: 11px 20px;
    margin-bottom: 5px;
}

.complete_systems_box_1_button {

    font-family: 'Roboto', sans-serif;
    font-size: 11px !important;
    color: black !important;
    font-weight: 900;
    background-color: #F1F1F1;
    height: 28px;
    width: 95px;
    padding-top: 7px !important;
    text-align: center;
    border-left: 3px solid #C9CBCC;
    border-right: 3px solid #C9CBCC;
    margin-right: 65px;
    margin-top: 13px;

}

.complete_systems_box_1_button:hover {
    box-shadow: inset 200px 200px 8px -197px rgba(0,0,0,0.75);

}

.complete_systems_box_11_button a {

    color: black;
    text-decoration: none;
}

@media screen and (max-width: 900px) {

    .complete_systems_main_wrapper {

        padding-left: 0px;

    }
    .complete_systems {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .complete_systems_right {

        margin: 0 auto;

    }

    .complete_systems__left, .complete_systems_right {

        margin: 0 auto;

    }

    .page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
    }

    .page_headline_divide {
        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 10px;
    }

}


@media screen and (max-width: 400px) {

    .complete_systems_box_1_button {

        margin-right: 5px;
        margin-top: 13px;

    }

    .complete_systems_box_1 {

        width: 100%;

    }

    .complete_systems_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Full Systems Main Page
   ========================================================================== */

.full_systems_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.full_systems_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.full_systems_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.full_systems_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.full_systems {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.full_systems_right {

    margin-left: 15px;
    font-size: 13.8px;
}

.full_systems_image {

    padding-left: 5px;

}

.full_systems_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;

}

.full_systems_grey_box_image {

    border: 5px solid #fff;

}

.full_systems_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 15px;
    padding-top: 15px;
    font-weight: 500;

}

.full_systems_image_ul li {

    padding-bottom: 2px;

}

.full_systems_image_ul li:last-child {

    margin-bottom: 20px;

}

.full_systems_right_headline {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.full_systems_right_ul {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-left: 13px;

}

.full_systems_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;

}

@media screen and (max-width: 900px) {

    .full_systems_main_wrapper {

        padding-left: 0px;

    }
    .full_systems {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .full_systems_right {

        margin: 0 auto;

    }

    .full_systems_left, .full_systems_right {

        margin: 0 auto;

    }

    .full_systems_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .full_systems_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .full_systems_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .full_systems_grey_box {

        text-align: center;

    }


    .full_systems_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .full_systems_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .full_systems_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .full_systems_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .full_systems_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .full_systems_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Add On Modules Page
   ========================================================================== */

.add_on_modules_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.add_on_modules_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.add_on_modules_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;

}

.add_on_modules_page_headline_divide {

    max-width: 160px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 10px;
}


.add_on_modules {


    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 335px;
}



.add_on_modules_right {

    margin-left: 35px;

}

.add_on_modules_box_1 a {

    text-decoration: none;

}

.add_on_modules_box_1 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 370px;
    border: 6px solid #E5E5E5;
    padding: 11px 20px;
    margin-bottom: 5px;
}

.add_on_modules_box_1_button {

    font-family: 'Roboto', sans-serif;
    font-size: 11px !important;
    color: black !important;
    font-weight: 900;
    background-color: #F1F1F1;
    height: 28px;
    width: 95px;
    padding-top: 7px !important;
    text-align: center;
    border-left: 3px solid #C9CBCC;
    border-right: 3px solid #C9CBCC;
    margin-right: 65px;
    margin-top: 13px;

}

.add_on_modules_box_1_button:hover {
    box-shadow: inset 200px 200px 8px -197px rgba(0,0,0,0.75);

}

.add_on_modules_box_11_button a {

    color: black;
    text-decoration: none;
}

@media screen and (max-width: 900px) {

    .add_on_modules_main_wrapper {

        padding-left: 0px;

    }
    .add_on_modules {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .add_on_modules_right {

        margin: 0 auto;

    }

    .add_on_modules_left, .add_on_modules_right {

        margin: 0 auto;

    }

    .add_on_modules_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
    }

    .add_on_modules_page_headline_divide {
        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 10px;
    }

}


@media screen and (max-width: 400px) {

    .add_on_modules_box_1_button {

        margin-right: 5px;
        margin-top: 13px;

    }

    .add_on_modules_box_1 {

        width: 100%;

    }

    .add_on_modules_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   100% Custom Page
   ========================================================================== */

.hundred_percent_custom_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.hundred_percent_custom_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.hundred_percent_custom_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.hundred_percent_custom_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.hundred_percent_custom {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.hundred_percent_custom_right {

    margin-left: 15px;
    font-size: 13.8px;
    height: 436px;
    overflow-y: scroll;
}

.hundred_percent_custom_image {

    padding-left: 5px;

}

.hundred_percent_custom_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;
    padding-bottom: 100px;


}

.hundred_percent_custom_grey_box_image {

    border: 5px solid #fff;

}

.hundred_percent_custom_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.hundred_percent_custom_image_ul li {

    padding-bottom: 2px;

}

.hundred_percent_custom_image_ul li:last-child {

    margin-bottom: 20px;

}

.hundred_percent_custom_right_headline {

    color: #000;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.hundred_percent_custom_right_ul {

    color: #000;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.hundred_percent_custom_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

@media screen and (max-width: 900px) {


    .hundred_percent_custom_main_wrapper {

        padding-left: 0px;

    }
    .hundred_percent_custom {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .hundred_percent_custom_right {

        margin: 0 auto;

    }



    .hundred_percent_custom_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .hundred_percent_custom_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .hundred_percent_custom_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .hundred_percent_custom_grey_box {

        text-align: center;

    }


    .hundred_percent_custom_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .hundred_percent_custom_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .hundred_percent_custom_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .hundred_percent_custom_right {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .hundred_percent_custom_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .hundred_percent_custom_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .hundred_percent_custom_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Add On Management
   ========================================================================== */

.add_on_management_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.add_on_management_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.add_on_management_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.add_on_management_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.add_on_management {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.add_on_management_right {

    margin-left: 15px;
    font-size: 13.8px;
    height: 436px;
    overflow-y: scroll;
}

.add_on_management_image {

    padding-left: 5px;

}

.add_on_management_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;
    padding-bottom: 40px;


}

.add_on_management_grey_box_image {

    border: 5px solid #fff;

}

.add_on_management_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.add_on_management_image_ul li {

    padding-bottom: 2px;

}

.add_on_management_image_ul li:last-child {

    margin-bottom: 20px;

}

.add_on_management_right_headline {

    color: #000;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.add_on_management_right_ul {

    color: #000;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.add_on_management_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

.add_on_management_left button {


    background-color: #054281;
    color: #fff;
    border: none;
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {


    .add_on_management_main_wrapper {

        padding-left: 0px;

    }
    .add_on_management {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .add_on_management_right {

        margin: 0 auto;

    }


    .add_on_management_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .add_on_management_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px !important;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .add_on_management_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .add_on_management_grey_box {

        text-align: center;

    }

    .add_on_management_grey_box_image {

        display: block;
        margin: 0 auto;
    }

    .add_on_management_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .add_on_management_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .add_on_management_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .add_on_management_right {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .add_on_management_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .add_on_management_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .add_on_management_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Off Shelf Systems
   ========================================================================== */

.off_the_shelf_systems_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.off_the_shelf_systems_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.off_the_shelf_systems_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;

}

.aoff_the_shelf_systems_page_headline_divide {

    max-width: 160px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 10px;
}


.off_the_shelf_systems {


    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 150px;
}



.off_the_shelf_systems_right {

    margin-left: 35px;

}

.off_the_shelf_systems_box_1 a {

    text-decoration: none;

}

.off_the_shelf_systems_box_1 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 370px;
    border: 6px solid #E5E5E5;
    padding: 11px 20px;
    margin-bottom: 5px;
}

.off_the_shelf_systems_box_1_button {

    font-family: 'Roboto', sans-serif;
    font-size: 11px !important;
    color: black !important;
    font-weight: 900;
    background-color: #F1F1F1;
    height: 28px;
    width: 95px;
    padding-top: 7px !important;
    text-align: center;
    border-left: 3px solid #C9CBCC;
    border-right: 3px solid #C9CBCC;
    margin-right: 65px;
    margin-top: 13px;

}

.off_the_shelf_systems_box_1_button:hover {
    box-shadow: inset 200px 200px 8px -197px rgba(0,0,0,0.75);

}

.off_the_shelf_systems_box_11_button a {

    color: black;
    text-decoration: none;
}

@media screen and (max-width: 900px) {

    .off_the_shelf_systems_main_wrapper {

        padding-left: 0px;

    }
    .off_the_shelf_systems {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .off_the_shelf_systems_right {

        margin: 0 auto;

    }

    .off_the_shelf_systems_left, .off_the_shelf_systemss_right {

        margin: 0 auto;

    }

    .off_the_shelf_systems_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
    }

    .off_the_shelf_systems_headline_divide {
        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 10px;
    }

}


@media screen and (max-width: 400px) {

    .off_the_shelf_systems_box_1_button {

        margin-right: 5px;
        margin-top: 13px;

    }

    .off_the_shelf_systems_box_1 {

        width: 100%;

    }

    .off_the_shelf_systems_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Help Desk
   ========================================================================== */

.help_desk_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.help_desk_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.help_desk_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.help_desk_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.help_desk {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.help_desk_right {

    margin-left: 15px;
    font-size: 13.8px;
    height: 450px;
    overflow-y: scroll;
}

.help_desk_image {

    padding-left: 5px;

}

.help_desk_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;
    padding-bottom: 55px;


}

.help_desk_grey_box_image {

    border: 5px solid #fff;

}

.help_desk_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.help_desk_image_ul li {

    padding-bottom: 2px;

}

.help_desk_image_ul li:last-child {

    margin-bottom: 20px;

}

.help_desk_right_headline {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.help_desk_right_ul {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.help_desk_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

.help_desk_left button {


    background-color: #054281;
    color: #fff;
    border: none;
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {


    .help_desk_main_wrapper {

        padding-left: 0px;

    }
    .help_desk {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .help_desk_right {

        margin: 0 auto;

    }


    .help_desk_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .help_desk_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px !important;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .help_desk_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .help_desk_grey_box {

        text-align: center;

    }

    .help_desk_grey_box_image {

        display: block;
        margin: 0 auto;
    }

    .help_desk_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .help_desk_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .help_desk_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .help_desk_right {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .help_desk_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .help_desk_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .help_desk_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Learner
   ========================================================================== */

.learner_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.learner_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.learner_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.learner_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.learner {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.learner_right {

    margin-left: 15px;
    font-size: 13.8px;

}

.learner_image {

    padding-left: 5px;

}

.learner_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;
    padding-bottom: 55px;
    max-width: 160px;

}

.learner_grey_box_image {

    border: 5px solid #fff;
    margin: 0 auto
}

.learner_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.learner_image_ul li {

    padding-bottom: 2px;

}

.learner_image_ul li:last-child {

    margin-bottom: 20px;

}

.learner_right_headline {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.learner_right_ul {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.learner_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

.learner_left button {


    background-color: #054281;
    color: #fff;
    border: none;
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {


    .learner_main_wrapper {

        padding-left: 0px;

    }

    .learner {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .learner_right {

        margin: 0 auto;

    }


    .learner_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .learner_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px !important;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .learner_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .learner_grey_box {

        text-align: center;
        max-width: 900px;
    }

    .learner_grey_box_image {

        display: block;
        margin: 0 auto;
    }

    .learner_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .learner_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .learner_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .learner_right {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .learner_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .learner_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .learner_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Photos Page
   ========================================================================== */

.photos_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.photos_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.photos_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.photos_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.photos {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.photos_right {

    margin-left: 15px;
    font-size: 13.8px;
    height: 450px;
    overflow-y: scroll;
}

.photos_image {

    padding-left: 5px;

}

.photos_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;
    padding-bottom: 260px;


}

.photos_grey_box_image {

    border: 5px solid #fff;
    margin-left: 5px;
}

.photos_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.photos_image_ul li {

    padding-bottom: 2px;

}

.photos_image_ul li:last-child {

    margin-bottom: 20px;

}

.photos_right_headline {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.photos_right_ul {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.photos_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

.photos_left button {


    background-color: #054281;
    color: #fff;
    border: none;
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {


    .photos_main_wrapper {

        padding-left: 0px;

    }
    .photos {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .photos_right {

        margin: 0 auto;

    }


    .photos_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .photos_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px !important;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .photos_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .photos_grey_box {

        text-align: center;

    }

    .photos_grey_box_image {

        display: block;
        margin: 0 auto;
    }

    .photos_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .photos_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .photos_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .photos_right {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .photos_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .photos_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .photos_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Web Design
   ========================================================================== */

.web_design_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.web_design_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.web_design_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.web_design_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.web_design {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.web_design_right {

    margin-left: 15px;
    font-size: 13.8px;
    height: 436px;
    overflow-y: scroll;
}

.web_design_image {

    padding-left: 5px;

}

.web_design_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;
    padding-bottom: 105px;


}

.web_design_grey_box_image {

    border: 5px solid #fff;

}

.web_design_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.web_design_image_ul li {

    padding-bottom: 2px;

}

.web_design_image_ul li:last-child {

    margin-bottom: 20px;

}

.web_design_right_headline {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.web_design_right_ul {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.web_design_right p {

    padding-bottom: 7px;

}

.web_design_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.web_design_ordered_list {

    list-style-type: none;
    padding-left: 0px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

.web_design_left button {


    background-color: #054281;
    color: #fff;
    border: none;
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {


    .web_design_main_wrapper {

        padding-left: 0px;

    }
    .web_design {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .web_design_right {

        margin: 0 auto;

    }


    .web_design_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .web_design_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px !important;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .web_design_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .web_design_grey_box {

        text-align: center;

    }

    .web_design_grey_box_image {

        display: block;
        margin: 0 auto;
    }


    .web_design_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .web_design_right {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .web_design_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .web_design_right p {

        padding: 0px 20px;

    }

    .web_design_ordered_list {

        padding-left: 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .web_design_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Mobile App Page
   ========================================================================== */

.mobile_app_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.mobile_app_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.mobile_app_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.mobile_app_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.mobile_app {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.mobile_app_right {

    margin-left: 15px;
    font-size: 13.8px;
}

.mobile_app_image {

    padding-left: 5px;

}

.mobile_app_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;
    padding-bottom: 80px;


}

.mobile_app_grey_box_image {

    border: 5px solid #fff;
    margin-left: 5px;
}

.mobile_app_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.mobile_app_image_ul li {

    padding-bottom: 2px;

}

.mobile_app_image_ul li:last-child {

    margin-bottom: 20px;

}

.mobile_app_right_headline {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.mobile_app_right_ul {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.mobile_app_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

.mobile_app_left button {


    background-color: #054281;
    color: #fff;
    border: none;
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}
/* Duane edited here */
.mobile_download{
            width:auto;
            display: flex; /* Use flexbox for centering */
            align-items: center; /* Center vertically */
            justify-content: center; /* Center horizontally */

}
.mobile_download_icon{

    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    color: #054281 !important;
    font-weight: 500;
    background-color: #F1F1F1;
    height: px;
    width: 170px;
    padding: 6px !important;
    text-align: center;
    border: 2px solid #C9CBCC;
    margin:5px;


}
.mobile_download_icon:hover {
    text-decoration: none;
    background-color: #DADBDB !important;
    box-shadow: inset 1px 1px 5px -1px rgba(0,0,0,0.75);

}
.mobile_download a:hover {
    text-decoration: none;

}



@media screen and (max-width: 900px) {


    .mobile_app_main_wrapper {

        padding-left: 0px;

    }

    .mobile_app {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile_app_right {

        margin: 0 auto;

    }

    .mobile_app_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .mobile_app_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px !important;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .mobile_app_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .mobile_app_grey_box {

        text-align: center;

    }

    .mobile_app_grey_box_image {

        display: block;
        margin: 0 auto;
    }

    .mobile_app_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .mobile_app_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .mobile_app_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .mobile_app_right {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .mobile_app_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .mobile_app_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .mobile_app_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Consultation
   ========================================================================== */

.consultation_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.consultation_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.consultation_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.consultation_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.consultation {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.consultation_right {

    margin-left: 15px;
    font-size: 13.8px;
    height: 420px;
    overflow-y: scroll;
}

.consultation_image {

    padding-left: 5px;

}

.consultation_right p {

    padding-bottom: 5px;

}

.consultation_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;
    padding-bottom: 87px;


}

.consultation_grey_box_image {

    border: 5px solid #fff;
    margin-left: 5px;
}

.consultation_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.consultation_image_ul li {

    padding-bottom: 2px;

}

.consultation_image_ul li:last-child {

    margin-bottom: 20px;

}

.consultation_right_headline {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.consultation_right_ul {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.consultation_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

.consultation_left button {


    background-color: #054281;
    color: #fff;
    border: none;
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {


    .consultation_main_wrapper {

        padding-left: 0px;

    }

    .consultation {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .consultation_right {

        margin: 0 auto;

    }

    .consultation_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .consultation_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px !important;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .consultation_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .consultation_grey_box {

        text-align: center;

    }

    .consultation_grey_box_image {

        display: block;
        margin: 0 auto;
    }

    .consultation_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .consultation_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .consultation_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .consultation_right {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .consultation_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .consultation_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .consultation_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Maintenance
   ========================================================================== */

.maintenance_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.maintenance_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.maintenance_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.maintenance_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.maintenance {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.maintenance_right {

    margin-left: 15px;
    font-size: 13.8px;
    height: 420px;
    overflow-y: scroll;
}

.maintenance_image {

    padding-left: 5px;

}

.maintenance_right p {

    padding-bottom: 5px;

}

.maintenance_grey_box {

    background: #E5E5E5;
    padding: 15px 15px;
    margin-top: 5px;
    padding-bottom: 87px;


}

.maintenance_grey_box_image {

    border: 5px solid #fff;
    margin-left: 5px;
}

.maintenance_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.maintenance_image_ul li {

    padding-bottom: 2px;

}

.maintenance_image_ul li:last-child {

    margin-bottom: 20px;

}

.maintenance_right_headline {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.maintenance_right_ul {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.maintenance_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

.maintenance_left button {


    background-color: #054281;
    color: #fff;
    border: none;
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}

@media screen and (max-width: 900px) {


    .maintenance_main_wrapper {

        padding-left: 0px;

    }

    .maintenance {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .maintenance_right {

        margin: 0 auto;

    }

    .maintenance_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .maintenance_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px !important;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .maintenance_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .maintenance_grey_box {

        text-align: center;

    }

    .maintenance_grey_box_image {

        display: block;
        margin: 0 auto;
    }

    .maintenance_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .maintenance_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .maintenance_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .maintenance_right {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .maintenance_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .maintenance_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .maintenance_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Universe Software
   ========================================================================== */

.universe_software_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.universe_software_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.universe_software_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);

}

.universe_software_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}


.universe_software {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
}



.universe_software_right {

    margin-left: 15px;
    font-size: 13.8px;
    height: 450px;
    overflow-y: scroll;
}

.universe_software_image {

    padding-left: 5px;

}

.universe_software_right p {

    padding-bottom: 5px;

}

.universe_software_grey_box {

    background-color: #fff;
    border: 15px solid #E5E5E5;
    margin-top: 5px;
    padding-bottom: 0px;

}


.universe_software_grey_box_third_image, .universe_software_grey_box_fourth_image {

    margin: 0 auto;
    display: table;
    margin-bottom: 3px;
}

.universe_software_grey_box_first_paragraph, .universe_software_grey_box_second_paragraph {

    font-size: 9px;
    padding-left: 10px;
    padding-top: 3px;
    line-height: 1.3;
    margin-bottom: 3px;

}

.universe_software_image_ul {

    text-decoration: none;
    list-style-type: none;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    font-weight: 500;

}

.universe_software_image_ul li {

    padding-bottom: 2px;

}

.universe_software_image_ul li:last-child {

    margin-bottom: 20px;

}

.universe_software_right_headline {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 7px;
    padding-left: 0px;

}

.universe_software_right_ul {

    color: #1A3666;
    font-size: 14px;
    font-weight: 900;
    padding-left: 20px;

}

.universe_software_right_ul li{

    padding-left: 5px;
    text-indent: -13px;
}

.back_to_products_menu {

    color: #000;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 30px;

}

.universe_software_left button {


    background-color: #054281;
    color: #fff;
    border: none;
    width: 125px;
    height: 30px;
    font-size: 14px;
    margin-left: 6px;
    margin-top: 20px;
}

.universe_software_bottom_headline {

    font-size: 14px;
    font-weight: bold;
    color: #726D6C;

}

.universe_software_bottom_ul {

    padding-left: 17px;

}


@media screen and (max-width: 900px) {


    .universe_software_main_wrapper {

        padding-left: 0px;

    }

    .universe_software {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .universe_software_right {

        margin: 0 auto;

    }

    .universe_software_right {

        margin-left: 0px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
        text-align: center;
    }

    .universe_software_bottom_ul {

        list-style-type: none;

    }

    .universe_software_grey_box_first_image, .universe_software_grey_box_second_image {

        display: block;
        margin: 0 auto;

    }

    .universe_software_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .universe_software_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 30px !important;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }

    .universe_software_image {

        padding-left: 0px;
        margin: 0 auto;
        margin-bottom: 30px;

    }

    .universe_software_grey_box {

        text-align: center;

    }

    .universe_software_grey_box_image {

        display: block;
        margin: 0 auto;
    }

    .universe_software_image_ul {

        padding: 0;
        margin-top: 10px;
    }

    .universe_software_image_ul li{

        margin: 0 auto;
        display: table;

    }

    .universe_software_right_headline {

        text-align: center;
        margin-top: 20px;

    }

    .universe_softwareright {

        margin-left: 15px;
        font-size: 13.8px;
        height: auto;
        overflow-y: hidden;
    }

    .universe_software_right_ul {

        text-align: center;
        list-style-type: none;
        margin-bottom: 20px;


    }

    .universe_software_right p {

        padding: 0px 20px;

    }

    .back_to_products_menu {

        margin-top: 30px;
        font-size: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;

    }

}


@media screen and (max-width: 400px) {


    .universe_software_main_headline {

        font-size: 12px;

    }
}


/* ==========================================================================
   About us Page
   ========================================================================== */
.about_us_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);

}


.about_us_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}


.about_text p {

    padding-bottom: 3px;

}

.about_us_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;

}

.about_us_page_headline_divide {

    max-width: 450px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 10px;
}

.text_left {

    max-width: 610px

}


.text_right {

    margin-top: 50px;
    padding-left: 10px;

}


.vertical_divider {

    margin-top: 50px;
    height: 540px;
    padding: 220px 5px;
    border-right: 2px solid #DEDEDE;
    height: 100%;

}

.ten_benefits {

    display: none;

}

@media screen and (max-width: 900px) {

    .about_us_page_headline {

        text-align: center;
        color: black;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 30px;
    }

    .about_us_page_headline_divide {

        max-width: 10%;
        border-top: 2px solid #DEDEDE;
        margin-top: 0px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .about_us_main_wrapper {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;

    }

    .text_left {

        max-width: 100%;
        text-align: center;
        padding: 0px 15px;

    }

    .vertical_divider {

        display: none;

    }

    .text_right {

        margin-top: 20px;

    }

    .text_right img {

        display: none;

    }

    .ten_benefits {

        display: block;
        text-align: center;

    }

    .ten_benefits p:first-child{

        font-size: 15px;
        font-weight: bold;
        text-decoration: underline;
        color: #054281;

    }

}


@media screen and (max-width: 500px) {


    .about_us_main_headline {

        font-size: 12px;
        -webkit-transform: translateY(-45px);
                transform: translateY(-45px);

    }

}


/* ==========================================================================
   Products Main Page
   ========================================================================== */

.products_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.products_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;

}

.page_headline_divide {

    max-width: 160px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 10px;
}


.products {

    padding-left: 40px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 45px;
}



.products_right {

    margin-left: 35px;

}

.products_box_1 a {

    text-decoration: none;

}

.products_box_1 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 370px;
    border: 6px solid #E5E5E5;
    padding: 11px 20px;
    margin-bottom: 5px;
    height: 100px;
}

.products_box_1_button {

    font-family: 'Roboto', sans-serif;
    font-size: 11px !important;
    color: black !important;
    font-weight: 900;
    background-color: #F1F1F1;
    height: 28px;
    width: 95px;
    padding-top: 7px !important;
    text-align: center;
    border-left: 3px solid #C9CBCC;
    border-right: 3px solid #C9CBCC;
    margin-right: 65px;
    margin-top: 13px;

}

.products_box_1_button:hover {
    box-shadow: inset 200px 200px 8px -197px rgba(0,0,0,0.75);

}

.products_box_1_button a {

    color: black;
    text-decoration: none;
}

@media screen and (max-width: 900px) {

    .products_main_wrapper {

        padding-left: 0px;

    }
    .products {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .products_right {

        margin: 0 auto;

    }

    .products__left, .products_right {

        margin: 0 auto;

    }

    .page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
    }

    .page_headline_divide {
        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 10px;
    }

}


@media screen and (max-width: 400px) {

    .products_box_1_button {

        margin-right: 5px;
        margin-top: 13px;

    }

    .products_box_1 {

        width: 100%;

    }

    .products_main_headline {

        font-size: 12px;

    }
}



/* ==========================================================================
   Services Main Page
   ========================================================================== */

.services_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.services_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 50px;
}

.page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;

}

.page_headline_divide {

    max-width: 160px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 10px;
}


.services {

    padding-left: 40px;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 45px;
}



.services_right {

    margin-left: 35px;

}

.services_box_1 a {

    text-decoration: none;

}

.services_box_1 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 370px;
    border: 6px solid #E5E5E5;
    padding: 11px 20px;
    margin-bottom: 5px;
}

.services_box_1_button {

    font-family: 'Roboto', sans-serif;
    font-size: 11px !important;
    color: black !important;
    font-weight: 900;
    background-color: #F1F1F1;
    height: 28px;
    width: 95px;
    padding-top: 7px !important;
    text-align: center;
    border-left: 3px solid #C9CBCC;
    border-right: 3px solid #C9CBCC;
    margin-right: 65px;
    margin-top: 13px;

}

.services_box_1_button:hover {
    box-shadow: inset 200px 200px 8px -197px rgba(0,0,0,0.75);

}

.services_box_11_button a {

    color: black;
    text-decoration: none;
}

@media screen and (max-width: 900px) {

    .services_main_wrapper {

        padding-left: 0px;

    }
    .services {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .services_right {

        margin: 0 auto;

    }

    .services__left, .services_right {

        margin: 0 auto;

    }

    .page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 20px;
    }

    .page_headline_divide {
        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 10px;
    }

}


@media screen and (max-width: 400px) {

    .services_box_1_button {

        margin-right: 5px;
        margin-top: 13px;

    }

    .services_box_1 {

        width: 100%;

    }

    .services_main_headline {

        font-size: 12px;

    }
}


/* ==========================================================================
   Enquire Page
   ========================================================================== */

.enquire_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.enquire_main_wrapper {

    max-width: 1200px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
    padding-left: 200px;
}

.enquire_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.enquire_page_headline_divide {

    max-width: 430px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 0px;
}


.enquire {

    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 45px;
}

.enquire_left {

}

.enquire_right {

    padding-left: 100px;
    width: 100%;
}

.enquire_box_1 a {

    text-decoration: none;

}

.enquire_box_1 {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 370px;
    border: 6px solid #E5E5E5;
    padding: 11px 20px;
    margin-bottom: 5px;
}

.enquire_box_1_button {

    font-family: 'Roboto', sans-serif;
    font-size: 11px !important;
    color: black !important;
    font-weight: 900;
    background-color: #F1F1F1;
    height: 28px;
    width: 95px;
    padding-top: 7px !important;
    text-align: center;
    border-left: 3px solid #C9CBCC;
    border-right: 3px solid #C9CBCC;
    margin-right: 65px;
    margin-top: 13px;

}

.enquire_box_1_button:hover {
    box-shadow: inset 200px 200px 8px -197px rgba(0,0,0,0.75);

}

.enquire_box_11_button a {

    color: black;
    text-decoration: none;
}

/*Form*/

.form-group {

    margin-bottom: 0px;

}

.form-horizontal .control-label {

    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-size: 10.3px;
    font-weight: normal;
    padding: 0px;
}

.padding_fix {

    padding-left: 10px ;

}

.form-control {

    display: block;
    width: 70%;
    height: 20px;
    padding: 0;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {

  border-color: #ccc;
  box-shadow: none;

}

.submit_button button {

    width: 215px;
    height: 15px;
    background-image: none;
    box-shadow: none;
    border-radius: 0px;
    margin-left: 170px;
    padding-top: 0px;
    font-size: 10.3px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    border: 1px solid #000;
    background: #f2f2f2; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f2f2 1%,#dbdbdb 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f2f2 1%,#dbdbdb 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

}



@media screen and (max-width: 900px) {

    .enquire_main_wrapper {

        max-width: 100%;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transform: translateY(-45px);
                transform: translateY(-45px);
        margin: 0 auto;
        padding-left: 0px;
    }

    .enquire {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .enquire_right {

        margin: 0 auto;

    }

    .enquire_right {

        margin: 0 auto;

    }

    .enquire_right {

        padding-left: 0px;

    }

    .enquire_left  {

        display: none !important;
    }

    .enquire_page_headline {

        text-align: center;
        font-size: 25px;
        padding-top: 0px;

    }

    .enquire_page_headline_divide {

        width: 9%;
        margin: 0 auto;
        border-top: 2px solid #DEDEDE;
        margin-top: 5px;
        margin-bottom: 10px;

    }


    /*Form*/

    .form-group {

        margin-bottom: 20px;

    }

    .form-horizontal .control-label {

        padding-top: 7px;
        margin-bottom: 5px !important;
        text-align: right;
        font-size: 15px !important;
        font-weight: bold !important;
        padding: 0px;
    }

    .padding_fix {

        padding-left: 10px ;

    }

    .form-horizontal .form-group {

         margin-right: 0px;
         margin-left: 0px;
         text-align: center;

    }

    .form-control {

        display: block;
        width: 100%;
        height: 40px;
        padding: 0;
        font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .form-control:focus {

        border-color: #ccc;
        box-shadow: none;

    }

    .submit_button button {

        max-width: 80%;
        height: 30px;
        background-image: none;
        box-shadow: none;
        border-radius: 0px;
        margin-left: 0px;
        padding-top: 5px;
        font-size: 15px;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        border: 1px solid #000;
        background: #f2f2f2; /* Old browsers */ /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #f2f2f2 1%,#dbdbdb 70%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #f2f2f2 1%,#dbdbdb 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    }



}


@media screen and (max-width: 400px) {

    .enquire_box_1_button {

        margin-right: 5px;
        margin-top: 13px;

    }

    .enquire_box_1 {

        width: 100%;

    }

    .enquire_main_headline {

        font-size: 12px;

    }
}

/* ==========================================================================
   Contact Us Page
   ========================================================================== */

.contact_us_main_headline {

    text-align: center;
    color: #003C7E;
    font-size: 15px;
    font-weight: bold;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);

}


.contact_us_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    margin: 0 auto;
}

.contact_us {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

}

.contact_us_left, .contact_us_center, .contact_us_right {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

}

.contacts_heading {

    text-align: left;
    color: black;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 25px;
    padding-top: 5px;

}

.contacts_heading_divider {

    width: 280px;
    border-top: 2px solid #EAEAEA;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 25px;
}

/*Left*/

.contacts_phone {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 25px;
    padding-top: 10px;
}

.phone_text {

    font-size: 12.5px;

}

.phone_numbers {

   font-size: 11px;
   margin-right: 35px;

}

.phone_numbers p{

   margin-bottom: 0px;

}

.contact_us_email {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;


}

.contact_us_email_button {

    font-family: 'Roboto', sans-serif;
    font-size: 11px !important;
    color: black !important;
    font-weight: 600;
    background-color: #F1F1F1;
    height: 28px;
    width: 95px;
    padding-top: 6px !important;
    text-align: center;
    border-left: 3px solid #C9CBCC;
    border-right: 3px solid #C9CBCC;
    border-bottom: 1px solid #C9CBCC;
    border-top: 1px solid #C9CBCC;
    margin-top: 15px;
}

.contact_us_email_button:hover {
    box-shadow: inset 200px 200px 8px -197px rgba(0,0,0,0.75);
    border: none;

}

.contact_us_email_button a {

    color: black;
    text-decoration: none;
}


.contact_us_equiry_form {

    margin-top: 40px;

}

/*Form*/

.contact_us_equiry_form form {

    margin-top: 20px;

}

.form-group {

    margin-bottom: 0px;

}

.form-horizontal .control-label {

    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    font-size: 9px;
    font-weight: normal;
    padding: 0px;
}

.padding_fix {

    padding-left: 10px ;

}

.contact_us_equiry_form .form-control {

    display: block;
    width: 70%;
    height: 20px;
    padding: 0;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#enquiry {

    height: 80px;

}

.form-control:focus {

  border-color: #ccc;
  box-shadow: none;

}

.contact_us_equiry_form .submit_button button {

    width: 70px;
    height: 20px;
    background-image: none;
    box-shadow: none;
    border-radius: 0px;
    margin: 0 auto;
    display: table;
    padding-top: 1px;
    font-size: 12px;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    border: 1px solid #000;
    background: #f2f2f2; /* Old browsers */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2f2f2 1%,#dbdbdb 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2f2f2 1%,#dbdbdb 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
    margin-top: 2px;
}


/*Center*/
.contact_us_grey_box {

    background: #D6D6D6;
    margin-top: 22px;
    margin-left: 10px;
}



.contacts_heading_phone {

    text-align: left;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 7px;
    color: #fff;
    margin-top: 5px;

}

.contact_us_woman {

    padding: 15px 55px 10px 55px;
}

.contact_us_grey_box_phone {

    color: #fff;
    text-align: center;
    font-size: 19px;
    font-weight: 900;
    padding-bottom: 190px;

}

/*Right*/
.contact_us_right {

    padding-left: 40px;

}

.map_text {

    font-size: 11px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;

}

.map_image {

    padding-left: 25px;

}

.address_text {

    padding-left: 25px;
    padding-top: 5px;

}

@media screen and (max-width: 950px) {

    .contact_us_main_wrapper {

        max-width: 100%;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transform: translateY(-45px);
                transform: translateY(-45px);
        margin: 0 auto;
        padding-left: 0px;
    }

    .contact_us {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
    }

    .contacts_heading {

        text-align: center;
        padding-left: 0px;
        font-size: 18px;

    }

    .contacts_heading_divider {

        border-top: 2px solid #EAEAEA;
        margin-top: 0px;
        margin-bottom: 0px;
        /* margin-left: 25px; */
        margin: 0 auto;
        display: table;
        max-width: 50px;
    }

    .contacts_phone {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;
        text-align: center;
        padding-left: 0px;

    }

    .phone_numbers {

        margin-right: 0px;
        font-size: 14px;

    }

    .phone_text {

        font-size: 15px;

    }

    /*Form*/

    .contact_us_equiry_form  {

        margin-top: 0px;

    }

    .form-group {

        margin-bottom: 20px;

    }

    .contact_us_equiry_form .form-horizontal .control-label {

        padding-top: 7px;
        margin-bottom: 5px;
        text-align: right;
        font-size: 15px;
        font-weight: normal;
        padding: 0px;
    }

    .padding_fix {

        padding-left: 10px ;

    }

    .form-horizontal .form-group {

         margin-right: 0px;
         margin-left: 0px;
         text-align: center;

    }

    .contact_us_equiry_form .form-control {

        display: block;
        width: 100%;
        height: 40px;
        padding: 0;
        font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .form-control:focus {

        border-color: #ccc;
        box-shadow: none;

    }

    .submit_button button {

        max-width: 80%;
        height: 30px;
        background-image: none;
        box-shadow: none;
        border-radius: 0px;
        margin-left: 0px;
        padding-top: 5px;
        font-size: 15px;
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
        border: 1px solid #000;
        background: #f2f2f2; /* Old browsers */ /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #f2f2f2 1%,#dbdbdb 70%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #f2f2f2 1%,#dbdbdb 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */

    }

    /*Center*/
    .contact_us_grey_box {

        margin-left: 0px;
        text-align: center;
        padding-bottom: 0px

    }

    .contacts_heading_phone {

        text-align: center;
        padding-left: 0px;
        padding-top: 10px;
        font-size: 20px;

    }

    .contact_us_grey_box_phone {

        padding-bottom: 20px;

    }

    /*Right*/
    .contact_us_right, .map_text, .map_image, .address_text {

        padding-left: 0px;
        text-align: center;
    }

    .map_image {

        max-width: 280px;
        margin: 0 auto;

    }
}


@media screen and (max-width: 400px) {


}


/* ==========================================================================
   Learning Gallery Page
   ========================================================================== */
.learner_gallery_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    padding-bottom: 300px;

}

.learner_gallery_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    padding-top: 30px;

}

.learner_gallery_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}

.learner_gallery_boxes {

    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

}

.learner_gallery_boxes>:first-child, .learner_gallery_boxes>:nth-child(2), .learner_gallery_boxes>:nth-child(3),  .learner_gallery_boxes>:nth-child(4) {

    margin-left: 20px;
    padding: 5px 5px;
    border: 1px solid #ccdbe4;

}

.learner_gallery_boxes>:first-child:hover, .learner_gallery_boxes>:nth-child(2):hover, .learner_gallery_boxes>:nth-child(3):hover,  .learner_gallery_boxes>:nth-child(4):hover {

    border: 5px solid #0075EB;
    padding: 0;

}

@media screen and (max-width: 900px) {

    .learner_gallery_main_wrapper {

        max-width: 100%;
        margin: 0 auto;
        -webkit-transform: translateY(-35px);
                transform: translateY(-35px);
        padding-bottom: 0px;
    }

    .learner_gallery_page_headline {

        text-align: center;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        padding-top: 40px;

    }


    .learner_gallery_page_headline_divide {

        max-width: 20%;
        border-top: 2px solid #DEDEDE;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        margin: 0 auto;
    }


    .learner_gallery_boxes {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;

    }

    .learner_gallery_boxes img{

        margin: 0 auto;
        display: table;
        max-width: 50%;
        padding: 0;
        border: none;
    }

    .learner_gallery_boxes>:first-child, .learner_gallery_boxes>:nth-child(2), .learner_gallery_boxes>:nth-child(3),  .learner_gallery_boxes>:nth-child(4) {

        margin-left: 0px;
        padding: 0;
        border: none;
        margin-bottom: 15px;

    }

    .learner_gallery_boxes>:first-child:hover, .learner_gallery_boxes>:nth-child(2):hover, .learner_gallery_boxes>:nth-child(3):hover,  .learner_gallery_boxes>:nth-child(4):hover {

        border: none;
        padding: 0;

    }
}

/* ==========================================================================
   Add  on Management Gallery Page
   ========================================================================== */
.add_on_management_gallery_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    padding-bottom: 300px;

}

.add_on_management_gallery_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    padding-top: 30px;

}

.add_on_management_gallery_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}

.add_on_management_gallery_boxes {

    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

}

.add_on_management_gallery_boxes>:first-child, .add_on_management_gallery_boxes>:nth-child(2), .add_on_management_gallery_boxes>:nth-child(3),  .add_on_management_gallery_boxes>:nth-child(4) {

    margin-left: 20px;
    padding: 5px 5px;
    border: 1px solid #ccdbe4;

}

.add_on_management_gallery_boxes>:first-child:hover, .add_on_management_gallery_boxes>:nth-child(2):hover, .add_on_management_gallery_boxes>:nth-child(3):hover,  .add_on_management_gallery_boxes>:nth-child(4):hover {

    border: 5px solid #0075EB;
    padding: 0;

}

@media screen and (max-width: 900px) {

    .add_on_management_gallery_main_wrapper {

        max-width: 100%;
        margin: 0 auto;
        -webkit-transform: translateY(-35px);
                transform: translateY(-35px);
        padding-bottom: 0px;

    }

    .add_on_management_gallery_page_headline {

        text-align: center;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        padding-top: 40px;

    }


    .add_on_management_gallery_page_headline_divide {

        max-width: 20%;
        border-top: 2px solid #DEDEDE;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        margin: 0 auto;
    }


    .add_on_management_gallery_boxes {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;

    }

    .add_on_management_gallery_boxes img{

        margin: 0 auto;
        display: table;
        max-width: 50%;
        padding: 0;
        border: none;
    }

    .add_on_management_gallery_boxes>:first-child, .add_on_management_gallery_boxes>:nth-child(2), .add_on_management_gallery_boxes>:nth-child(3),  .add_on_management_gallery_boxes>:nth-child(4) {

        margin-left: 0px;
        padding: 0;
        border: none;
        margin-bottom: 15px;

    }

    .add_on_management_gallery_boxes>:first-child:hover, .add_on_management_gallery_boxes>:nth-child(2):hover, .add_on_management_gallery_boxes>:nth-child(3):hover,  .add_on_management_gallery_boxes>:nth-child(4):hover {

        border: none;
        padding: 0;

    }
}

/* ==========================================================================
   Add  on Management Gallery Page
   ========================================================================== */
.help_desk_gallery_main_wrapper {

    max-width: 960px;
    margin: 0 auto;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    padding-bottom: 300px;

}

.help_desk_gallery_page_headline {

    text-align: left;
    color: black;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    padding-top: 30px;

}

.help_desk_gallery_page_headline_divide {

    max-width: 350px;
    border-top: 2px solid #DEDEDE;
    margin-top: 0px;
    margin-bottom: 3px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
}

.help_desk_gallery_boxes {

    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;

}

.help_desk_gallery_boxes>:first-child, .help_desk_gallery_boxes>:nth-child(2), .help_desk_gallery_boxes>:nth-child(3),  .help_desk_gallery_boxes>:nth-child(4) {

    margin-left: 20px;
    padding: 5px 5px;
    border: 1px solid #ccdbe4;

}

.help_desk_gallery_boxes>:first-child:hover, .help_desk_gallery_boxes>:nth-child(2):hover, .help_desk_gallery_boxes>:nth-child(3):hover,  .help_desk_gallery_boxes>:nth-child(4):hover {

    border: 5px solid #0075EB;
    padding: 0;

}

@media screen and (max-width: 900px) {

    .help_desk_gallery_main_wrapper {

        max-width: 100%;
        margin: 0 auto;
        -webkit-transform: translateY(-35px);
                transform: translateY(-35px);
        padding-bottom: 0px;

    }

    .help_desk_gallery_page_headline {

        text-align: center;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        padding-top: 40px;

    }


    .help_desk_gallery_page_headline_divide {

        max-width: 20%;
        border-top: 2px solid #DEDEDE;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        margin: 0 auto;
    }


    .help_desk_gallery_boxes {

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

            -ms-flex-direction: column;

                flex-direction: column;

    }

    .help_desk_gallery_boxes img{

        margin: 0 auto;
        display: table;
        max-width: 50%;
        padding: 0;
        border: none;
    }

    .help_desk_gallery_boxes>:first-child, .help_desk_gallery_boxes>:nth-child(2), .help_desk_gallery_boxes>:nth-child(3),  .help_desk_gallery_boxes>:nth-child(4) {

        margin-left: 0px;
        padding: 0;
        border: none;
        margin-bottom: 15px;

    }

    .help_desk_gallery_boxes>:first-child:hover, .help_desk_gallery_boxes>:nth-child(2):hover, .help_desk_gallery_boxes>:nth-child(3):hover,  .help_desk_gallery_boxes>:nth-child(4):hover {

        border: none;
        padding: 0;

    }
}

/* ==========================================================================
   Thank You
   ========================================================================== */
.thank_you_wrapper {

    max-width: 650px;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 320px;

}

.thank_you_headline {

    font-size: 16px;
    text-align: center;
    color: #054283;
    font-weight: bold;

}

.thank_you_eclipse {

    font-size: 13px;
    text-align: right;
    padding-right: 5px;

}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
