/* PAGE FADE-IN ***************************************************************/

body {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


body {
    background: url(../img/dtg1_header_2.jpg) repeat top left;
}
@media (min-width: 1025px) {
    body {
        background: url(../img/dtg1_header_1.jpg) no-repeat top left fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

/* center all content */

@media (min-width: 2047px) {
    .center {
        margin: auto;
        padding: 0;
        left: 24%;
    }
    .vertical-center {
        margin: 0;
        position: absolute;
        top: 22%;
    }
}

@media (min-width: 1599px) and (max-width: 2046px) {
    .center {
        margin: auto;
        padding: 0;
        left: 18%;
    }
    .vertical-center {
        margin: 0;
        position: absolute;
        top: 18%;
    }
}

@media (min-width: 1439px) and (max-width: 1598px) {
    .center {
        margin: auto;
        padding: 0;
        left: 12%;
    }
    .vertical-center {
        margin: 0;
        position: absolute;
        top: 15%;
    }
}

@media (max-width: 1438px) {
    .center {
        margin: auto;
        padding: 0;
        left: 4%;
    }
    .vertical-center {
        margin: 0;
        position: absolute;
        top: 6%;
    }
}

/* end */


.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* SCROLLBARS */

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #2aa3f7 #263853;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    background: #263853;
}

*::-webkit-scrollbar-thumb {
    background-color: #2aa3f7;
    border-radius: 20px;
    border: 3px solid #263853;
}



/* navigation link settings */

a,
a:visited {
    font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
    color: #2aa3f7;
    font-size: 19px;  /* used to be 20 */
    text-decoration: none;
    outline: none;
}
@media (max-width: 1025px) {
    a,
    a:visited {
        font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
        font-size: 19px;
        line-height: 22px;
        font-weight: bold;
        color: #2aa3f7;
    }
}


a:hover,
a:active {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

a.nav,
a.nav:visited {
    font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
    color: #2aa3f7;
    font-size: 16px;  /* used to be 20 */
    text-decoration: none;
    outline: none;
}
@media (max-width: 1025px) {
    a.nav,
    a.nav:visited {
        font-weight: bold;
    }
}

a.nav:hover,
a.nav:active {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

a.nav0,
a.nav0:visited {
    font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
    color: #2aa3f7;
    font-size: 19px;  /* used to be 20 */
    text-decoration: none;
    border-bottom: 1px dashed #2aa3f7;
    outline: none;
}
@media (max-width: 1025px) {
    a.nav0,
    a.nav0:visited {
        font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
        font-size: 19px;
        line-height: 22px;
        font-weight: bold;
        color: #ffffff;
        border-bottom: none;
    }
}


a.nav1,
a.nav1:visited {
    font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
    color: #2aa3f7;
    font-size: 19px;  /* used to be 20 */
    text-decoration: none;
    border-bottom: 1px dashed #2aa3f7;
    outline: none;
}
@media (max-width: 1025px) {
    a.nav1,
    a.nav1:visited {
        font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
        font-size: 19px;
        line-height: 22px;
        font-weight: bold;
        color: #2aa3f7;
    }
}


a.nav1:hover,
a.nav1:active {
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

a.nav5,
a.nav5:visited {
    font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
    color: #5175a7;   /* #2aa3f7; */
    font-size: 14px;  /* used to be 20 */
    text-decoration: none;
    font-weight: normal;
    outline: none;
}
@media (max-width: 1025px) {
    a.nav5,
    a.nav5:visited {
        font-family: "Roboto", tahoma, arial, helvetica, avenir, sans-serif;
        color: #53b8fd;   /* #2aa3f7; */
        font-size: 15px;  /* used to be 20 */
        text-decoration: none;
        font-weight: normal;
        outline: none;
    }
}

a.nav5:hover,
a.nav5:active {
    color: #53b8fd;
    text-decoration: none;
    outline: none;
}

/* end */


/* main top background image with page number */

#headerTitle1 {
    width: 100%;
    height: 247px;
    background: url("../img/dtg1_headerTitle_1.png") no-repeat center center;
}
@media (max-width: 1025px) {
    #headerTitle1 {
        width: 100%;
        height: 247px;
        background: url("../img/dtg1_blank.gif") no-repeat center center;
    }
}

#headerTitle2 {
    width: 100%;
    height: 247px;
    background: url("../img/dtg1_headerTitle_2.png") no-repeat center center;
}
@media (max-width: 1025px) {
    #headerTitle2 {
        width: 100%;
        height: 247px;
        background: url("../img/dtg1_blank.gif") no-repeat center center;
    }
}

#headerTitle3 {
    width: 100%;
    height: 247px;
    background: url("../img/dtg1_headerTitle_3.png") no-repeat center center;
}
@media (max-width: 1025px) {
    #headerTitle3 {
        width: 100%;
        height: 247px;
        background: url("../img/dtg1_blank.gif") no-repeat center center;
    }
}

#headerTitle4 {
    width: 100%;
    height: 247px;
    background: url("../img/dtg1_headerTitle_4.png") no-repeat center center;
}
@media (max-width: 1025px) {
    #headerTitle4 {
        width: 100%;
        height: 247px;
        background: url("../img/dtg1_blank.gif") no-repeat center center;
    }
}

#headerTitle5 {
    width: 100%;
    height: 247px;
    background: url("../img/dtg1_headerTitle_5.png") no-repeat center center;
}
@media (max-width: 1025px) {
    #headerTitle5 {
        width: 100%;
        height: 247px;
        background: url("../img/dtg1_blank.gif") no-repeat center center;
    }
}

#headerTitle6 {
    width: 100%;
    height: 247px;
    background: url("../img/dtg1_headerTitle_6.png") no-repeat center center;
}
@media (max-width: 1025px) {
    #headerTitle6 {
        width: 100%;
        height: 247px;
        background: url("../img/dtg1_blank.gif") no-repeat center center;
    }
}

#headerTitle7 {
    width: 100%;
    height: 247px;
    background: url("../img/dtg1_headerTitle_7.png") no-repeat center center;
}
@media (max-width: 1025px) {
    #headerTitle7 {
        width: 100%;
        height: 247px;
        background: url("../img/dtg1_blank.gif") no-repeat center center;
    }
}

#headerTitle8 {
    width: 100%;
    height: 247px;
    background: url("../img/dtg1_headerTitle_8.png") no-repeat center center;
}
@media (max-width: 1025px) {
    #headerTitle8 {
        width: 100%;
        height: 247px;
        background: url("../img/dtg1_blank.gif") no-repeat center center;
    }
}

#headerTitle9 {
    width: 100%;
    height: 247px;
    background: url("../img/dtg1_headerTitle_9.png") no-repeat center center;
}
@media (max-width: 1025px) {
    #headerTitle9 {
        width: 100%;
        height: 247px;
        background: url("../img/dtg1_blank.gif") no-repeat center center;
    }
}


/* title blocks on top background on each page */

#ALHeadlineIntro {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_intro_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineIntro {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_intro_1b.png") no-repeat;
    }
}

#ALHeadlineExpertise {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_expertise_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineExpertise {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_expertise_1b.png") no-repeat;
    }
}

#ALHeadlineProjects {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_projects_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineProjects {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_projects_1b.png") no-repeat;
    }
}

#ALHeadlineNews {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_news_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineNews {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_news_1b.png") no-repeat;
    }
}

#ALHeadlineResources {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_resources_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineResouces {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_resources_1b.png") no-repeat;
    }
}

#ALHeadlineSupport {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_support_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineSupport {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_support_1b.png") no-repeat;
    }
}

#ALHeadlineClients {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_clients_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineClients {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_clients_1b.png") no-repeat;
    }
}

#ALHeadlineContact {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_contact_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineContact {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_contact_1b.png") no-repeat;
    }
}

#ALHeadlineFollow {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_follow_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineFollow {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_follow_1b.png") no-repeat;
    }
}

#ALHeadlineMenu {
    color: transparent;
    text-indent: 99em;
    overflow: hidden;
    width: 420px;
    height: 199px;
    margin-top: 60px;
    background: url("../img/dtg1_title_menu_1a.png") no-repeat;
}
@media (max-width: 1025px) {
    #ALHeadlineMenu {
        color: transparent;
        text-indent: 99em;
        overflow: hidden;
        width: 360px;
        height: 171px;
        margin-top: 80px;
        background: url("../img/dtg1_title_menu_1b.png") no-repeat;
    }
}

/* end */


/* sub-title text on top background of each page */

#ALSubtext {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    color: #f2f2f2;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 1.0em;
}

#ALSubtextDark {
    font-family: Tahoma,Arial,Helvetica,Avenir,Sans-Serif;
    color: #2a466b;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 1.0em;
    font-weight: bold;
}

/* end */

/* general layout settings */

main {
    margin-bottom: 100%;
}

#pickUpTools {
    margin-bottom: 24px;
    text-align: left;
}

#freeDownload {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.section p {
    text-align: left;
    width: 405px;
    font-size: 19px;
}

.sectionHead p {
    position: absolute;
    text-align: right;
    right: 0px;
    bottom: 22px;
    margin: 0;
    padding: 0;
    color: #c94a00;
    font-size: 13px;
}

.sectionTitle {
    margin-top: 18px;
}

.sectionDescription {
    width: auto;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
    clear: both;
}

.sectionNews {
    width: auto;
    margin-bottom: 50px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
    clear: both;
}

.sectionExpertise {
    width: auto;
    margin-bottom: -10px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
    clear: both;
}

.sectionProjects {
    width: auto;
    margin-bottom: -50px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 22px;
    clear: both;
}

.sectionVideo {
    width: auto;
    margin-top: 0%;
    padding-left: 0%;
    padding-right: 0%;
    clear: both;
}

/* end */

/* STATIC LEFT SIDE MENU POSITIONING ************************************************************/

/* FOR 27" IMAC */
.static-menu {
    padding-left: 25px;
    width: 90px;
    z-index: 0;
    position: inherit;
    right: 0px;
    bottom: 0%;
    text-align: center;
}
/* FOR MOBILE DEVICE - NO SHOW */
@media (max-width: 1025px) {
    .static-menu {
        display: none;
    }
}



/* floating menu settings */

.floating-menu {
    padding: 5px;
    width: 80px;
    z-index: 100;
    position: fixed;
    right: 10px;
    bottom: 33%;
    text-align: center;
}

@media (max-width: 1919px) and (min-width: 1536px) {
    .floating-menu {
        bottom: 27%;
    }
}

@media (max-width: 1535px) and (min-width: 1440px) {
    .floating-menu {
        bottom: 22%;
    }
}

@media (max-width: 1439px) and (min-width: 1366px) {
    .floating-menu {
        bottom: 17%;
    }
}

@media (max-width: 1365px) and (min-width: 1280px) {
    .floating-menu {
        bottom: 15%;
    }
}

@media (max-width: 1279px) and (min-width: 1026px) {
    .floating-menu {
        bottom: 13%;
    }
}

.mobile-menu {
    padding: 5px;
    width: 80px;
    z-index: 100;
    position: fixed;
    right: 10px;
    bottom: 80%;
}

@media (min-width: 1025px) {
    .mobile-menu {
        display: none;
    }
}

/* end */


/* feature sections settings */

.featureSection {
}
.featureRow {
    width: 100%;
    margin-bottom:20px;
}
.featureUnit3Column {
    min-height: 100px;
    width: 30.0%;
    margin-right: 3.3%;
    margin-left: 0.0%;
    float: left;
}
@media (max-width: 1025px) {
    .featureUnit3Column {
        min-height: 100px;
        width: 100.0%;
        margin-right: 0.0%;
        margin-left: 0.0%;
        float: left;
    }
}

.featureUnit3Column h3 {
    margin-top:10px;
    margin-bottom:0px;
}

.featureUnit3Column p {
    width: 100%;
    text-align: left;
}

.featureUnit3Contact {
    min-height: 100px;
    width: 30.0%;
    margin-right: 3.3%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit3Expertise {
    min-height: 100px;
    width: 30.0%;
    margin-top: -30px;
    margin-right: 3.3%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit3Projects {
    min-height: 100px;
    width: 30.0%;
    margin-top: -40px;
    margin-right: 3.3%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit3Clients {
    min-height: 100px;
    width: 30.0%;
    margin-top: -48px;
    margin-right: 3.3%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit3ClientsA {
    min-height: 100px;
    width: 51.0%;
    margin-top: -40px;
    margin-right: 1.3%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit3ClientsB {
    min-height: 100px;
    width: 20.0%;
    margin-top: -40px;
    margin-right: 1.3%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit3ClientsC {
    min-height: 100px;
    width: 25.0%;
    margin-top: -40px;
    margin-right: 1.3%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit3ClientsD {
    min-height: 100px;
    width: 95.0%;
    margin-top: -40px;
    margin-right: 0.0%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit5Projects {
    min-height: 100px;
    width: 20.0%;
    margin-top: -30px;
    margin-right: 0.0%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit2Index {
    min-height: 100px;
    width: 20.0%;
    margin-top: -30px;
    margin-right: 0.0%;
    margin-left: 0.0%;
    float: left;
}

.featureUnit3NewsA {
    min-height: 100px;
    width: 45.0%;
    margin-top: 5px;
    margin-right: 0.0%;
    margin-left: 0.0%;
    float: left;
}
@media (max-width: 1025px) {
    .featureUnit3NewsA {
        min-height: 100px;
        width: 100.0%;
        margin-right: 0.0%;
        margin-left: 0.0%;
        float: left;
    }
}

.featureUnit3NewsB {
    min-height: 100px;
    width: 5.0%;
    margin-top: 5px;
    margin-right: 0.0%;
    margin-left: 0.0%;
    float: left;
}
@media (max-width: 1025px) {
    .featureUnit3NewsB {
        min-height: 100px;
        width: 0.0%;
        margin-right: 0.0%;
        margin-left: 0.0%;
        float: left;
    }
}

.featureUnit3NewsC {
    min-height: 100px;
    width: 50.0%;
    margin-top: 30px;
    margin-right: 0.0%;
    margin-left: 0.0%;
    float: left;
}
@media (max-width: 1025px) {
    .featureUnit3NewsC {
        min-height: 100px;
        width: 90.0%;
        margin-right: 0.0%;
        margin-left: 0.0%;
        margin-top: -20px;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        background-color: #15263c;
    }
}

/* end */

/* aligning menu items for mobile menu file */

.mobilemenu_fix {
    float: left;
    vertical-align: middle;
}


/* hiding DIVs on small screens */

@media (max-width: 1025px) {
    .hidden-mobile {
        display: none;
    }
}

/* hiding DIVs on large screens */

@media (min-width: 1025px) {
    .hidden-desktop {
        display: none;
    }
}


/* resolution tweaks - may not be used */

@media only screen and (max-height: 540px) {
    #toolsVideo {
        width: 640px;
        height: 360px;
        margin-left: -320px;
        margin-top: -180px;
    }
}
/* end */

