.ds .ds_inner {
    width: 1580px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
#top-menu {
    position: relative;
    z-index: 0;
}
#top-menu #main-menu:after {
    display: table;
    content: "";
    clear: both;
}
#top-menu #main-menu a {
    float: left;
}
#top-menu #main-menu a:after {
    display: table;
    content: "";
    clear: both;
}
#top-menu #mega-menu {
    position: relative;
}
#top-menu #mega-menu {
    top: 0;
}
.icon {
    display: inline-block;
    vertical-align: middle;
}
.icon-caret-blue {
    background-image: url("../images/the-q-files/icon-caret-blue.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}
.icon-video {
    background-image: url("../images/the-q-files/icon-video.png");
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
}
.img-circle {
    border-radius: 50%;
}
.img-responsive {
    max-width: 100%;
}
.btn {
    display: inline-block;
    font-size: 14px;
    font-size: 1rem;
    padding: 9px 18px;
    line-height: 1.1428571428571428;
}
.btn-bordered {
    border-width: 1px;
    border-style: solid;
    border-color: #333;
    color: #333;
    background: transparent;
}
.btn-bordered.btn-blue {
    border-color: #4d80be;
    color: #4d80be;
    background: transparent;
}
.btn .icon {
    margin-left: 6px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
html,
body {
    padding: 0;
    margin: 0;
    min-height: 100%;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}
* {
    box-sizing: border-box;
}
body {
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0 0 25px;
}
p {
    font-size: 14px;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 20px;
}
p a {
    font-weight: 700;
}
ul li {
    font-weight: 400;
    padding: 0;
    margin: 0;
}
hr {
    border-bottom: 1px solid #cbd2d8;
    margin-top: 0;
    margin-bottom: 70px;
}
.ds .ds_right {
    display: none;
}
#top-menu #main-menu {
    max-width: 1580px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
#top-menu #main-menu a {
    display: block;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.row:before,
.row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.screen-width {
    max-width: 1600px;
    padding: 0 10px;
}
.readmore-content {
    display: none;
}
.newsletter {
    padding-top: 50px;
}
.newsletter .main-nav {
    text-align: center;
    font-size: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #333;
}
.newsletter .main-nav ul {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
}
.newsletter .main-nav li {
    display: inline-block;
}
.newsletter .main-nav li.inactive {
    display: none;
}
.newsletter .main-nav li a {
    font-size: 14px;
    font-size: 1rem;
    line-height: 18px;
    font-weight: 300;
    color: #333;
    padding: 0 15px;
}
.newsletter .main-nav li.active a {
    font-weight: 700;
    color: #24265e;
}
.newsletter .main-nav li ul {
    display: none;
}
.main-heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    font-size: 2.571rem;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.3em;
}
.main-heading a {
    color: #333;
}
.affix-holder {
    position: relative;
}
.affix-holder .affix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #ffffff;
    padding-top: 20px;
}
.affix-holder .affix .main-nav {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
}
.affix-holder .affix+.affix-offset {
    height: 132px;
}
.affix-holder .affix-top {
    padding-top: 20px;
}
.socialmedia {
    position: fixed;
    left: 50%;
    margin-left: 570px;
    bottom: 0;
    transition: 0.4s bottom;
}
.socialmedia-wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: right;
}
.socialmedia-box {
    position: relative;
    display: inline-block;
    text-align: center;
    bottom: 0;
    background: #f99d1c;
    width: 220px;
    padding: 20px 20px 15px;
    transition: 0.4s all;
    z-index: 99;
}
.socialmedia-box.active {
    padding-top: 5px;
    padding-bottom: 5px;
}
.socialmedia-control {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    border: 0;
    background: transparent;
}
.socialmedia-control-icon {
    position: relative;
    width: 13px;
    height: 13px;
}
.socialmedia-control-rec1 {
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 400ms all ease-out;
    transition: 400ms all ease-out;
    top: 5px;
    left: 0;
    height: 3px;
    width: 100%;
}
.socialmedia-control-rec2 {
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 400ms all ease-out;
    transition: 400ms all ease-out;
    top: 0;
    bottom: 10px;
    left: 5px;
    right: 5px;
    height: 100%;
    width: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.active .socialmedia-control-rec2 {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.socialmedia-shares {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.socialmedia-shares li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}
.socialmedia-title {
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff;
    transition: 0.4s all;
}
.active .socialmedia-title {
    font-size: 16px;
}
.socialmedia-desc {
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 10px;
}
.socialmedia.affix-bottom {
    top: auto!important;
    bottom: 84px;
}
.icon {
    display: inline-block;
    vertical-align: middle;
}
.icon-facebook-rounded,
.icon-twitter-rounded,
.icon-linkedin-rounded,
.icon-email-rounded {
    width: 32px;
    height: 32px;
    background-image: url("../images/the-q-files/icon-facebook-rounded.png");
    background-position: center;
    background-repeat: no-repeat;
}
.icon-twitter-rounded {
    background-image: url("../images/the-q-files/icon-twitter-rounded.png");
}
.icon-linkedin-rounded {
    background-image: url("../images/the-q-files/icon-linkedin-rounded.png");
}
.icon-email-rounded {
    background-image: url("../images/the-q-files/icon-email-rounded.png");
}
.issue-holder {
    padding-top: 20px;
    margin-bottom: 20px;
}
.issue-text {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-size: 1.28571 rem;
    font-weight: 400;
    line-height: 20px/18px;
}
.footer {
    position: relative;
    border-top: 1px solid #cbd2d8;
    font-family: arial;
    padding: 20px 0 20px 154px;
    font-size: 11px;
    font-size: 0.786rem;
    color: #666;
    line-height: 1.36;
}
.footer .footer-img {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
}
.footer .footer-desc {
    padding-left: 4%;
}
@media (max-width: 1600px) {
    .socialmedia {
        left: auto;
        margin-left: 0;
        right: 10px;
    }
}
@media (max-width: 960px) {
    body {
        padding-top: 56px!important;
    }
    .screen-width {
        padding: 0 40px;
    }
    .newsletter {
        padding-top: 20px;
    }
    .affix-holder .affix {
        padding-left: 40px;
        padding-right: 40px;
    }
    .socialmedia {
        right: 40px;
    }
}
@media (max-width: 788px) {
    hr {
        margin-bottom: 50px;
    }
    #top-menu #quintiq-logo {
        margin-left: 0;
    }
    .screen-width {
        padding: 0 10px;
    }
    .main-heading {
        font-size: 20px;
        font-size: 1.42857rem;
        margin-bottom: 10px;
    }
    .newsletter .main-nav {
        z-index: 1;
        position: relative;
        padding-bottom: 0;
    }
    .newsletter .mobile-toggle {
        position: absolute;
        top: 5px;
        right: 10px;
        width: 20px;
        height: 13px;
        background: url("../images/the-q-files/icon-mobilemenu.png") no-repeat;
    }
    .newsletter .main-nav ul {
        display: none;
        position: absolute;
        width: 150px;
        right: 0;
        top: 10px;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 5px;
        background: #ffffff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
    .newsletter .main-nav ul.active {
        display: block;
    }
    .newsletter .main-nav li {
        display: block;
    }
    .newsletter .main-nav li a {
        display: block;
        padding: 8px 14px;
    }
    .affix-holder {
        min-height: auto;
    }
    .affix-holder .affix {
        padding-left: 10px;
        padding-right: 10px;
    }
    .affix-holder .affix .mobile-toggle {
        top: 25px;
    }
    .affix-holder .affix-top .mobile-toggle {
        top: 25px;
        right: 0;
    }
    .affix-holder .affix+.affix-offset {
        height: 60px;
    }
    .socialmedia {
        right: 10px;
    }
    .footer {
        padding-left: 0;
    }
    .footer .footer-img {
        margin-top: 0;
        display: block;
        position: static;
        margin-bottom: 20px;
    }
    .footer .footer-desc {
        padding-left: 0;
    }
    .issue-text {
        font-size: 14px;
        font-size: 1 rem;
    }
}
.section-content {
    margin-bottom: 50px;
}
.dagon {
    margin-bottom: 50px;
    max-width: 100%;
}
.dagon .primary {
    position: relative;
    padding-top: 115px;
    margin-bottom: 75px;
    height: 645px;
}
.dagon .primary-bg {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
}
.dagon .primary-bg img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -790px;
}
.dagon .heading {
    position: absolute;
    top: 0;
    width: 50%;
    padding: 0 20px 15px;
    margin-left: 3.8%;
    background: #ffffff;
}
.dagon .heading-title {
    font-size: 60px;
    font-size: 4.28571rem;
    line-height: 1.17;
    font-weight: 700;
    margin-bottom: 20px;
}
.dagon .heading-subtitle {
    font-size: 24px;
    font-size: 1.71429rem;
}
.dagon .body {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}
.dagon .paragraph {
    margin-left: -10px;
    margin-right: -10px;
}
.dagon .paragraph:before,
.dagon .paragraph:after {
    content: "";
    display: table;
}
.dagon .paragraph:after {
    clear: both;
}
.dagon .paragraph-content {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 77%;
}
.dagon .paragraph-content-row {
    margin-left: -10px;
    margin-right: -10px;
}
.dagon .paragraph-content-row:before,
.dagon .paragraph-content-row:after {
    content: "";
    display: table;
}
.dagon .paragraph-content-row:after {
    clear: both;
}
.dagon .paragraph-content-col {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
}
.dagon .paragraph-sidebar {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 23%;
    text-align: center;
}
.dagon .paragraph-sidebar-thumb {
    margin-bottom: 10px;
}
.dagon .paragraph-sidebar-thumb img {
    display: inline;
    max-width: 100%;
}
.dagon .paragraph .bullet-orange li {
    padding-bottom: 0;
    margin-bottom: 0;
    background-position: 0 10px;
}
.dagon .testimony {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}
.dagon .testimony:before,
.dagon .testimony:after {
    content: "";
    display: table;
}
.dagon .testimony:after {
    clear: both;
}
.dagon .testimony .testimony-item {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.3333%;
}
.dagon hr {
    border-bottom: 1px solid #cbd2d8;
    margin-top: 0;
    margin-bottom: 30px;
}
@media (max-width: 1600px) {
    .dagon .heading-title {
        font-size: 3.79747vw;
    }
    .dagon .heading-subtitle {
        font-size: 1.51899vw;
    }
}
@media (max-width: 960px) {
    .dagon .primary {
        margin-bottom: 50px;
    }
    .dagon .primary-bg img {
        margin-left: -730px;
    }
    .dagon .heading {
        position: absolute;
        width: 66.6%;
        padding: 0 20px 15px;
        margin-left: 8.33%;
        background: #ffffff;
    }
    .dagon .heading-title {
        font-size: 5.31915vw;
    }
    .dagon .heading-subtitle {
        font-size: 2.23404vw;
    }
    .dagon .paragraph-content {
        float: none;
        width: 100%;
    }
    .dagon .paragraph-sidebar {
        float: none;
        width: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .dagon .paragraph-sidebar-thumb {
        display: inline-block;
        vertical-align: middle;
    }
    .dagon .paragraph-sidebar .btn {
        vertical-align: middle;
    }
    .dagon .testimony .testimony-item {
        width: 50%;
        margin-bottom: 30px;
    }
}
@media (max-width: 788px) {
    .dagon {
        margin-bottom: 30px;
    }
    .dagon .primary {
        height: auto;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .dagon .primary-bg {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .dagon .primary-bg img {
        position: static;
        margin-left: auto;
        width: 100%;
        height: auto;
    }
    .dagon .heading {
        position: static;
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .dagon .heading-title {
        font-size: 21px;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .dagon .heading-title br {
        content: " ";
        display: inline-block;
        width: 4px;
    }
    .dagon .heading-subtitle {
        font-size: 13px;
        font-size: 0.92857rem;
    }
    .dagon .heading-subtitle br {
        content: " ";
        display: inline-block;
        width: 4px;
    }
    .dagon .paragraph-content-row {
        margin-left: 0;
        margin-right: 0;
    }
    .dagon .paragraph-content-col {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .dagon .testimony {
        margin-left: 0;
        margin-right: 0;
    }
    .dagon .testimony .testimony-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.agha {
    margin-left: -10px;
    margin-right: -10px;
}
.agha:before,
.agha:after {
    content: "";
    display: table;
}
.agha:after {
    clear: both;
}
.agha>a {
    display: block;
}
.agha .com-thumb {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
    position: relative;
}
.agha .com-thumb>a {
    display: block;
}
.agha .com-thumb .overlay-icon {
    position: absolute;
}
.agha .com-thumb .overlay-icon.icon-video {
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.agha .com-thumb img {
    width: 100%;
}
.agha .com-content {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
}
.agha .com-title {
    font-size: 16px;
    font-size: 1.14286 rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.agha .com-description {
    font-size: 12px;
    font-size: 0.85714 rem;
    margin-bottom: 15px;
}
.aquila {
    width: 800px;
    max-width: 100%;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}
.aquila .primary {
    text-align: center;
    margin-bottom: 60px;
}
.aquila .primary-bg {
    margin-bottom: 40px;
}
.aquila .primary-bg img {
    display: inline;
}
.aquila .heading-title {
    font-size: 60px;
    font-size: 4.285714285714286rem;
    line-height: 1.17;
    font-weight: 700;
    margin-bottom: 20px;
}
@media (max-width: 960px) {
    .aquila {
        margin-bottom: 50px;
    }
    .aquila .primary {
        margin-bottom: 40px;
    }
    .aquila .heading-title {
        font-size: 50px;
        font-size: 3.57143rem;
    }
}
@media (max-width: 788px) {
    .aquila {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .aquila .primary-bg {
        width: 200px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .aquila .heading-title {
        font-size: 21px;
        font-size: 1.5rem;
    }
    .aquila .heading-title br {
        content: " ";
        display: inline-block;
        margin-right: 4px;
    }
}
.daedalus {
    margin-left: -10px;
    margin-right: -10px;
    width: 95%;
    margin-left: auto;
    margin-bottom: 75px;
}
.daedalus:before,
.daedalus:after {
    content: "";
    display: table;
}
.daedalus:after {
    clear: both;
}
.daedalus .body {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 63%;
}
.daedalus .primary {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 37%;
    float: right;
}
.daedalus .primary .primary-bg img {
    width: 100%;
}
.daedalus .heading {
    width: 80%;
}
.daedalus .heading-title {
    font-size: 60px;
    font-size: 4.285714285714286rem;
    line-height: 1.17;
    font-weight: 700;
    margin-bottom: 20px;
}
.daedalus .paragraph {
    margin-left: 80px;
    margin-right: 80px;
}
.daedalus.daedalus-two .body {
    width: 53%;
}
.daedalus.daedalus-two .primary {
    width: 47%;
}
.daedalus.daedalus-two .primary .primary-bg {
    padding-top: 140px;
}
.daedalus.daedalus-two .heading {
    width: 90%;
}
@media (max-width: 960px) {
    .daedalus {
        width: 100%;
        margin-left: -10px;
    }
    .daedalus .body {
        width: 58%;
    }
    .daedalus .primary {
        width: 42%;
    }
    .daedalus .paragraph {
        margin-left: 15%;
        margin-right: 15%;
    }
    .daedalus .heading {
        width: 100%;
    }
    .daedalus .heading-title {
        font-size: 50px;
        font-size: 3.57143rem;
    }
    .daedalus.daedalus-two {
        width: 100%;
        margin-left: -10px;
    }
    .daedalus.daedalus-two .body {
        width: 58%;
    }
    .daedalus.daedalus-two .primary {
        width: 42%;
    }
    .daedalus.daedalus-two .paragraph {
        margin-left: 15%;
        margin-right: 15%;
    }
    .daedalus.daedalus-two .heading {
        width: 100%;
    }
    .daedalus.daedalus-two .heading-title {
        font-size: 50px;
        font-size: 3.57143rem;
    }
}
@media (max-width: 788px) {
    .daedalus {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .daedalus .body {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: none;
    }
    .daedalus .primary {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .daedalus .primary-bg {
        width: 200px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .daedalus .paragraph {
        margin-left: 0;
        margin-right: 0;
    }
    .daedalus .heading {
        text-align: center;
    }
    .daedalus .heading-title {
        font-size: 21px;
        font-size: 1.5rem;
    }
    .daedalus.daedalus-two {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .daedalus.daedalus-two .body {
        width: 100%;
    }
    .daedalus.daedalus-two .primary {
        width: 100%;
    }
    .daedalus.daedalus-two .primary .primary-bg {
        padding-top: 0;
    }
    .daedalus.daedalus-two .paragraph {
        margin-left: 0;
        margin-right: 0;
    }
    .daedalus.daedalus-two .heading {
        text-align: center;
    }
    .daedalus.daedalus-two .heading-title {
        font-size: 21px;
        font-size: 1.5rem;
    }
}
.basilius {
    margin-left: -10px;
    margin-right: -10px;
    width: 95%;
    margin-bottom: 75px;
}
.basilius:before,
.basilius:after {
    content: "";
    display: table;
}
.basilius:after {
    clear: both;
}
.basilius .primary {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 40%;
    padding-right: 80px;
}
.basilius .primary .primary-bg img {
    width: 100%;
}
.basilius .body {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 60%;
}
.basilius .heading-title {
    font-size: 60px;
    font-size: 4.285714285714286rem;
    line-height: 1.17;
    font-weight: 700;
    margin-bottom: 20px;
}
.basilius .paragraph {
    margin-left: 80px;
    margin-right: 80px;
}
@media (max-width: 960px) {
    .basilius {
        width: 100%;
    }
    .basilius .body {
        width: 58%;
    }
    .basilius .primary {
        width: 42%;
        padding-right: 10px;
    }
    .basilius .paragraph {
        margin-left: 15%;
        margin-right: 0;
    }
    .basilius .heading {
        width: 100%;
    }
    .basilius .heading-title {
        font-size: 50px;
        font-size: 3.57143rem;
    }
}
@media (max-width: 788px) {
    .basilius {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .basilius .body {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: none;
    }
    .basilius .primary {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .basilius .primary-bg {
        width: 200px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .basilius .paragraph {
        margin-left: 0;
        margin-right: 0;
    }
    .basilius .heading {
        text-align: center;
    }
    .basilius .heading-title {
        font-size: 21px;
    }
    .basilius .heading-title br {
        font-size: 1.5rem;
        content: " ";
        display: inline-block;
        margin-right: 4px;
    }
    .basilius .text-lead {
        font-size: 13px;
        font-size: 1.14286rem;
    }
    .basilius .article-item {
        margin-bottom: 20px;
        padding-bottom: 19px;
        text-align: center;
    }
    .basilius .article-item .item-thumb {
        max-width: 100%;
        display: inline-block;
    }
    .basilius .article-item .item-desc {
        width: auto;
    }
    .basilius .article-item:last-of-type {
        min-height: auto;
    }
}
.tango {
   /* margin-left: -10px;*/
    margin-right: -10px;
    margin-bottom: 100px;
}
.tango:before,
.tango:after {
    content: "";
    display: table;
}
.tango:after {
    clear: both;
}
.tango-item {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
}
.tango-item:first-child {
    padding-right: 50px;
}
.tango-item:last-child {
    padding-left: 50px;
}
@media (max-width: 788px) {
    .tango {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tango-item {
        width: 100%;
    }
    .tango-item:first-child {
        padding-right: 0;
    }
    .tango-item:last-child {
        padding-left: 0;
    }
}
.raindrop .primary-bg {
    margin-bottom: 40px;
}
.raindrop .primary-bg img {
    width: 100%;
}
.raindrop .heading-title {
    font-size: 48px;
    font-size: 2.07571rem;
    font-weight: 700;
    line-height: 1.125;
    letter-spacing: -1px;
    margin-bottom: 50px;
}
@media (max-width: 788px) {
    .raindrop {
        margin-bottom: 30px;
        text-align: center;
    }
    .raindrop .primary-bg {
        width: 400px;
        max-width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .raindrop .heading-title {
        font-size: 21px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
}
.contentpicks-single {
    max-width: 1190px;
    padding-left: 45px;
    padding-right: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    text-align: center;
}
.contentpicks-article-list {
    text-align: left;
    position: relative;
    margin-left: -45px;
    margin-right: -45px;
}
.contentpicks-article-list .contentpicks-article-item {
    position: relative;
    width: 33.333%;
    padding-left: 45px;
    padding-right: 45px;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 36px;
}
.contentpicks-article-list .contentpicks-article-item:last-of-type {
    border-right: 0;
}
.contentpicks-article-item .item-thumb {
    margin-bottom: 25px;
}
.contentpicks-article-item .item-title {
    font-size: 18px;
    font-size: 1.286rem;
    margin-bottom: 20px;
}
.contentpicks-article-item .btn-group {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 45px;
}
.contentpicks-article-item .btn-group .btn {
    margin-right: 10px;
    margin-bottom: 5px;
}
.contentpicks-article-item .btn-group .btn:last-of-type {
    margin-right: 0;
}
@media (max-width: 788px) {
    .contentpicks-heading .contentpicks-title.section-header-title {
        font-size: 21px;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .contentpicks-heading .contentpicks-title.section-header-title br {
        content: " ";
        display: inline-block;
        margin-right: 4px;
    }
    .contentpicks-single {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
    }
    .contentpicks-single .contentpicks-article-list {
        margin-left: 0;
        margin-right: 0;
    }
    .contentpicks-single .contentpicks-article-item {
        border-right: 0;
        width: 100%;
        padding-bottom: 19px!important;
        height: auto!important;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px;
        text-align: center;
    }
    .contentpicks-single .contentpicks-article-item .item-thumb {
        max-width: 100%;
        display: inline-block;
    }
    .contentpicks-single .contentpicks-article-item .item-title {
        font-size: 16px;
        font-size: 1.14286rem;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .contentpicks-single .contentpicks-article-item .item-desc {
        padding-left: 10px;
    }
    .contentpicks-single .contentpicks-article-item .btn-group {
        position: static;
        padding-left: 10px;
        padding-right: 10px;
    }
    .contentpicks-single .contentpicks-article-item:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0!important;
        border-bottom: 0;
    }
}
.inthenews-single {
    margin-bottom: 100px;
}
.inthenews-header {
    position: relative;
}
.inthenews-header .inthenews-image img {
    max-width: 100%;
}
.inthenews-header .inthenews-heading {
    position: absolute;
    width: 100%;
    max-width: 720px;
    top: 50%;
    left: 7.5%;
    transform: translateY(-50%);
    padding: 35px;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
}
.inthenews-header .inthenews-heading .btn {
    font-size: 18px;
    font-size: 1.286rem;
}
.whatsup-single {
    max-width: 1190px;
    padding-left: 45px;
    padding-right: 45px;
    margin-left: auto;
    margin-right: auto;
}
.whatsup-single .contentpicks-article-list .contentpicks-article-item {
    padding-bottom: 0;
}
.whatsup-single .contentpicks-article-list .contentpicks-article-item .item-desc {
    color: #333;
}
@media (max-width: 788px) {
    .whatsup-single {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 30px;
    }
    .whatsup-single .contentpicks-article-list {
        margin-left: 0;
        margin-right: 0;
    }
    .whatsup-single .contentpicks-article-item {
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
        width: 100%;
        padding-bottom: 19px!important;
        height: auto!important;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 20px;
        text-align: center;
    }
    .whatsup-single .contentpicks-article-item .item-thumb {
        display: inline-block;
        max-width: 100%;
    }
    .whatsup-single .contentpicks-article-item .item-title {
        font-size: 16px;
        font-size: 1.14286rem;
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .whatsup-single .contentpicks-article-item .item-desc {
        padding-left: 10px;
    }
    .whatsup-single .contentpicks-article-item .btn-group {
        position: static;
        padding-left: 10px;
        padding-right: 10px;
    }
    .whatsup-single .contentpicks-article-item:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0!important;
        border-bottom: 0;
    }
}
.vanguard {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 50px;
}
.vanguard .primary {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.vanguard .primary-bg {
    position: relative;
    width: 100%;
}
.vanguard .primary-bg img {
    max-width: 100%;
}
.vanguard .heading {
    width: 100%;
    text-align: center;
}
.vanguard .heading-title {
    font-size: 60px;
    font-size: 4.28571rem;
    line-height: 1.17;
    font-weight: 700;
    margin-bottom: 40px;
}
.vanguard .body {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.vanguard .paragraph {
    margin-left: -10px;
    margin-right: -10px;
}
.vanguard .paragraph:before,
.vanguard .paragraph:after {
    content: "";
    display: table;
}
.vanguard .paragraph:after {
    clear: both;
}
.vanguard .paragraph-content {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
}
.vanguard .paragraph-content-row {
    margin-left: -10px;
    margin-right: -10px;
}
.vanguard .paragraph-content-row:before,
.vanguard .paragraph-content-row:after {
    content: "";
    display: table;
}
.vanguard .paragraph-content-row:after {
    clear: both;
}
.vanguard .paragraph-content-col {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%;
}
.vanguard .paragraph .bullet-orange li {
    padding-bottom: 0;
    margin-bottom: 0;
    background-position: 0 10px;
}
.vanguard .testimony {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}
.vanguard .testimony:before,
.vanguard .testimony:after {
    content: "";
    display: table;
}
.vanguard .testimony:after {
    clear: both;
}
.vanguard .testimony .testimony-item {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.3333%;
}
.vanguard-divider {
    margin-top: 15px;
    margin-bottom: 34px;
    border-bottom: 1px solid #e5e5e5;
}
.vanguard-list-item {
    width: 50%;
    min-height: 152px;
    padding-left: 330px;
    padding-right: 10px;
    position: relative;
    margin-bottom: 20px;
}
.vanguard-list-item .item-thumb {
    position: absolute;
    display: block;
    max-width: 300px;
    left: 10px;
}
.vanguard-list-item .item-title {
    font-size: 18px;
    font-size: 1.28571rem;
}
.vanguard-list-item:after {
    content: "";
    display: table;
    clear: both;
}
.vanguard hr {
    border-bottom: 1px solid #cbd2d8;
    margin-top: 0;
    margin-bottom: 30px;
}
.vanguard ol,
.vanguard li {
    list-style-type: decimal;
    list-style-position: inside;
}
.vanguard ol {
    margin-bottom: 20px;
}
@media (max-width: 960px) {
    .vanguard-list-item {
        width: 100%;
    }
}
@media (max-width: 788px) {
    .vanguard {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .vanguard .heading {
        width: 86%;
        padding: 10px;
        margin-left: 7%;
        margin-right: 7%;
    }
    .vanguard .heading-title {
        font-size: 21px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .vanguard .heading-title br {
        content: " ";
        display: inline-block;
        width: 4px;
    }
    .vanguard .paragraph-content-row {
        margin-left: 0;
        margin-right: 0;
    }
    .vanguard .paragraph-content-col {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .vanguard-list-item {
        text-align: center;
        padding-left: 0;
    }
    .vanguard-list-item .item-thumb {
        position: relative;
        left: auto;
        display: inline-block;
    }
}
.modal-overlay {
    position: fixed;
    z-index: 9;
    background: #7f7f7f;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.modal-overlay .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 490px;
    background: #ffffff;
    padding: 40px 50px;
}
.modal-overlay .modal-title {
    font-size: 32px;
    font-size: 2.28571rem;
    font-weight: 300;
    color: #24265e;
    line-height: 1.2;
    margin-bottom: 20px;
}
.modal-overlay .modal-closebtn {
    color: #ffffff;
    font-weight: 600;
    background: #7199ca;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}
.modal-overlay .form-control {
    width: 100%;
    background: #f6f7f8;
    padding: 8px 12px;
    text-indent: 0;
    border-radius: 0;
}
.modal-overlay .input-holder {
    margin-bottom: 10px;
}
.modal-overlay .form-footer {
    font-size: 11px;
    font-size: 0.78571rem;
    padding-top: 5px;
}
.modal-overlay .btn-holder {
    padding-top: 10px;
}
.modal-overlay .btn {
    padding: 12px 20px;
    background: #ffa300;
}
.dagon2 {
    margin-bottom: 50px;
    max-width: 100%;
}
.dagon2 .primary {
    position: relative;
    padding-top: 115px;
    margin-bottom: 35px;
    height: 645px;
}
.dagon2 .primary-bg {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
}
.dagon2 .primary-bg img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -790px;
}
.dagon2 .heading {
    position: absolute;
    top: 0;
    width: 42%;
    padding: 0 20px 15px;
    margin-left: 3.8%;
    background: #ffffff;
}
.dagon2 .heading-title {
    font-size: 60px;
    font-size: 4.28357rem;
    line-height: 1.17;
    font-weight: 700;
    margin-bottom: 20px;
}
.dagon2 .heading-subtitle {
    font-size: 24px;
    font-size: 1.71429rem;
}
.dagon2 .body {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}
.dagon2 .paragraph {
    margin-left: -10px;
    margin-right: -10px;
}
.dagon2 .paragraph:before,
.dagon2 .paragraph:after {
    content: "";
    display: table;
}
.dagon2 .paragraph:after {
    clear: both;
}
.dagon2 .paragraph-content {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 100%;
}
.dagon2 .paragraph-content-row {
    margin-left: -10px;
    margin-right: -10px;
}
.dagon2 .paragraph-content-row:before,
.dagon2 .paragraph-content-row:after {
    content: "";
    display: table;
}
.dagon2 .paragraph-content-row:after {
    clear: both;
}
.dagon2 .paragraph-content-col {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.33%;
}
.dagon2 .paragraph .author-holder {
    margin-right: 50px;
}
.dagon2 .paragraph .author-holder+.clearfix {
    display: none;
}
.dagon2 .paragraph .bullet-orange li {
    padding-bottom: 0;
    margin-bottom: 0;
    background-position: 0 10px;
}
.dagon2 hr {
    border-bottom: 1px solid #cbd2d8;
    margin-top: 0;
    margin-bottom: 20px;
}
.dagon2 blockquote, .basilius blockquote {
    color: #24265e;
    font-size: 1.6242rem;
    line-height: 2.14286rem;
    text-align: center;
    display: block;
}
.dagon2 blockquote + span {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}
@media (max-width: 1600px) {
    .dagon2 .heading-title {
        font-size: 3.69374vw;
    }
    .dagon2 .heading-subtitle {
        font-size: 1.51899vw;
    }
}
@media (max-width: 960px) {
    .dagon2 .primary {
        margin-bottom: 50px;
    }
    .dagon2 .primary-bg img {
        margin-left: -730px;
    }
    .dagon2 .heading {
        position: absolute;
        width: 66.6%;
        padding: 0 20px 15px;
        margin-left: 8.33%;
        background: #ffffff;
    }
    .dagon2 .heading-title {
        font-size: 5.31915vw;
    }
    .dagon2 .heading-subtitle {
        font-size: 2.23404vw;
    }
    .dagon2 .paragraph-content {
        float: none;
        width: 100%;
    }
}
@media (max-width: 788px) {
    .dagon2 {
        margin-bottom: 30px;
    }
    .dagon2 .primary {
        height: auto;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .dagon2 .primary-bg {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    .dagon2 .primary-bg img {
        position: static;
        margin-left: auto;
        width: 100%;
        height: auto;
    }
    .dagon2 .heading {
        position: static;
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .dagon2 .heading-title {
        font-size: 21px;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .dagon2 .heading-title br {
        content: " ";
        display: inline-block;
        width: 4px;
    }
    .dagon2 .heading-subtitle {
        font-size: 13px;
        font-size: 0.92857rem;
    }
    .dagon2 .heading-subtitle br {
        content: " ";
        display: inline-block;
        width: 4px;
    }
    .dagon2 .paragraph-content-row {
        margin-left: 0;
        margin-right: 0;
    }
    .dagon2 .paragraph-content-col {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    .dagon2 .paragraph .author-holder {
        margin-right: 0;
    }
    .dagon2 .paragraph .author-holder+.clearfix {
        display: table;
    }
}
.section-header .section-header-title {
    font-size: 60px;
    font-size: 4.9999rem;
    line-height: 1.17;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-heading {
    font-size: 24px;
    font-size: 1.71429rem;
    margin-bottom: 45px;
    text-align: center;
    line-height: 1;
}
.section-heading-title {
    display: inline-block;
    font-weight: 700;
    text-align: right;
    padding-right: 19px;
}
.section-heading-suggest {
    display: inline-block;
    border-left: 2px solid #9a9a9a;
    font-weight: 300;
    padding-left: 19px;
}
.section-socialmedia {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 45px;
}
.author-holder {
    display: inline-block;
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
    min-height: 60px;
    text-align: left;
}
.author-thumb {
    position: absolute;
    left: 0;
    width: 60px;
}
.text-lead {
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.7142857142857142rem;
}
.article-list {
    padding-right: 80px;
}
.article-item {
    position: relative;
    padding-left: 320px;
    min-height: 201px;
    padding-bottom: 49px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.article-item:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 152px;
}
.article-item .item-thumb {
    position: absolute;
    width: 300px;
    left: 0;
}
.customercare-list .section-body {
    max-width: 720px;
    margin-left: 60px;
}
.quintiqlab-double .quintiqlab-body {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
.quintiqlab-double .quintiqlab-image {
    width: 50%;
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
}
.quintiqlab-double .quintiqlab-header {
    max-width: 640px;
}
.quintiqlab-double .quintiqlab-title {
    font-size: 60px;
    font-size: 4.285714285714286rem;
}
.quintiqlab-double .section-body {
    width: 100%;
    max-width: 620px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 788px) {
    .three .tango-item {
        padding-left: 30px;
        padding-right: 30px;
        width: 33%;
    }
    .three .tango-item:last-child {
        padding-right: 10px;
        padding-left: 50px;
    }
    .three .tango-item:first-child {
        padding-left: 10px;
        padding-right: 50px;
    }
}
@media (max-width: 960px) {
    .article-list {
        padding-right: 0;
    }
    .article-item {
        position: relative;
        padding-left: 0;
        min-height: auto;
        padding-bottom: 29px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 30px;
    }
    .article-item .item-desc {
        width: 300px;
        max-width: 100%;
    }
    .article-item:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        min-height: 152px;
    }
    .article-item .item-thumb {
        position: relative;
        margin-bottom: 20px;
        width: 300px;
        max-width: 100%;
    }
    .article-item .item-thumb img {
        width: 100%;
    }
}
@media (max-width: 788px) {
    .section-heading {
        font-size: 14px;
        font-size: 1rem;
    }
}


.box {
    border: 1px solid #e1e1e1;
    background: rgba(215, 215, 215, 0.1);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
label.col-sm-2.col-form-label {
    text-transform: capitalize;
}
h5 {
    text-transform: capitalize;
}
#overlay {
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 5000;
    display: none;
}
#overlay img {
    width: 3%;
    position: fixed;
    left: 47%;
    top: 50%;
}
.ck-editor__main {
    background-color: #ffffff;
}
.preview {
    position: absolute !important;
}
.preview i {
    cursor: pointer;
}
#preview {
    background-color: #4d80be;
    position: absolute;
    left: 0;
}
.screen-width {
    padding: 0;
}
.issue-text {
    padding: 0 10px;
}
.no-quote {
    text-align: left !important;
    font-style: italic;
}

#non-customer #nav-quintiq-lab,#non-customer #quintiq-version-6-to-debut-on-December-18 {display:none!important;}
#non-customer hr {display:none;}
#non-customer #quintiq-version-6-to-debut-on-December-18,#non-customer #logistics-operators-race-for-leadership-position,#non-customer #china-air-traffic-management{border-bottom:1px solid #e1e1e1;margin-bottom:30px;}