/* 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
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 {
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

h1,
h2,
h3 {
    color: #333333;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}
/* Default Tags Style */
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

br {
    display: none;
}

@media (max-width: 991px) {
    html,
    body {
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
    }
}

html {
    height: 100%;
}

body {
    font-family: 'Roboto Condensed', sans-serif /* FONT:primary */;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
}

@media (max-width: 767px) {
    body.mobile-break-point.move {
        overflow: hidden;
        height: 100%;
    }

    body.mobile-break-point.move .ts-header__logo-wrapper,
    body.mobile-break-point.move #global {
        left: calc(100% - 70px);
    }

    body.mobile-break-point.move .ts-header-row.is-1 {
        left: 0;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 80px;
    }

    body.mobile-break-point.move {
        overflow: hidden;
        height: 100%;
    }

    body.mobile-break-point.move .ts-header-row.is-1 {
        left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.mobile-break-point.move .ts-header__logo-wrapper,
    body.mobile-break-point.move #global {
        left: 300px;
    }
}

a {
    text-decoration: none;
}
