@font-face {
    font-family: 'Rambla';
    src: url('../gmtechprofile/fonts/Rambla-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans';
    src: url('../gmtechprofile/fonts/OpenSans-Regular.ttf');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    color: white;
    font-family: "OpenSans";
    background-color: rgba(36, 43, 45, 1);
    position: relative;
}

header {
    color: #ffffff;
    background-color: #000000;
    text-transform: uppercase;
    position: fixed;
    z-index: 3000;
    top: 0;
    width: 100%;
    font-size: 1em;
    line-height: 42px;
}

h1 {
    font-family: 'Rambla-Regular', 'Rambla';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    line-height: 40px;
    padding-top: 0.2em
}

.content p {
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #FFFFFF;
    text-align: left;
    line-height: 15px;
    margin-top: 1em;
}

.content p a {
    text-decoration: underline;
}

footer.holder {
    padding: 20px 40px;
    position: relative;

    /*    height: 180px;*/
}

footer {
    display: block;
    width: 100%;
    z-index: 1800;
}

header,
footer {
    background-color: #000000;
}

footer .panel,
footer p {
    line-height: 2.2em;
}

footer .panel {
    display: inline-block;
    width: 25%;
    margin-bottom: 20px;
    min-height: 90px;
    vertical-align: top;
    width: 24%;
}

footer .panel:first-child .logo {
    display: inline-block;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

footer img {
    width: 80px;
}

footer .panel:first-child h3 {
    font-weight: bold;
    line-height: 1em;
}

footer h3 {
    font-family: "Rambla";
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0px;
    border-bottom-width: 0;
    color: white;
}

footer .panel:first-child .logo {
    display: inline-block;
    text-align: center;
}

/*
p {
    word-wrap: break-word;
    line-height: normal;
}*/

footer .social img {
    width: 36px;
    height: 36px;
    padding: 6px;
}

footer .social {
    list-style: none;
}

.social li {
    display: inline-block;
}

ol,
ul {
    list-style: none;
}

footer p {
    font-size: 13px;
}

footer .disclaimer {
    font-size: 12px;
}

footer a:hover {
    text-decoration: underline;
}

header .holder {
    margin: 18px 40px 12px 40px;
    position: relative;
}

header .headerElements {
    display: inline-block;
}

header #headerLogo {
    font-family: 'Rambla-Regular', 'Rambla';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

header #headerLogo img {
    height: 50px;
    margin-right: 0.3em;
    margin-bottom: -0.4em;
}

header.scrollDown {
    line-height: 30px;
}

header.scrollDown #headerLogo img {
    height: 30px;
}

header.scrollDown #headerLogo span {
    display: none;
}

#headerLogo span {
    font-family: "Rambla";
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

header.scrollDown .holder {
    /*  margin: 6px 40px 3px 40px;*/
    margin-top: 6px;
    margin-bottom: 3px;
    position: relative;
}

#main {
    background-color: rgba(36, 43, 45, 1);
    color: white;
    position: relative;
    min-height: 100vh;
    margin-left: 2.5em;
    margin-right: 2.5em;
}

h1 {
    font-family: 'Rambla-Regular', 'Rambla';
    font-weight: normal;
    font-style: normal;
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    line-height: 40px;
}

.group {
    margin: 2em 0 2.5em 0;
}

.group h2 {
    font-family: "Rambla";
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    line-height: 32px;
}

.group ul {}

.group li {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    line-height: 15px;
    color: #06C4FF;
    border-bottom: 1px solid rgb(119, 130, 135);
    padding: 1em 0;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.1em 1.1em;

    background-size: 9px 15px;

    background-image: url(../gmtechprofile/images/arrow-right-blue.svg);
    padding-left: 1.3em;
}

.group li:hover {
    color: white;
    background-image: url(../gmtechprofile/images/arrow-right-white.svg);
}

.content {
    max-width: 700px;
}

.advertHolder {
    position: relative;
    background-color: rgba(249, 88, 0, 1);
    padding: 4.5em 4em 5em 4em;
    margin-bottom: 1.7em;
    background-image: url(../gmtechprofile/images/tdc_advert.jpg);
    background-size: 80%;
    padding-right: 2em;
    background-position: 220% center;
    background-repeat: no-repeat;
    margin-left: -2.5em;
    margin-right: -2.5em;
    margin-top: 5em;
}

.advertHolder.top {
    margin-top: 0;
}

.advertHolder h2 {
    font-family: 'Rambla-Regular', 'Rambla';
    font-size: 32px;
    color: #FFFFFF;
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
}

.advertHolder a {
    margin-top: 1.7em;
    cursor: pointer;
    border-width: 0px;
    height: 40px;
    width: 140px;
    background: inherit;
    color: white;
    background-color: rgba(22, 155, 213, 1);
    border: none;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    font-family: 'OpenSans', 'Open Sans';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    display: inline-block;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    background: rgba(22, 155, 213, 1);
}

.advertHolder p {
    font-family: 'OpenSans', 'Open Sans';
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    footer .panel {
        width: 100%;
    }

    header .holder {
        margin-left: 1em;
        margin-right: 1em;
    }

    #main {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }

    .advertHolder {
        padding: 2.5em 2em 3em 2em;
    }

    .advertHolder h2 {
        margin-bottom: 0.5em;
    }

    .advertHolder p,
    .advertHolder h2 {
        width: 50%;
        line-height: 120%;
    }

    .advertHolder {
        margin-left: -1em;
        margin-right: -1em;
    }

}

@media screen and (max-width: 800px) {
    #headerLogo span {
        display: none;
    }
}
