

/*==============FONTS=============*/

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BEBAS___-webfont.woff2') format('woff2'), url('../fonts/BEBAS___-webfont.woff') format('woff'), url('../fonts/BEBAS___-webfont.ttf') format('truetype'), url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Webfont: Lato-Bold */

@font-face {
    font-family: 'LatoWebBold';
    src: url('../fonts/Lato-Bold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Light */

@font-face {
    font-family: 'LatoWebLight';
    src: url('../fonts/Lato-Light.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Medium */

@font-face {
    font-family: 'LatoWebMedium';
    src: url('../fonts/Lato-Medium.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Regular */

@font-face {
    font-family: 'LatoWeb';
    src: url('../fonts/Lato-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/* Webfont: Lato-Semibold */

@font-face {
    font-family: 'LatoWebSemibold';
    src: url('../fonts/Lato-Semibold.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


/*============END FONTS===========*/


/*==================================
 ------------ RESET CSS -----------
==================================*/

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
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;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    -webkit-text-size-adjust: 100%;
}

.no-type-list ol,
.no-type-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong {
    font-family: "LatoWebBold", sans-serif;
    font-weight: bold;
}

em {
    font-style: italic;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

small {
    font-size: smaller;
}


/*---------- Animations ----------*/

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*==================================
 --------- DEFAULT STYLES ---------
==================================*/

body {
    font-family: 'LatoWebLight', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.08px;
    overflow-x: hidden;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
}

body.BodyBackground {
    background: #f4f4f6;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 17px;
    }
}


/*---------- TYPOGRAPHY ----------*/

h1 {
    font-family: 'bebasregular', sans-serif;
    font-size: 50px;
    line-height: 65px;
    margin: 20px 0;
}

h2 {
    font-family: 'bebasregular', sans-serif;
    font-size: 38px;
    line-height: 55px;
    margin: 20px 0;
    word-spacing: 5px;
}

h3 {
    font-family: 'bebasregular', sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0;
}

h4 {
    font-family: 'LatoWebBold', sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 15px 0;
}

h5 {
    font-size: 20px;
    line-height: 24px;
    margin: 15px 0;
}

a {
    text-decoration: none;
    color: #c62b1a;
}

a:hover {
    color: #e73c29;
}

p {
    margin-top: 10px;
    margin-bottom: 0;
}

i {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2 {
        font-size: 23px;
        line-height: 32px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 26px;
    }
}


/*------------ COMMON ------------*/

img {
    max-width: 100%;
}

input[type="checkbox"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 10px;
    width: 10px;
    margin: 0 5px 0 0;
    border: 1px solid;
    border-color: #333333;
    vertical-align: baseline;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    border: 3px solid;
}

input[type="checkbox"]:focus {
    outline: none;
}

input[type="radio"] {
    margin: 0 5px 0 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    display: inline-block;
    font-size: 14px;
    vertical-align: baseline;
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

iframe {
    width: 100%;
}


/*------- HACKS AND FIXES -------*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


/*------------ LISTS ------------*/

.list {
    margin: 16px 0;
    padding-left: 32px;
    list-style-type: disc;
}

.list li {
    line-height: 24px;
}

.list--ordered {
    list-style-type: decimal;
}

.list--alpha {
    list-style-type: lower-alpha;
}

.list--roman {
    list-style-type: lower-roman;
}

.list--inside {
    list-style-position: inside;
}


/*------- BUTTONS / INPUTS -------*/

.input,
.textarea,
.dropdown,
.upload,
.submit,
.button {
    display: inline-block;
    max-width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 15px;
    background: transparent;
    border: 1px solid #6f6f6f;
    border-radius: 2px;
    font-family: 'LatoWeb', sans-serif;
    font-size: 13px;
    line-height: 1;
}

.input::-ms-clear,
.textarea::-ms-clear,
.dropdown::-ms-clear,
.upload::-ms-clear,
.submit::-ms-clear,
.button::-ms-clear {
    display: none;
}

.submit,
.button,
.upload,
.dropdown {
    cursor: pointer;
}

.submit,
.button {
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 2px;
    background: rgb(198, 40, 23);
    background: -moz-linear-gradient( 45deg, rgb(198, 40, 23) 0%, rgb(231, 60, 41) 100%);
    background: -webkit-linear-gradient( 45deg, rgb(198, 40, 23) 0%, rgb(231, 60, 41) 100%);
    background: -ms-linear-gradient( 45deg, rgb(198, 40, 23) 0%, rgb(231, 60, 41) 100%);
    margin-bottom: 5px;
}

input[type="submit"] {
    min-width: 123px;
}

.textarea {
    width: 100%;
    resize: vertical;
}

.upload {
    line-height: 0;
}

.button {
    transition: 0.3s ease-in-out;
}

.button--inverted {
    background-image: -moz-linear-gradient( 45deg, rgb(231, 60, 41) 0%, rgb(198, 40, 23) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(231, 60, 41) 0%, rgb(198, 40, 23) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(231, 60, 41) 0%, rgb(198, 40, 23) 100%);
    color: #fff;
}

.button:hover,
.button--inverted:hover {
    color: #fff;
}

.button--dark {
    border: 1px solid #fff;
    color: #fff;
}

.button--dark:hover {
    background: #fff;
    color: #222;
}

.dropdown {
    padding: 15px 35px 15px 20px;
    background: transparent url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 10px center;
    background-size: 14px 14px;
}

.dropdown::-ms-expand {
    display: none;
}


/*------------ TABLES ------------*/

.table {
    width: 100%;
    margin: 16px 0;
}

.table thead {
    background-color: #e73c29;
}

.table thead th {
    text-align: left;
}

.table tr:nth-child(even) {
    background-color: #f6f6f6;
}

.table th,
.table td,
.table tr > .grid_col {
    margin: 0;
    padding: 7px 15px;
}

.table th {
    color: #fff;
}

.table--headless tr:nth-child(even) {
    background-color: transparent;
}

.table--headless tr:nth-child(odd) {
    background-color: #eaeaea;
}

.table--headless tr:first-child {
    background-color: #e73c29;
    text-align: left;
}

.table--headless tr:first-child td {
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .table--responsive thead {
        display: none;
    }
    .table--responsive tbody {
        border-top: 2px solid #e73c29;
        border-bottom: 2px solid #e73c29;
    }
    .table--responsive td {
        display: block;
    }
    .table--responsive td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}


/*--------- SPECIAL BOXES --------*/

.code {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(0, 111, 186, 0.5);
    font-family: monospace, serif;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    overflow: hidden;
}

.code_comment {
    opacity: 0.5;
}

.quote {
    margin: 32px 0;
    padding: 20px 15px;
    background: #f6f6f6;
    border-left: 3px solid rgba(241, 175, 15, 0.5);
    font-size: 14px;
    font-style: italic;
}

.quote p:before {
    margin-right: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1b";
}

.quote p:after {
    margin-left: 5px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb1c";
}


/*==================================
 ----------- TOAST GRID -----------
==================================*/

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid_col--1-of-1,
.grid_col--2-of-2,
.grid_col--3-of-3,
.grid_col--4-of-4,
.grid_col--5-of-5,
.grid_col--6-of-6,
.grid_col--8-of-8,
.grid_col--12-of-12 {
    width: 100%;
}

.grid_col--1-of-2,
.grid_col--2-of-4,
.grid_col--3-of-6,
.grid_col--4-of-8,
.grid_col--6-of-12 {
    width: 50%;
}

.grid_col--1-of-3,
.grid_col--2-of-6,
.grid_col--4-of-12 {
    width: 33.33333%;
}

.grid_col--2-of-3,
.grid_col--4-of-6,
.grid_col--8-of-12 {
    width: 66.66667%;
}

.grid_col--1-of-4,
.grid_col--2-of-8,
.grid_col--3-of-12 {
    width: 25%;
}

.grid_col--3-of-4,
.grid_col--6-of-8,
.grid_col--9-of-12 {
    width: 75%;
}

.grid_col--push-1-of-1,
.grid_col--push-2-of-2,
.grid_col--push-3-of-3,
.grid_col--push-4-of-4,
.grid_col--push-5-of-5,
.grid_col--push-6-of-6,
.grid_col--push-8-of-8,
.grid_col--push-12-of-12 {
    margin-left: 100%;
}

.grid_col--push-1-of-2,
.grid_col--push-2-of-4,
.grid_col--push-3-of-6,
.grid_col--push-4-of-8,
.grid_col--push-6-of-12 {
    margin-left: 50%;
}

.grid_col--push-1-of-3,
.grid_col--push-2-of-6,
.grid_col--push-4-of-12 {
    margin-left: 33.33333%;
}

.grid_col--push-2-of-3,
.grid_col--push-4-of-6,
.grid_col--push-8-of-12 {
    margin-left: 66.66667%;
}

.grid_col--push-1-of-4,
.grid_col--push-2-of-8,
.grid_col--push-3-of-12 {
    margin-left: 25%;
}

.grid_col--push-3-of-4,
.grid_col--push-6-of-8,
.grid_col--push-9-of-12 {
    margin-left: 75%;
}

.grid_col--pull-1-of-1,
.grid_col--pull-2-of-2,
.grid_col--pull-3-of-3,
.grid_col--pull-4-of-4,
.grid_col--pull-5-of-5,
.grid_col--pull-6-of-6,
.grid_col--pull-8-of-8,
.grid_col--pull-12-of-12 {
    margin-left: -100%;
}

.grid_col--pull-1-of-2,
.grid_col--pull-2-of-4,
.grid_col--pull-3-of-6,
.grid_col--pull-4-of-8,
.grid_col--pull-6-of-12 {
    margin-left: -50%;
}

.grid_col--pull-1-of-3,
.grid_col--pull-2-of-6,
.grid_col--pull-4-of-12 {
    margin-left: -33.33333%;
}

.grid_col--pull-2-of-3,
.grid_col--pull-4-of-6,
.grid_col--pull-8-of-12 {
    margin-left: -66.66667%;
}

.grid_col--pull-1-of-4,
.grid_col--pull-2-of-8,
.grid_col--pull-3-of-12 {
    margin-left: -25%;
}

.grid_col--pull-3-of-4,
.grid_col--pull-6-of-8,
.grid_col--pull-9-of-12 {
    margin-left: -75%;
}

.grid_col--1-of-5 {
    width: 20%;
}

.grid_col--push-1-of-5 {
    margin-left: 20%;
}

.grid_col--pull-1-of-5 {
    margin-left: -20%;
}

.grid_col--2-of-5 {
    width: 40%;
}

.grid_col--push-2-of-5 {
    margin-left: 40%;
}

.grid_col--pull-2-of-5 {
    margin-left: -40%;
}

.grid_col--3-of-5 {
    width: 60%;
}

.grid_col--push-3-of-5 {
    margin-left: 60%;
}

.grid_col--pull-3-of-5 {
    margin-left: -60%;
}

.grid_col--4-of-5 {
    width: 80%;
}

.grid_col--push-4-of-5 {
    margin-left: 80%;
}

.grid_col--pull-4-of-5 {
    margin-left: -80%;
}

.grid_col--1-of-6 {
    width: 16.66667%;
}

.grid_col--push-1-of-6 {
    margin-left: 16.66667%;
}

.grid_col--pull-1-of-6 {
    margin-left: -16.66667%;
}

.grid_col--5-of-6 {
    width: 83.33333%;
}

.grid_col--push-5-of-6 {
    margin-left: 83.33333%;
}

.grid_col--pull-5-of-6 {
    margin-left: -83.33333%;
}

.grid_col--1-of-8 {
    width: 12.5%;
}

.grid_col--push-1-of-8 {
    margin-left: 12.5%;
}

.grid_col--pull-1-of-8 {
    margin-left: -12.5%;
}

.grid_col--3-of-8 {
    width: 37.5%;
}

.grid_col--push-3-of-8 {
    margin-left: 37.5%;
}

.grid_col--pull-3-of-8 {
    margin-left: -37.5%;
}

.grid_col--5-of-8 {
    width: 62.5%;
}

.grid_col--push-5-of-8 {
    margin-left: 62.5%;
}

.grid_col--pull-5-of-8 {
    margin-left: -62.5%;
}

.grid_col--7-of-8 {
    width: 87.5%;
}

.grid_col--push-7-of-8 {
    margin-left: 87.5%;
}

.grid_col--pull-7-of-8 {
    margin-left: -87.5%;
}

.grid_col--1-of-12 {
    width: 8.33333%;
}

.grid_col--push-1-of-12 {
    margin-left: 8.33333%;
}

.grid_col--pull-1-of-12 {
    margin-left: -8.33333%;
}

.grid_col--2-of-12 {
    width: 16.66667%;
}

.grid_col--push-2-of-12 {
    margin-left: 16.66667%;
}

.grid_col--pull-2-of-12 {
    margin-left: -16.66667%;
}

.grid_col--5-of-12 {
    width: 41.66667%;
}

.grid_col--push-5-of-12 {
    margin-left: 41.66667%;
}

.grid_col--pull-5-of-12 {
    margin-left: -41.66667%;
}

.grid_col--7-of-12 {
    width: 58.33333%;
}

.grid_col--push-7-of-12 {
    margin-left: 58.33333%;
}

.grid_col--pull-7-of-12 {
    margin-left: -58.33333%;
}

.grid_col--10-of-12 {
    width: 83.33333%;
}

.grid_col--push-10-of-12 {
    margin-left: 83.33333%;
}

.grid_col--pull-10-of-12 {
    margin-left: -83.33333%;
}

.grid_col--11-of-12 {
    width: 91.66667%;
}

.grid_col--push-11-of-12 {
    margin-left: 91.66667%;
}

.grid_col--pull-11-of-12 {
    margin-left: -91.66667%;
}

.grid_col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

@media (max-width: 480px) {
    .grid_col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .grid_col[class*="grid_col--lg-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lg-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lg-1-of-2,
    .grid_col.grid_col--lg-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lg-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lg-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lg-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .grid_col[class*="grid_col--lc-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--lc-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--lc-1-of-2,
    .grid_col.grid_col--lc-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--lc-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--lc-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--lc-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .grid_col[class*="grid_col--md-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--md-1-of-1 {
        width: 100%;
    }
    .grid_col.grid_col--md-1-of-2,
    .grid_col.grid_col--md-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--md-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--md-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--md-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    .grid_col[class*="grid_col--sm-"] {
        display: inline-block;
        margin-right: -.24em;
    }
    .grid_col.grid_col--sm-1-of-2,
    .grid_col.grid_col--sm-2-of-4 {
        width: 50%;
    }
    .grid_col.grid_col--sm-1-of-3 {
        width: 33.33333%;
    }
    .grid_col.grid_col--sm-2-of-3 {
        width: 66.66667%;
    }
    .grid_col.grid_col--sm-1-of-4 {
        width: 25%;
    }
    .grid_col.grid_col--sm-3-of-4 {
        width: 75%;
    }
}

.grid_col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grid_col--d-first {
    float: left;
}

.grid_col--d-last {
    float: right;
}

.grid--no-gutter {
    margin-left: 0;
}

.grid--no-gutter .grid_col {
    padding-left: 0;
}

.grid--no-gutter .grid_col--span-all {
    margin-left: 0;
    width: 100%;
}

.grid--no-space .grid_col {
    margin-right: 0;
}

.grid_col--ab {
    vertical-align: bottom;
}

.grid_col--am {
    vertical-align: middle;
}


/*==================================
 --------- UTILITY CLASSES --------
==================================*/

.hidden {
    display: none !important;
}

.disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.vtop {
    vertical-align: top;
}

.vmiddle {
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.background--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background--brand {
    background-color: #e73c29;
}

.background--alt-brand {
    background-color: #f1af0f;
}

.background--dark {
    background-color: #3a3a3a;
}

.background--light {
    background-color: #fff;
}

.background--grey {
    background-color: #eaeaea;
}

.background--grey-dark {
    background-color: #d4d5d8;
}

.background--success {
    background-color: #23a217;
}

.background--error {
    background-color: #b72121;
}

.color--brand {
    color: #e73c29;
}

.color--dark {
    color: #222;
}

.color--grey {
    color: #f6f6f6;
}

.color--success {
    color: #23a217;
}

.color--error {
    color: #b72121;
}

.color--red {
    color: #c62817;
}

.dark {
    color: #fff;
}

.dark a {
    color: #fff;
}

.module-title-center .module_title {
    text-align: center;
}

.no-padding-top.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom.no-padding-bottom {
    padding-bottom: 0;
}

.no-padding-left.no-padding-left {
    padding-left: 0;
}

.no-padding-right.no-padding-right {
    padding-right: 0;
}


/*==================================
 --------- ACCESSIBILITY ----------
==================================*/

*:focus {
    outline: none;
}

a:focus {
    text-decoration: underline !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#maincontent:focus {
    outline: 0px;
}


/*---------- Javascript ----------*/

.js--loading:after {
    position: relative;
    left: 50%;
    display: inline-block;
    margin: 16px 0 16px -25px;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eb27";
    font-size: 50px;
    animation: spin 0.8s infinite linear;
}

.js--hidden {
    display: none;
}

.js--visible {
    display: block;
}

.js--disabled {
    opacity: 0.1;
    border-color: #333333;
    color: #333333;
    transition: none;
    pointer-events: none;
}

.js--invalid input[type="text"],
.js--invalid select {
    border: 1px solid #b72121 !important;
}

.js--invalid input[type="checkbox"] {
    border-color: #b72121 !important;
}


/*==================================
 ----------- MODULE CSS -----------
==================================*/


/*-------- All Module CSS --------*/

.module_header,
.module_back-to-top,
.module_anchor-target,
.module_file-size,
.module_file-type,
.module_file-text,
.module_view-all-link,
.module_more {
    display: none;
}

.module_nav,
.module_headline,
.module_location,
.module_speakers,
.module_links,
.module_body,
.module_add-to-calendar,
.module_options,
.module_not-found {
    margin-bottom: 15px;
}

.module_error-container {
    margin-bottom: 30px;
    color: #b72121;
}

.module_add-to-calendar-reveal {
    color: #c62b1a;
    cursor: pointer;
}

.module_add-to-calendar-reveal:hover {
    color: #e73c29;
}

.module_add-to-calendar-reveal:focus {
    text-decoration: underline;
}

.module_add-to-calendar-list {
    display: none;
}

.module_add-to-calendar-list:after {
    content: "Select your Calendar";
    display: block;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}

.fancybox-container .module_add-to-calendar-list {
    padding: 95px !important;
}

.fancybox-container .module_add-to-calendar-list .fancybox-close-small {
    width: 80px;
    height: 80px;
}

.fancybox-container .module_add-to-calendar-list .fancybox-close-small:before {
    font-size: 45px;
}

@media only screen and (max-width: 767px) {
    .fancybox-container .module_add-to-calendar-list .fancybox-close-small {
        width: 50px;
        height: 50px;
    }
    .fancybox-container .module_add-to-calendar-list.module_add-to-calendar-list {
        padding: 70px !important;
    }
}

.module_add-to-calendar-item {
    display: inline-block;
    margin: 0 10px;
}

.module_add-to-calendar-item--ics {
    display: none;
}

.module_add-to-calendar-link {
    font-size: 24px;
}

.module_add-to-calendar.js--hidden {
    display: none;
}

.module_actions,
.module_pager {
    margin-top: 20px;
}

.module_date-time {
    font-family: 'LatoWeb', sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .module_date-time {
        font-size: 12px;
        line-height: 18px;
    }
}

.module_error-container {
    display: block;
}

.module_error-container ul {
    padding-left: 18px;
    list-style-type: disc;
}

.module_error-container ul > li {
    line-height: 24px;
}

.module_error-container > br {
    display: none;
}

.module_error-container > span {
    display: block;
    line-height: 24px;
}

.module_error-container > span:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ec6b";
    margin-right: 5px;
}

.module_headline {
    margin-bottom: 12px;
}

.module_headline-link {
    font-family: 'LatoWebBold', sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #4b4b4b;
}

.module_headline-link:hover {
    color: #e73c29;
}

@media only screen and (max-width: 767px) {
    .module_headline {
        margin-bottom: 8px;
    }
    .module_headline-link {
        font-size: 16px;
        line-height: 19px;
    }
}

.module_image {
    display: inline-block;
    max-width: 30%;
    margin-bottom: 16px;
}

.module_image--right {
    float: right;
    margin-left: 32px;
}

.module_image--left {
    float: left;
    margin-right: 32px;
}

.module_introduction:not(:empty) {
    margin-bottom: 35px;
}

.module_item {
    padding: 30px 0 10px;
}

.module_item ~ .module_item {
    border-top: 1px solid #a0a0a3;
}

.module_label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

.module_label + .module_required {
    font-size: 14px;
}

.module_links > *,
.module_links li,
.module_links .module_presentation {
    display: inline;
}

.module_link {
    font-family: 'LatoWeb', sans-serif;
    display: inline-block;
    margin: 0 15px 5px 0;
    font-size: 14px;
}

.module_link i,
.module_link:before {
    display: inline-block;
    padding-right: 5px;
}

.module_link > .module_link-text,
.module_link > i {
    vertical-align: middle;
}

.module_link > i:before {
    display: block;
}

.module_link[style="DISPLAY:block;"],
.module_link[style="display: block;"] {
    display: inline-block !important;
}

.module_loader {
    display: inline-block;
    animation: spin 1s linear infinite;
}

.module_message {
    display: block;
    margin: 16px 0;
}

.module_message[style$="hidden;"],
.module_message:empty {
    display: none;
}

.module_message--success {
    color: #23a217;
}

.module_message--success:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed71";
    margin-right: 8px;
}

.module_message--error {
    color: #b72121;
}

.module_message--error:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed4f";
    margin-right: 8px;
}

.module_nav-link,
.module_nav .ModuleYearLink,
.module_nav-link:visited,
.module_nav .ModuleYearLink:visited {
    display: inline-block;
    margin-right: 5px;
    padding: 15px 20px;
    border: 2px solid #e73c29;
    color: #333333;
    font-weight: normal;
}

.module_nav-link.selected,
.module_nav-link.selected:visited,
.module_nav .ModuleYearLink.selected,
.module_nav .ModuleYearLink.selected:visited,
.module_nav-link:visited.selected,
.module_nav-link:visited.selected:visited,
.module_nav .ModuleYearLink:visited.selected,
.module_nav .ModuleYearLink:visited.selected:visited {
    background-color: #e73c29;
    color: #fff;
}

@media only screen and (max-width: 480px) {
    .module_nav-link,
    .module_nav .ModuleYearLink,
    .module_nav-link:visited,
    .module_nav .ModuleYearLink:visited {
        margin-bottom: 10px;
    }
}

.module_options-label,
.module_options-select {
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .module_options-label,
    .module_options-select {
        display: block;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module_options-select,
    .module_options-submit {
        display: block;
        margin-bottom: 10px;
    }
}

.module_pager a {
    color: #333333;
}

.module_pager a[href] {
    color: #e73c29;
}

.module_reminder .module_input.module_reminder-period,
.module_reminder .module_input.module_reminder-email {
    margin-right: 10px;
}

.module_reminder.js--reminded {
    display: none;
}

.module_required,
.module_red-star {
    color: #b72121;
}

.module_required-text {
    font-size: 13px;
    color: #333333;
}

.module_rss {
    float: right;
}

.module_speakers li {
    margin-bottom: 5px;
}

.module_view-all-link {
    font-family: 'LatoWeb', sans-serif;
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    border: none;
    text-align: center;
    border-radius: 2px;
    background-image: -moz-linear-gradient( 45deg, rgb(198, 40, 23) 0%, rgb(231, 60, 41) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(198, 40, 23) 0%, rgb(231, 60, 41) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(198, 40, 23) 0%, rgb(231, 60, 41) 100%);
}

.module_view-all-link:hover {
    color: #fff;
}

.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"],
.module_dropdown,
.module textarea.module_input {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Text area demands width*/
    width: 100%;
    max-width: none;
    padding: 15px 25px;
    border: 1px solid #6f6f6f;
    border-radius: 2px;
    font-family: 'LatoWebLight', sans-serif;
    font-size: 16px;
    line-height: 1;
    background: #fff;
}

.module_input[type="text"],
.module_input[type="email"],
.module_input[type="file"] {
    height: 51px;
}

.module_input[type="text"]::-ms-clear,
.module_input[type="email"]::-ms-clear,
.module_input[type="file"]::-ms-clear,
.module_dropdown::-ms-clear,
.module textarea.module_input::-ms-clear {
    display: none;
}

.module textarea.module_input {
    resize: vertical;
}

.module_input[type="file"],
.module_dropdown {
    cursor: pointer;
}

.module_input[type="file"] {
    line-height: 16px;
}

.module_input--brand[type="text"] {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    border: 2px solid #e73c29;
    background: transparent;
}

.module_dropdown {
    background: #fff url("../design/svg/q4-icon_chevron-down-black.svg") no-repeat right 20px center;
    background-size: 14px 14px;
}

.module_dropdown::-ms-expand {
    display: none;
}

.module-details .module_date-time {
    margin-bottom: 15px;
}


/*------- Captcha Component ------*/

.CaptchaContainer {
    display: none;
}

.CaptchaContainer table tr:nth-child(1) {
    display: none;
}

.CaptchaContainer table tr:nth-child(2) td {
    padding-bottom: 20px;
}

.CaptchaContainer table tr:nth-child(3) td {
    padding-bottom: 5px;
    font-size: 14px;
}

.CaptchaContainer table tr:nth-child(3) td span {
    display: none !important;
}

.CaptchaContainer table tr:nth-child(4) span {
    display: none !important;
}

.CaptchaContainer table tr td {
    padding-right: 10px;
}

.CaptchaContainer input[type="text"] {
    appearance: none;
    -webkit-appearance: none;
    display: block;
    max-width: none;
    padding: 15px 25px;
    border: 1px solid #6f6f6f;
    border-radius: 2px;
    background: #fff;
    font-family: 'LatoWebLight', sans-serif;
    font-size: 16px;
    line-height: 1;
}

.fancybox-container .CaptchaContainer table tr:nth-child(4) td {
    padding-bottom: 20px;
}

.fancybox-container .CaptchaContainer table tr td {
    padding-right: 0;
}

.fancybox-container .CaptchaContainer img {
    width: 100%;
}

.fancybox-container .CaptchaContainer .fancybox-close-small {
    width: 80px;
    height: 80px;
}

.fancybox-container .CaptchaContainer .fancybox-close-small:before {
    font-size: 45px;
}

@media only screen and (max-width: 768px) {
    .CaptchaContainer table tr td {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .fancybox-container .fancybox-slide > * {
        padding: 40px !important;
    }
    .fancybox-container .CaptchaContainer .fancybox-close-small {
        width: 40px;
        height: 40px;
    }
    .fancybox-container .CaptchaContainer .fancybox-close-small:before {
        font-size: 30px;
    }
}


/*- Investment Calculator Widget -*/

.module-calculator_input:not(:last-of-type) {
    margin-bottom: 20px;
}

.module-calculator_input h4 {
    margin-bottom: 12px;
}

.module-calculator_input label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}

.module-calculator_input input[type="text"] {
    background-color: rgba(0, 0, 0, 0.05);
}

.module-calculator_input input[type="checkbox"] + label {
    margin: 0;
}

.module-calculator_input-row {
    padding-bottom: 10px;
}

.module-calculator_input-row input[type="text"] {
    margin-top: 10px;
    max-width: 300px;
}

.module-calculator_input-row--other input[type="text"] {
    display: none;
}

.module-calculator_input-row--other input[type="text"].js--revealed {
    display: block;
}

@media screen and (min-width: 1024px) {
    .module-calculator_popup-container {
        min-width: 920px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .module-calculator_popup-container .table thead {
        display: none;
    }
    .module-calculator_popup-container .table tbody {
        border-top: 2px solid #e73c29;
        border-bottom: 2px solid #e73c29;
    }
    .module-calculator_popup-container .table td {
        display: block;
    }
    .module-calculator_popup-container .table td:before {
        content: attr(data-heading) ": ";
        font-weight: bold;
    }
}

.module-calculator_info td:first-child:before {
    content: none;
}


/*- Committee Composition Widget -*/

@media only screen and (max-width: 768px) {
    .module-committee .module_container--desktop {
        display: none;
    }
}

.module-committee .module_container--tablet {
    display: none;
}

@media only screen and (max-width: 768px) {
    .module-committee .module_container--tablet {
        display: block;
    }
}

.module-committee .module_header {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    font-weight: normal;
}

.module-committee .module_item {
    padding: 0;
}

.module-committee .module_item ~ .module_item {
    border: 0;
}

.module-committee .module_item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.module-committee .grid_col {
    padding: 20px 15px;
    text-align: center;
}

.module-committee .grid_col:first-child {
    text-align: left;
}

.module-committee_category.js--active .module_header i:before {
    content: "\edc2";
}

.module-committee_custom-role {
    margin-left: 5px;
}

.module-committee_bio {
    padding: 0 15px 20px;
    text-align: left;
}

.module-committee_bio p {
    margin: 0;
}

.module-committee_bio p:not(:last-of-type) {
    margin-bottom: 16px;
}

.module-committee_legend-container {
    padding: 20px 15px;
}

.module-committee_legend {
    display: inline-block;
    margin-right: 30px;
}

.module-committee_legend i {
    margin-right: 5px;
}


/*----- Download List Module -----*/

.module-downloads .module_nav {
    display: none;
}

.module-downloads .module_item {
    padding: 15px 0;
}

.module-downloads_thumbnail,
.module-downloads_description,
.module-downloads_date {
    display: none;
}

.module-downloads_title-link {
    position: relative;
    display: block;
    margin: 0;
    padding-right: 20px;
}

.module-downloads_title-link:after {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


/*--------- Event Module ---------*/

.module-event .module_location,
.module-event .module_speakers h4,
.module-event .module_body {
    display: none;
}

.module-event-latest .module_container--outer {
    position: relative;
}

.module-event-latest .module-button-wrap {
    position: absolute;
    top: 49px;
    right: 15px;
}

.module-event-latest .module_container--content {
    margin-bottom: 20px;
}

.module-event-latest .module_item-container-wrap {
    margin: -32px -55px 0;
}

.module-event-latest .module_item-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 55px;
}

.module-event-latest .module_item {
    display: table-cell;
    vertical-align: top;
    padding: 15px 20px 15px 100px;
    background: #fff;
    position: relative;
}

.module-event-latest .module_item {
    border: none;
}

.module-event-latest .module_date {
    font-family: 'bebasregular', sans-serif;
    font-size: 27px;
    line-height: 1;
    color: #fff;
    background: #343434;
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.module-event-latest .module_date i {
    display: block;
}

.module-event-latest .module_date i:first-child {
    margin-bottom: 5px;
}

.module-event-latest .module_headline {
    border-bottom: 1px solid #a0a0a3;
    padding-bottom: 12px;
}

.module-event-latest .module_links {
    margin: 0;
}

.module-event-latest .module_location,
.module-event-latest .module_time, span.note {
    font-family: 'LatoWeb', sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.module-event-latest .module_location-text {
    display: inline-block;
}

.module-event-latest .module_location i,
.module-event-latest .module_time i {
    font-size: 23px;
    line-height: 1;
    color: #ff9a90;
    vertical-align: bottom;
    position: absolute;
    left: 0;
    top: -5px;
}

.module-event-latest .module_location i {
    font-size: 30px;
    left: -3px;
}

.module-event-latest .module_location .q4-icon_icon-location:before {
    vertical-align: bottom;
}

.module-event-upcoming .module_nav {
    display: none;
}

.module-event-upcoming .module_item {
    padding: 0 0 10px;
}

.module-event-upcoming .module_item ~ .module_item {
    padding: 30px 0 10px;
}

.module-event-calendar {
    display: table;
    width: 100%;
}

.module-event-calendar_calendar-container,
.module-event-calendar_event-container {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: top;
}

.module-event-calendar_event-container {
    vertical-align: middle;
}

.module-event-calendar_calendar-container {
    padding-right: 20px;
}

.module-event-calendar_event-container {
    padding: 50px;
    background-color: #eaeaea;
}

.module-event-calendar_splash i {
    font-size: 40px;
    color: #e73c29;
}

.module-event-calendar_splash p {
    font-size: 14px;
    line-height: 19.2px;
}

.module-event-calendar_controls {
    padding: 20px 15px;
    background-color: #e73c29;
    font-weight: bold;
    color: #fff;
}

.module-event-calendar_previous-month,
.module-event-calendar_month,
.module-event-calendar_next-month {
    display: inline-block;
}

.module-event-calendar_previous-month,
.module-event-calendar_next-month {
    cursor: pointer;
}

.module-event-calendar_previous-month {
    float: left;
}

.module-event-calendar_next-month {
    float: right;
}

.module-event-calendar_day-container {
    border-bottom: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day {
    position: relative;
    width: 14.285%;
    margin: 0;
    padding: 8px 0 25px;
    border-top: 1px solid rgba(0, 111, 186, 0.2);
    border-left: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day.calendar-dow-6 {
    border-right: 1px solid rgba(0, 111, 186, 0.2);
}

.module-event-calendar_day--name {
    padding: 15px 0 10px;
    border: none;
}

.module-event-calendar_day--adjacent-month {
    color: rgba(51, 51, 51, 0.1);
}

.module-event-calendar_day--today {
    background: #f6f6f6;
}

.module-event-calendar_day--event {
    cursor: pointer;
}

.module-event-calendar_day--event:after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: block;
    height: 4px;
    background-color: #e73c29;
}

.module-event-calendar_day--selected {
    background-color: #e73c29;
    color: #fff;
}

.module-event-calendar_day--selected:after {
    background-color: #fff;
}

.module-event-calendar .module_item {
    padding: 0;
}

.module-event-calendar .module_item ~ .module_item {
    padding-top: 20px;
}

.module-event-calendar .module_date-time,
.module-event-calendar .module_headline {
    margin-bottom: 20px;
}

.module-event-calendar .module_add-to-calendar {
    margin: 0;
}

.module-event .module_link,
.module-event-details .module_link {
    margin-bottom: 8px;
}

.module-event .module_link i,
.module-event-details .module_link i {
    display: none;
}

.module-event .module_link:before,
.module-event-details .module_link:before {
    font-family: 'q4-icons';
    font-size: 18px;
    content: "\e9bb";
    vertical-align: sub;
}

.module-event .module_link[href*=".pdf"]:before,
.module-event .module_link[href*=".PDF"]:before,
.module-event-details .module_link[href*=".pdf"]:before,
.module-event-details .module_link[href*=".PDF"]:before {
    content: "\ef3e";
}

.module-event .module_link[href*=".doc"]:before,
.module-event .module_link[href*=".DOC"]:before,
.module-event-details .module_link[href*=".doc"]:before,
.module-event-details .module_link[href*=".DOC"]:before {
    content: "\ef40";
}

.module-event .module_link[href*=".xls"]:before,
.module-event .module_link[href*=".XLS"]:before,
.module-event-details .module_link[href*=".xls"]:before,
.module-event-details .module_link[href*=".XLS"]:before {
    content: "\ef41";
}

.module-event .module_link[href$=".mp3"] i:before,
.module-event .module_link[href$=".wmv"] i:before,
.module-event-details .module_link[href$=".mp3"] i:before,
.module-event-details .module_link[href$=".wmv"] i:before,
.module-event-latest .module_link[href$=".mp3"] i:before,
.module-event-latest .module_link[href$=".wmv"] i:before,
.module-event-upcoming .module_link[href$=".mp3"] i:before,
.module-event-upcoming .module_link[href$=".wmv"] i:before,
.module-event-archive .module_link[href$=".mp3"] i:before,
.module-event-archive .module_link[href$=".wmv"] i:before,
.module-event-calendar .module_link[href$=".mp3"] i:before,
.module-event-calendar .module_link[href$=".wmv"] i:before,
.module-event .module_link[href*=".mp3"]:before,
.module-event .module_link[href*=".MP3"]:before,
.module-event .module_link[href*=".wmv"]:before,
.module-event .module_link[href*=".VMW"]:before,
.module-event-details .module_link[href*=".mp3"]:before,
.module-event-details .module_link[href*=".MP3"]:before,
.module-event-details .module_link[href*=".wmv"]:before,
.module-event-details .module_link[href*=".VMW"]:before {
    content: "\e952";
}

.module-event .module_link[href$=".xls"] i:before,
.module-event .module_link[href$=".csv"] i:before,
.module-event-details .module_link[href$=".xls"] i:before,
.module-event-details .module_link[href$=".csv"] i:before,
.module-event-latest .module_link[href$=".xls"] i:before,
.module-event-latest .module_link[href$=".csv"] i:before,
.module-event-upcoming .module_link[href$=".xls"] i:before,
.module-event-upcoming .module_link[href$=".csv"] i:before,
.module-event-archive .module_link[href$=".xls"] i:before,
.module-event-archive .module_link[href$=".csv"] i:before,
.module-event-calendar .module_link[href$=".xls"] i:before,
.module-event-calendar .module_link[href$=".csv"] i:before {
    content: "\ef41";
}

.module-event .module_link[href$=".mp4"] i:before,
.module-event .module_link[href$=".flv"] i:before,
.module-event .module_link[href$=".avi"] i:before,
.module-event-details .module_link[href$=".mp4"] i:before,
.module-event-details .module_link[href$=".flv"] i:before,
.module-event-details .module_link[href$=".avi"] i:before,
.module-event-latest .module_link[href$=".mp4"] i:before,
.module-event-latest .module_link[href$=".flv"] i:before,
.module-event-latest .module_link[href$=".avi"] i:before,
.module-event-upcoming .module_link[href$=".mp4"] i:before,
.module-event-upcoming .module_link[href$=".flv"] i:before,
.module-event-upcoming .module_link[href$=".avi"] i:before,
.module-event-archive .module_link[href$=".mp4"] i:before,
.module-event-archive .module_link[href$=".flv"] i:before,
.module-event-archive .module_link[href$=".avi"] i:before,
.module-event-calendar .module_link[href$=".mp4"] i:before,
.module-event-calendar .module_link[href$=".flv"] i:before,
.module-event-calendar .module_link[href$=".avi"] i:before,
.module-event .module_link[href*=".mp4"]:before,
.module-event .module_link[href*=".MP4"]:before,
.module-event .module_link[href*=".avi"]:before,
.module-event .module_link[href*=".AVI"]:before,
.module-event .module_link[href*=".flv"]:before,
.module-event .module_link[href*=".FLV"]:before,
.module-event-details .module_link[href*=".mp4"]:before,
.module-event-details .module_link[href*=".MP4"]:before,
.module-event-details .module_link[href*=".avi"]:before,
.module-event-details .module_link[href*=".AVI"]:before,
.module-event-details .module_link[href*=".flv"]:before,
.module-event-details .module_link[href*=".FLV"]:before {
    content: "\e95e";
}

.module-event .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-details .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-latest .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-upcoming .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-archive .module_link[href$=".com"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".html"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".aspx"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".htm"]:not(.module_webcast-link) i:before,
.module-event-calendar .module_link[href$=".com"]:not(.module_webcast-link) i:before {
    content: "\eecd";
}

.module-event .module_link.module_webcast-link:before,
.module-event-details .module_link.module_webcast-link:before {
    content: "\e989";
}

.module-event .module_link.module_add-to-calendar-reveal:before,
.module-event-details .module_link.module_add-to-calendar-reveal:before {
    content: "\ea5f";
}

@media only screen and (max-width: 1023px) {
    .module-event-latest .module_item-container-wrap {
        margin: 0;
    }
    .module-event-latest .module_item-container,
    .module-event-latest .module_item {
        display: block;
    }
    .module-event-latest .module_item {
        margin-bottom: 20px;
    }
    .module-event-latest .module-button-wrap {
        top: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .module-event-calendar {
        display: block;
    }
    .module-event-calendar_calendar-container,
    .module-event-calendar_event-container {
        display: block;
        width: 100%;
    }
    .module-event-calendar_calendar-container {
        padding-right: 0;
    }
    .module-event-calendar_event-container {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .module-event-latest .module-button-wrap {
        top: 2px;
    }
    .module-event-latest.module-title-center .module_title {
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .module-event-calendar_day {
        display: inline-block;
    }
}


/*---------- FAQ Module ----------*/

.module-faq_question {
    margin-top: 0;
    cursor: pointer;
}

.module-faq_answer p {
    margin: 0;
    padding: 0 0 16px;
}

.module-faq .toggle-all a:before {
    content: "Show all";
}

.module-faq .toggle-all.js--active a:before {
    content: "Hide all";
}


/*--- Financial Report Modules ---*/

.module-financial-year .module_cover {
    margin-bottom: 15px;
}

.module-financial-year .module_cover img {
    display: inline-block;
    border: 1px solid #e73c29;
}

.module-financial-year .module_item {
    padding: 0;
}

.module-financial-year .module_item ~ .module_item {
    border: none;
}

.module-financial-year .module_links {
    margin: 0;
}

.module-financial-year .module-financial_year {
    text-align: center;
}

.module-financial-quarter .module_item {
    padding: 0;
}

.module-financial-quarter .module_item ~ .module_item {
    border: none;
}

.module-financial-quarter .module_item.js--active h3:after {
    content: "\ed5e";
}

.module-financial-quarter .module_links {
    margin: 0;
    padding: 15px;
}

.module-financial-quarter .module_links > div {
    display: block;
}

.module-financial-quarter .module_link {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

.module-financial-quarter .module-financial_year-text {
    padding: 20px 15px;
    margin-bottom: 10px;
    background-color: #e73c29;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.module-financial-quarter .module-financial_year-text:after {
    float: right;
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed5d";
}

.module-financial-table_header {
    background-color: #e73c29;
    color: #fff;
}

.module-financial-table_header-year-container {
    text-align: center;
}

.module-financial-table_header-year,
.module-financial-table_header-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_body-row {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.module-financial-table_body-row:nth-child(even) {
    background-color: #f6f6f6;
}

.module-financial-table_body-year-container {
    text-align: center;
}

.module-financial-table_body-year,
.module-financial-table_body-category.grid_col {
    padding: 20px 15px;
}

.module-financial-table_item {
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-weight: normal;
}

.module-financial-table_item ~ .module_item {
    margin-right: 5px;
}

.module-financial-table_item--empty {
    opacity: 0.1;
}

@media only screen and (max-width: 768px) {
    .module-financial-table_item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-financial-table_item {
        margin: 5px;
    }
}

.module-financial-table .slick-slider {
    display: inline-block;
    padding: 0;
}

.module-financial-table .slick-slide:focus {
    outline: none;
}

.module-financial-table .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 10;
}

.module-financial-table .slick-prev {
    left: 10px;
}

.module-financial-table .slick-next {
    right: 10px;
}

.module-financial-table .slick-disabled {
    opacity: 0.1;
    cursor: default;
}


/* Latest Quarterly Result Widget */

.module-latest-quarter .module_item {
    margin: 50px 0;
    padding: 0;
}

.module-latest-quarter .module_item ~ .module_item {
    border: none;
}

.module-latest-quarter .module_links {
    margin: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    text-align: left;
}

.module-latest-quarter .module_links > div {
    display: inline-block;
    text-align: center;
}

.module-latest-quarter .module_link {
    margin: 0;
}

.module-latest-quarter .module_link i {
    display: block;
    font-size: 55px;
}

.module-latest-quarter .module_link-text {
    display: inline-block;
    margin: 15px 0 0;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
}

.module-latest-quarter .module-financial_type-text,
.module-latest-quarter .module-financial_year-text {
    display: inline-block;
    width: 100%;
}

.module-latest-quarter .module-financial_type-text {
    font-size: 55px;
    font-weight: normal;
}

.module-latest-quarter .module-financial_year-text {
    margin-top: 15px;
    font-size: 24px;
}

.module-latest-quarter .grid_col {
    vertical-align: bottom;
}

@media only screen and (max-width: 1024px) {
    .module-latest-quarter .module_links {
        border-left: 0;
    }
    .module-latest-quarter .module_link {
        margin: 0 0 15px;
    }
    .module-latest-quarter .grid_col {
        vertical-align: middle;
    }
}

@media only screen and (max-width: 768px) {
    .module-latest-quarter .module_item > div:first-child {
        margin-bottom: 30px;
    }
}


/*------ Formbuilder Module ------*/

.module-form--custom .module_container--content {
    display: none;
}

.module-form--custom .module_container--content.js--visible {
    display: block;
}

.module-form .module_container--content {
    margin-left: -20px;
}

@media only screen and (max-width: 768px) {
    .module-form .module_container--content {
        margin-left: 0;
    }
}

.module-form .module_error-container li[style="visibility: hidden;"] {
    display: none;
}

.module-form .module_required {
    margin-left: 3px;
}

.module-form .module_container--captcha > div {
    margin: 0;
    padding: 0;
}

.MessageSent .module_container.module_container--inner p:before {
    font-family: "q4-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ed71";
    margin-right: 8px;
}

.MessageSent .module_container.module_container--inner p {
    color: #23a217;
}

.module-form .module_container--captcha > div .ErrorMessage {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #b72121;
}

.module-form .module_container--captcha > div .ErrorMessage[style="visibility: hidden;"] .module-form .module_container--captcha > div .ErrorMessage[style="visibility:hidden;"] {
    display: none;
}

.module-form_item {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
}

.module-form_item > label,
.module-form_item legend {
    font-family: 'LatoWebMedium', sans-serif;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #4a4a4a;
}

.module-form_item legend {
    float: left;
    margin-bottom: 15px;
    font-size: 16px;
}

.module-form_item legend ~ ul {
    clear: both;
}

.module-form_item ul li:not(:last-of-type) {
    padding-bottom: 5px;
}

.module-form_item--document-request,
.module-form_item--are-you-an-investor {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .module-form_item {
        width: 100%;
        padding-left: 0;
    }
}

.module-form_error-text {
    color: #b72121;
}

.module-form_error-text[style="visibility:hidden;"] {
    display: none;
}

.module-form .CaptchaContainer {
    display: block;
}

.module-form .CaptchaContainer input[type="text"] {
    width: 100%;
}

.module-glossary .module_header {
    display: block;
}

.module-glossary .module_header table {
    width: 100%;
    table-layout: fixed;
}

.module-glossary .module_header table a {
    color: #333333;
    font-weight: normal;
}

.module-glossary .module_header table a[href] {
    color: #e73c29;
}


/*---------- Job Modules ---------*/

.module-job-details_description-container {
    margin-bottom: 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.module-job-details_description label {
    font-weight: normal;
}

.module-job-details_description input {
    width: auto;
    max-width: none;
    padding: 0;
    border: none;
    float: right;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 0;
}

@media only screen and (max-width: 480px) {
    .module-job-details_description label:after {
        content: ":";
    }
    .module-job-details_description input {
        display: block;
        float: none;
        margin-top: 8px;
    }
}

.module-job-details .grid_col {
    padding: 15px 20px;
}

.module-job-application_table {
    display: block;
    width: 100%;
    margin-left: -20px;
    font-size: 0;
}

.module-job-application_table tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 20px;
    vertical-align: top;
    font-size: 16px;
}

.module-job-application_table tr:last-child {
    margin-bottom: 0;
}

.module-job-application_table tr.module-job-application_cover-letter-text,
.module-job-application_table tr.module-job-application_resume-text {
    width: 100%;
}

.module-job-application_table tr td {
    display: block;
    position: relative;
}

.module-job-application_table tr label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .module-job-application_table {
        margin-left: 0;
    }
    .module-job-application_table tr {
        width: 100%;
        padding-left: 0;
    }
}

.module-job-application .module_required {
    font-size: 14px;
}


/*----- Miscellaneous Modules ----*/

.module-script {
    display: none;
}

.module-slideshow_viewer {
    display: inline-block;
    width: 100%;
    max-width: 640px;
}

.module-slideshow_ratio {
    position: relative;
}

.module-slideshow iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.module-slideshow_link-container {
    margin-top: 25px;
}

.module-slideshow iframe {
    width: 100%;
    max-width: 100%;
}

.module-rss p + h2 {
    margin: 40px 0 30px;
}

@media only screen and (max-width: 480px) {
    .module-slideshow_viewer {
        max-width: 100%;
        overflow: hidden;
    }
}


/*------ Navigation Modules ------*/

.nav_close {
    display: none;
}

.nav--sitemap {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px 70px 15px;
}

.nav--sitemap i {
    display: none;
}

.nav--sitemap a {
    display: inline-block;
}

.nav--sitemap .level1 > li:not(:last-of-type) {
    margin-bottom: 35px;
}

.nav--sitemap .level1 > li > a,
.nav--sitemap .level1 > li > a:visited {
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
}

.nav--sitemap .level2 {
    padding-left: 20px;
}

.nav--sitemap .level2 > li,
.nav--sitemap .level3 > li {
    padding: 5px 0;
}

.nav--sitemap .level2 > li > a,
.nav--sitemap .level3 > li > a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav--sitemap .level2 > li > a {
    margin-bottom: 5px;
}

.nav--sitemap .level3 > li {
    padding-left: 15px;
}


/*-------- News Module CSS -------*/

.module-news-latest .module_item ~ .module_item {
    border: none;
}

.module-news-latest .module_item-wrap {
    padding: 30px;
    background: #fff;
}

.module-news-latest .module_date-time {
    font-size: 24px;
    margin-bottom: 15px;
    color: #cdcdcd;
}

.module-news-latest .module_headline-link {
    font-size: 24px;
    line-height: 30px;
}

.module-news-latest .module_links {
    margin: 0;
}

.module-news-latest .module_link {
    color: #e73c29;
}

.module-news-details.module-news-details {
    padding-top: 35px !important;
}

.module-news-details .module_title {
    margin-top: 0;
}

.module-news-details .module_view-all-link {
    margin-bottom: 25px;
}

.module-news-details .module_view-all-link--bottom {
    margin-top: 25px;
    margin-bottom: 0;
}

.module-news-details_category {
    display: none;
}

.module-news-details a {
    word-wrap: break-word;
}

.module-news .q4-icon_pdf:before,
.module-news-details .q4-icon_pdf:before {
    content: "\ef3e";
}

.module-news .module_link {
    display: none;
    font-family: "LatoWebBold", sans-serif;
    font-size: 16px;
}

.module-news .module_link[href*=".pdf"],
.module-news .module_link[href*=".PDF"] {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .module-news-latest .module_date-time {
        font-size: 12px;
    }
    .module-news-details.module-news-details {
        padding-top: 25px !important;
    }
    .module-news-details table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}


/*------ Person List Module ------*/

.module-person_description,
.module-person_res-photo-container,
.module-person .module_comma {
    display: none;
}

.module-person .module_item {
    position: relative;
    padding: 0 0 20px 20px;
    border: none;
}

.module-person .module_item:hover .module-person_name-container {
    opacity: 1;
}

.module-person_photo-container img {
    width: 100%;
}

.module-person_name-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 25px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    opacity: 0;
    text-align: center;
}

.module-person_name-container h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.module-person_name-container a {
    color: #fff;
}

.module-person_name {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.module-person_suffix,
.module-person_title {
    font-size: 13px;
}

.fancybox-container .module-person .module_item {
    max-width: 1440px;
    padding: 110px 250px;
}

.fancybox-container .module-person_photo-container,
.fancybox-container .module-person_name-container {
    display: inline-block;
    vertical-align: middle;
}

.fancybox-container .module-person_name-container {
    position: static;
    background: transparent;
    text-align: left;
    opacity: 1;
}

.fancybox-container .module-person_name-container h3 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-transform: none;
    text-align: center;
    margin-top: 20px;
}

.fancybox-container .module-person_name-container a {
    color: #333333;
}

.fancybox-container .module-person_photo-container {
    display: block;
}

.fancybox-container .module-person_photo-name-container {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    min-height: 1px;
    width: 40%;
    margin-right: -.25em;
    padding: 0 20px;
    text-align: center;
}

.fancybox-container .module-person_description-container {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    min-height: 1px;
    width: 60%;
    margin-right: -.25em;
    padding-left: 20px;
}

.fancybox-container .module-person_photo-container a {
    pointer-events: none;
}

.fancybox-container .module-person_photo-container img {
    max-width: 270px;
}

.fancybox-container .module-person_name,
.fancybox-container .module-person_suffix {
    font-family: 'LatoWebBold', sans-serif;
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 1;
    color: #fff;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
}

.fancybox-container .module-person_suffix {
    display: none;
}

.fancybox-container .module-person_suffix:not(:empty) {
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
}

.fancybox-container .module-person_title {
    font-family: 'LatoWebLight', sans-serif;
    font-size: 29px;
    line-height: 1;
    display: block;
}

.fancybox-container .module-person_description {
    font-family: 'LatoWeb', sans-serif;
    font-size: 18px;
    line-height: 24px;
    display: block;
}

.fancybox-container .module-person_description p:first-child {
    font-size: 22px;
}

.fancybox-container .fancybox-slide > * {
    background-color: #36373f;
}

.fancybox-container .module-person .fancybox-close-small {
    top: 25px;
    right: 40px;
}

.module-person-details .module_title {
    display: none;
}

.module-person-details .module_comma {
    display: none;
}

.module-person-details_photo-container,
.module-person-details_name-container {
    display: inline-block;
    vertical-align: middle;
}

.module-person-details_photo-container {
    max-width: 30%;
    margin-right: 40px;
}

.module-person-details_name {
    display: block;
    margin-bottom: 10px;
    font-size: 36px;
    color: #e73c29;
}

.module-person-details_title {
    display: block;
    font-size: 24px;
}

.module-person-details_description-container {
    margin-top: 40px;
}

.module-presentation .module_body {
    display: none;
}

@media only screen and (max-width: 1280px) {
    .fancybox-container .module-person .module_item {
        padding: 110px;
    }
}

@media only screen and (max-width: 1023px) {
    .fancybox-container .module-person .fancybox-close-small {
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .fancybox-container .fancybox-close-small:before {
        font-size: 30px;
    }
    .fancybox-container .module-person .module_item {
        padding: 55px;
    }
    .fancybox-container .module-person_photo-name-container,
    .fancybox-container .module-person_description-container {
        display: block;
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
    .module-person-details_photo-container {
        margin-right: 15px;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .fancybox-container .module-person .module_item {
        padding: 55px 20px;
    }
    .fancybox-container .fancybox-slide > * {
        padding: 0;
    }
    .fancybox-container .module-person_name,
    .fancybox-container .module-person_suffix {
        font-size: 22px;
    }
    .fancybox-container .module-person_title {
        font-size: 22px;
    }
    .fancybox-container .module-person_description {
        font-size: 14px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .fancybox-container .module-person_photo-container {
        margin-right: 0;
        max-width: none;
    }
    .module-person-details_photo-container {
        margin-right: 0;
        max-width: none;
    }
}


/*------ Q4 Preview Toolbar ------*/

body.PreviewBody {
    margin: 0;
    background-position: 0;
}

body.PreviewBody .PreviewToolBar {
    position: fixed;
    top: 100%;
    bottom: auto;
    width: 100%;
    margin: 0;
    padding: 35px 20px;
    border: 0;
    background: #222;
    font-size: 0;
    text-align: left;
    color: #fff;
    z-index: 100;
}

body.PreviewBody .PreviewToolBar.js--open {
    top: auto;
    bottom: 0;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger {
    position: absolute;
    top: 0;
    left: 10px;
    padding: 20px;
    background: #222;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    font-size: 24px;
    cursor: pointer;
}

body.PreviewBody .PreviewToolBar .PreviewTrigger.js--active i:before {
    content: "\ed6d";
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
body.PreviewBody .PreviewToolBar .PreviewDateControls {
    display: inline-block;
    vertical-align: middle;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    font-size: 16px;
    margin-right: 15px;
    line-height: 50px;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft {
    float: none;
}

body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before {
    content: "Select Preview Type:";
}

body.PreviewBody .PreviewToolBar .PreviewDateControls {
    float: right;
}

body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
    content: "Select Preview Date:";
}

body.PreviewBody .PreviewToolBar img {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="radio"],
body.PreviewBody .PreviewToolBar label,
body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    display: inline-block;
    margin-right: 5px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: baseline;
}

body.PreviewBody .PreviewToolBar input[type="text"],
body.PreviewBody .PreviewToolBar select,
body.PreviewBody .PreviewToolBar input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
}

body.PreviewBody .PreviewToolBar label + input[type="radio"] {
    margin-left: 15px;
}

body.PreviewBody .PreviewToolBar input[type="text"] {
    min-width: 110px;
}

body.PreviewBody .PreviewToolBar select {
    padding: 15px 35px 15px 20px;
    background: #fff url('../design/svg/q4-icon_chevron-down-black.svg') no-repeat right 10px center;
    background-size: 14px 14px;
}

body.PreviewBody .PreviewToolBar select::-ms-expand {
    display: none;
}

body.PreviewBody .PreviewToolBar input[type="submit"] {
    background: #e73c29;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft,
    body.PreviewBody .PreviewToolBar .PreviewDateControls {
        display: block;
        float: none;
        margin-bottom: 15px;
    }
    body.PreviewBody .PreviewToolBar .PreviewFloatLeft:before,
    body.PreviewBody .PreviewToolBar .PreviewDateControls:before {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    body.PreviewBody .PreviewToolBar input[type="radio"],
    body.PreviewBody .PreviewToolBar label,
    body.PreviewBody .PreviewToolBar input[type="text"],
    body.PreviewBody .PreviewToolBar select,
    body.PreviewBody .PreviewToolBar input[type="submit"] {
        margin-bottom: 5px;
    }
}


/*-------- Search Modules --------*/

.module-search {
    position: relative;
    text-align: right;
}

.module-search_input[type="text"] {
    display: inline-block;
    width: 90%;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    font-size: 14px;
}

.module-search_button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    background: transparent url('../design/svg/q4-icon_buttons.svg');
    background-size: 300%;
    font-size: 0;
    cursor: pointer;
}

.module-search-result_link {
    margin-bottom: 15px;
}

.module-search-result_description {
    display: block;
    margin-bottom: 15px;
}

.module-search-result_description:after {
    content: "...";
}

.module-search-result_url {
    display: none;
}


/*-------- SEC Module CSS --------*/

.module-sec .module_header {
    display: block;
    background-color: #e73c29;
}

.module-sec .module_header-text {
    padding: 15px 8px;
    color: #fff;
}

.module-sec .module_item {
    padding: 0;
}

.module-sec .module_item ~ .module_item {
    border: 0;
}

.module-sec .module_item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.module-sec .module_item .grid_col {
    vertical-align: middle;
    padding: 15px 8px;
}

.module-sec .module_item .module-sec_filing {
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .module-sec .module_header {
        display: none;
    }
    .module-sec .module_header + .module_item {
        border-top: 2px solid #e73c29;
    }
    .module-sec .module_item {
        padding: 15px 0;
    }
    .module-sec .module_item:first-child {
        border-top: 2px solid #e73c29;
    }
    .module-sec .module_item:last-child {
        border-bottom: 2px solid #e73c29;
    }
    .module-sec .module_item .grid_col {
        padding: 0 5px;
    }
    .module-sec .module_item + .module_footer {
        border-bottom: 2px solid #e73c29;
    }
}

.module-sec_download-list-item {
    display: inline-block;
    font-size: 24px;
}

.module-sec_download-list-item:not(:last-of-type) {
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {
    .module-sec_date,
    .module-sec_filer,
    .module-sec_filing,
    .module-sec_description {
        margin-bottom: 15px;
    }
}

.module-sec-details_date,
.module-sec-details_description {
    margin-bottom: 15px;
}

.module-sec-details_download-list-item {
    display: inline-block;
    font-size: 24px;
}

.module-sec-details_download-list-item:not(:last-of-type) {
    margin-right: 5px;
}


/*---- Accessibility Skip Link ---*/

.module-skip_link {
    position: absolute;
    top: -100px;
    left: 50%;
    padding: 15px 20px;
    background: transparent;
    color: white;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.module-skip_link:focus,
.module-skip_link:active,
.module-skip_link:hover {
    top: -26px;
    background: #0F5CA3;
    outline: 0;
}

.module-skip_link:visited {
    color: #fff;
}


/*------ Stock Chart Widget ------*/

.module-stock-chart .highcharts-legend-item:first-child text {
    cursor: default !important;
}

.module-stock-chart .highcharts-navigator-handle {
    stroke: rgba(0, 0, 0, 0.05);
    fill: #f2f2f2;
    cursor: ew-resize;
}

.module-stock-chart .highcharts-range-input rect {
    stroke: #cccccc;
    fill: #f2f2f2;
}

.module-stock-chart .highcharts-button rect,
.module-stock-chart .highcharts-input-group rect {
    stroke-width: 0;
    fill: rgba(0, 0, 0, 0.05);
}

.module-stock-chart .highcharts-button text,
.module-stock-chart .highcharts-input-group text {
    fill: #333333;
}

.module-stock-chart .highcharts-navigator-handle-right rect,
.module-stock-chart .highcharts-navigator-handle-left rect {
    stroke-width: 0;
    fill: #e73c29;
}

.module-stock-chart .highcharts-navigator-handle-right path,
.module-stock-chart .highcharts-navigator-handle-left path {
    stroke: #fff;
}

.module-stock-chart .highcharts-container > svg > .highcharts-button {
    display: none;
}


/*------ Stock Header Module -----*/

.module-stock-header {
    text-align: right;
}

@media only screen and (max-width: 1024px) {
    .module-stock-header {
        text-align: center;
    }
}

.module-stock-header .module_container--outer {
    display: inline-block;
    padding: 40px 55px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.module-stock-header_description1 {
    display: block;
    font-weight: bold;
    margin-bottom: 16px;
}

.module-stock-header_stock-price {
    display: block;
    margin-bottom: 8px;
    font-size: 45px;
    color: #fff;
}

.module-stock-header_stock-price:before {
    content: '$';
}

.module-stock-header_change,
.module-stock-header_percent-change {
    display: inline-block;
    margin-bottom: 24px;
    font-size: 20px;
}

.module-stock-header_percent-change:before {
    content: '(';
}

.module-stock-header_percent-change .module-stock-header_indicator {
    display: none;
}

.module-stock-header_percent-change:after {
    content: ')';
}

.module-stock-header_volume {
    display: block;
    margin-bottom: 32px;
}

.module-stock-header_volume:before {
    content: 'Volume ';
    font-weight: bold;
}

.module-stock-header_description3 {
    display: block;
    font-size: 12px;
    color: #a9a9a9;
}

.module-stock-header_volume-text,
.module-stock-header_date {
    display: none;
}


/*------ Stock Quote Module ------*/

.module-stock .module_options {
    margin-bottom: 30px;
}

.module-stock .module_container--content {
    border-top: 1px solid #a0a0a3;
}

.module-stock_lookup-title {
    padding-left: 20px;
}

.module-stock_label,
.module-stock_value {
    border-bottom: 1px solid #a0a0a3;
}

.module-stock_label > span,
.module-stock_value > span {
    display: block;
    padding: 15px 20px;
}

.module-stock_label {
    font-weight: normal;
}

.module-stock_up {
    color: #52b55e;
}

.module-stock_down {
    color: #c62b1a;
}

.module-stock_value .module-stock_price:before,
.module-stock_value .module-stock_high:before,
.module-stock_value .module-stock_low:before,
.module-stock_value .module-stock_open:before,
.module-stock_value .module-stock_close:before,
.module-stock_value .module-stock_week-low:before,
.module-stock_value .module-stock_week-high:before,
.module-stock_value .module-stock_previous-close:before {
    content: "$";
}

.module-stock_date {
    margin-top: 25px;
    font-size: 14px;
    font-style: italic;
    text-align: right;
}

.module-stock_date-text {
    margin-right: 15px;
}

@media only screen and (max-width: 768px) {
    .module-stock_lookup-title {
        padding-left: 10px;
    }
    .module-stock_label > span,
    .module-stock_value > span {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 480px) {
    .module-stock_lookup-title {
        padding-left: 5px;
    }
    .module-stock_label > span,
    .module-stock_value > span {
        padding: 15px 0 15px 5px;
    }
}


/*- MailingList Subscribe Module -*/

.module-subscribe_table {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.module-subscribe_table tbody {
    width: 100%;
    display: block;
}

.module-subscribe_form {
    font-size: 0;
}

.module-subscribe_form tr {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    vertical-align: top;
    font-size: 16px;
}

.module-subscribe_form tr:nth-child(even) {
    padding-left: 10px;
}

.module-subscribe_form tr:nth-child(odd) {
    padding-right: 10px;
}

.module-subscribe_form tr.module-subscribe_notes-text {
    margin: 0;
}

.module-subscribe_form tr.module-subscribe_notes-text,
.module-subscribe_form tr.module-subscribe_notes-input {
    display: block;
    width: 100%;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .module-subscribe_form tr {
        width: 100%;
    }
    .module-subscribe_form tr:nth-child(even) {
        padding-left: 0;
    }
    .module-subscribe_form tr:nth-child(odd) {
        padding-right: 0;
    }
}

.module-subscribe_form td {
    display: block;
}

.module-subscribe_form label {
    font-family: 'LatoWebMedium', sans-serif;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #4a4a4a;
}

.module-subscribe_mailing-list tr.module-subscribe_list-header td {
    padding-bottom: 15px;
}

.module-subscribe_mailing-list tr table td {
    padding-bottom: 10px;
}

.module-subscribe_mailing-list tr table tr:last-child td {
    padding-bottom: 0;
}

.module-subscribe .module_required {
    font-size: 14px;
}

.module-subscribe .CaptchaContainer {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-subscribe .CaptchaContainer {
        width: 100%;
    }
}


/* MailingList Unsubscribe Module */

.module-unsubscribe_table {
    width: 50%;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table {
        width: 100%;
    }
}

.module-unsubscribe_table td {
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .module-unsubscribe_table td {
        padding-right: 0;
    }
}

.module-unsubscribe_table label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}

.module-unsubscribe_table .module_input[type="text"] {
    background-color: #fff;
}


/*==================================
 ----------- LAYOUT CSS -----------
==================================*/


/*------- iframe layout CSS ------*/

.layout--iframe .pane--content .module {
    padding: 35px 0;
}

.layout--iframe .pane--content .module_container--outer {
    max-width: none;
}


/*==================================
 ------------ BLANK CSS -----------
==================================*/


/*-------- Layout Specific -------*/

.layout_content .pane_inner,
.layout--home .layout_content .module_container--outer {
    max-width: none;
    padding: 0;
}

.pane_inner,
.layout_content .module_container--outer {
    display: block;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}


/*--------- Pane Specific --------*/

.pane--content .module {
    padding-top: 60px;
    padding-bottom: 60px;
}

.module--thin,
.pane--content .module.module--thin {
    padding-top: 35px;
    padding-bottom: 35px;
}

.module--thin-top,
.pane--content .module.module--thin-top {
    padding-top: 35px;
}

.module--thin-bottom,
.pane--content .module.module--thin-bottom {
    padding-bottom: 35px;
}

.module--thick,
.pane--content .module.module--thick {
    padding-top: 80px;
    padding-bottom: 80px;
}

.module--thick-top,
.pane--content .module.module--thick-top {
    padding-top: 80px;
}

.module--thick-bottom,
.pane--content .module.module--thick-bottom {
    padding-bottom: 80px;
}

.module--no-padding-top,
.pane--content .module.module--no-padding-top {
    padding-top: 0;
}

.module--no-padding-bottom,
.pane--content .module.module--no-padding-bottom {
    padding-bottom: 0;
}

.module--no-padding,
.pane--content .module.module--no-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.pane--content .module-sitemap {
    padding-bottom: 35px;
}

.layout--one-column .pane--content .ContentPaneDiv1 .module,
.layout--two-column .pane--content .ContentPaneDiv1 .module,
.layout--three-column .pane--content .ContentPaneDiv1 .module {
    padding-top: 35px;
}

.layout--one-column .pane--content .ContentPaneDiv1 .module_title,
.layout--two-column .pane--content .ContentPaneDiv1 .module_title,
.layout--three-column .pane--content .ContentPaneDiv1 .module_title {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .layout--one-column .pane--content .ContentPaneDiv1 .module,
    .layout--two-column .pane--content .ContentPaneDiv1 .module,
    .layout--three-column .pane--content .ContentPaneDiv1 .module {
        padding-top: 25px;
    }
    .pane--content .module {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/*--------- Page Specific --------*/

.page--no-alternating .pane--content {
    padding: 35px 0;
}

.page--no-alternating .module {
    padding-top: 35px;
    padding-bottom: 35px;
}


/*-------- Module Specific -------*/


/*# sourceMappingURL=global.css.map */


/*-----------------Custom Checkboxes----------------*/

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
    text-decoration: underline;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
    cursor: pointer;
    position: relative;
    padding-left: 26px;
}


/*active state styles general*/

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #6f6f6f;
}

input[type="radio"] + label:before {
    border-radius: 100%;
}

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    content: "";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 3px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    transition: all .1s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

input[type="radio"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after {
    border-radius: 100%;
}


/*active state styles with check sign*/


/*input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    content: "\ed71";
    font-family: 'q4-icons' !important;
    top: calc(50% + 2px);
    left: 2px;
    width: 14px;
    height: 14px;
    color: #e73c29;
}*/


/*active state styles with middle square*/

input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    width: 8px;
    height: 8px;
    background: #e73c29;
}


/*active state activation*/

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.js--invalid input[type="checkbox"] + label:before,
.js--invalid input[type="radio"] + label:before {
    border-color: #b72121;
}


/*---------------End Custom Checkboxes--------------*/


/*===========================HEADER===========================*/

.pane--header {
    position: relative;
    z-index: 10;
    height: 135px;
    margin-top: 1px;
}

.pane--header .pane_inner {
    position: relative;
}

.pane_outer {
    padding: 25px 0;
}

.js--sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #000;
}

.layout--home .pane--header {
    background: none;
}

.layout--home .pane--banner {
    background: url('../design/banner/header-banner-home.jpg') no-repeat center center;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 9;
    margin-top: -136px;
}

.module-logo {
    float: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}

.module-logo a {
    display: block;
    background: url('../design/logo.png') no-repeat;
    background-size: cover;
    background-position: 0 0;
    width: 148px;
    height: 85px;
}

.layout--home .module-logo a,
.js--sticky .module-logo a {
    background-position: 0 -85px;
}

.module-stocks {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-top: -26px;
    background: #e1e1e1;
    min-height: 33.6px;
    text-align: center;
}

.js--sticky .module-stocks {
    display: none;
}

.module-stock-quote-header {
    font-family: 'LatoWeb', sans-serif;
    font-size: 15px;
    line-height: 22px;
    padding: 0 7px;
}

.module-stock-quote-header,
.module-stock-quote-header .module_container--content,
.module-stock-quote-header .module_container--content > div {
    display: inline-block;
    vertical-align: top;
}

.module-stock_item {
    padding: 5px 3px;
}

.module-stock_item > span {
    line-height: 1;
}

.module-stock_exchange-symbol {
    font-family: 'LatoWebBold', sans-serif;
    display: none;
}

.module-stock-quote-header--first .module-stock_exchange-symbol--first,
.module-stock-quote-header--second .module-stock_exchange-symbol--second,
.module-stock-quote-header--third .module-stock_exchange-symbol--third {
    display: inline-block;
}

.module-stock-quote-header .module-stock_indicator {
    display: none;
}

.module-stock-quote-header .module-stock_price:before {
    content: "$";
}

.module-stock-quote-header .module-stock_change:before {
    font-family: 'q4-icons';
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    padding-right: 4px;
}

.module-stock_up,
.module-stock_down {
    color: #4a4a4a;
}

.module-stock-quote-header .module-stock_up:before {
    content: "\edba";
    color: #52b55e;
}

.module-stock-quote-header .module-stock_down:before {
    content: "\edc2";
    color: #c62b1a;
}

.module-header-social-links {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-top: -26px;
    background: #e1e1e1;
    padding: 5px;
    min-height: 33.6px;
}

.module-header-social-links li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
}

.module-header-social-links a {
    font-size: 18px;
    line-height: 1;
    color: #4a4a4a;
}

.module-header-social-links a:hover {
    color: #e73c29;
}

.js--sticky .module-header-social-links {
    display: none;
}

.nav--main {
    float: right;
    display: inline-block;
    vertical-align: top;
    padding-top: 17px;
}

.js--sticky .nav--main {
    padding-top: 0;
}

.nav--main .level1 > li {
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #a0a0a3;
    position: relative;
}

.layout--home .nav--main .level1 > li {
    border-color: #fff;
}

.nav--main .level1 > li:first-child {
    margin-right: 20px;
}

.nav--main a {
    font-family: 'LatoWeb', sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #a0a0a3;
    display: block;
    padding: 20px 14px;
    position: relative;
}

.nav--main .level2 > li > a {
    font-size: 13px;
    line-height: 1;
    padding: 6px 14px;
}

.layout--home .nav--main a {
    color: #fff;
}

.nav--main .level1 > li:first-child > a {
    padding-left: 55px;
    padding-right: 100px;
}

.nav--main .level1 > li:nth-child(2) > a {
    padding-left: 0;
}

.nav--main .level1 > li:last-child > a {
    padding-right: 0;
}

.nav--main .level1 > li:first-child .level2 {
    padding-left: 40px;
}

.nav--main .level1 > li.selected > a:before,
.nav--main .level1 > li.expanded > a:before,
.nav--main .level1 > li > a:hover:before,
.nav--main .level1 > li > a:focus:before {
    content: "";
    border-top: 3px solid #e73c29;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
}

.nav--main .level1 > li.selected > a,
.nav--main .level1 > li.expanded > a,
.nav--main a:hover,
.nav--main a:focus {
    color: #e73c29;
}

.nav_icon {
    font-size: 42px;
    line-height: 1;
    color: #a0a0a3;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nav_icon.q4-icon_icon-dark {
    height: 38px;
}

.layout--home .nav_icon {
    color: #fff;
}

.nav--main .level1 > li.selected > a > i,
.nav--main .level1 > li.expanded > a > i,
.nav--main a:hover i,
.nav--main a:focus i {
    color: #e73c29;
}

.nav--main .level2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 210px;
    background: #f4f4f6;
}

.nav--main .level1 > li:nth-child(2) > .level2 {
    left: -14px;
}

.nav--main .level1 > li.sfHover .level2,
.nav--main .level1 > li.js--nav-dropdown .level2 {
    display: block !important;
}

.layout--home .nav--main .level2 {
    background: none;
}

.js--sticky .nav--main .level2 {
    background: #000;
}

.pane--header .layout_toggle {
    float: right;
    display: none;
    position: relative;
    z-index: 2;
}

.pane--navigation .layout_toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.pane--header .layout_toggle button,
.pane--navigation .layout_toggle button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    font-size: 25px;
    color: #a0a0a3;
    cursor: pointer;
    padding: 0;
}

.pane--navigation .layout_toggle button {
    font-size: 20px;
}


/*.js--mobile .pane--header .layout_toggle {
    margin-top: 22px;
    margin-right: 15px;
}*/


/*.js--mobile .pane--header .layout_toggle button {
    font-size: 20px;
}*/

.layout--home .pane--header .layout_toggle button {
    color: #fff;
}


/*.js--mobile .pane--header .layout_toggle button,
.js--mobile .layout--home .pane--header .layout_toggle button {
    color: #4a4a4a;
}*/

.pane--header .layout_toggle button:focus {
    outline: none;
}


/*.js--mobile .pane--header .layout_toggle button:before {
    content: "\e90f";
}*/

.pane--navigation {
    display: none;
}

.nav--secondary {
    display: none;
}

@media only screen and (max-width: 1450px) {
    .nav--main .level1 > li:last-child > .level2 {
        left: auto;
        right: 0;
    }
    .nav--main .level1 > li:last-child > .level2 a {
        padding-right: 0;
        text-align: right;
    }
}

@media only screen and (max-width: 1365px) {
    .nav--main .level1 > li:nth-last-child(2) > .level2 {
        left: auto;
        right: 0;
    }
    .nav--main .level1 > li:nth-last-child(2) > .level2 a {
        text-align: right;
    }
}

@media only screen and (max-width: 1023px) {
    .pane--header .layout_toggle {
        display: inline-block;
    }
    .nav--main,
    .pane--header .module-stocks,
    .pane--header .module-header-social-links {
        display: none;
    }
    .pane--navigation {
        display: block;
        position: fixed;
        top: 15px;
        left: 15px;
        right: 15px;
        transition: 0.5s ease-in-out;
        z-index: 11;
        border-radius: 10px;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        padding: 45px 0 30px;
    }
    .js--mobile .pane--navigation {
        opacity: 1;
        visibility: visible;
    }
    .nav--secondary {
        display: block;
    }
    .nav--secondary .nav_icon {
        display: none;
    }
    .nav--secondary a {
        display: block;
        font-size: 15px;
        line-height: 23px;
        color: #a0a0a3;
        padding: 2px 15px;
    }
    .nav--secondary .level1 > li > a {
        font-family: 'LatoWeb', sans-serif;
    }
    .nav--secondary .level2 > li > a {
        padding-left: 45px;
    }
    .nav--secondary .level2 {
        display: none;
    }
    .nav--secondary .level1 > li.js--expanded .level2 {
        display: block;
    }
    .pane--navigation .module-stocks {
        float: none;
        display: block;
        padding: 10px 15px 0;
        background: none;
        text-align: left;
        margin-top: 0;
    }
    .pane--navigation .module-stock-quote-header {
        width: 100%;
        padding: 0;
    }
    .pane--navigation .module-stock_item {
        padding: 2px 3px;
    }
    .pane--navigation .module-header-social-links {
        float: none;
        display: block;
        background: none;
        padding: 10px 15px 0;
        text-align: center;
        margin-top: 0;
    }
    .pane--navigation .module-header-social-links li {
        padding: 0 10px;
    }
    .pane--navigation .module-header-social-links a {
        font-size: 27px;
    }
}

@media only screen and (max-width: 767px) {
    .pane--header {
        height: 58px;
    }
    .pane_outer {
        padding: 5px 0;
    }
    .layout--home .pane--banner {
        min-height: 320px;
        margin-top: -59px;
    }
    .layout--home .pane--banner:before {
        content: "";
        background: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .pane--header .layout_toggle {
        margin-top: 10px;
    }
    .module-logo {
        padding-left: 0;
    }
    .module-logo a {
        width: 83px;
        height: 48px;
    }
    .layout--home .module-logo a,
    .js--sticky .module-logo a {
        background-position: 0 -48px;
    }
}


/*=========================END HEADER=========================*/


/*===========================FOOTER===========================*/

.layout_footer {
    background: #000000;
}

.pane--footer {
    padding-top: 40px;
}

.pane--footer .module {
    padding-bottom: 20px;
}

.pane--footer .module-subscribe {
    padding-left: 75px;
}

.pane--footer .module_error-container {
    margin-bottom: 20px;
}

.pane--footer .module_error-container p {
    display: none;
}

.pane--footer .module_error-container li {
    line-height: 16px;
}

.pane--footer .module_introduction {
    display: none;
}

.pane--footer .module-subscribe_email label,
.pane--footer .module-subscribe_list-header,
.pane--footer .module-subscribe_email .module_required,
.pane--footer .module-subscribe_mailing-list,
.pane--footer .module-subscribe .CaptchaContainer,
.pane--footer .module-subscribe .module_actions {
    display: none;
}

.pane--footer .module-subscribe_form tbody {
    display: block;
}

.pane--footer .module-subscribe_form tr {
    width: 100%;
    margin: 0;
}

.pane--footer .module-subscribe_mailing-list {
    margin: 20px 0 10px;
}

.pane--footer .module-subscribe_list > td {
    padding: 0;
}

.pane--footer .module-subscribe_form tr:nth-child(odd) {
    padding-right: 0;
}

.pane--footer .module-subscribe input[type="checkbox"] {
    border-color: #fff;
}

.pane--footer .module-subscribe_mailing-list.js--revealed,
.pane--footer .module-subscribe .module_actions.js--revealed {
    display: block;
}

.pane--footer .module_input {
    background: none;
    color: #fff;
    padding-right: 83px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pane--footer .module_input::-webkit-input-placeholder {
    color: #bcbcbc;
    opacity: 1;
}

.pane--footer .module_input::-moz-placeholder {
    color: #bcbcbc;
    opacity: 1;
}

.pane--footer .module_input::-ms-input-placeholder {
    color: #bcbcbc;
    opacity: 1;
}

.pane--footer input[type="checkbox"] + label:before,
.pane--footer input[type="radio"] + label:before {
    border-color: #fff;
    background: none;
}

.pane--footer .js--invalid input[type="checkbox"] + label:before,
.pane--footer .js--invalid input[type="radio"] + label:before {
    border-color: #b72121;
}

.pane--footer input[type="checkbox"]:not(:checked) + label:after,
.pane--footer input[type="checkbox"]:checked + label:after,
.pane--footer input[type="radio"]:checked + label:after {
    background: #fff;
}

.pane--footer .module-subscribe_form {
    position: relative;
    margin-bottom: 0;
    display: table;
}

.pane--footer .module-subscribe_form:before {
    content: "";
    background: #c62817;
    display: block;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pane--footer .module-subscribe_form:after {
    font-family: 'q4-icons';
    content: "\e911";
    font-size: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    color: #fff;
}

.module-footer-links .module-links_list:before,
.module-footer-links .module-links_list:after {
    content: "";
    display: table;
}

.module-footer-links .module-links_list:after {
    clear: both;
}

.module-footer-links li {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.module-footer-links a {
    font-family: 'LatoWeb', sans-serif;
    font-size: 16px;
    line-height: 38px;
    text-transform: uppercase;
}

.module-footer-links a:hover {
    color: #e73c29;
}

.pane--credits {
    padding-top: 55px;
    padding-bottom: 20px;
    color: #bcbcbc;
    font-size: 16px;
    border-top: 1px solid #333333;
}

.pane--credits a {
    color: #7c7a7a;
}

.pane--credits a:hover {
    color: #e73c29;
}

.pane--credits .module {
    margin-bottom: 10px;
}

.module-social-links.module-social-links {
    float: right;
    margin-right: 0;
    margin-bottom: 0;
}

.module-social-links .module_title {
    font-family: 'LatoWeb';
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    letter-spacing: -0.08px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-top: 2px;
    padding-right: 10px;
}

.module-social-links .module_container--inner,
.module-social-links ul,
.module-social-links li {
    display: inline-block;
    vertical-align: top;
}

.module-social-links li + li {
    margin-left: 10px;
}

.module-social-links a {
    font-size: 20px;
    line-height: 1
}

.module-q4-credits {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    min-height: 1px;
    margin-right: -0.25em;
    text-align: right;
}

@media only screen and (max-width: 1023px) {
    .module-footer-logo,
    .module-footer-links,
    .pane--footer .module-subscribe,
    .module-social-links.module-social-links,
    .copyright,
    .module-design-text,
    .module-q4-credits {
        width: 100%;
    }
    .module-footer-logo,
    .module-design-text,
    .module-q4-credits {
        text-align: center;
    }
    .pane--footer .module-subscribe {
        padding-left: 0;
    }
    .module-social-links.module-social-links {
        float: none;
        margin-bottom: 10px;
    }
    .module-social-links.module-social-links,
    .copyright,
    .module-q4-credits {
        text-align: center;
    }
    .pane--footer .module-subscribe {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .pane--footer {
        padding-top: 25px;
    }
    .module-footer-links a {
        font-size: 12px;
        line-height: 20px;
    }
    .module-footer-links li:nth-child(even) {
        padding-left: 65px;
    }
    .pane--footer .module_input {
        font-size: 12px;
        padding-left: 15px;
    }
    .pane--footer .module-subscribe_list table tr {
        float: none;
        width: 100%;
    }
    .pane--credits {
        padding-top: 25px;
        font-size: 9px;
    }
    .module-social-links .module_title {
        font-size: 12px;
        line-height: 20px;
    }
}


/*=========================END FOOTER=========================*/


/*=========================INNER PAGES========================*/


/*========================HOME========================*/

.module-banner-intro {
    padding-top: 222px;
    padding-bottom: 20px;
}

.module-banner-intro h1 {
    word-spacing: 12px;
}

.module-banner-intro_item:first-child {
    padding-right: 35px;
}

.module-banner-intro_item:last-child {
    padding-top: 35px;
}

.module-banner-intro_description {
    padding-top: 5px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.08px;
}

.module-banner-intro .module-video-fancybox {
    display: block;
    position: relative;
    border: 3px solid #fff;
}

.module-banner-intro .module-video-fancybox img {
    display: block;
    width: 100%;
}

.module-banner-intro .module-video-fancybox i {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #d83320;
    border-radius: 100%;
    padding: 20px;
    text-align: center;
}

.module-banner-intro .module-video-fancybox:hover i {
    background: #a71f0f;
}

.layout--home .layout_content {
    background: #070707;
    color: #fff;
}

.layout--home .pane--content .pane_inner {
    max-width: none;
    padding: 0;
}

.module-overview.module-overview {
    background: url('../design/home-content-bg.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
    padding-top: 160px;
    padding-bottom: 45px;
}

.module-set-container.module-set-container .module_container--outer,
.module-section_inner {
    display: block;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.module-overview h4 {
    font-family: 'LatoWebLight', sans-serif;
}

.module-overview_section--top {
    position: relative;
    padding-bottom: 310px;
}

.module-section_intro {
    width: 50%;
}

.module-section_line {
    background: url('../design/home-line.png') no-repeat center center;
    position: absolute;
    left: 0;
    right: 20px;
    bottom: 0;
    height: 440px;
    background-size: 100% 100%;
}

.module-overview_section--bottom {
    padding-top: 87px;
}

.module-section_titles {
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.module-project {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-project_item {
    display: table-cell;
    vertical-align: top;
}

.module-project_item > img {
    display: block;
    width: 100%;
    height: 100%;
}

.module-project--bottom .module-project_item > img {
    height: auto;
}

.module-project_row {
    padding: 15px 0;
}

.module-project_row ~ .module-project_row {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.module-project_row:nth-child(2),
.module-project_row:last-child,
.module-project--bottom .module-project_row:nth-child(3) {
    border: none;
}

.module-project--top .module-project_item--right {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 95px;
}

.module-project--bottom .module-project_item--left {
    padding-top: 35px;
    padding-right: 115px;
}

.module-view-gallery--mobile {
    display: none;
}

.module-gallery-button {
    font-family: 'bebasregular', sans-serif;
    display: inline-block;
    background: rgba(198, 40, 23, 0.5);
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 65px 60px;
}

.module-gallery-button span {
    display: block;
    padding-top: 22px;
}

.module-gallery-button:hover {
    background: rgba(198, 40, 23, 0.7);
    color: #fff;
}

.module-highlights.module-highlights {
    background: #202122;
    padding-top: 110px;
    padding-bottom: 110px;
}

.module-highlights .module_container--inner {
    padding-top: 20px;
}

.module-highlights_items > .grid_col {
    padding-left: 100px;
}

.module-highlights_items > .grid_col:first-child {
    padding-left: 0;
}

.module-highlights .module-custom-list {
    font-family: 'LatoWeb', sans-serif;
    font-size: 20px;
    line-height: 22px;
}

.module-custom-list li {
    padding-left: 20px;
    position: relative;
}

.module-highlights .module-custom-list li {
    margin: 20px 0;
}

.module-custom-list li:before {
    font-family: 'q4-icons';
    content: "\ec6b";
    font-size: 10px;
    color: #ff988d;
    position: absolute;
    left: 0;
}

.module-highlights-subtitle {
    font-family: 'LatoWebLight', sans-serif;
}

.module-name {
    font-family: 'LatoWebSemibold', sans-serif;
}

.module-social.module-social {
    color: #4a4a4a;
    padding-top: 55px;
}

.module-social .module_title {
    font-size: 20px;
    line-height: 30px;
}

.module-social .module_title i {
    color: #29a2ef;
}

.module-social .grid {
    margin-left: -25px;
}

.module-social .module_container--content {
    margin-top: 37px;
    padding: 0 30px;
}

.module-social .module_item ~ .module_item {
    border-top: none;
}

.module-social .module_item {
    font-family: "LatoWebMedium", sans-serif;
    padding: 0 12px;
}

.module-social .module_item-wrap {
    background: #fff;
    padding: 20px 38px 20px 20px;
    border-radius: 5px;
    position: relative;
    min-height: 233px;
}

.module_icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 17px;
    color: #29a2ef;
}

.module-social a {
    color: #29a2ef;
}

.module_user-wrap {
    position: relative;
    padding: 5px 0 5px 55px;
}

.module_user-image {
    position: absolute;
    left: 0;
    top: 0;
}

.module_user-image img {
    border-radius: 100%;
}

.module_user {
    font-family: 'LatoWebBold', sans-serif;
}

.module-social .module_headline {
    margin: 8px 0;
}

.module-social .module_screen_name,
.module-social .module_date,
.module-social .module_informations {
    font-size: 14px;
    color: #7c878f;
}

.module-social .module_date i:first-child:after {
    content: "-";
    display: inline-block;
    padding-left: 3px;
}

.module-social .module_informations {
    margin-top: 5px;
}

.module_informations > div {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

.module_informations a {
    font-size: 17px;
    color: #7c878f;
}

.module_informations a:hover {
    color: #29a2ef;
}

.module-social .slick-prev,
.module-social .slick-next {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    font-size: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.module-social .slick-prev {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 25px solid #6f6f6f;
    left: 0;
}

.module-social .slick-prev:hover,
.module-social .slick-prev:focus {
    border-right: 25px solid #c72918;
}

.module-social .slick-prev.slick-disabled {
    border-right: 25px solid #6f6f6f;
    cursor: default;
}

.module-social .slick-next {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 25px solid #6f6f6f;
    right: 0;
}

.module-social .slick-next:hover,
.module-social .slick-next:focus {
    border-left: 25px solid #c72918;
}

.module-social .slick-next.slick-disabled {
    border-left: 25px solid #6f6f6f;
    cursor: default;
}

@media only screen and (max-width: 1023px) {
    .module-banner-intro_item {
        width: 100%;
        padding-bottom: 20px;
    }
    .module-banner-intro_item:last-child {
        padding-top: 0;
    }
    .module-overview_section--top {
        padding-bottom: 30px;
    }
    .module-section_line {
        background: url(../design/home-line-mobile.png) no-repeat center center;
        background-size: 100% 100%;
        position: static;
        margin: 0 15px;
        height: 91px;
    }
    .module-overview_section--bottom {
        padding-top: 50px;
    }
    .module-project,
    .module-project_item {
        display: block;
    }
    .module-project--top .module-project_item--right {
        padding-left: 0;
        padding-right: 0;
    }
    .module-project--bottom .module-project_item--left {
        padding-right: 0;
    }
    .module-project--bottom .module-project_item--right {
        padding-top: 30px;
    }
    .module-highlights_items > .grid_col {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .module-social .module_item-wrap {
        min-height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .module-highlights_items > .grid_col {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .module-banner-intro {
        padding-top: 73px;
    }
    .module-banner-intro h1 {
        word-spacing: 5px;
    }
    .module-banner-intro_description {
        padding-top: 0;
        font-size: 18px;
        line-height: 20px;
    }
    .module-banner-intro .module-video-fancybox i {
        font-size: 28px;
        padding: 15px;
    }
    .module-overview.module-overview {
        background: none;
        padding-top: 35px;
    }
    .module-section_intro {
        width: 100%;
        font-size: 13px;
        line-height: 16px;
    }
    .module-overview h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .module-overview_section--top {
        padding-bottom: 5px;
    }
    .module-overview_section--bottom {
        padding-top: 5px;
    }
    .module-section_titles {
        padding-bottom: 30px;
    }
    .module-project--top .module-project_item--left img {
        max-height: 450px;
    }
    .module-project--bottom .module-project_item--left {
        padding-top: 20px;
    }
    .module-gallery-button {
        width: 100%;
        padding: 27px 60px;
    }
    .module-view-gallery {
        display: none;
    }
    .module-view-gallery--mobile.module-view-gallery--mobile {
        display: block;
        padding-bottom: 20px;
    }
    .module-highlights.module-highlights {
        padding-top: 20px;
        padding-bottom: 45px;
    }
    .module-highlights .module_container--inner {
        padding-top: 0;
    }
    .module-highlights .module-custom-list {
        font-size: 14px;
        line-height: 17px;
    }
    .module-highlights-subtitle {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .module-section_titles {
        max-width: 270px;
    }
    .module-project--top .module-project_item--left img {
        max-height: 155px;
    }
}


/*======================END HOME======================*/


/*======================PROJECT=======================*/

.module-project-3q.module-project-3q {
    background: url('../design/project-3q-banner.png') no-repeat bottom center;
    background-size: cover;
    min-height: 775px;
    margin-top: -136px;
    padding-top: 148px !important;
    padding-bottom: 50px;
}

.module-project-3q .module_title-wrap.module_title-wrap {
    padding-left: 195px;
}

.module-project-3q .module_title {
    font-size: 50px;
    word-spacing: 0;
}

.module-project_text.module-project_text {
    padding: 0 20px;
    color: #3b3c41;
}

.module-project_subheading {
    font-size: 21px;
    line-height: 25px;
}

.module_button-wrap {
    padding-top: 18px;
}

.module_link-descrption {
    font-family: "LatoWebBold", sans-serif;
    font-size: 16px;
    padding: 15px 0;
    color: #4a4a4a;
}

.module-quote.module-quote {
    background: url('../design/quote-bg.jpg') no-repeat center center;
    background-size: cover;
    font-size: 30px;
    line-height: 38px;
    padding-top: 175px;
    padding-bottom: 143px;
}

.module-quote .module_container--inner {
    max-width: 630px;
    margin: 0 auto;
}

.module-quote_person {
    font-family: "LatoWebBold", sans-serif;
    font-size: 24px;
    line-height: 38px;
    text-align: right;
    padding-top: 24px;
}

.module-project-3q-location.module-project-3q-location {
    background: url('../design/location-project-bg.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    padding-bottom: 120px;
}

.module-project-3q-location .module_container--outer {
    position: relative;
}

.module-project-3q-location .module_container--inner {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
}

.module-project-3q-location p {
    margin-top: 20px;
}

.module-project-details.module-project-details {
    padding: 0;
}

.module-project-details .module_container--outer {
    max-width: none;
    padding: 0;
}

.module-project-details_item {
    position: relative;
}

.module-project-details_item_inner {
    display: block;
    width: 100%;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.module-project-details_item--first:before {
    content: "";
    background: url('../design/process-studies-first-image.jpg') no-repeat center center;
    background-size: cover;
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
}


/*.module-project-details_item--third:before {
    content: "";
    background: url('../design/process-studies-second-image.jpg') no-repeat center center;
    background-size: cover;
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}*/

.module-project-details_item--third {
    padding-top: 80px;
    padding-bottom: 80px;
}

.module-project-details_item--fourth:before {
    content: "";
    background: url('../design/process-studies-third-image.jpg') no-repeat center center;
    background-size: cover;
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
}

.module-project-details_item--fifth:before {
    content: "";
    background: url('../design/process-studies-fourth-image.jpg') no-repeat center center;
    background-size: cover;
    width: 50%;
    position: absolute;
    right: 0;
    height: 100%;
}

.module-project-details_content {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-project_image,
.module-project-details_text {
    display: table-cell;
    vertical-align: middle;
}

.module-project-details_text {
    padding: 80px 95px;
}

.module-project_image img {
    display: none;
}

.module-project-details_text h4 {
    font-size: 16px;
    line-height: 20px;
}

.module-project-details_item--second {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-project_box {
    display: table-cell;
    vertical-align: top;
}

.module-project_box img {
    display: block;
    width: 100%;
}

.module-resource-calculation .module_container--inner {
    max-width: 940px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.module-project-tables.module-project-tables {
    padding-top: 70px;
    padding-bottom: 35px;
}

.module-project-tables_item {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 20px auto;
}

.module-project-tables_item--second {
    max-width: 500px;
    padding: 20px 45px;
}

.module-project-tables_item--third {
    max-width: 650px;
    padding: 20px 45px;
}

.module-project-tables_item h4 {
    font-family: "LatoWebMedium", sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.module-project-tables .table {
    font-family: "LatoWebMedium", sans-serif;
}

.module-project-tables .table strong {
    font-family: "LatoWebBold", sans-serif;
}

.module-project-tables .table thead {
    background: none;
}

.module-project-tables .table thead th + th {
    background: #f5f5f5;
    color: #ff988d;
    border-right: 14px solid #fff;
}

.module-project-tables .table.table--project-other thead th {
    background: #f5f5f5;
    color: #ff988d;
    border-right: none;
}

.module-project-tables .table--project-ratio.table--project-ratio th {
    font-family: "LatoWebSemibold", sans-serif;
    background: none;
    border: none;
    color: #4a4a4a;
}

.module-project-tables .table tr:nth-child(even) {
    background: none;
}

.table--project-resources.table--project-resources tr:nth-child(even) {
    background: #eaeaea;
}

.module-project-tables .table th,
.module-project-tables .table td {
    vertical-align: middle;
    text-align: center;
}

.module-table-legend {
    max-width: 560px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 35px;
    text-align: center;
}

.module-project-tables-mobile {
    display: none;
}

.module-tabels-navigation {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0 30px 0 0;
    position: relative;
    cursor: pointer;
}

.module-tabels-navigation:after {
    font-family: 'q4-icons';
    content: "\edc9";
    font-size: 27px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ff988d;
}

.module-tabels-navigation li {
    font-family: "LatoWebMedium", sans-serif;
    color: #ff988d;
}

.module-tabels-navigation li:not(.js--selected) {
    display: none;
}

.module-tabels-navigation.js--active li {
    display: block;
}

.module-qualified.module-qualified {
    padding-top: 35px;
    padding-bottom: 75px;
}

.module-qualified .module_container--inner {
    max-width: 940px;
    margin: 0 auto;
}

.module-map-sections.module-map-sections {
    background: url('../design/map-sections-bg.jpg') no-repeat center center;
    background-size: cover;
    padding-top: 45px;
    padding-bottom: 55px;
}

.module-map-sections_item-container {
    padding-top: 30px;
}

.module-map-sections_item {
    text-align: center;
    padding-bottom: 20px;
}

.module-map-sections_item .module-image-fancybox {
    display: block;
}

.module-map-sections_item img {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.module-section_image-description {
    font-family: "LatoWebMedium", sans-serif;
    font-size: 20px;
    line-height: 25px;
    padding: 5px 12px 0;
}

.module-section_image-description a {
    color: #4a4a4a;
}

.module-map-sections_item-inner:hover .module-section_image-description a,
.module-section_image-description a:hover {
    font-family: "LatoWebBold", sans-serif;
    color: #c72918;
}

.module-gallery.module-gallery {
    padding-top: 30px;
}

.module-photo-gallery-wrap {
    padding-top: 25px;
}

.module-photo-gallery {
    padding-right: 15px;
}

.module-photo-gallery-nav--mobile {
    display: none;
}

.module-photo-gallery-nav.module-photo-gallery-nav {
    padding-left: 50px;
}

.module-photo-gallery-nav .flickr_item {
    padding: 3px 5px;
    cursor: pointer;
}

.flickr_link {
    display: block;
}

.module-photo-gallery-nav .js--active .flickr_link {
    border: 5px solid red;
}

.flickr_image-details {
    padding: 32px 35px;
}

.flickr_link img {
    display: block;
    width: 100%;
}

.flickr_image-title {
    font-family: "LatoWeb", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.module-photo-gallery-nav .flickr_item-container {
    padding: 55px 0;
}

.module-photo-gallery-nav .slick-prev,
.module-photo-gallery-nav .slick-next {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    font-size: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.module-photo-gallery-nav .slick-prev {
    top: 0;
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-bottom: 45px solid #6f6f6f;
}

.module-photo-gallery-nav .slick-next {
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 53px solid transparent;
    border-right: 53px solid transparent;
    border-top: 45px solid #6f6f6f;
}

.module-photo-gallery-nav .slick-prev:hover {
    border-bottom: 45px solid #c72918;
}

.module-photo-gallery-nav .slick-next:hover {
    border-top: 45px solid #c72918;
}

@media only screen and (max-width: 1023px) {
    .module-project-3q .module_title-wrap.module_title-wrap {
        padding-left: 50px;
    }
    .module-project-details_text {
        padding: 40px 25px;
    }
    .module-project-tables-desktop {
        display: none;
    }
    .module-project-tables-mobile {
        display: block;
    }
    .module-project-tables-mobile table td {
        display: block;
        width: 100%;
        text-align: left !important;
    }
    .module-project-tables-mobile table td > span {
        display: inline-block;
        width: 50%;
        box-sizing: border-box;
        min-height: 1px;
        vertical-align: top;
    }
    .module-project-tables-mobile table td[data-heading]:before {
        font-family: "LatoWebSemibold", sans-serif;
        content: attr(data-heading);
        width: 50%;
        box-sizing: border-box;
        min-height: 1px;
        display: inline-block;
        vertical-align: top;
    }
    .module-project-tables-mobile table td:first-child {
        font-family: "LatoWebBold", sans-serif;
    }
    .module-project-tables-mobile table tr + tr {
        border-top: 1px solid #eaeaea;
    }
    .module-photo-gallery {
        width: 100%;
        padding-right: 0;
    }
    .module-photo-gallery-nav.module-photo-gallery-nav {
        display: none;
    }
    .module-photo-gallery-nav--mobile {
        display: block;
    }
    .module-photo-gallery-nav--mobile .flickr_link {
        border: 8px solid transparent;
        cursor: pointer;
    }
    .flickr_image-details {
        padding: 25px 0;
    }
}

@media only screen and (max-width: 768px) {
    .module-project-3q .module_title-wrap.module_title-wrap {
        padding-left: 0;
    }
    .module-project_text.module-project_text {
        padding: 0;
    }
    .module-map-sections_item {
        text-align: left;
        padding-bottom: 0;
    }
    .module-map-sections_item-inner {
        display: table;
        width: 100%;
    }
    .module-section_image,
    .module-section_image-description {
        display: table-cell;
        vertical-align: middle;
    }
    .module-section_image {
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .module-project-3q.module-project-3q {
        background: url('../design/project-3q-mobile-banner.png') no-repeat bottom center;
        background-size: cover;
        min-height: 542px;
        margin-top: -59px;
        padding-top: 91px !important;
    }
    .module-project_subheading {
        font-size: 16px;
        line-height: 20px;
    }
    .module-project-3q .module_title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .module_button-wrap {
        padding-top: 0;
    }
    .module-quote.module-quote {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        padding-top: 65px;
        padding-bottom: 42px;
    }
    .module-quote_person {
        font-size: 14px;
        text-align: center;
        padding-top: 15px;
    }
    .module-project-3q-location.module-project-3q-location {
        background: url('../design/location-project-mobile-bg.jpg') no-repeat bottom center;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .module-project-3q-location p {
        margin-top: 15px;
    }
    .module-project-details_item {
        padding: 20px 0;
    }
    .module-project-details_item--second.module-project-details_item--second {
        padding: 0;
    }
    .module-project-details_item--first:before,
    .module-project-details_item--third:before,
    .module-project-details_item--fourth:before,
    .module-project-details_item--fifth:before {
        display: none;
    }
    .module-project-details_content,
    .module-project_image,
    .module-project-details_text {
        display: block;
        width: 100%;
    }
    .module-project_image img {
        display: block;
        width: 100%;
    }
    .module-project-details_text {
        padding: 12px 0;
    }
    .module-project-details_text h4 {
        font-size: 14px;
        line-height: 17px;
    }
    .module-resource-calculation.module-resource-calculation {
        padding-top: 15px;
        padding-bottom: 40px;
    }
    .module-resource-calculation .module_title {
        text-align: left;
    }
    .module-qualified.module-qualified {
        padding-top: 10px;
        padding-bottom: 35px;
    }
    .module-qualified .module_title {
        text-align: left;
    }
    .module-resource-calculation .module_container--inner {
        padding-bottom: 0;
    }
    .module-map-sections.module-map-sections {
        background: url('../design/map-sections-mobile-bg.jpg') no-repeat center center;
        background-size: cover;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .module-map-sections_item-container {
        padding-top: 20px;
    }
    .module-section_image-description {
        font-size: 14px;
        line-height: 17px;
    }
    .module-gallery.module-gallery {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    .module-project-tables.module-project-tables {
        padding-top: 45px;
        padding-bottom: 10px;
    }
    .module-project-tables .table {
        font-size: 13px;
    }
    .module-project-tables-mobile table td {
        padding: 7px 0;
    }
    .module-project-tables_item--second {
        padding: 20px 10px;
    }
    .module-project-tables_item h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .table--project-other {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}


/*====================END PROJECT=====================*/


/*=================MANAGEMENT & BOARD=================*/

.module-intro-person {
    font-size: 21px;
    line-height: 27px;
}

.module-intro-person_title h2,
.module-technical-team h2 {
    margin-top: 0;
}

.module-intro-person_description {
    max-width: 608px;
}

.module-person-custom .module_container--inner {
    display: block;
    vertical-align: top;
    min-height: 1px;
    margin-right: -.25em;
    box-sizing: border-box;
    padding-left: 20px;
    margin-left: 25%;
}

.module-person-custom--no-intro .module_title {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    margin-right: -.25em;
    box-sizing: border-box;
    width: 25%;
}

.module-person-custom--no-intro .module_container--inner {
    display: inline-block;
    margin-left: 0;
    width: 75%;
}

.module-person-custom .module-person_name-container {
    position: static;
    background: none;
    opacity: 1;
    text-align: left;
}

.module-person-custom .module-person_name-container h3 {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    line-height: 1;
    margin-top: 5px;
}

.module-person-custom .module-person_name,
.module-person-custom .module-person_suffix {
    font-family: 'LatoWebMedium', sans-serif;
    font-size: 18px;
    line-height: 1;
    text-transform: none;
    color: #000;
    display: inline-block;
    vertical-align: top;
}

.module-person-custom.dark .module-person_name,
.module-person-custom.dark .module-person_suffix {
    color: #fff;
}

.module-person-custom .module-person_suffix {
    display: none;
}

.module-person-custom .module-person_suffix:not(:empty) {
    display: inline-block;
    margin-left: 3px;
    text-transform: uppercase;
}

.module-person-custom .module-person_title {
    font-family: 'LatoWebLight', sans-serif;
    font-size: 18px;
    line-height: 1;
    display: block;
    margin-top: -3px;
}

.module-person-custom .module-person_photo-container a {
    display: inline-block;
    cursor: pointer;
}

.module-person-custom .module-person_photo-container img {
    padding: 5px;
    border: 3px solid rgba(231, 60, 41, 0);
    border-radius: 100%;
    display: block;
    max-width: 100px;
}

.module-person-custom .module-person_photo-container a:hover img,
.module-person-custom .module-person_photo-container a:focus img {
    border: 3px solid rgba(231, 60, 41, 1);
}

.module-person-board.module-person-board {
    padding: 150px 0;
    background: #3a3a3a;
}

.module-technical-team.module-technical-team {
    padding: 95px 0;
}

.module-technical-team h4 {
    font-size: 20px;
    margin-top: 10px;
}

.module-technical-team_person {
    font-size: 18px;
}

.module-technical-team_name {
    font-family: 'LatoWebMedium', sans-serif;
    color: #000;
}

.module-technical-description_item ~ .module-technical-description_item {
    border-top: 1px solid #afb0b3;
}

.module-technical-description_item:last-child .module-technical-description_title h4 {
    margin-bottom: 0;
}

.module-technical-description_item:last-child .module-technical-description_title p {
    margin-top: 0;
}

.module-technical-description_item .grid_col {
    padding-bottom: 15px;
}

.module-technical-description_item .grid_col:first-child {
    padding-bottom: 0;
}

@media only screen and (max-width: 1023px) {
    .module-intro-person_title,
    .module-intro-person_description,
    .module-technical-title,
    .module-technical-description {
        width: 100%;
    }
    .module-intro-person_description {
        max-width: none;
    }
    .module-person-custom .module_container--inner {
        margin-left: 0;
        padding-left: 0;
    }
    .module-person-custom--no-intro .module_title,
    .module-person-custom--no-intro .module_container--inner {
        width: 100%;
    }
    .module-person-board .module_title br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .module-intro-person {
        font-size: 16px;
        line-height: 20px;
    }
    .module-intro-person_title h2,
    .module-technical-team h2 {
        margin-bottom: 10px;
    }
    .module-person-custom .module-person_name,
    .module-person-custom .module-person_suffix {
        font-size: 16px;
    }
    .module-person-custom .module-person_title {
        font-size: 12px;
        margin-top: 2px;
    }
    .module-person-custom .module_item,
    .module-person-custom .module-person_name-container h3 {
        text-align: center;
    }
    .module-person-custom .module-person_photo-container img {
        margin: 0 auto;
    }
    .module-person-board.module-person-board {
        padding: 20px 0;
    }
    .module-technical-team.module-technical-team {
        padding: 40px 0;
    }
}


/*===============END MANAGEMENT & BOARD===============*/


/*======================INVESTORS=====================*/

.module-documents.module-documents {
    position: relative;
    padding-bottom: 250px;
}

.module-documents.module-documents:before {
    content: "";
    background: url('../design/investor-line.png') no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 390px;
    display: block;
}

.module-slideshow--investor.module-slideshow--investor {
    background: url('../design/investor-slideshow-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 0;
position: relative;
}

.module-slideshow--investor .module_title-wrap,
.module-slideshow--investor .module-slideshow_link-container {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
}

.module-slideshow--investor .module-slideshow_viewer {
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 66.66667%;
    max-width: none;
    padding-left: 10px;
}

.module-slideshow--investor .module-slideshow_link-container {
    margin-top: 15px;
}

.module-documents .module_container--inner {
    margin: 0 -15px;
}

.module-documents_item-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 15px;
}

.module-documents_item {
    display: table-cell;
    position: relative;
    padding-bottom: 50px;
}

.module-documents_item-inner {
    padding-right: 20px;
}

.module-documents_title {
    font-family: 'LatoWebMedium', sans-serif;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
}

.module-documents_description {
    padding-bottom: 10px;
}

.module-documents_link {
    left: 0;
    bottom: 0;
}

.module-documents_link a {
    font-size: 15px;
    font-family: 'LatoWebMedium', sans-serif;
}

.module-financials.module-financials {
    padding-top: 0;
    padding-bottom: 25px;
}

.module-financials .module_title {
    margin-top: 0;
    margin-bottom: 3px;
}

.module-financials .module_options {
    text-align: center;
    padding-bottom: 30px;
}

.module-financials .dropdown {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    display: inline-block;
}

.module-financials .dropdown li:not(.js--selected) {
    display: none;
}

.module-financials .dropdown.js--active li {
    display: block;
}

.module-financials .dropdown li {
    font-family: "bebasregular", sans-serif;
    font-size: 20px;
    line-height: 28px;
    display: block;
}

.module-financials .dropdown li:hover,
.module-financials .dropdown li.js--selected {
    color: #c73a2c;
}

.module-financials .module_options-label {
    font-family: "LatoWebSemibold", sans-serif;
    font-size: 20px;
    line-height: 32px;
    vertical-align: top;
    padding-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.module-financials .module_options-label:after {
    font-family: 'q4-icons';
    font-size: 25px;
    line-height: 1;
    content: "\edc9";
    color: #c73a2c;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}

.module-financials .module_item ~ .module_item {
    border: none;
}

.module-financials .module_link-wrap {
    display: inline-block;
}

.module-financials .module-financial_year-text {
    font-family: "LatoWebMedium", sans-serif;
    font-size: 20px;
    line-height: 35px;
    margin: 0;
}

.module-financials .module_link {
    font-family: "LatoWebBold", sans-serif;
    font-size: 16px;
    margin: 0;
    position: relative;
}

.module-financials .module_item {
    position: relative;
}

.module_items--annual .module_item {
    padding-top: 0;
}

.module_items--quarterly .module_item {
    padding-top: 0;
    padding-bottom: 37px;
}

.module_items--annual {
    text-align: center;
}

.module_items--annual .module_item:before {
    font-family: 'q4-icons';
    content: "\e914";
    font-size: 90px;
    line-height: 1;
    color: #a2a2a2;
    display: inline-block;
    margin-bottom: 5px;
}

.module_items--quarterly .module_link-wrap {
    position: relative;
    padding-left: 35px;
    margin: 5px 0;
}

.module_items--quarterly .module_link-wrap:before {
    font-family: 'q4-icons';
    content: "\e91b";
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 0;
    color: #a2a2a2;
}

.module_items--quarterly .module_link-wrap.mdna:before {
    content: "\e922";
}

.module_items--quarterly .module_link-title {
    font-family: 'LatoWebMedium', sans-serif;
    color: #7b7b7b;
}

.module_items--annual:before {
    padding: 35px 0;
}

.module-stock-analyst.module-stock-analyst {
    padding-top: 0;
    padding-bottom: 90px;
}

.module-stock-quote-home {
    font-family: "LatoWebMedium", sans-serif;
    font-size: 18px;
    padding-right: 10px;
    padding-top: 70px;
}

.module-stock-tabs-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.module-stock-tabs-navigation li {
    display: inline-block;
    vertical-align: top;
}

.module-stock-tabs-navigation .button {
    margin-bottom: 5px;
}

.module-stock-tabs-navigation .js--active .button {
    background: #000;
}

.module-stock-quote-home .module_container--wrap {
    padding-top: 45px;
}

.module-stock-quote-home .module-stock_label,
.module-stock-quote-home .module-stock_value {
    border: none;
}

.module-stock-quote-home .module-stock_label > span,
.module-stock-quote-home .module-stock_value > span,
.module-stock-quote-home .module-stock_date > span,
.module-stock-quote-home .module-stock_delayed > span {
    display: block;
    padding: 8px 10px;
    min-height: 36px;
}

.module-stock-quote-home .module-stock_value > span,
.module-stock-quote-home .module-stock_delayed > span {
    padding-left: 70px;
}

.module-stock-quote-home .module-stock_date,
.module-stock-quote-home .module-stock_delayed {
    font-family: "LatoWebLight", sans-serif;
    font-size: 12px;
}

.module-stock-quote-home .module-stock_date {
    margin-top: 0;
    text-align: left;
}

.module-stock-quote-home .module-stock_date-text {
    margin-right: 0;
}

.module-stock-quote-home .module-stock_delayed {
    text-align: right;
}

.module-analyst.module-analyst {
    padding-left: 120px;
    padding-top: 70px;
}

.module-analyst_item {
    font-size: 18px;
    padding: 35px 0;
}

.module-analyst_item ~ .module-analyst_item {
    border-top: 1px solid #a0a0a3;
}

.module-analyst_name {
    margin-bottom: 5px;
}

.module-analyst_name h4 {
    margin: 0;
}

.module-analyst_firm {
    margin-bottom: 12px;
}

.module-analyst_phone,
.module-analyst_mail {
    font-family: "LatoWebMedium", sans-serif;
    padding: 3px 0 3px 35px;
    position: relative;
}

.module-analyst a {
    color: #4a4a4a;
}

.module-analyst a:hover {
    color: #e73c29;
}

.module-analyst i {
    font-size: 20px;
    color: #ff988d;
    position: absolute;
    top: 0;
    left: 0;
}

.module-analyst i.q4-icon_envelope2 {
    font-size: 45px;
    top: -10px;
    left: -10px;
}

@media only screen and (max-width: 1023px) {
    .module-stock-quote-home,
    .module-analyst {
        width: 100%;
        padding: 0;
    }
    .module-analyst.module-analyst {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .module-slideshow--investor.module-slideshow--investor {
        padding: 30px 0;
    }
    .module-slideshow--investor .module_title-wrap,
    .module-slideshow--investor .module-slideshow_viewer,
    .module-slideshow--investor .module-slideshow_link-container {
        float: none;
        display: block;
        width: 100%;
    }
    .module-slideshow--investor .module_title,
    .module-slideshow--investor .module-slideshow_link-container {
        text-align: center;
    }
    .module-slideshow--investor .module-slideshow_link-container {
        padding: 20px 0;
    }
    .module-documents.module-documents {
        padding-bottom: 10px;
    }
    .module-documents.module-documents:before {
        display: none;
    }
    .module-documents.module-title-center .module_title {
        text-align: left;
    }
    .module-documents .module_container--inner {
        margin: 0;
    }
    .module-documents_item-container,
    .module-documents_item {
        display: block;
    }
    .module-documents_item {
        padding-bottom: 40px;
        margin-bottom: 25px;
    }
    .module-documents_title {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .module-financials .module_options {
        padding-bottom: 0;
    }
    .module-financials .dropdown li {
        font-size: 16px;
    }
    .module-financials .module_options-label {
        font-size: 16px;
    }
    .module-financials .module-financial_year-text {
        font-size: 14px;
        line-height: 30px;
    }
    .module-financials .module_link {
        font-size: 14px;
    }
    .module_items--quarterly {
        padding-top: 5px;
    }
    .module_items--quarterly .module_item {
        padding-left: 0;
        padding-bottom: 10px;
    }
    .module_items--quarterly .module_item:before {
        position: static;
    }
    .module-stock-quote-home {
        font-size: 16px;
    }
    .module-stock-quote-home .module_container--wrap {
        padding-top: 0;
    }
    .module-stock-quote-home .module-stock_value > span,
    .module-stock-quote-home .module-stock_delayed > span {
        padding-left: 35px;
    }
    .module-stock-quote-home .module-stock_date > span,
    .module-stock-quote-home .module-stock_delayed > span {
        padding-left: 0;
        padding-right: 0;
    }
    .module-stock-analyst.module-stock-analyst {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .module-analyst.module-analyst {
        padding-top: 15px;
    }
    .module-analyst .module_title {
        margin-bottom: 0;
    }
    .module-analyst_item {
        font-size: 16px;
        padding: 25px 0;
    }
}


/*====================END INVESTORS===================*/


/*========================NEWS========================*/

.module-news-latest {
    position: relative;
}

.module-news-latest .module_button-wrap {
    position: absolute;
    top: 3px;
    right: 0;
}

.module-news-default h2,
.module-news-in-the-news h2 {
    margin-bottom: 14px;
}

.module-news-in-the-news {
    margin-top: 42px;
}

.module-news-default .module_item-container {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-news-default .module_item-container > .module_item,
.module-news-default .module_items-last-wrap {
    display: table-cell;
    vertical-align: top;
}

.module-news-default .module_items-last-wrap > .module_item {
    min-height: 306px;
}

.module-news-in-the-news .module_item-container {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.module-news-in-the-news .module_item-container {
    min-height: 432px;
}

.module-news-in-the-news .module_item {
    display: table-cell;
    vertical-align: top;
}

.module-news-default .module_item-container > .module_item {
    background: url('../design/press-realease-first-item-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 60px 45px 60px 55px;
    border-right: 4px solid #f4f4f6;
}

.module-news-default .module_item-container > .module_item.module_item--background {
    background: url('../design/press-realease-first-item-alt-bg.jpg') no-repeat center center;
    background-size: cover;
}

.module-news-default .module_items-last-wrap .module_item {
    padding: 60px 45px 60px 55px;
}

.module-news-default .module_items-last-wrap .module_item:first-child {
    background: url('../design/press-realease-second-item-bg.jpg') no-repeat center center;
    background-size: cover;
    border-bottom: 2px solid #f4f4f6;
}

.module-news-default .module_items-last-wrap .module_item.module_item--background:first-child {
    background: url('../design/press-realease-second-item-alt-bg.jpg') no-repeat center center;
    background-size: cover;
}

.module-news-default .module_items-last-wrap .module_item:last-child {
    background: url('../design/press-realease-third-item-bg.jpg') no-repeat center center;
    background-size: cover;
    border-top: 2px solid #f4f4f6;
}

.module-news-default .module_items-last-wrap .module_item.module_item--background:last-child {
    background: url('../design/press-realease-third-item-alt-bg.jpg') no-repeat center center;
    background-size: cover;
}

.module-news-in-the-news .module_item {
    padding: 50px 40px;
}

.module-news-in-the-news .module_item:first-child {
    background: url('../design/in-the-news-first-item-bg.jpg') no-repeat center center;
    background-size: cover;
    border-right: 2px solid #fff;
}

.module-news-in-the-news .module_item.module_item--background:first-child {
    background: url('../design/in-the-news-first-item-alt-bg.jpg') no-repeat center center;
    background-size: cover;
}

.module-news-in-the-news .module_item:nth-child(2) {
    background: url('../design/in-the-news-second-item-bg.jpg') no-repeat center center;
    background-size: cover;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.module-news-in-the-news .module_item.module_item--background:nth-child(2) {
    background: url('../design/in-the-news-second-item-alt-bg.jpg') no-repeat center center;
    background-size: cover;
}

.module-news-in-the-news .module_item:nth-child(3) {
    background: url('../design/in-the-news-third-item-bg.jpg') no-repeat center center;
    background-size: cover;
    border-left: 2px solid #fff;
}

.module-news-in-the-news .module_item.module_item--background:nth-child(3) {
    background: url('../design/in-the-news-third-item-alt-bg.jpg') no-repeat center center;
    background-size: cover;
}

.module-news-in-the-news .module_item-inner {
    min-height: 332px;
}

.module-news-latest .module-not-found-message {
    color: #4a4a4a;
}

.module-videos-landing.module-videos-landing {
    padding-top: 22px;
}

.module-videos-landing .module_container--outer {
    position: relative;
}

.module-videos-landing .module_button-wrap {
    position: absolute;
    top: 8px;
    right: 15px;
}

.module-videos-landing_item-container {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 610px;
}

.module-videos-landing_item {
    display: table-cell;
    vertical-align: bottom;
    padding: 115px 55px;
    position: relative;
}
.module-videos-landing .module-videos-landing_item {
    background-size: cover;
    border-right: 2px solid #f4f4f6;
}
.module-videos-landing_item--live-stream {
    background: url('../images/vid_thumbs/neovideo.jpg') no-repeat top center;
}
.module-videos-landing_item--new-first {
    background: url('../images/2018/capture-2.PNG') no-repeat top center;
}

.module-videos-landing_item--first {
    background: url('../design/news-video-first-item-thumb-bg.jpg') no-repeat top center;
}

.module-videos-landing_item--second {
    background: url('../images/2018/youtubepic.jpg') no-repeat top center;
}

.module-videos_title {
    font-family: 'LatoWebBold', sans-serif;
    font-size: 24px;
    line-height: 30px;
}

.module-videos-landing_item:hover .module-videos_title {
    color: #e73c29;
}

.module-videos-landing_item i {
    font-size: 32px;
    line-height: 1;
    border-radius: 2px;
    background-image: -moz-linear-gradient( 45deg, rgb(198, 40, 23) 0%, rgb(231, 60, 41) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(198, 40, 23) 0%, rgb(231, 60, 41) 100%);
    background-image: -ms-linear-gradient( 45deg, rgb(198, 40, 23) 0%, rgb(231, 60, 41) 100%);
    display: inline-block;
    text-align: center;
    padding: 13px 14px;
    position: absolute;
    bottom: 35px;
    right: 35px;
}

@media only screen and (max-width: 1023px) {
    .module-news-default .module_item-container,
    .module-news-default .module_item-container > .module_item,
    .module-news-default .module_items-last-wrap,
    .module-news-in-the-news .module_item-container,
    .module-news-in-the-news .module_item,
    .module-videos-landing_item-container,
    .module-videos-landing_item {
        display: block;
        width: 100%;
    }
    .module-news-default .module_items-last-wrap > .module_item,
    .module-news-in-the-news .module_item-container {
        min-height: auto;
    }
    .module-videos-landing_item-container {
        height: auto;
    }
    .module-news-default .module_item-container > .module_item {
        background-position: top center;
    }
    .module-news-default .module_item-container > .module_item {
        border-right: none;
    }
    .module-news-default .module_items-last-wrap .module_item:first-child,
    .module-news-default .module_items-last-wrap .module_item:last-child {
        border-top: none;
        border-bottom: none;
    }
    .module-news-default .module_item {
        margin-bottom: 4px;
    }
    .module-news-in-the-news .module_item:first-child,
    .module-news-in-the-news .module_item:nth-child(2),
    .module-news-in-the-news .module_item:nth-child(3) {
        border-right: none;
        border-left: none;
        margin-bottom: 4px;
    }
    .module-news-in-the-news .module_item-inner {
        min-height: auto;
    }
    .module-videos-landing_item--first {
        border-right: none;
    }
    .module-videos-landing_item--second {
        border-left: none;
    }
    .module-videos-landing_item {
        border-bottom: 4px solid #f4f4f6;
    }
}

@media only screen and (max-width: 767px) {
    .module-news-latest .module_button-wrap {
        top: 0;
    }
    .module-news-default .module_item-container > .module_item,
    .module-news-default .module_items-last-wrap .module_item {
        padding: 25px 10px;
    }
    .module-news-in-the-news .module_item {
        padding: 25px 10px;
    }
    .module-news-latest .module_headline-link {
        font-size: 14px;
        line-height: 18px;
    }
    .module-videos-landing .module_button-wrap {
        top: 5px;
    }
    .module-videos_title {
        font-size: 14px;
        line-height: 18px;
    }
    .module-videos-landing_item {
        padding: 50px 20px 55px 20px;
        min-height: 177px;
    }
    .module-videos-landing_item i {
        font-size: 20px;
        padding: 8px 10px;
        bottom: 15px;
        right: 15px;
    }
}


/*=====================END NEWS=======================*/


/*===================VIDEO GALLERY====================*/

.module-video-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
}

.module-video-responsive iframe {
    overflow: hidden;
}

.module-video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-video_item {
    padding: 20px 0;
}


/*================END VIDEO GALLERY===================*/


/*======================CONTACT=======================*/

.page-contact h2 {
    font-size: 30px;
    line-height: 40px;
}

.module-contact h2,
.module-contact h4 {
    margin-top: 0;
}

.module-contact_inner {
    padding: 45px 0;
}

.module-contact_item:first-child .module-contact_inner {
    border-bottom: 1px solid #a0a0a3;
}

.module-contact_address {
    font-family: 'LatoWebMedium', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.module-contact_address p {
    margin-top: 0;
}

.module-contact_address a {
    color: #4a4a4a;
}

.module-contact_address a:hover {
    color: #e73c29;
}

.module-contact_icon {
    position: relative;
    padding-left: 32px;
}

.module-contact_icon i {
    font-family: 'q4-icons';
    font-size: 20px;
    line-height: 1;
    color: #ff988d;
    position: absolute;
    top: 0;
    left: 0;
}

.module-contact_icon--location i,
.module-contact_icon--mail i {
    font-size: 45px;
    top: -6px;
    left: -12px;
}

.module-contact_icon--mail i {
    top: -9px;
}

.page-contact .module-form--custom {
    background: url('../design/form-bg.jpg') no-repeat center center;
    background-size: cover;
}

.module-form--custom .module_title {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding-right: 10px;
}

.module-form--custom .module_container--inner {
    float: left;
    display: inline-block;
    vertical-align: top;
    width: 66.6667%;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 150px;
}

.module-form--custom input[type="text"] {
    background: #fff;
    border: none;
}

.module-form--custom .module_input,
.module-form--custom .module_dropdown,
.module-form--custom textarea.module_input {
    border: none;
}

.module-form--custom .module-form_item {
    padding-left: 35px;
}

.module-form--custom .module-form_item--email-address,
.module-form--custom .module-form_item--subject,
.module-form--custom .module-form_item--message {
    width: 100%;
}

.module-form--custom textarea.module_input {
    resize: none;
    min-height: 188px;
}

.module-form--custom .CaptchaContainer,
.module-form--custom .module_actions {
    padding-left: 15px;
}

.module-form--custom .module_actions {
    text-align: center;
    margin-top: 0;
}

.module-form--custom .module_error-container {
    padding-left: 10px;
}

@media only screen and (max-width: 1023px) {
    .module-form--custom .module_container--inner {
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .module-contact_address {
        margin-bottom: 20px;
    }
    .module-contact_inner {
        padding-bottom: 25px;
    }
    .module-form--custom .module_title,
    .module-form--custom .module_container--inner {
        float: none;
        width: 100%;
    }
    .module-form--custom .module_title {
        padding-right: 0;
    }
    .module-form--custom .module_container--inner,
    .module-form--custom .module-form_item,
    .module-form--custom .CaptchaContainer,
    .module-form--custom .module_actions {
        padding-left: 0;
    }
    .module-form--custom .module_container--inner {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .module-contact.module-contact {
        padding: 10px 0;
    }
    .page-contact h2 {
        font-size: 23px;
        line-height: 32px;
    }
    .module-contact_inner {
        padding: 20px 0 10px;
    }
    .module-contact_address {
        font-size: 16px;
        line-height: 26px;
    }
    .module-contact_address h4 {
        margin-bottom: 5px;
    }
    .module-form--custom.module-form--custom {
        padding-bottom: 55px;
    }
    .module-contact_icon--location i,
    .module-contact_icon--mail i {
        left: -9px;
    }
}


/*====================END CONTACT=====================*/


/*==================FANCYBOX POPUP====================*/

.fancybox-container .fancybox-slide--video-popup > * {
    padding: 105px;
}

@media only screen and (max-width: 1023px) {
    .fancybox-container .fancybox-slide--video-popup > * {
        padding: 70px !important;
    }
}

@media only screen and (max-width: 767px) {
    .fancybox-container .fancybox-slide--video-popup > * {
        padding: 55px 10px !important;
    }
    .fancybox-container .fancybox-slide--video > * {
        padding: 0 !important;
    }
}


/*================END FANCYBOX POPUP==================*/

.module-project-details .drilling-table {
    width: 100%;
    margin: 10px 0;
}

.module-project-details .drilling-table th {
    padding: 0px 5px;
    text-align: center;
}

.module-project-details .drilling-table td {
    padding: 5px 5px;
    text-align: center;
}


.module-project-details .drilling-table tr:nth-child(even) {
    background: #eaeaea;
}

/*=======================END INNER PAGES======================*/
