/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active {
    outline: 0;
}

a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " ("attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-webkit-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

html {
    font-size: 20px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 20px;
    line-height: 1.4;
    color: #333333;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #818a91;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #2b32ae;
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: #014c8c;
    text-decoration: underline;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #818a91;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
    margin: 0;
    line-height: inherit;
    border-radius: 0;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

input[type="search"] {
    box-sizing: inherit;
    -webkit-appearance: none;
}

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
div.ModulePressReleaseDetails h2 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: #202124;
}

h1,
.h1 {
    font-size: 55px;
    color: #FFFFFF
}

h2,
.h2,
div.ModulePressReleaseDetails h2 {
    font-size: 36px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 32px;
}

h4,
.h4 {
    font-size: 28px;
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 22px;
}

@media (max-width: 767px) {

    h1,
    .h1 {
        font-size: 30px;
    }

    h2,
    .h2,
    div.ModulePressReleaseDetails h2 {
        font-size: 26px;
    }

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 18px;
    }
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.dl-horizontal {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.dl-horizontal::after {
    content: "";
    display: table;
    clear: both;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    line-height: 1.4;
    color: #818a91;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

.img-fluid,
.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0.3rem;
}

.img-thumbnail {
    padding: 0.25rem;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #818a91;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    line-height: 1.4;
    color: #373a3c;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.row:after {
    content: '';
    display: table;
    clear: both;
}

.row {
    display: block;
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 0 0 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 544px) {
    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1024px) {
    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1280px) {
    .col-xl-1 {
        width: 8.33333%;
    }

    .col-xl-2 {
        width: 16.66667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333%;
    }

    .col-xl-5 {
        width: 41.66667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333%;
    }

    .col-xl-8 {
        width: 66.66667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333%;
    }

    .col-xl-11 {
        width: 91.66667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

    .col-xl-offset-0 {
        margin-left: 0%;
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%;
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%;
    }

    .col-xl-offset-3 {
        margin-left: 25%;
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%;
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%;
    }

    .col-xl-offset-6 {
        margin-left: 50%;
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%;
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%;
    }

    .col-xl-offset-9 {
        margin-left: 75%;
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%;
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%;
    }

    .col-xl-offset-12 {
        margin-left: 100%;
    }
}


/***Start select**/

.sbHolder {
    border: 1px solid #ccc;
    font-weight: normal;
    height: 40px;
    position: relative;
    width: 200px;
    text-align: left;
    font-size: 18px;
}

.sbHolder a {
    color: #e87722;
}

.sbSelector {
    display: block;
    height: 40px;
    left: 0;
    line-height: 40px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 20px;
    top: 0;
    width: 100%;
}

a.sbToggle {
    display: block;
    height: 40px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    line-height: 34px;
    text-align: center;
    color: #9b9b9b;
    font-size: 12px;
}

.sbToggle:after {
    content: "\e64a";
    font-family: "q4icons";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sbToggleOpen:after {
    content: "\e650";
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100% !important;
    left: -1px;
    right: -1px;
    z-index: 1;
    overflow-y: auto;
    border: 1px solid #c8c8c8;
    background: #fff;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 5px 10px 5px 20px;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions li:hover {
    background: #ebebeb;
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}


/***Stop select**/

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    color: #818a91;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #818a91;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar::after {
    content: "";
    display: table;
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
    border-width: 0 0.3em 0.3em;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group::after {
    content: "";
    display: table;
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}

.nav-link.disabled {
    color: #818a91;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: transparent;
}

.nav-inline .nav-item {
    display: inline-block;
}

.nav-inline .nav-item+.nav-item,
.nav-inline .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}

.nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs .nav-item+.nav-item {
    margin-left: .2rem;
}

.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-radius: 0.25rem 0.25rem 0 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
    color: #818a91;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent;
}

.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}

.nav-pills .nav-item {
    float: left;
}

.nav-pills .nav-item+.nav-item {
    margin-left: .2rem;
}

.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
    color: #fff;
    cursor: default;
    background-color: #0275d8;
}

.nav-stacked .nav-item {
    display: block;
    float: none;
}

.nav-stacked .nav-item+.nav-item {
    margin-top: .2rem;
    margin-left: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}

.navbar::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 544px) {
    .navbar {
        border-radius: 0.25rem;
    }
}

.navbar-full {
    z-index: 1000;
}

@media (min-width: 544px) {
    .navbar-full {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 544px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
}

.navbar-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 544px) {
    .navbar-sticky-top {
        border-radius: 0;
    }
}

.navbar-brand {
    float: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

.navbar-divider {
    float: left;
    width: 1px;
    padding-top: .425rem;
    padding-bottom: .425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}

.navbar-divider::before {
    content: "\00a0";
}

.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: none;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}

@media (min-width: 544px) {
    .navbar-toggleable-xs {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .navbar-toggleable-sm {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .navbar-toggleable-md {
        display: block !important;
    }
}

.navbar-nav .nav-item {
    float: left;
}

.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}

.navbar-nav .nav-link+.nav-link {
    margin-left: 1rem;
}

.navbar-nav .nav-item+.nav-item {
    margin-left: 1rem;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.6);
}

.navbar-light .navbar-nav .open>.nav-link,
.navbar-light .navbar-nav .open>.nav-link:focus,
.navbar-light .navbar-nav .open>.nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .active>.nav-link:focus,
.navbar-light .navbar-nav .active>.nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.8);
}

.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
    color: white;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: white;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .open>.nav-link,
.navbar-dark .navbar-nav .open>.nav-link:focus,
.navbar-dark .navbar-nav .open>.nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link:focus,
.navbar-dark .navbar-nav .active>.nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
    color: white;
}

.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}

.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #eceeef;
    border-radius: 0.25rem;
}

.breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}

.breadcrumb>li {
    float: left;
}

.breadcrumb>li+li::before {
    padding-right: .5rem;
    padding-left: .5rem;
    color: #818a91;
    content: "/";
}

.breadcrumb>.active {
    color: #818a91;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.page-item {
    display: inline;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0275d8;
    border-color: #0275d8;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.4;
    color: #0275d8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #014c8c;
    background-color: #eceeef;
    border-color: #ddd;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.33333;
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.pager {
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    list-style: none;
}

.pager::after {
    content: "";
    display: table;
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eceeef;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
}

.pager .disabled>span {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
}

.pager-next>a,
.pager-next>span {
    float: right;
}

.pager-prev>a,
.pager-prev>span {
    float: left;
}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.label-default {
    background-color: #818a91;
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #687077;
}

.label-primary {
    background-color: #0275d8;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #025aa5;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #eceeef;
    border-radius: 0.3rem;
}

@media (min-width: 544px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    padding: 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: bold;
}

.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d0e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c1e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6d5ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faf2cc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}

.progress[value] {
    color: #0074d9;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value::before {
    content: attr(value);
}

.progress[value]::-webkit-progress-value {
    background-color: #0074d9;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

@media screen and (min-width: 0\0) {
    .progress {
        background-color: #eee;
        border-radius: 0.25rem;
    }

    .progress-bar {
        display: inline-block;
        height: 1rem;
        text-indent: -999rem;
        background-color: #0074d9;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .progress[width^="0"] {
        min-width: 2rem;
        color: #818a91;
        background-color: transparent;
        background-image: none;
    }

    .progress[width="100%"] {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}

.progress-striped[value]::-webkit-progress-value {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0) {
    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem;
    }
}

.progress-animated[value]::-webkit-progress-value {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
    animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0) {
    .progress-animated .progress-bar-striped {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }
}

.progress-success[value]::-webkit-progress-value {
    background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
    background-color: #5cb85c;
}

@media screen and (min-width: 0\0) {
    .progress-success .progress-bar {
        background-color: #5cb85c;
    }
}

.progress-info[value]::-webkit-progress-value {
    background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
    background-color: #5bc0de;
}

@media screen and (min-width: 0\0) {
    .progress-info .progress-bar {
        background-color: #5bc0de;
    }
}

.progress-warning[value]::-webkit-progress-value {
    background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
    background-color: #f0ad4e;
}

@media screen and (min-width: 0\0) {
    .progress-warning .progress-bar {
        background-color: #f0ad4e;
    }
}

.progress-danger[value]::-webkit-progress-value {
    background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
    background-color: #d9534f;
}

@media screen and (min-width: 0\0) {
    .progress-danger .progress-bar {
        background-color: #d9534f;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 0.875rem;
    opacity: 0;
}

.tooltip.in {
    opacity: 0.9;
}

.tooltip.tooltip-top,
.tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-arrow,
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.tooltip-right,
.tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-arrow,
.tooltip.bs-tether-element-attached-left .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.tooltip-bottom,
.tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-arrow,
.tooltip.bs-tether-element-attached-top .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.tooltip-left,
.tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-arrow,
.tooltip.bs-tether-element-attached-right .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.4;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 0.875rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

.ModulePressReleaseDetails p.prnews_p {
    font-family: Gotham Book, Gotham, Open Sans, sans-serif !important;
}

.ModulePressReleaseDetails prntblns {
    font-family: Gotham Book, Gotham, Open Sans, sans-serif !important;
}

.popover.popover-top,
.popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}

.popover.popover-top .popover-arrow,
.popover.bs-tether-element-attached-bottom .popover-arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

.popover.popover-top .popover-arrow::after,
.popover.bs-tether-element-attached-bottom .popover-arrow::after {
    bottom: 1px;
    margin-left: -10px;
    content: "";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.popover-right,
.popover.bs-tether-element-attached-left {
    margin-left: 10px;
}

.popover.popover-right .popover-arrow,
.popover.bs-tether-element-attached-left .popover-arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

.popover.popover-right .popover-arrow::after,
.popover.bs-tether-element-attached-left .popover-arrow::after {
    bottom: -10px;
    left: 1px;
    content: "";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.popover-bottom,
.popover.bs-tether-element-attached-top {
    margin-top: 10px;
}

.popover.popover-bottom .popover-arrow,
.popover.bs-tether-element-attached-top .popover-arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom .popover-arrow::after,
.popover.bs-tether-element-attached-top .popover-arrow::after {
    top: 1px;
    margin-left: -10px;
    content: "";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.popover-left,
.popover.bs-tether-element-attached-right {
    margin-left: -10px;
}

.popover.popover-left .popover-arrow,
.popover.bs-tether-element-attached-right .popover-arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left .popover-arrow::after,
.popover.bs-tether-element-attached-right .popover-arrow::after {
    right: 1px;
    bottom: -10px;
    content: "";
    border-right-width: 0;
    border-left-color: #fff;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -0.7rem -0.7rem 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover-arrow,
.popover-arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover-arrow {
    border-width: 11px;
}

.popover-arrow::after {
    content: "";
    border-width: 10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}

.carousel-inner>.carousel-item>img,
.carousel-inner>.carousel-item>a>img {
    line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.carousel-item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner>.carousel-item.next,
    .carousel-inner>.carousel-item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner>.carousel-item.prev,
    .carousel-inner>.carousel-item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner>.carousel-item.next.left,
    .carousel-inner>.carousel-item.prev.right,
    .carousel-inner>.carousel-item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev::before {
    content: "\2039";
}

.carousel-control .icon-next::before {
    content: "\203a";
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media (min-width: 544px) {

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-xs-left {
    float: left !important;
}

.pull-xs-right {
    float: right !important;
}

.pull-xs-none {
    float: none !important;
}

@media (min-width: 544px) {
    .pull-sm-left {
        float: left !important;
    }

    .pull-sm-right {
        float: right !important;
    }

    .pull-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .pull-md-left {
        float: left !important;
    }

    .pull-md-right {
        float: right !important;
    }

    .pull-md-none {
        float: none !important;
    }
}

@media (min-width: 1024px) {
    .pull-lg-left {
        float: left !important;
    }

    .pull-lg-right {
        float: right !important;
    }

    .pull-lg-none {
        float: none !important;
    }
}

@media (min-width: 1280px) {
    .pull-xl-left {
        float: left !important;
    }

    .pull-xl-right {
        float: right !important;
    }

    .pull-xl-none {
        float: none !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.invisible {
    visibility: hidden !important;
}

.text-hide {
    font: "0/0"a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-xs-left {
    text-align: left !important;
}

.text-xs-right {
    text-align: right !important;
}

.text-xs-center {
    text-align: center !important;
}

@media (min-width: 544px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 1024px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1280px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-muted {
    color: #818a91;
}

.text-primary {
    color: #0275d8 !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #025aa5;
}

.text-success {
    color: #5cb85c !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #449d44;
}

.text-info {
    color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #31b0d5;
}

.text-warning {
    color: #f0ad4e !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ec971f;
}

.text-danger {
    color: #d9534f !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #c9302c;
}

.bg-inverse {
    color: #eceeef;
    background-color: #373a3c;
}

.bg-faded {
    background-color: #f7f7f9;
}

.bg-primary {
    color: #fff !important;
    background-color: #0275d8 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #025aa5;
}

.bg-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #449d44;
}

.bg-info {
    color: #fff !important;
    background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #31b0d5;
}

.bg-warning {
    color: #fff !important;
    background-color: #f0ad4e !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ec971f;
}

.bg-danger {
    color: #fff !important;
    background-color: #d9534f !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #c9302c;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-a-0 {
    margin: 0 0 !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-r-0 {
    margin-right: 0 !important;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-l-0 {
    margin-left: 0 !important;
}

.m-x-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.m-y-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-a-1 {
    margin: 1rem 1rem !important;
}

.m-t-1 {
    margin-top: 1rem !important;
}

.m-r-1 {
    margin-right: 1rem !important;
}

.m-b-1 {
    margin-bottom: 1rem !important;
}

.m-l-1 {
    margin-left: 1rem !important;
}

.m-x-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.m-y-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-a-2 {
    margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
    margin-top: 1.5rem !important;
}

.m-r-2 {
    margin-right: 1.5rem !important;
}

.m-b-2 {
    margin-bottom: 1.5rem !important;
}

.m-l-2 {
    margin-left: 1.5rem !important;
}

.m-x-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.m-y-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-a-3 {
    margin: 3rem 3rem !important;
}

.m-t-3 {
    margin-top: 3rem !important;
}

.m-r-3 {
    margin-right: 3rem !important;
}

.m-b-3 {
    margin-bottom: 3rem !important;
}

.m-l-3 {
    margin-left: 3rem !important;
}

.m-x-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.m-y-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-a-0 {
    padding: 0 0 !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-r-0 {
    padding-right: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-x-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.p-y-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-a-1 {
    padding: 1rem 1rem !important;
}

.p-t-1 {
    padding-top: 1rem !important;
}

.p-r-1 {
    padding-right: 1rem !important;
}

.p-b-1 {
    padding-bottom: 1rem !important;
}

.p-l-1 {
    padding-left: 1rem !important;
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.p-y-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-a-2 {
    padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
    padding-top: 1.5rem !important;
}

.p-r-2 {
    padding-right: 1.5rem !important;
}

.p-b-2 {
    padding-bottom: 1.5rem !important;
}

.p-l-2 {
    padding-left: 1.5rem !important;
}

.p-x-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.p-y-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-a-3 {
    padding: 3rem 3rem !important;
}

.p-t-3 {
    padding-top: 3rem !important;
}

.p-r-3 {
    padding-right: 3rem !important;
}

.p-b-3 {
    padding-bottom: 3rem !important;
}

.p-l-3 {
    padding-left: 3rem !important;
}

.p-x-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.p-y-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .hidden-md-down {
        display: none !important;
    }
}


/*@media (min-width: 1024px) {
    .hidden-lg-up {
        display: none !important;
    }
}*/

@media (max-width: 1279px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/*end bootstrap*/

* Bootstrap-select v1.8.0 (http: //silviomoreto.github.io/bootstrap-select)
* * Copyright 2013-2015 bootstrap-select * Licensed under MIT (https: //github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)

*/ select.bs-select-hidden, select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}


/*!

global styles
*/

body {
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 400;
    /*position: relative;*/
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
    line-height: 1.4;
}

address, dl, ol, ul {
    margin: 0;
    padding: 0;
    -webkit-padding-start: 0;
}

a {
    transition: all 0.2s;
}

a:focus, a:hover {
    text-decoration: none;
}

button, input {
    box-shadow: none;
    outline: none;
    transition: all 0.2s;
    -webkit-appearance: none;
}

.header__search input, .header__nav button, .nav__wrap input, .nav__wrap button, .FooterContainer input, .FooterContainer button {
    border: 0;
}

.header__search input[type=text], .nav__wrap input[type="text"] {
    border: none;
}

button:focus, input:focus {
    outline: none;
}

input[type="text"] {
    line-height: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 0 10px;
    font-size: 18px;
}

.MailingListSignupLanding input[type="text"] {
    background: none;
}

*:after, *:before {
    pointer-events: none;
}

.no-list-style {
    list-style-type: none;
}

.tablet {
    display: none !important;
}

@media (max-width: 1023px) {
    .tablet {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .tablet {
        display: none !important;
    }
}

.no-tablet {
    display: block !important;
}

@media (max-width: 1023px) {
    .no-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .no-tablet {
        display: block !important;
    }
}

.show-tablets {
    display: none !important;
}

@media (max-width: 1023px) {
    .show-tablets {
        display: block !important;
    }
}

.hide-tablets {
    display: block !important;
}

@media (max-width: 1023px) {
    .hide-tablets {
        display: none !important;
    }

    .mainContent {
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.right {
    text-align: right;
}

.center, .text-center {
    text-align: center;
}

.content {
    background: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.17);
}

.container-fluid {
    max-width: 1280px;
    padding: 0;
    overflow: hidden;
}

.container-fluid.visible {
    overflow: visible;
}

.mainContent {
    padding-right: 10px;
}

@media (max-width: 1023px) {
    .mainContent {
        padding-right: 0;
        margin-left: 0;
    }
}

.pad {
    background: #f7f7f7;
}

.mr-bot {
    margin-bottom: 0.75rem;
}

.header__logo a:hover {
    opacity: 1;
}

.footer__logo:hover {
    opacity: 1;
}

a.header__phone:hover, a.img:hover, a.nav-trigger:hover {
    opacity: 1;
}

.title {
    display: block;
    color: #202124;
}

.title.sub {
    color: #878787;
}

.title.h1 {
    font-size: 60px;
    color: #fafafa;
    font-family: Gotham, Gotham Book, Open Sans, sans-serif;
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .title.h1 {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .title.h1 {
        font-size: 29px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
}

.title.h1.sub {
    font-size: 24px;
}

@media (max-width: 1023px) {
    .title.h1.sub {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .title.h1.sub {
        font-size: 18px;
        line-height: 1.2;
    }
}

.title.h2 {
    font-size: 36px;
}

@media (max-width: 1023px) {
    .title.h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .title.h2 {
        font-size: 22px;
    }
}

.title.h2.sub {
    font-size: 26px;
}

@media (max-width: 1023px) {
    .title.h2.sub {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .title.h2.sub {
        font-size: 15px;
    }
}

.title.h3 {
    font-size: 26px;
}

@media (max-width: 1023px) {
    .title.h3 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .title.h3 {
        font-size: 18px;
    }
}

.title.h4 {
    font-size: 22px;
    margin-bottom: 10px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 400;
}

@media (max-width: 767px) {
    .title.h4 {
        font-size: 18px;
    }
}

.title.h5 {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .title.h5 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .title.h5 {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

.title.h6 {
    font-size: 20px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 400;
}

.title.h6.sub {
    font-size: 16px;
    margin-bottom: 10px;
}

.title b {
    font-weight: 500;
}

.title_wrap {
    text-align: center;
    padding: 74px 40px 54px;
    background: linear-gradient(225deg, #ed9801, #b63300);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 372px;
}

@media (max-width: 1023px) {
    .title_wrap {
        padding: 60px 40px;
    }
}

@media (max-width: 767px) {
    .title_wrap {
        padding: 40px 10px;
    }
}

.title_wrap--sub {
    padding: 50px 40px;
}

@media (max-width: 1023px) {
    .title_wrap--sub {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .title_wrap--sub {
        padding: 30px 20px;
    }
}

.box {
    padding: 0 40px 40px 60px;
}

@media (max-width: 767px) {
    .box {
        padding: 0 25px 25px;
    }
}

.box .title_wrap {
    text-align: left;
    padding: 44px 40px 54px;
}

@media (max-width: 767px) {
    .box .title_wrap {
        text-align: center;
        padding: 25px 0;
    }
}

.text {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    color: #878787;
}

@media (max-width: 1023px) {
    .text {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    .text {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
    }
}

.text.small {
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1023px) {
    .text.small {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .text.small {
        font-size: 16px;
        line-height: 24px;
    }
}

.list li {
    position: relative;
    list-style: none;
    font-size: 20px;
    color: #878787;
    margin-bottom: 10px;
    padding-left: 25px;
}

.list li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background: #dedede;
    border-radius: 50%;
}

.quote {
    position: relative;
    padding: 40px 30px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #333333;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 300;
}

@media (max-width: 1023px) {
    .quote {
        font-size: 26px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .quote {
        font-size: 20px;
        line-height: 28px;
        padding: 20px;
        margin-bottom: 20px;
    }
}

.quote span {
    font-weight: 500;
}

.quote p:before {
    content: 'â€œ';
    position: absolute;
    top: 40px;
    left: 12px;
}

@media (max-width: 767px) {
    .quote p:before {
        position: static;
    }
}

.quote i {
    position: relative;
    font-style: normal;
}

.quote i:after {
    position: absolute;
    left: 3px;
    content: 'â€';
}

.link {
    background: transparent;
    color: #2b32ae;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media (max-width: 1023px) {
    .link {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .link {
        font-size: 12px;
    }
}

.link.tels {
    font-size: 22px;
}

@media (max-width: 1023px) {
    .link.tels {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .link.tels {
        font-size: 18px;
    }
}

.link.large {
    text-transform: none;
    letter-spacing: 0;
    font-size: 26px;
    line-height: 32px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .link.large {
        font-size: 26px;
        line-height: 33px;
    }
}

@media (max-width: 767px) {
    .link.large {
        font-size: 19px;
        line-height: 22px;
    }
}

.link.small {
    text-transform: none;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 24px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .link.small {
        font-size: 26px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .link.small {
        font-size: 20px;
        line-height: 1.2;
    }
}

.link.arrow {
    font-size: 15px;
    color: #007dda;
}

.link.arrow svg {
    width: 18px;
    height: 10px;
    fill: #007dda;
    transition: all 0.2s;
    position: relative;
    top: -5px;
}

.link.inherit {
    font-size: inherit;
}

.link:focus, .link:hover {
    color: #2b32ae;
    opacity: 0.7;
}

.button, button, input[type="submit"] {
    display: inline-block;
    color: #fafafa;
    background: linear-gradient(254deg, #f5af47, #e87722);
    height: 44px;
    line-height: 44px;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width: 1023px) {
    .button {
        height: 54px;
        line-height: 54px;
        min-width: 170px;
    }

    .module-search a.button {
        line-height: 44px;
        height: 44px;
        min-width: 100px;

    }
}

@media (max-width: 767px) {
    .button {
        height: 38px;
        line-height: 38px;
        min-width: 160px;
        font-size: 14px;
    }

    .module-search a.button {
        line-height: 44px;
        height: 44px;
        min-width: 100px;
    }
}

.button:hover, input[type=submit]:hover, button:hover {
    color: #fafafa;
    background: linear-gradient(254deg, #f2a03d, #e36100);

}

.button.opacity {
    min-width: 250px;
    padding: 0 18px;
    line-height: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.36);
}

.button.opacity svg {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin-right: 5px;
    fill: #ffffff;
    transition: all 0.2s;
}

.button.blue {
    background: #2b32ae;
}

.button.border {
    display: inline-block;
    min-width: auto;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    background: transparent;
    color: #2b32ae;
    border: 1px solid rgba(198, 198, 198, 0.3);
}

@media (max-width: 1023px) {
    .button.border {
        line-height: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .button.border {
        font-size: 14px;
        line-height: 36px;
        height: 36px;
        padding: 0 15px;
        min-width: 0;
    }
}

.button.border:hover {
    background: rgba(216, 216, 216, 0.2);
    opacity: 1;
}

.button.small {
    background: transparent;
    line-height: 32px;
    height: 32px;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 10px;
    min-width: inherit;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .button.small {
        font-size: 11px;
        line-height: 20px;
        height: 20px;
        padding: 0 5px;
    }
}

.button.small:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #0067ba;
}

.btn-separator {
    margin: 0 18px;
    color: #878787;
    font-size: 16px;
}

@media (max-width: 1023px) {
    .btn-separator {
        display: block;
        margin: 13px 0 0;
    }
}

span.error {
    display: none;
    color: #e8403e;
    font-size: 16px;
    line-height: 28px;
    padding: 0 15px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group.error span.error {
    display: block;
}

.form-group.error .form-control {
    border: 1px solid #e8403e;
}

.form-label {
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 0;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .form-label {
        font-size: 22px;
    }
}

.form-control {
    border: 1px solid #e1e1e1;
    height: 44px;
    padding: 10px 20px;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
}

.form-control::-webkit-input-placeholder {
    color: #cbcbcb;
}

.form-control::-moz-placeholder {
    color: #cbcbcb;
}

.form-control:-moz-placeholder {
    color: #cbcbcb;
}

.form-control:-ms-input-placeholder {
    color: #cbcbcb;
}

.form-control:focus {
    border: 1px solid #66ADD8;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17);
}

.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-control:focus::-moz-placeholder {
    color: transparent;
}

.form-control:focus:-moz-placeholder {
    color: transparent;
}

.form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.form-control:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.17);
}

.form-checkbox {
    margin-bottom: 10px;
}

.form-checkbox input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.form-checkbox span {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
    color: #878787;
    cursor: pointer;
}

.form-checkbox span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #c6c6c6;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #ffffff;
}

.form-checkbox span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: #878787;
    transition: all 0.2s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-checkbox input[type="checkbox"]:checked + span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.form-forgot {
    font-size: 14px;
    color: #878787;
}

.form-forgot:hover {
    color: #333333;
}

.form-inline {
    position: relative;
    display: inline-block;
}

.form-inline .form-group {
    display: block;
}

.form-inline .form-control {
    width: 100%;
    padding-right: 172px;
}

.form-inline .button {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-inline .button:hover {
    opacity: 1;
}

.form-inline .button.blue:hover {
    background: #66ADD8;
}

.form-inline .privacy {
    position: absolute;
    right: 0;
    top: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #878787;
    text-align: center;
}

.form-inline label.error {
    display: table-cell;
    padding-top: 10px;
    font-size: 20px;
    color: #878787;
}

.bootstrap-select .btn.dropdown-toggle {
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0 20px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 44px;
    line-height: 44px;
    transition: background 0.2s, opacity 0.2s, color 0.2s;
}

@media (max-width: 1023px) {
    .bootstrap-select .btn.dropdown-toggle {
        height: 52px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .bootstrap-select .btn.dropdown-toggle {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
    }
}

.bootstrap-select .btn.dropdown-toggle:after {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    color: #333333;
    font-size: 18px !important;
}

.bootstrap-select .btn.dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select:not(.open) .btn.dropdown-toggle:hover {
    background: #f7f7f7;
}

.bootstrap-select:selected .btn.dropdown-toggle {
    color: #66ADD8;
}

.bootstrap-select.open .dropdown-backdrop {
    z-index: 0;
}

.bootstrap-select.open .btn.dropdown-toggle {
    background: #ffffff !important;
    color: #333333;
    border: none;
    border-radius: 3px 3px 0 0;
}

.bootstrap-select.open .btn.dropdown-toggle:before {
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    top: 0;
}

.bootstrap-select.open .btn.dropdown-toggle:after {
    color: #333333;
}

.bootstrap-select.open .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0 0 3px 3px !important;
    padding: 0;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.bootstrap-select.open .dropdown-menu:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100% + 44px);
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 1023px) {
    .bootstrap-select.open .dropdown-menu:before {
        height: calc(100% + 52px);
    }
}

@media (max-width: 767px) {
    .bootstrap-select.open .dropdown-menu:before {
        height: calc(80% + 36px);
    }
}

.bootstrap-select.open .dropdown-menu ul {
    padding-bottom: 10px !important;
}

.bootstrap-select.open .dropdown-menu li {
    line-height: 24px;
    background: #fff;
}

.bootstrap-select.open .dropdown-menu li a {
    display: block;
}

.bootstrap-select.open .dropdown-menu li a:focus {
    outline: none;
}

.bootstrap-select.open .dropdown-menu li .text {
    font-size: 16px;
    display: block;
    padding: 11px 20px;
    color: #66ADD8;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 0;
}

.bootstrap-select.open .dropdown-menu li:hover {
    background: #f7f7f7;
}

.bootstrap-select.open.dropup .btn.dropdown-toggle {
    border-radius: 0 0 3px 3px;
}

.bootstrap-select.open.dropup .dropdown-menu {
    border-radius: 3px 3px 0 0;
}

.bootstrap-select.open.dropup .dropdown-menu:before {
    bottom: auto;
    top: 0;
}

.bootstrap-select.open.dropup .dropdown-menu ul {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
}

.bootstrap-select--upper.bootstrap-select.open .dropdown-menu li {
    text-transform: uppercase;
}

.bootstrap-select--blue .btn.dropdown-toggle {
    color: #ffffff;
    background: #66ADD8;
    border: 1px solid #66ADD8;
}

.bootstrap-select--blue .btn.dropdown-toggle:after {
    color: #ffffff;
}

.bootstrap-select--blue:not(.open) .btn.dropdown-toggle:hover {
    background: rgba(25, 165, 240, 0.7);
    color: #ffffff;
}

.bootstrap-select--blue:not(.open) .btn.dropdown-toggle[aria-expanded] {
    color: #ffffff;
}

.bootstrap-select--opacity1 .btn.dropdown-toggle {
    color: #66ADD8;
    background: transparent;
    border: 0;
    font-size: 15px;
    text-transform: none;
}

.bootstrap-select--opacity1 .btn.dropdown-toggle:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    height: 2px;
    background: #007dda;
    bottom: 3px;
}

.bootstrap-select--opacity1 .btn.dropdown-toggle:after {
    color: #66ADD8;
}

.bootstrap-select--opacity1.open .btn.dropdown-toggle {
    color: #66ADD8;
}

.bootstrap-select--opacity1.open .btn.dropdown-toggle:after {
    color: #66ADD8;
}

.bootstrap-select--opacity1.open .dropdown-menu ul {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}

.bootstrap-select--opacity1.open .dropdown-menu li .text {
    color: #66ADD8;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.bootstrap-select--opacity1:not(.open) .btn.dropdown-toggle:hover {
    background: transparent;
}

.bootstrap-select--opacity1.selected .btn.dropdown-toggle {
    font-size: 28px;
    color: #66ADD8;
    font-weight: 300;
    letter-spacing: 0;
}

.bootstrap-select--opacity1.selected.open .btn.dropdown-toggle {
    color: #66ADD8;
    font-weight: 300;
    font-size: 28px;
    letter-spacing: 0;
}

.bootstrap-select--opacity2 {
    width: auto !important;
    text-transform: none;
}

.bootstrap-select--opacity2 .btn.dropdown-toggle {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0 23px 0 3px;
    background: transparent;
    border: 0;
    height: 32px;
    line-height: 32px;
    position: relative;
    z-index: 1000;
}

.bootstrap-select--opacity2 .btn.dropdown-toggle:before {
    content: '';
    position: absolute;
    left: 3px;
    right: 10px;
    height: 1px;
    background: #ffffff;
    bottom: 2px;
}

.bootstrap-select--opacity2 .btn.dropdown-toggle:after {
    color: #ffffff !important;
}

.bootstrap-select--opacity2 .btn.dropdown-toggle .filter-option {
    text-transform: none;
}

.bootstrap-select--opacity2:not(.open) .btn.dropdown-toggle:hover {
    background: transparent;
}

.bootstrap-select--opacity2:not(.open) .btn.dropdown-toggle:hover .filter-option {
    opacity: 1;
}

.bootstrap-select--opacity2:selected .btn.dropdown-toggle {
    color: #ffffff;
}

.bootstrap-select--opacity2.open .btn.dropdown-toggle {
    color: #0073cf;
    background: transparent !important;
    border-radius: 0;
}

.bootstrap-select--opacity2.open .btn.dropdown-toggle:before {
    background: #0073cf;
}

.bootstrap-select--opacity2.open .btn.dropdown-toggle:after {
    color: #0073cf !important;
}

.bootstrap-select--opacity2.open .dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 0 0 2px 2px;
    padding: 0;
    z-index: 6;
    left: -17px;
    right: -17px;
}

.bootstrap-select--opacity2.open .dropdown-menu:before {
    bottom: 0;
    height: calc(100% + 42px);
    border-radius: 2px;
    background: #ffffff;
    z-index: 0;
}

.bootstrap-select--opacity2.open .dropdown-menu.inner {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .bootstrap-select--opacity2.open .dropdown-menu.inner {
        margin-top: 0;
    }
}

.bootstrap-select--opacity2.open .dropdown-menu li {
    height: 46px;
    line-height: 46px;
}

.bootstrap-select--opacity2.open .dropdown-menu li .text {
    letter-spacing: 0;
    white-space: nowrap;
}


/*Fix for Zoom when access native mobile picklist*/

select {
    font-size: 16px;
}

.pagination {
    display: inline-block;
    margin: 0;
}

.pagination li {
    position: relative;
    margin: 0 25px;
    display: inline-block;
    color: #333333;
}

.pagination li.active a:hover {
    cursor: text;
    color: #333333;
}

.pagination li.active:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    bottom: 0;
    width: 20px;
    height: 3px;
    background: #66ADD8;
}

.pagination li a, .pagination li span {
    display: inline-block;
    color: #333333;
    font-size: 20px;
    line-height: 40px;
}

.pagination li a:hover {
    color: #66ADD8;
}

.info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
}

.info li {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;
}

.info li:after {
    content: "|";
    margin: 0 25px;
}

.info li:last-child:after {
    display: none;
}

.search input:focus {
    border: 1px solid #66ADD8;
}

.social__link {
    display: inline-block;
    margin: 0 4px;
    transition: all 0.2s;
}

.social__link svg {
    position: relative;
    width: 18px;
    height: 18px;
    fill: #ffffff;
    transition: all 0.2s;
}

.social__link--google svg {
    width: 25px;
}

.social__link--linkedin svg {
    top: -2px;
}

.social__link:hover {
    opacity: 1 !important;
}

.social__link:hover svg {
    fill: #333333 !important;
}

.breadcrumbs {
    text-align: left;
    background: #ffffff;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    text-transform: uppercase;
}

.breadcrumbs .container-fluid {
    padding: 0 30px;
}

.breadcrumbs a, .breadcrumbs {
    line-height: 46px;
    font-size: 16px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
}

.breadcrumbs a:first-child {
    margin-left: 0;
}

.breadcrumbs a {
    position: relative;
    display: inline-block;
    color: #66ADD8;
}

.breadcrumbs a:after {
    margin: 0 28px;
    display: inline-block;
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
    content: '';
    width: 6px;
    height: 8px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAJCAYAAAARml2dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODIxMjYyNEFGQjNEMTFFNUFDRjA4RTRGMzdGQzQ1QkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODIxMjYyNEJGQjNEMTFFNUFDRjA4RTRGMzdGQzQ1QkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MjEyNjI0OEZCM0QxMUU1QUNGMDhFNEYzN0ZDNDVCRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MjEyNjI0OUZCM0QxMUU1QUNGMDhFNEYzN0ZDNDVCRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PujmmocAAACASURBVHjaYjx79qwaAwPDPCCOB+K7DFDABMRzgNgaiA8CsTqyRAQQ3wBiaSA+AMRaMIlnQOwAxFeAWAIqacAE1fkSiCOB+B8QiwLxUpiEFBCvgZrwHIhDQAw5JIufArEjEF9nARJLgFgFiB8CsRMQ34NZDnL/fiC2hwmCAECAAQBIUxh1G2q+jwAAAABJRU5ErkJggg==");
}

@media (max-width: 1023px) {
    .breadcrumbs a::after {
        margin: 0 10px;
    }
}

@media (max-width: 640px) {
    .breadcrumbs, .breadcrumbs a {
        font-size: 12px;
        line-height: 20px;
    }

    .breadcrumbs {
        padding: 10px 0;
    }
}

.LayoutHomePage .breadcrumbs a:last-child {
    color: inherit;
}

.LayoutHomePage .breadcrumbs a:last-child:hover {
    opacity: 1;
}

.LayoutHomePage .breadcrumbs a:last-child:after {
    display: none;
}

.breadcrumbs a:hover {
    opacity: 0.7;
}

.BreadcrumbSeparator, .pageTitle a {
    display: none;
}

.no-overflow {
    overflow: visible;
}

@media (max-width: 1023px) {
    .form-control {
        height: 54px;
    }

    .form-control::-webkit-input-placeholder {
        color: #878787;
    }

    .form-control::-moz-placeholder {
        color: #878787;
    }

    .form-control:-moz-placeholder {
        color: #878787;
    }

    .form-control:-ms-input-placeholder {
        color: #878787;
    }

    .form-checkbox {
        text-align: left;
    }

    .form-checkbox span {
        padding-left: 28px;
        font-size: 20px;
        line-height: 24px;
    }

    .form-checkbox span:before {
        width: 24px;
        height: 24px;
    }

    .form-checkbox span:after {
        left: 4px;
        top: 4px;
        width: 16px;
        height: 16px;
    }

    .form-forgot {
        font-size: 20px;
    }

    .social__link {
        display: inline-block;
        -webkit-justify-content: center;
        line-height: 72px;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 14px;
        width: 56px;
        height: 56px;
        position: relative;
        background: rgba(255, 255, 255, 0.16);
        border-radius: 3px;
    }

    .social__link svg {
        width: 28px;
        height: 28px;
    }

    .social__link__google svg {
        width: 32px;
    }

    .social__link__linkedin svg {
        top: 50%;
    }

    .LayoutHomePage .content {
        text-align: center;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 16px;
    }

    .form-control {
        height: 38px;
        font-size: 16px;
        line-height: 18px;
    }

    .form-checkbox {
        text-align: left;
    }

    .form-checkbox span {
        padding-left: 22px;
        font-size: 14px;
        line-height: 16px;
    }

    .form-checkbox span:before {
        width: 16px;
        height: 16px;
    }

    .form-checkbox span:after {
        left: 3px;
        top: 3px;
        width: 10px;
        height: 10px;
    }

    .form-forgot {
        font-size: 14px;
    }

    .pagination li {
        margin: 0 15px;
    }

    .pagination li a, .pagination li span {
        font-size: 15px;
        line-height: 28px;
    }

    .info li {
        font-size: 14px;
    }

    .info li:after {
        margin: 0 10px;
    }

    .footer__social {
        display: inline-block;
    }

    .social {
        display: inline-block;
    }

    .social__link {
        display: inline-block;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 8px;
        width: 48px;
        height: 48px;
        line-height: 64px;
    }

    .social__link svg {
        width: 25px;
        height: 25px;
    }

    .social__link__google svg {
        width: 30px;
    }

    .social__link__linkedin svg {
        top: 50%;
    }

    .breadcrumbs .container-fluid {
        padding: 0 20px;
    }

    .breadcrumbs li {
        font-size: 12px;
        padding: 0 10px;
    }

    .breadcrumbs li a:after {
        right: -16px;
    }
}

ul.dropdown-menu.inner {
    -webkit-overflow-scrolling: touch;
}


/*!
Header component styles
*/

.header {
    background: #0073cf;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s;
}

.header a {
    color: #ffffff;
}

.header__wrap {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 7;
}

.header .container-fluid {
    padding: 0 30px;
    overflow: visible;
}

.header__logo {
    position: relative;
    z-index: 99;
    width: 190px;
    float: left;
    padding: 20px 0 35px 0;
    transition: all .2s;
}

.header__logo a {
    display: inline-block;
}

.header__logo svg {
    width: 182px;
    height: 68px;
    transition: all .2s;
}

.header__phone {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400 !important;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    margin: 0 24px;
}

.header__phone--bot {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 32px;
    right: 160px;
    transition-delay: 0s;
}

.header__navblock {
    margin-left: 190px;
    text-align: right;
}

.header__nav--top {
    padding-top: 14px;
    display: inline-block;
}

.header__nav--top a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 18px;
    cursor: pointer;
}

.header__nav--top a:hover {
    opacity: .7;
}

.header__nav--top a.active {
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 400;
}

.header__nav--top a.login__link--active {
    opacity: .7;
}

.header__nav--bot {
    position: relative;
    text-align: right;
}

.header__nav--bot .button {
    display: inline-block;
}

.header__search {
    float: left;
    margin: 6px 14px 0 0;
}

.header__search input[type="text"] {
    background: transparent;
    opacity: 0;
    width: 0;
    color: #ffffff;
    font-weight: 300;
    height: 24px;
    line-height: 24px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 300;
    padding: 0;
    border-bottom: 1px solid #ffffff;
}

.header__search input::-webkit-input-placeholder {
    color: #79caf6;
}

.header__search input::-moz-placeholder {
    color: #79caf6;
}

.header__search input:-moz-placeholder {
    color: #79caf6;
}

.header__search input:-ms-input-placeholder {
    color: #79caf6;
}

.header__search input:focus {
    width: 210px;
    padding: 0 10px 0 0;
    opacity: 1;
}

.header__search svg {
    margin: 0;
    width: 18px;
    height: 18px;
    fill: #ffffff;
    cursor: pointer;
    vertical-align: sub;
}

.header__search.search--active input {
    width: 210px;
    padding: 0 10px 0 0;
    opacity: 1;
}

.header__menu {
    display: inline-block;
    font-size: 0;
    margin-right: 8px;
    transition: all .2s;
}

.header__menu > li {
    position: relative;
    display: inline-block;
    transition: all .2s;
}

.header__menu > li:hover a {
    box-shadow: 0 -1px 0 0 #0073cf inset, 0 -4px 0 0 #ffffff inset;
}

.full-service .header__menu > li.full-service > a, .industry-solutions .header__menu > li.industry-solutions > a, .customer-stories .header__menu > li.customer-stories > a, .insights .header__menu > li.insights > a {
    box-shadow: 0 -1px 0 0 #0073cf inset, 0 -4px 0 0 #ffffff inset;
}

.header__menu > li.sub-inside:hover {
    background: #ffffff;
}

.header__menu > li.sub-inside:hover a {
    color: black;
    box-shadow: none;
}

.header__menu > li.sub-inside:hover li > a {
    color: #66ADD8;
}

.header__menu > li > a {
    font-size: 20px;
    display: inline-block;
    margin: 0 18px;
    padding: 0;
    line-height: 88px;
    opacity: 1;
}

.header__menu > li > a svg {
    width: 11px;
    height: 10px;
    fill: #ffffff;
    margin-left: 5px;
}

.header__menu > li:hover svg {
    fill: #0073cf;
}

.header__menu > li:hover > div {
    visibility: visible;
    max-height: 600px;
    opacity: 1;
}

.header__menu > li > div {
    visibility: hidden;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .2s;
    position: absolute;
    top: 100%;
    background: #ffffff;
    z-index: 10;
    text-align: left;
    text-transform: uppercase;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.header__menu > li > div > ul {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 20px 0;
    list-style: none;
}

.header__menu > li > div > ul > li a {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    color: #66ADD8;
    line-height: 44px;
    padding: 0 40px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
}

.header__menu > li > div > ul > li:hover a {
    background: #f7f7f7;
}

.header .login-nav {
    display: inline-block;
    position: relative;
}

.header .login-nav ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    top: calc(100% + 20px);
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    text-align: left;
}

.header .login-nav ul.login--open {
    opacity: 1;
    max-height: 500px;
    padding: 20px 0;
    visibility: visible;
}

.header .login-nav ul:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100%;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.header .login-nav ul li {
    list-style: none;
    transition: all .2s;
}

.header .login-nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 44px;
    color: #66ADD8;
    white-space: nowrap;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    padding: 0 18px;
    margin: 0;
}

.header .login-nav ul li:hover {
    background: #f7f7f7;
}

.header .login-nav ul li:hover a {
    opacity: 1;
}

@media (max-width: 1279px) {
    .header .header__menu > li > a {
        margin: 0 10px;
    }

    .header .container-fluid {
        padding: 0 20px;
    }
}

.content {
    padding-top: 85px;
    overflow-x: hidden;
}

@media (min-width: 1024px) {
    .header--min {
        -webkit-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    .header--min .header__logo {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    .header--min .header__logo svg {
        width: 110px;
        height: 40px;
    }

    .header--min .header__phone--bot {
        visibility: visible;
        opacity: 1;
        transition-delay: 0.2s;
    }

    .header--min .header__menu {
        -webkit-transform: translateX(-130px);
        -ms-transform: translateX(-130px);
        transform: translateX(-130px);
    }

    .header--min .header__menu > li > a {
        margin: 0 10px;
    }
}

@media (max-width: 1070px) {
    .header--min .header__menu > li > a {
        margin: 0 7px;
        font-size: 19px;
    }
}

@media (min-width: 1280px) {
    .header--min {
        -webkit-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    .header--min .header__logo {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    .header--min .header__logo svg {
        width: 115px;
        height: 42px;
    }

    .header--min .header__phone--bot {
        visibility: visible;
        opacity: 1;
        transition-delay: 0.2s;
    }

    .header--min .header__menu {
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
    }

    .header--min .header__menu > li > a {
        margin: 0 10px;
    }
}

@media (max-width: 1023px) {
    .header {
        transition: all .4s;
    }

    .header__logo {
        padding: 8px 0 15px;
    }

    .header__logo svg {
        width: 120px;
        height: 44px;
    }

    .header__nav--bot {
        padding: 15px 0;
    }

    .header__nav--bot .button {
        display: inline-block;
        height: 44px;
        line-height: 44px;
    }

    .header__phone--bot {
        opacity: 1;
        visibility: visible;
        position: static;
    }

    .header .nav-trigger {
        display: inline-block;
        position: relative;
        cursor: pointer;
        width: 74px;
        height: 74px;
        vertical-align: middle;
        margin: -24px -20px -20px -2px;
    }

    .header .nav-trigger span, .header .nav-trigger:before, .header .nav-trigger:after {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        width: 25px;
        background: #ffffff;
        display: block;
        content: '';
        transition: all .4s ease-in-out;
    }

    .header .nav-trigger:before {
        top: 26px;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .header .nav-trigger:after {
        bottom: 26px;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

    .header .nav-trigger span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .header .nav-trigger--active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 28px;
        left: 40%;
    }

    .header .nav-trigger--active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 28px;
        left: 40%;
    }

    .header .nav-trigger--active span {
        background: transparent;
    }

    body.open {
        overflow: hidden;
        position: fixed;
    }

    .content {
        position: relative;
        top: 0;
        transition: all .4s;
        overflow-x: hidden;
    }

    .content--open {
        -webkit-transform: translate3d(calc(-100% + 258px), 0, 0);
        transform: translate3d(calc(-100% + 258px), 0, 0);
    }

    .header--open {
        -webkit-transform: translate3d(calc(-100% + 258px), 0, 0);
        transform: translate3d(calc(-100% + 258px), 0, 0);
    }

    /* .nav {
        position: fixed;
        z-index: -1;
        left: 258px;
        right: 0;
        top: 0;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: scroll;
        background: #004277;
        transition: all .4s;
        display: none;
    }*/
    .nav--show {
        display: block;
        z-index: 0;
    }

    .nav__wrap {
        min-height: 100vh;
        /* height: 100vh; */
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .nav__flexbox {
        background: #005599;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav__search {
        display: block;
        position: relative;
        border-bottom: 1px solid #004277;
        background: #005599;
    }

    .nav__search input {
        height: 160px;
        width: 100%;
        font-size: 38px;
        line-height: 40px;
        background: transparent;
        padding: 60px 110px 60px 66px;
        color: rgba(255, 255, 255, 0.32);
        font-family: Gotham Book, Gotham, Open Sans, sans-serif;
        font-weight: 300;
    }

    .nav__search input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.32);
    }

    .nav__search input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.32);
    }

    .nav__search input:-moz-placeholder {
        color: rgba(255, 255, 255, 0.32);
    }

    .nav__search input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.32);
    }

    .nav__search input:focus {
        color: #ffffff;
    }

    .nav__search input:focus + button svg {
        fill: #ffffff;
    }

    .nav__search button {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: none;
        right: 40px;
    }

    .nav__search button svg {
        width: 28px;
        height: 28px;
        fill: #4281b3;
        transition: all .2s;
    }

    .nav__menu {
        background: #005599;
    }

    .nav__menu > li {
        border-bottom: 1px solid #004277;
        position: relative;
        display: block;
    }

    .nav__menu > li:hover {
        background: #004277;
    }

    .nav__menu > li > a, .nav__menu > li > span {
        display: block;
        line-height: 100px;
        padding: 0 60px;
        font-size: 28px;
        color: #ffffff;
        cursor: pointer;
    }

    .nav__menu > li span:after {
        position: absolute;
        right: 60px;
        font-size: 32px;
        content: '+';
    }

    .nav__menu > li.open > span {
        background: #004277;
    }

    .nav__menu > li.open > span:after {
        content: '-';
    }

    .nav__menu > li.open > div {
        visibility: visible;
        max-height: 1000px;
    }

    .nav__menu > li > div {
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
        transition: all .2s;
        background: #ffffff;
        z-index: 10;
        text-transform: uppercase;
    }

    .nav__menu > li > div > ul {
        display: block;
        margin: 20px 0;
    }

    .nav__menu > li > div > ul > li:hover {
        background: #f7f7f7;
    }

    .nav__menu > li > div > ul > li > a {
        display: block;
        padding: 0 80px;
        color: #004277;
        line-height: 56px;
        font-size: 24px;
        font-family: Gotham Book, Gotham, Open Sans, sans-serif;
        font-weight: 500;
    }

    .nav__pad {
        background: #004277;
        padding: 40px 60px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .nav__pad .help {
        margin-bottom: 30px;
        list-style: none;
    }

    .nav__pad .help li span, .nav__pad .help li a {
        font-size: 26px;
        line-height: 40px;
    }

    .nav__pad .help li span {
        color: rgba(255, 255, 255, 0.6);
    }

    .nav__pad .help li a {
        color: #66ADD8;
    }

    .nav__pad .button {
        max-width: 570px;
        width: 100%;
        font-size: 28px;
        height: 86px;
        line-height: 86px;
        border-radius: 7px;
    }

    .nav__actions {
        display: block;
        max-width: 570px;
        text-align: center;
        margin-top: 40px;
    }

    .nav__actions li {
        display: inline-block;
    }

    .nav__actions li a {
        display: block;
        color: rgba(255, 255, 255, 0.6);
        padding: 0 18px;
        font-size: 26px;
        line-height: 40px;
    }

    .nav__actions li a.active {
        color: #ffffff;
    }

    .nav .login-nav {
        background: #005599;
    }

    .nav .login-nav ul {
        text-align: left;
        transition: all .2s;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        overflow: hidden;
    }

    .nav .login-nav ul.login--open {
        opacity: 1;
        max-height: 800px;
        padding: 30px 0;
        visibility: visible;
    }

    .nav .login-nav ul li {
        list-style: none;
        transition: all .2s;
    }

    .nav .login-nav ul li a {
        display: block;
        font-size: 28px;
        line-height: 75px;
        color: #ffffff;
        white-space: nowrap;
        font-family: Gotham Book, Gotham, Open Sans, sans-serif;
        font-weight: 400;
        padding: 0 60px;
    }

    .nav .login-nav ul li:hover {
        background: #004277;
    }

    .nav .login-nav ul li:hover a {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .header .container-fluid {
        padding: 0 20px;
    }

    .header__logo {
        width: 75px;
        padding: 14px 0 15px 0;
    }

    .header__logo svg {
        width: 71px;
        height: 27px;
    }

    .header__navblock {
        margin-left: 80px;
    }

    .header__nav--bot {
        padding: 15px 0;
    }

    .header__nav--bot .button {
        min-width: 110px;
        padding: 0;
        line-height: 35px;
        height: 35px;
    }

    .header__phone--bot {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 5px 0 0;
        vertical-align: top;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 3px;
        width: 35px;
        height: 35px;
    }

    .header__phone--bot svg {
        position: absolute;
        top: 0;
        left: 5px;
        -webkit-transform: rotate(155deg);
        -ms-transform: rotate(155deg);
        transform: rotate(155deg);
        -moz-transform: rotate(180deg);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%;
        width: 25px;
        height: 38px;
        fill: #ffffff;
    }

    .header .nav-trigger {
        width: 60px;
        height: 65px;
        margin: -35px -17px -30px 0;
    }

    .header .nav-trigger span, .header .nav-trigger:before, .header .nav-trigger:after {
        width: 20px;
    }

    .header .nav-trigger:before {
        top: 23px;
    }

    .header .nav-trigger:after {
        bottom: 22px;
    }

    .header .nav-trigger--active:before {
        width: 25px;
        left: 47%;
    }

    .header .nav-trigger--active:after {
        width: 25px;
        left: 47%;
    }

    .content--open {
        -webkit-transform: translate3d(calc(-100% + 56px), 0, 0);
        transform: translate3d(calc(-100% + 56px), 0, 0);
    }

    .header--open {
        -webkit-transform: translate3d(calc(-100% + 56px), 0, 0);
        transform: translate3d(calc(-100% + 56px), 0, 0);
    }

    .nav {
        left: 56px;
    }

    .nav__search input {
        display: block;
        height: 80px;
        font-size: 18px;
        line-height: 24px;
        padding: 30px 60px 30px 30px;
    }

    .nav__search button {
        right: 30px;
    }

    .nav__search button svg {
        width: 18px;
        height: 18px;
    }

    .nav__menu > li > a, .nav__menu > li > span {
        line-height: 50px;
        padding: 0 30px;
        font-size: 16px;
    }

    .nav__menu > li span:after {
        right: 30px;
        font-size: 22px;
    }

    .nav__menu > li > div > ul > li > a {
        padding: 0 40px;
        line-height: 36px;
        font-size: 14px;
        font-family: Gotham Book, Gotham, Open Sans, sans-serif;
        font-weight: 500;
    }

    .nav__pad {
        padding: 20px 30px 35px;
    }

    .nav__pad .help {
        margin-bottom: 20px;
    }

    .nav__pad .help li span, .nav__pad .help li a {
        font-size: 15px;
        line-height: 32px;
    }

    .nav__pad .button {
        font-size: 16px;
        height: 42px;
        line-height: 42px;
        border-radius: 3px;
    }

    .nav__actions {
        margin-top: 20px;
    }

    .nav__actions li a {
        padding: 0 12px;
        font-size: 12px;
        line-height: 32px;
    }

    .nav .login-nav ul.login--open {
        padding: 10px 0 70px;
    }

    .nav .login-nav ul li a {
        font-size: 16px;
        line-height: 44px;
        padding: 0 25px;
    }
}


/*!
Footer component styles
*/

.footer {
    background: #f5f5f5;
    padding: 45px 80px;
    margin-top: 60px;
    color: #333333;
}

@media screen and (max-width: 1023px) {
    .LayoutHomePage .footer {
        margin-top: 0;
        padding: 30px 16px 60px;
    }
}

.footer__pad {
    padding: 0 30px;
}

.footer__pad a {
    color: #73737d;
}

.footer__logo {
    display: block;
    margin-bottom: 10px;
}

.footer__logo svg {
    width: 85px;
    height: 33px;
}

.footer .subscribe-blc {
    width: 30%;
}

.footer .subscribe-blc .footer__pad {
    padding: 0 0 0 30px;
}

.footer .row span {
    font-size: 14px;
    line-height: 30px;
    opacity: 0.7;
}

.footer h6 {
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    font-weight: 500;
    color: #fff;
}

.footer p {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.7;
}

.footer__link {
    display: inline-block;
    color: #ffffff;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.footer__link:hover {
    color: #ffffff;
    opacity: 0.7;
}

.footer ul li {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}

.footer ul li a {
    color: #333;
}

.footer ul li a:hover {
    opacity: 0.7;
}

.footer__social {
    margin-top: 20px;
    display: inline-block;
}

.footer__social .social__link:hover {
    opacity: .7 !important;
}

.footer__social .social__link:hover svg {
    fill: #ffffff !important;
}

.footer__subscribe, .search {
    position: relative;
    width: 275px;
}

.footer__subscribe input, .search input {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 3px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 120px 10px 20px;
}

.footer__subscribe input::-webkit-input-placeholder, .search input::-webkit-input-placeholder {
    color: #ffffff;
}

.footer__subscribe input::-moz-placeholder, .search input::-moz-placeholder {
    color: #ffffff;
}

.footer__subscribe input:-moz-placeholder, .search input:-moz-placeholder {
    color: #ffffff;
}

.footer__subscribe input:-ms-input-placeholder, .search input:-ms-input-placeholder {
    color: #ffffff;
}

.footer__subscribe input:focus, .search input:focus {
    background: rgba(0, 0, 0, 0.16);
}

.footer__subscribe button, .search button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
    background: #ffffff;
    width: 110px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    color: #66ADD8;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    padding: 0;
    letter-spacing: inherit;
}

.footer__subscribe button:active, .search button:active, .footer__subscribe button:focus, .search button:focus, .footer__subscribe button:hover, .search button:hover {
    background: #014983;
    color: #ffffff;
}

.footer__subscribe label.error, .search label.error {
    padding-top: 5px;
    font-size: 14px;
}

.lg-show {
    display: none;
}

@media (max-width: 1279px) {
    .lg-hide {
        display: none;
    }

    .lg-show {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .footer .container-fluid {
        padding: 0 10px 0 40px;
    }

    .footer__subscribe, .search {
        width: 295px;
        display: inline-block;
        margin-left: 10px;
    }

    .footer__subscribe--text {
        float: left;
        padding-top: 5px;
    }

    .footer__line {
        width: calc(100% - 60px);
        height: 1px;
        margin: 40px auto 30px auto;
        background: #228ade;
    }
}

@media (max-width: 1023px) {
    .lg-hide {
        display: block;
    }

    .lg-show {
        display: none;
    }

    .footer {
        text-align: center;
    }

    .footer .container-fluid {
        padding: 0;
    }

    .footer .row {
        max-width: 400px;
        margin: 0 auto;
    }

    .footer .subscribe-blc {
        -webkit-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        max-width: inherit;
    }

    .footer .subscribe-blc .footer__pad {
        padding: 0;
    }

    .footer .subscribe-blc {
        width: 100%;
    }

    .footer .fl {
        float: right;
    }

    .footer .fr {
        float: left;
    }

    .footer__pad {
        padding: 0;
    }

    .footer__logo svg {
        width: 136px;
        height: 55px;
    }

    /*.footer span {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}*/
    .footer h6 {
        font-size: 18px;
        line-height: 32px;
        white-space: nowrap;
    }

    .footer ul li {
        font-size: 18px;
        line-height: 28px;
        opacity: 0.7;
    }

    .footer__social {
        margin-top: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer__subscribe, .search {
        width: 100%;
        margin-bottom: 40px;
        margin-left: 0px;
    }

    .footer__subscribe input, .search input {
        height: 50px;
        font-size: 18px;
        line-height: 30px;
        padding: 10px 140px 10px 20px;
    }

    .footer__subscribe button, .search button {
        width: 120px;
        height: 50px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-top: 30px;
    }

    .footer .row {
        max-width: 280px;
    }

    .footer__logo svg {
        width: 115px;
        height: 44px;
    }

    .footer span {
        font-size: 15px;
    }

    .footer h6 {
        margin-top: 30px;
        font-size: 16px;
        line-height: 24px;
    }

    .footer ul li {
        font-size: 15px;
        line-height: 24px;
    }

    .footer__social {
        margin-top: 30px;
    }

    .footer__subscribe, .search {
        margin-bottom: 0;
    }

    .footer__subscribe input, .search input {
        height: 38px;
        font-size: 16px;
        line-height: 18px;
        padding: 10px 110px 10px 20px;
    }

    .footer__subscribe button, .search button {
        width: 100px;
        height: 38px;
        font-size: 13px;
        line-height: 35px;
    }
}


/*!
Select component styles
*/

.select {
    background: #0067ba;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    position: relative;
    z-index: 6;
}

.select .container-fluid {
    padding: 0 30px;
    overflow: visible;
}

.select .item {
    display: inline-block;
}

.select .item > span {
    font-weight: 300;
    color: #ffffff;
    font-size: 18px;
    vertical-align: middle;
}

.select--open {
    height: auto;
    overflow: visible;
    opacity: 1;
    padding: 8px 0;
}


/*!
Aside component styles
*/

.aside .pad {
    background: #f7f7f7;
    padding: 0 0.375rem;
    background-clip: content-box;
}

.aside .pad .box {
    padding: 40px 48px;
    display: inline-block;
    width: 100%;
}

@media (max-width: 1023px) {
    .aside .pad .box {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .aside .pad--1 {
        display: none;
    }
}

@media (max-width: 767px) {
    .aside .pad--4, .aside .pad--5 {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .aside .pad--0 .title.h3 {
        float: left;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .aside .pad--0 .bootstrap-select {
        width: calc(100% - 90px) !important;
        float: right;
    }
}

.aside .title.h3 {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .aside .title.h3 {
        margin-bottom: 20px;
    }
}

.aside .mar-top {
    margin-top: 20px;
}

.aside .insights li {
    display: block;
    margin-bottom: 20px;
}

.aside .insights li:last-child {
    margin-bottom: 0;
}

.aside .insights span {
    display: block;
    font-size: 16px;
    color: #878787;
}

@media (max-width: 767px) {
    .aside .insights span {
        font-size: 14px;
    }
}

.aside .insights .link {
    line-height: 1.1;
}

@media (max-width: 767px) {
    .aside .insights .link {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }
}

.aside .categories {
    list-style: none;
}

.aside .categories li {
    margin-bottom: 20px;
}

.aside .categories li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .aside .bootstrap-select {
        width: 100% !important;
    }

    .aside .bootstrap-select .dropdown-toggle {
        height: 54px;
        line-height: 54px;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.17);
    }

    .aside .bootstrap-select.open .dropdown-menu:before {
        height: calc(100% + 54px);
    }
}

@media (max-width: 767px) {
    .aside .bootstrap-select {
        max-width: 370px;
    }

    .aside .bootstrap-select .dropdown-toggle {
        height: 38px;
        line-height: 38px;
    }

    .aside .bootstrap-select.open .dropdown-menu:before {
        height: calc(100% + 38px);
    }
}

.aside .form-inline.searching {
    width: 100%;
    margin-top: 0;
}

.aside .form-inline.searching .button {
    min-width: 54px;
    margin-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.aside .form-inline.searching .button svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.aside .form-inline.searching .form-control {
    padding-right: 74px;
}

.aside span.upcoming {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .aside span.upcoming {
        font-size: 20px;
        line-height: 24px;
    }

    .aside span.upcoming br {
        display: none;
    }
}

@media (max-width: 767px) {
    .aside span.upcoming {
        font-size: 12px;
        line-height: 16px;
    }
}

.aside small {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #878787;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .aside small {
        font-size: 11px;
    }
}

.aside .help {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .aside .help {
        margin-bottom: 10px;
    }
}

.aside .help li {
    display: block;
}

.aside .help span {
    font-size: 20px;
    color: #878787;
}

@media (max-width: 767px) {
    .aside .help span {
        font-size: 18px;
    }
}

.aside .subscribe {
    background: #f7f7f7;
    text-align: center;
}

@media (max-width: 1023px) {
    .aside .subscribe {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .aside .subscribe {
        padding: 20px 0;
    }
}

@media (max-width: 1023px) {
    .aside .subscribe span {
        font-size: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .aside .subscribe span {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .aside .subscribe .form-inline {
        width: 450px;
    }
}

@media (max-width: 767px) {
    .aside .subscribe .form-inline {
        max-width: 460px;
        width: calc(100% - 60px);
    }
}

@media (max-width: 1023px) {
    .aside .subscribe .form-inline .button {
        min-width: 144px;
        line-height: 54px;
        height: 54px;
    }
}

@media (max-width: 767px) {
    .aside .subscribe .form-inline .button {
        min-width: 110px;
        height: 38px;
        line-height: 38px;
    }
}

@media (max-width: 1023px) {
    .aside .subscribe .form-inline .form-control {
        padding-right: 164px;
    }
}

@media (max-width: 767px) {
    .aside .subscribe .form-inline .form-control {
        padding-right: 130px;
    }
}

.aside--opacity {
    padding: 0 50px;
}

@media (max-width: 1279px) {
    .aside--opacity {
        padding: 0 20px;
    }
}

@media (max-width: 1023px) {
    .aside--opacity {
        text-align: center;
        padding: 0px;
    }
}

.aside--opacity .row {
    margin: 0;
}

@media (max-width: 1023px) {
    .aside--opacity .row {
        margin-left: -0.375rem;
        margin-right: -0.375rem;
    }
}

.aside--opacity .section {
    padding: 30px 0;
}

.aside--opacity .section > .title.h5 {
    margin: 0 0 20px 0;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
    font-weight: 300;
}

@media (max-width: 1023px) {
    .aside--opacity .section > .title.h5 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .aside--opacity .section > .title.h5 {
        font-size: 22px;
        line-height: 26spx;
        margin-bottom: 10px;
    }
}

.aside--opacity .section .text {
    margin-bottom: 20px;
}

.aside--opacity .section .list {
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
    .aside--opacity .section .list {
        margin-top: 20px;
        padding: 0 10px;
    }
}

.aside--opacity .section .list li {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
}

.aside--opacity .section .list li:before {
    display: none;
}

.aside--opacity .section .list li .link {
    display: inline-block;
}

.aside--opacity .section .list--img {
    margin-bottom: 20px;
}

@media (max-width: 1023px) {
    .aside--opacity .section .list--img li {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .aside--opacity .section .list--img li {
        margin-bottom: 10px;
    }
}

.aside--opacity .section .list--img li > span {
    display: block;
    padding-left: 70px;
    margin-top: 5px;
}

@media (max-width: 1023px) {
    .aside--opacity .section .list--img li > span {
        padding: 0 35px;
    }
}

.aside--opacity .section .list--img .img {
    width: 58px;
    height: 58px;
    float: left;
    cursor: auto;
}

@media (max-width: 1023px) {
    .aside--opacity .section .list--img .img {
        display: none;
    }
}

@media (max-width: 1023px) {
    .aside--opacity .section--3, .aside--opacity .section--5, .aside--opacity .section--6 {
        padding: 0;
    }

    .aside--opacity .section--2 {
        padding: 60px 0;
    }

    .aside--opacity .section--2 .text {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 0 20px;
    }

    .aside--opacity .section--7 {
        padding: 50px 0 70px;
    }

    .aside--opacity .section--7 .text {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .aside--opacity .section--2, .aside--opacity .section--7 {
        padding: 25px 0;
    }

    .aside--opacity .section--3, .aside--opacity .section--5, .aside--opacity .section--6 {
        padding: 0;
    }
}


/*!
Chat component styles
*/

.chat {
    position: fixed;
    z-index: 500;
    width: 56px;
    height: 56px;
    bottom: 24px;
    right: 26px;
    background: #0073cf;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.36);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.chat svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.chat:hover {
    background: #ffffff;
}

.chat:hover svg {
    fill: #0073cf;
}


/*!
Video component styles
*/

.img {
    position: relative;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-color: #ffffff;
    background-repeat: no-repeat;
    cursor: pointer;
}

.img.contain {
    background-size: contain;
}

.tag {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    width: 232px;
    text-align: center;
    font-size: 22px;
    line-height: 70px;
    text-transform: uppercase;
}

.play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    fill: #ffffff;
    opacity: 0.6;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all .2s;
}

.play:hover {
    opacity: 1;
    -webkit-transform: scale(1.1) translate(-50%, -50%);
    -ms-transform: scale(1.1) translate(-50%, -50%);
    transform: scale(1.1) translate(-50%, -50%);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    height: 52vw;
    max-height: 488px;
}

.video .container-fluid, .video .row, .video .col-md-12 {
    height: 100%;
}

.video--noplay .play {
    display: none;
}

.video--youtube {
    height: auto;
    max-height: inherit;
}

.video--youtube .play {
    display: none;
}

.video--playing .play {
    display: none;
}

.video--playing .tag {
    display: none;
}

.video--preview {
    position: relative;
}

.video--preview .wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
}

.video--preview .container-fluid, .video--preview .row, .video--preview .col-md-12 {
    height: 100%;
}

.video--preview .desc {
    width: 50%;
    height: 100%;
    display: table;
    text-align: center;
    float: right;
}

.video--preview .desc .wrap {
    display: table-cell;
    vertical-align: middle;
}

.video--preview .desc .info {
    position: static;
}

.video--preview .desc .info li {
    font-size: 18px;
}

.video--preview .desc .info li:after {
    margin: 0 15px;
}

.video--preview .desc .quote {
    border: none;
    margin: 0;
    padding: 25px 30px 25px;
    color: #ffffff;
    font-size: 26px;
}

.video--preview .desc .quote p:before {
    position: static;
}

.video--preview .desc .button {
    margin-bottom: 30px;
}

.video--simply {
    height: 42vw;
    max-height: 310px;
}

.video_list > li {
    display: block;
}

.video_list > li:last-child {
    margin-bottom: 0;
}

.video_list .img {
    width: 140px;
    height: 80px;
    float: left;
    display: block;
}

.video_list .info {
    position: static;
    text-align: left;
    margin-left: 155px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .video--simply {
        height: 52vw;
        max-height: 100%;
    }

    .video--preview {
        height: auto;
        max-height: 100%;
    }

    .video--preview .wrapper {
        position: static;
        background: #f7f7f7;
        padding: 60px;
        color: #585858;
        overflow: auto;
    }

    .video--preview .img {
        height: 52vw;
        max-height: 610px;
    }

    .video--preview .desc {
        width: 100%;
    }

    .video--preview .desc .info li {
        font-size: 32px;
        color: #585858;
    }

    .video--preview .desc .info li:after {
        margin: 0 25px;
    }

    .video--preview .desc .quote {
        padding: 20px;
        color: #585858;
    }

    .video_list .img {
        width: 100%;
        height: 52vw;
        cursor: pointer;
        float: none;
    }

    .video_list .img .info {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 10px;
        text-align: center;
        margin: 0 25px;
    }

    .video_list--mobile {
        padding-top: 20px;
        margin: -20px -48px -24px -48px;
    }
}

@media (max-width: 767px) {
    .play {
        width: 60px;
        height: 60px;
    }

    .tag {
        width: 110px;
        font-size: 12px;
        line-height: 40px;
        text-transform: uppercase;
    }

    .video--preview .wrapper {
        padding: 30px;
    }

    .video--preview .desc .info li {
        font-size: 16px;
    }

    .video--preview .desc .info li:after {
        margin: 0 10px;
    }

    .video--preview .desc .quote {
        font-size: 16px;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .video_list .img {
        height: 57vw;
    }

    .video_list > li {
        margin-bottom: 12px;
    }

    .video_list .img .info {
        bottom: 15px;
    }

    .video_list--mobile {
        padding-top: 0;
        margin: 0 -25px -25px;
    }
}


/*!
Blog Post component styles
*/

.blog-post-main-blc .breadcrumbs {
    border-bottom: none;
}

.blog-post-main-blc a:not(.button):hover {
    opacity: .7;
}

.media__custom {
    margin-top: 50px;
}

@media (max-width: 1023px) {
    .media__custom {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .media__custom {
        margin-top: 0px;
        padding-bottom: 0;
    }
}

.media__custom .media-left {
    margin-right: 40px;
}

@media (max-width: 1023px) {
    .media__custom .media-left {
        margin-right: 0px;
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .media__custom .media-left {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.media__custom .media-left .media-object {
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .media__custom .media-left .media-object {
        width: 85px;
        margin: 0 15px 0 0;
        float: left;
    }
}

@media (max-width: 767px) {
    .media__custom .media-left .media-object {
        display: none;
    }
}

.media__custom .media-left .name_user {
    margin-top: 25px;
    font-size: 20px;
    color: #66ADD8;
    text-align: center;
}

@media (max-width: 1023px) {
    .media__custom .media-left .name_user {
        text-align: left;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .media__custom .media-left .name_user {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin: 0;
        line-height: 1;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .media__custom .media-left .date {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-size: 14px;
        margin: 0 6px 0 0;
        padding: 0 6px 0 0;
        border-right: 1px solid #bebebe;
        line-height: 1;
    }
}

@media (max-width: 1023px) {
    .media__custom .media-body {
        margin-top: -65px;
    }
}

@media (max-width: 767px) {
    .media__custom .media-body {
        margin-top: -16px;
    }
}

.media__custom .media-body .media-heading {
    font-size: 2.2rem;
    line-height: 42px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .media__custom .media-body .media-heading {
        font-size: 22px;
        line-height: 1.2;
        text-align: left;
    }
}

.media__custom .media-body .text {
    margin: 20px 0;
}

@media (max-width: 767px) {
    .media__custom .media-body .text {
        text-align: left;
    }
}

.media__custom .social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
}

@media (max-width: 1023px) {
    .media__custom .social {
        display: block;
        padding: 0px 0 70px 0;
    }
}

@media (max-width: 767px) {
    .media__custom .social {
        padding: 0 0 0px;
    }
}

.media__custom .social__date {
    color: #bebebe;
}

@media (max-width: 1023px) {
    .media__custom .social__date {
        display: none;
    }
}

@media (max-width: 1023px) {
    .media__custom .social__links {
        float: right;
    }
}

.media__custom .social__links svg {
    fill: #bebebe;
}

@media (max-width: 767px) {
    .media__custom .social__links svg {
        width: 15px;
        height: 15px;
    }
}

@media (max-width: 1023px) {
    .wrapper-post-blc {
        padding: 0;
    }
}

@media (max-width: 1023px) {
    .wrapper-post-blc .social__links {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .wrapper-post-blc .social__links .social__link {
        width: 28px;
        height: 28px;
        margin: 0 7px;
    }
}

@media (max-width: 1023px) and (max-width: 767px) {
    .wrapper-post-blc .social__links .social__link {
        width: 15px;
        height: 15px;
    }

    .wrapper-post-blc .social__links .social__link:last-child {
        width: 20px;
        height: 17px;
    }

    .wrapper-post-blc .social__links .social__link:last-child svg {
        width: 20px;
        height: 20px;
    }
}

.wrapper-post-blc .banner {
    height: 250px;
    background-position: center 25%;
}

.wrapper-post-blc .blc-items {
    float: right;
    background: #f7f7f7;
    box-sizing: border-box;
    padding-top: 35px;
    padding-left: 35px;
    font-weight: 300;
}

@media (max-width: 1023px) {
    .wrapper-post-blc .blc-items {
        margin: 0.75rem 0px;
        padding: 30px 30px 30px 60px;
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .wrapper-post-blc .blc-items {
        padding: 30px;
    }
}

.wrapper-post-blc .blc-items-1, .wrapper-post-blc .blc-items-2, .wrapper-post-blc .blc-items-3 {
    width: 635px;
}

@media (max-width: 1023px) {
    .wrapper-post-blc .blc-items-1, .wrapper-post-blc .blc-items-2, .wrapper-post-blc .blc-items-3 {
        width: inherit;
    }
}

@media (max-width: 767px) {
    .wrapper-post-blc .blc-items-1 h4, .wrapper-post-blc .blc-items-2 h4, .wrapper-post-blc .blc-items-3 h4 {
        text-align: center;
    }
}

.wrapper-post-blc .blc-items-1 {
    background: #f7f7f7;
    float: right;
}

.wrapper-post-blc .blc-items-1 .title.h3 {
    margin-bottom: 15px;
}

@media (max-width: 1023px) {
    .wrapper-post-blc .blc-items-1 {
        float: none;
    }
}

@media (max-width: 767px) {
    .wrapper-post-blc .blc-items-1 {
        background: transparent;
    }
}

@media (max-width: 767px) {
    .wrapper-post-blc .blc-items-1 h4, .wrapper-post-blc .blc-items-2 h4 {
        font-size: 16px;
        margin-bottom: 1rem;
    }
}

.wrapper-post-blc .blc-items-2 .form-inline {
    width: 100%;
    margin-top: 15px;
}

.wrapper-post-blc .blc-items-2 .form-inline .button {
    min-width: 130px;
}

.wrapper-post-blc .blc-items-2 .form-inline .form-control {
    padding-right: 150px;
}

@media (max-width: 1023px) {
    .wrapper-post-blc .blc-items-2 .form-inline {
        margin-top: 0px;
    }

    .wrapper-post-blc .blc-items-2 .form-inline .button {
        min-width: 148px;
    }

    .wrapper-post-blc .blc-items-2 .form-inline .form-control {
        padding-right: 168px;
    }
}

@media (max-width: 767px) {
    .wrapper-post-blc .blc-items-2 .form-inline .button {
        min-width: 110px;
    }

    .wrapper-post-blc .blc-items-2 .form-inline .form-control {
        padding-right: 130px;
    }
}

@media (max-width: 1023px) {
    .wrapper-post-blc .blc-items-2 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .wrapper-post-blc .blc-items-2 .h3 {
        min-width: 270px;
        margin: 0 15px 0 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wrapper-post-blc .blc-items-2 .subscribe {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .wrapper-post-blc .blc-items-2 {
        display: block;
    }

    .wrapper-post-blc .blc-items-2 .h3 {
        min-width: inherit;
        display: block;
        margin-bottom: 14px;
    }
}

.wrapper-post-blc .blc-items-3 {
    font-size: 22px;
    font-weight: 600;
}

.wrapper-post-blc .blc-items-3 a {
    color: #66ADD8;
}

@media (max-width: 767px) {
    .wrapper-post-blc .blc-items-3 {
        font-size: 16px;
    }
}

@media (max-width: 1023px) {
    .post_inner {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.post_inner .help {
    margin: 30px 0;
}

@media (max-width: 1023px) {
    .post_inner .right-blc {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}

.post_inner .right-blc .blc-items {
    width: 100%;
    padding-left: 35px;
    padding-top: 35px;
    background: #f7f7f7;
    box-sizing: border-box;
    font-weight: 300;
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items h4 {
        font-size: 16px;
        margin-bottom: 1rem;
    }
}

.post_inner .right-blc .blc-items-4 .aside .title.h3 {
    margin-bottom: 20px;
}

.post_inner .right-blc .blc-items-4 .form-inline {
    width: 100%;
}

.post_inner .right-blc .blc-items-4 .form-inline .button {
    min-width: 54px;
    margin-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-4 .form-inline .button {
        height: 44px;
    }
}

.post_inner .right-blc .blc-items-4 .form-inline .button svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

.post_inner .right-blc .blc-items-4 .form-inline .form-control {
    padding-right: 74px;
}

@media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-4 .form-inline .form-control {
        height: 44px;
    }
}

@media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-4 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items-4 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    .post_inner .right-blc .blc-items-4 .title.h3 {
        font-size: 22px;
    }
}

@media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-5 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 48%;
        max-width: 48%;
        margin: 0 15px 0.75rem 0;
        float: left;
    }

    .post_inner .right-blc .blc-items-5 .dropdown-toggle {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items-5 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        max-width: 100%;
        margin: 0 0px 0.75rem 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .post_inner .right-blc .blc-items-5 .title.h3 {
        min-width: 100px;
        margin: 0 10px 0 0;
        line-height: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 22px;
    }

    .post_inner .right-blc .blc-items-5 .bootstrap-select {
        width: 100%;
    }

    .post_inner .right-blc .blc-items-5 .dropdown-toggle {
        margin-top: 0px;
    }
}

.post_inner .right-blc .blc-items-6 {
    text-align: left;
}

@media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-6 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
}

.post_inner .right-blc .blc-items-6 .big-text {
    margin-top: 35px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-6 .big-text br {
        display: none;
    }
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items-6 .big-text {
        font-size: 12px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items-6 .title.h3 {
        font-size: 22px;
    }
}

.post_inner .right-blc .blc-items-6 .small-text {
    font-size: 14px;
    margin-top: 1rem;
    color: #afafaf;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-6 .small-text {
        margin-top: 13px;
    }
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items-6 .small-text {
        font-size: 12px;
    }
}

.post_inner .right-blc .blc-items-6 .text-links {
    color: #66ADD8;
    font-size: 22px;
    display: block;
    margin: 20px 0;
}

@media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-6 .text-links {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items-6 .text-links {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items-6 .text-links {
        text-align: left;
    }

    .post_inner .right-blc .blc-items-6 .text-links .big-text {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items-7 .title.h3 {
        font-size: 22px;
    }
}

@media (max-width: 1023px) {
    .post_inner .right-blc .blc-items-7 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .post_inner .right-blc .blc-items-7 {
        text-align: left;
    }
}

@media (max-width: 1023px) {
    .post_inner .right-blc .list-custom {
        display: none;
    }
}

.post_inner .right-blc .list-custom li {
    margin: 15px 0;
}

.post_inner .right-blc .list-custom li a {
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-size: 16px;
    color: #66ADD8;
}

@media (max-width: 1023px) {
    .post_inner .wrapper-post-blc {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .post_inner .right-blc {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .post_inner .bottom-posts {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.search {
    background: white;
    margin-top: 15px;
    width: 100%;
}

@media (max-width: 1023px) {
    .search {
        margin-bottom: 0;
    }
}

.search input {
    font-size: 18px;
    /* Firefox 19+ */
    /* Firefox 18- */
    box-shadow: 0px 0px 5px rgba(216, 216, 216, 0.5);
}

.search input::-webkit-input-placeholder {
    color: #8e8e8e;
}

.search input::-moz-placeholder {
    color: #8e8e8e;
}

.search input:-moz-placeholder {
    color: #8e8e8e;
}

.search input:-ms-input-placeholder {
    color: #8e8e8e;
}

.search input:focus {
    background: white;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.search input:focus::-webkit-input-placeholder {
    color: transparent;
}

.search input:focus::-moz-placeholder {
    color: transparent;
}

.search input:focus:-moz-placeholder {
    color: transparent;
}

.search input:focus:-ms-input-placeholder {
    color: transparent;
}

@media (max-width: 1023px) {
    .search input {
        height: 40px;
    }
}

.search button {
    background: #f47b2b;
    color: #fff;
    width: 50px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #66ADD8;
}

.search button:hover {
    background: #f47b2b;
}

.search button svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}

.btn-register {
    background: #66ADD8;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    border-color: #66ADD8;
}

.btn-register:hover {
    background: #f47b2b;
    border-color: #f47b2b;
}

@media (max-width: 1023px) {
    .list-with-number {
        padding-top: 10px;
    }
}

.list-with-number li {
    color: #888888;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .list-with-number li {
        display: inline-block;
        margin: 0 15px 0 0;
    }
}

@media (max-width: 767px) {
    .list-with-number li {
        font-size: 18px;
    }
}

.list-with-number li a {
    font-size: 18px;
    color: #66ADD8;
}

.date {
    display: inline-block;
    vertical-align: middle;
    color: #bebebe;
}

.bottom-posts .h2 {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width: 1023px) {
    .bottom-posts .h2 {
        text-align: left;
        padding-left: 55px;
    }
}

@media (max-width: 767px) {
    .bottom-posts .h2 {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        padding-left: 0px;
    }
}

.bottom-posts .related__item {
    position: relative;
    background: #f7f7f7;
    background-clip: content-box;
}

.bottom-posts .related__item .img {
    height: 235px;
}

@media (max-width: 1023px) {
    .bottom-posts .related__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: transparent;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1023px) {
    .bottom-posts .related__item .img-min-post {
        min-width: 250px;
        float: left;
        height: 280px;
    }
}

@media (max-width: 767px) {
    .bottom-posts .related__item .img-min-post {
        min-width: 90px;
        float: left;
        height: 90px;
    }
}

.bottom-posts .related__item .description {
    padding: 40px;
}

@media (max-width: 1023px) {
    .bottom-posts .related__item .description {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .bottom-posts .related__item .description {
        padding: 0px 15px;
    }
}

.bottom-posts .related__item .description .link {
    display: block;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .bottom-posts .related__item .description .link {
        margin-top: 1rem;
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .bottom-posts .related__item .description .date {
        font-size: 1.5rem;
    }
}

.bottom-posts .related__item .description .text {
    display: none;
}

@media (max-width: 1023px) {
    .bottom-posts .related__item .description .text {
        display: block;
    }
}

@media (max-width: 767px) {
    .bottom-posts .related__item .description .text {
        display: none;
    }
}

.bottom-posts .related__item .description .types-post {
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    color: #66ADD8;
    border-left: 1px solid #bebebe;
    padding: 0 0 0 1rem;
    margin: 0 0 0 1rem;
    vertical-align: middle;
    display: none;
    line-height: 1;
}

@media (max-width: 1023px) {
    .bottom-posts .related__item .description .types-post {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .bottom-posts .related__item .description .types-post {
        font-size: 1.5rem;
    }
}

@media (max-width: 1023px) {
    .min-wid {
        min-width: 100%;
    }
}

@media (max-width: 1023px) {
    .blc-items-1 .bootstrap-select.open .dropdown-menu li .text {
        font-size: 12px;
    }
}

.blc-items-1 h4 {
    margin-bottom: 14px;
}

.steps {
    position: relative;
    margin: 40px 0;
}

.steps:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background: #e2e2e2;
    height: 4px;
    content: '';
}

.steps li {
    position: relative;
    list-style: none;
    float: left;
    width: 25%;
    cursor: pointer;
    margin-bottom: 20px;
}

.steps li:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 85px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e2e2e2;
    transition: all .2s;
    content: '';
    border: 7px solid #ffffff;
    box-sizing: content-box;
    margin-top: -16px;
}

.steps li span {
    display: inline-block;
    font-size: 22px;
    line-height: 28px;
    color: #878787;
    margin-bottom: 60px;
    transition: all .2s;
}

.steps li p {
    display: block;
    margin: 0 auto;
    width: 150px;
    font-size: 16px;
    line-height: 20px;
    color: #878787;
    transition: all .2s;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.steps li.step--active:before {
    background: #f47b2b;
    -webkit-transform: scale(1.5) translate(-40%, 0);
    -ms-transform: scale(1.5) translate(-40%, 0);
    transform: scale(1.5) translate(-40%, 0);
}

.steps li.step--active span {
    color: #333333;
}

.steps li.step--active p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.steps--min {
    margin-top: 140px;
    text-align: center;
    padding: 0 20px;
}

.steps--min:before {
    left: 40px;
    right: 40px;
    top: 65px;
}

.steps--min li {
    margin-bottom: 20px;
}

.steps--min li:before {
    top: 70px;
    border: 7px solid #f7f7f7;
}

.steps--min li span {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px;
}

.steps--min li p {
    width: 100%;
}

@media (max-width: 1023px) {
    .steps {
        display: inline-block;
    }

    .steps:before {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto;
        top: 0;
        bottom: 0;
        width: 4px;
        height: auto;
    }

    .steps li {
        position: relative;
        width: 100%;
        height: 250px;
        cursor: pointer;
        margin-bottom: 0;
    }

    .steps li::before {
        margin-top: 0;
    }

    .steps li span {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0;
        width: 50%;
        float: left;
        text-align: right;
        padding-right: 40px;
        margin-top: 68px;
    }

    .steps li p {
        width: auto;
        font-size: 24px;
        line-height: 32px;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        width: 50%;
        float: right;
        text-align: left;
        padding: 0 40px;
        margin-top: 72px;
    }

    .steps li.step--active::before {
        -webkit-transform: scale(1.5) translate(-35%, 0);
        -ms-transform: scale(1.5) translate(-35%, 0);
        transform: scale(1.5) translate(-35%, 0);
    }

    .steps--min {
        margin-top: 40px;
        text-align: left;
        padding: 0;
    }

    .steps--min li {
        margin-bottom: 20px;
    }

    .steps--min li:before {
        border: 7px solid #f7f7f7;
    }
}

@media (max-width: 767px) {
    .steps li {
        height: 150px;
    }

    .steps li span {
        font-size: 15px;
        line-height: 20px;
        padding-right: 20px;
        margin-top: 42px;
    }

    .steps li p {
        font-size: 12px;
        line-height: 15px;
        padding: 0 20px;
        margin-top: 45px;
    }

    .steps li:before {
        width: 8px;
        height: 8px;
        margin-top: -35px;
    }
}


/*!
Leadership page styles
*/

.container-fluid {
    overflow: inherit;
}

@media (max-width: 1023px) {
    .news-and-press-main.box {
        padding: 25px 0;
    }
}

@media (max-width: 1023px) {
    .title.h1.sub {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .title.h1.sub {
        font-size: 18px;
        line-height: 1.2;
    }
}

.tab-links.main {
    display: block;
}

.tab-links {
    background: #f7f7f7;
    padding: 45px 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: auto;
    position: relative;
}

.tab-links:before, .tab-links:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: #f7f7f7;
    position: absolute;
    display: block;
}

.tab-links:after {
    right: -100%;
}

.tab-links:before {
    left: -100%;
}

@media (max-width: 1023px) {
    .tab-links {
        background: transparent;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none;
    }

    .tab-links.another-tab {
        padding: 25px 0 45px;
    }
}

@media (max-width: 767px) {
    .tab-links {
        padding: 20px 0;
    }

    .tab-links.another-tab {
        padding: 25px 0;
    }
}

.list-links {
    width: 100%;
}

.list-links ul {
    display: block;
    list-style: none;
}

.list-links ul li {
    display: inline-block;
}

.list-links ul li.tab-link-active a, .list-links .selected a, .list-links .expanded a {
    color: #999;
}

.list-links ul li.tab-link-active a:focus {
    outline: none;
    text-decoration: none;
}

.list-links ul li.tab-link-active a:hover {
    opacity: 1;
}

.list-links ul a {
    color: #66ADD8;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
}

.list-links ul a:hover {
    opacity: 0.7;
}

@media (max-width: 1023px) {
    .list-links ul {
        text-align: center;
        margin: 0 15px;
    }

    .list-links ul a {
        font-size: 14px;
    }
}

.list-links ul li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #d8d8d8;
}

@media (max-width: 1200px) {
    .list-links ul li:not(: last-child) {
        margin-right: 9px;
        padding-right: 9px;
    }
}

@media (max-width: 767px) {
    .list-links ul li:not(: last-child) {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #d8d8d8;
    }

    .list-links ul {
        text-align: left;
    }

    .list-links ul a {
        font-size: 13px;
    }
}

.tab-main {
    width: 100%;
    margin-top: 70px;
}

@media (max-width: 1023px) {
    .tab-main {
        /*        display: none;*/
        margin: 0;
    }

    .tab-main.tab-active {
        display: block;
    }
}

@media (max-width: 1023px) {}

.tab-column .tab-title {
    font-size: 36px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 0px;
}

.tab-item {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e6e6e6;
}

.tab-item:last-child {
    border-bottom: none;
    margin-bottom: none;
}

@media (max-width: 1023px) {
    .tab-item {
        padding: 55px 10px;
        margin-bottom: 1rem;
        border-bottom: none;
        background: #f7f7f7;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tab-item {
        padding: 25px 20px;
    }
}

.tab-item-content {
    width: 80%;
    padding-right: 50px;
}

@media (max-width: 1023px) {
    .tab-item-content {
        text-align: center;
        width: 100%;
        padding-right: 0;
    }
}

.tab-intro {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 20px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    color: #878787;
}

@media (max-width: 1023px) {
    .tab-intro {
        margin-bottom: 40px;
        padding: 0 20px;
        font-size: 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tab-intro {
        margin-bottom: 40px;
        padding: 0 20px;
        font-size: 16px;
    }
}

.item-date, .ModuleLocation, .item-subtitle {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    color: #878787;
}

.item-date {
    color: #333;
    font-size: 16px;
}

@media (max-width: 1023px) {
    .item-date, .ModuleLocation, .item-subtitle {
        margin-bottom: 0px;
        font-size: 16px;
        font-family: Gotham Book, Gotham, Open Sans, sans-serif;
        color: #878787;
    }
}

@media (max-width: 767px) {
    .item-date, .ModuleLocation, .item-subtitle {
        margin-bottom: 0px;
        font-size: 14px;
        font-family: Gotham Book, Gotham, Open Sans, sans-serif;
        color: #878787;
    }
}

.item-title {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    color: #333333;
}

@media (max-width: 1023px) {
    .item-title {
        margin-bottom: 5px;
        font-size: 20px;
        font-family: Gotham Book, Gotham, Open Sans, sans-serif;
        font-weight: 500;
        color: #333333;
    }
}

.item-source {
    margin-bottom: 0px;
    font-size: 20px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    color: #000;
}

@media (max-width: 1023px) {
    .item-source {
        margin-bottom: 0px;
        font-size: 16px;
        font-family: Gotham Book, Gotham, Open Sans, sans-serif;
        color: #000;
    }
}

.item-title.awards {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .item-title {
        font-size: 16px;
    }
}

.tab-intro {
    color: #333;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-size: 20px;
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .tab-intro {
        font-size: 20px;
        margin-bottom: 40px;
        padding: 0 20px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tab-intro {
        font-size: 16px;
        margin-bottom: 40px;
        padding: 0 20px;
    }
}

a {
    color: #202124;
}

a:hover {
    color: #202124;
    text-decoration: underline;
}

.module-logo a:hover,
.module-logo-footer a:hover {
    opacity: 1;
}

.tab-item-image {
    margin-top: 20px;
    width: 35%;
    max-width: 340px;
}

.tab-item-image img {
    max-width: 100%;
}

@media (max-width: 1023px) {
    .menu-block {
        margin: 0;
        padding: 0;
    }
}

.menu-block .title-menu {
    font-size: 20px;
    color: #999;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 40px;
    margin-bottom: 35px;
    border-left: 3px solid transparent;
}

.menu-block ul {
    list-style: none;
}

.menu-block ul li a {
    display: block;
    padding: 20px 0 20px 45px;
    text-transform: uppercase;
    color: #0072CE;
    font-size: 16px;
    border-left: 3px solid transparent;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
}

.menu-block ul li a.active, .menu-block ul li a:hover {
    border-left: 3px solid #f47b2b;
}

.menu-block .items-links {
    padding: 30px 45px;
    background: #f7f7f7;
    width: 240px;
}

.menu-block .items-links a {
    padding-bottom: 40px;
    text-transform: uppercase;
    color: #0072CE;
    font-size: 16px;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.menu-block .items-links a:last-child {
    padding-bottom: 0;
}

.tab-item .divider {
    border-bottom: 1px solid #e6e6e6;
}

.PreviewToolBar {
    display: none;
}

.hidden {
    display: none;
}


/*--- Accessibility Skip Navigation Link --*/

.accSkipLink a {
    position: absolute;
    top: -400px;
    left: 50%;
    width: 200px;
    padding: 15px 15px;
    margin-left: -100px;
    background: transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 100;
}

.accSkipLink a:focus, .accSkipLink a:active, .accSkipLink a:hover {
    top: 0;
    background: #0A457B;
    outline: 0;
}

.accSkipLink a:visited {
    color: #fff;
}

#maincontent:focus {
    outline: 0px;
}

.PaneBreadcrumb .StockQuoteHeaderContainer {
    margin-top: 10px;
}

.StockQuoteHeaderContainer .StockDescription1 {
    font-size: 16px;
    text-transform: uppercase;
    color: #e87722;
}

.StockQuoteHeaderContainer .priceWrap {
    color: #fff;
    margin: 0 10px;
}

.StockQuoteHeaderContainer .StockPrice {
    font-size: 48px;
}

.StockQuoteHeaderContainer .StockDescription2 {
    font-size: 48px;
}

.StockQuoteHeaderContainer .StockDescription3 {
    font-size: 14px;
    display: block;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;

}

.StockQuoteHeaderContainer .changeWrap {
    font-size: 16px;
}

.StockQuoteHeaderContainer .changeWrap > span {
    display: block;
}

.StockQuoteHeaderContainer .StockDescription1, .StockQuoteHeaderContainer .priceWrap, .StockQuoteHeaderContainer .changeWrap {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}

.StockQuoteHeaderContainer .StockDescription1, .StockQuoteHeaderContainer .changeWrap {
    vertical-align: middle;
    text-align: left;
    line-height: 1.1;
    font-size: 22px;
    color: #fff;
}

.StockQuoteHeaderContainer .StockDescription1 {
    margin-right: 10px;
}

.StockQuoteHeaderContainer .changeWrap {
    margin-left: 10px;
}

.StockQuoteHeaderContainer .StockPChange:before {
    content: "(";
}

.StockQuoteHeaderContainer .StockPChange:after {
    content: ")";
}

.StockQuoteHeaderContainer .StockPriceUp {
    color: #fff;
}

.StockQuoteHeaderContainer .StockPriceDown {
    color: #fff;
}

@media (max-width: 480px) {
    .StockQuoteHeaderContainer .priceWrap {
        margin: 0;
    }

    .StockQuoteHeaderContainer .StockDescription1 {
        margin-right: 5px;
    }

    .StockQuoteHeaderContainer .StockDescription1, .StockQuoteHeaderContainer .changeWrap {
        font-size: 20px;
    }

    .StockQuoteHeaderContainer .changeWrap {
        margin-left: 5px;
    }
}

.PaneRight {
    width: 100%;
}

.ModulePressRelease .ModuleYearNavContainer .sbHolder {
    width: 115px;
}

.ModulePressReleaseLatest .ModuleReleasePDF {
    display: none;
}

.ModuleViewAllBottomText {
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 40px;
}

.SECLatestembed {
    margin-bottom: 0;
}

.SECContainer h2 {
    float: left;
}

.RegulatoryFilingContainer select {
    display: none;
}

.RegulatoryFilingContainer .yearsWrap {
    float: left;
}

.RegulatoryFilingContainer .FormGroupsContainer {
    float: right;
}

.RegulatoryFilingContainer .yearsWrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.RegulatoryFilingContainer .yearsWrap li {
    border: 1px solid #CCC;
    background: #ebebeb;
    color: #e87722;
    cursor: pointer;
    line-height: 1;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.RegulatoryFilingContainer .yearsWrap li:last-child {
    margin-right: 0;
}

.RegulatoryFilingContainer .yearsWrap li.active, .RegulatoryFilingContainer .yearsWrap li:hover {
    background: #fff;
}

.RegulatoryFilingContainer .sbHolder {
    width: 240px;
}

.RegulatoryFilingContainer .ModuleHeader {
    background: linear-gradient(225deg, #923eaa, #2b32ae);
    padding: 13px 7px;
    color: #fff;
    margin-bottom: 13px;
}

.RegulatoryFilingContainer .ModuleHeader > span {
    line-height: 22px;
    margin: 3px 0;
    padding: 0 13px;
    border-left: 1px solid #fff;
}

.RegulatoryFilingContainer .ModuleHeader > span:first-child {
    border-left: none;
}

.RegulatoryFilingContainer .ModuleItem {
    padding: 13px 10px;
    color: #333;
}

.RegulatoryFilingContainer .ItemDate, .RegulatoryFilingContainer .Date {
    float: left;
    padding: 0 13px;
    width: 20%;
}

.RegulatoryFilingContainer .Filing, .RegulatoryFilingContainer .ItemHref {
    float: left;
    padding: 0 13px;
    border-left: 1px solid transparent;
    width: 12%;
}

.RegulatoryFilingContainer .Description, .RegulatoryFilingContainer .ItemDescription {
    float: left;
    padding: 0 13px;
    border-left: 1px solid transparent;
    width: 48%;
}

.RegulatoryFilingContainer .ItemReported {
    display: block;
}

.RegulatoryFilingContainer .Download, .RegulatoryFilingContainer .Icons {
    float: left;
    padding: 0 13px;
    border-left: 1px solid transparent;
    width: 20%;
}

.RegulatoryFilingContainer .Icons, .ModuleSECFilingDetails .Icons {
    margin: 0;
    padding: 0 13px;
}

.ModuleSECFilingDetails .Icons {
    padding: 0;
}

.RegulatoryFilingContainer .Icons li, .ModuleSECFilingDetails .Icons li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.RegulatoryFilingContainer .Icons li a::before, .ModuleSECFilingDetails .Icons li a::before {
    font-family: "q4icons";
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.RegulatoryFilingContainer .Icons li a, .ModuleSECFilingDetails .Icons li a {
    color: #878787;
}

.ModuleSECFilingDetails .ModuleLinks {
    margin: 10px 0;
}

.RegulatoryFilingContainer .Icons img, .ModuleSECFilingDetails .Icons img {
    display: none;
}

.RegulatoryFilingContainer .pagination {
    text-align: center;
}

.RegulatoryFilingContainer #pager .pageritem:first-child {
    margin-right: 30px;
}

.RegulatoryFilingContainer .FormGroupsContainer {
    margin-bottom: 30px;
}

.RegulatoryFilingContainer .yearsWrap {
    margin-bottom: 20px;
}

.RegulatoryFilingContainer .pagerItem {
    margin: 0 5px;
    display: none;
    color: #2b32ae;
    cursor: pointer;
}

.RegulatoryFilingContainer .show.pagerItem {
    display: inline;
}

.RegulatoryFilingContainer .beforeDot:before, .RegulatoryFilingContainer .afterDot:after {
    content: "...";
    cursor: inherit;
    color: #2b32ae;
}

.RegulatoryFilingContainer .pager-active {
    font-weight: bold;
}

@media (max-width: 1023px) {
    .RegulatoryFilingContainer .selects {
        text-align: left;
    }
}

@media (max-width: 680px) {
    .RegulatoryFilingContainer .FormGroupsContainer, .RegulatoryFilingContainer .yearsWrap {
        float: none;
    }

    .RegulatoryFilingContainer .ItemDate, .RegulatoryFilingContainer .Date, .RegulatoryFilingContainer .Filing, .RegulatoryFilingContainer .ItemHref, .RegulatoryFilingContainer .Description, .RegulatoryFilingContainer .ItemDescription, .RegulatoryFilingContainer .Icons, .ModuleSECFilingDetails .Icons {
        float: none;
        width: 100%;
        padding: 0;
    }

    .RegulatoryFilingContainer .ModuleItem {
        border-bottom: 1px solid #ccc;
    }

    .RegulatoryFilingContainer .ModuleHeader > * {
        display: none;
    }

    .RegulatoryFilingContainer .ModuleHeader > .Download {
        display: block;
        border: none;
        width: 100%;
    }
}

.RegulatoryFilingContainer *:after, .RegulatoryFilingContainer *:before, .ModuleSECFilingDetails *:after, .ModuleSECFilingDetails *:before {
    pointer-events: auto;
}


/*-------- Add to Calendar Styles ---------*/

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.q4-atc-wrapper {
    -webkit-font-smoothing: antialiased;
}

.q4-atc-wrapper .q4-atc-outer {
    position: absolute;
    top: 110%;
    left: 0;
    background: white;
    border: 3px solid #DDDDDD;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #5e5e5e;
    z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner {}

.q4-atc-wrapper .q4-atc-inner-details {
    padding: 10px;
    text-align: center;
    min-width: 300px;
}

.q4-atc-wrapper .q4-atc-button {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.q4-atc-wrapper .q4-atc-title {
    font-weight: bold;
}

.q4-atc-wrapper .q4-atc-links {
    margin: 15px 0 25px;
    padding: 0;
    /*markup fix*/
    font-size: 0;
}

.q4-atc-wrapper .q4-atc-links li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.q4-atc-wrapper .q4-atc-links a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(126, 130, 136, .06);
    color: #7e8288;
    text-decoration: none;
}

.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 25px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e908';
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e90a';
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e909';
}

.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}

.q4-atc-tooltip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}


/*---------- Fancybox Captcha -------------*/

.fancybox-inner .CaptchaContainer {
    padding: 0 30px 15px;
}

.fancybox-inner .CaptchaContainer img, .fancybox-inner .CaptchaContainer input {
    width: 100%;
}

.fancybox-inner .CaptchaContainer table tr:first-child {
    display: none;
}

.fancybox-inner .CaptchaContainer td, .fancybox-inner .CaptchaContainer .ErrorContainer {
    padding: 5px 0;
}

.fancybox-inner .CaptchaContainer table td span {
    display: none !important;
}

.fancybox-inner .CaptchaContainer img {
    border: 1px solid #ddd;
}

.fancybox-close:hover {
    opacity: 1;
}


/*--------------- FancyBox  ---------------*/

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../design/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../design/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../design/blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../design/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../design/fancybox_sprite@2x.png');
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../design/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

.hasGenericFileIcons a>* {
    vertical-align: bottom;
}

.hasGenericFileIcons a:before,
.q4-atc-button:before {
    color: #878787;
    content: "\e914";
    font-family: 'q4icons';
    font-size: 1.2em;
    display: inline-block;
    vertical-align: bottom;
    font-weight: 400;
    margin-right: 6px;
}

.hasGenericFileIcons a.WebcastLink:before,
.hasGenericFileIcons a.Webcast:before,
.hasGenericFileIcons .WebcastLink a:before {
    content: "\e91a";
    margin-right: 3px;
    position: relative;
}

.hasGenericFileIcons a[href*=".PDF"]:before,
.hasGenericFileIcons a[href*=".pdf"]:before {
    content: "\e917";
}

.hasGenericFileIcons a[href*=".DOC"]:before,
.hasGenericFileIcons a[href*=".doc"]:before,
.hasGenericFileIcons a[href*=".RTF"]:before,
.hasGenericFileIcons a[href*=".rtf"]:before,
.hasGenericFileIcons a[href*=".TXT"]:before,
.hasGenericFileIcons a[href*=".txt"]:before {
    content: "\e90e";
}

.hasGenericFileIcons a[href*=".XLS"]:before,
.hasGenericFileIcons a[href*=".xls"]:before {
    content: "\e910";
}

.hasGenericFileIcons a[href*=".ZIP"]:before,
.hasGenericFileIcons a[href*=".zip"]:before {
    content: "\e91b";
}

.hasGenericFileIcons .q4-atc-button:before,
.q4-atc-button:before {
    content: "\e90c";
    margin-right: 12px;
}

.hasGenericFileIcons a.download:before {
    content: '\e90f';
}

.ModuleEvent .hasGenericFileIcons a:before,
.ModuleEvent .q4-atc-button:before,
.ModuleEventDetails .hasGenericFileIcons a:before,
.ModuleEventDetails .q4-atc-button:before {
    font-size: 1.3em;
}

.ModuleEvent h3,
.ModuleEvent h4,
.ModuleEvent .FileDetails,
.ModuleEventDetails h3,
.ModuleEventDetails h4 {
    display: none;
}

.ModuleEvent .ModuleYearNavContainer {
    display: none;
}

.ModuleEvent .ModuleDate {
    margin-right: 20px;
}

.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers {
    display: block;
    /*margin-bottom: 10px;*/
    font-size: 16px;
}

.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers {
    display: none;
}

.ModuleEvent .links a {
    color: #878787;
    font-size: 16px;
}

.ModuleEvent .ModuleYearNav .sbHolder,
.ModuleEvent .ModuleYearNav label {
    display: inline-block;
    margin: 0 10px 40px 0;
    vertical-align: middle;
}

.ModuleEvent .sbHolder {
    width: 115px;
}

.ModuleSpeakers ul,
.ModuleEventDetails ul.ModuleLinks,
.ModuleEventDetails .RelatedDocuments ul {
    list-style: none;
}

@media screen and (max-width: 767px) {
    .ModuleEvent .links a {
        font-size: 14px;
    }
}

.ModuleEvent .links {
    margin-top: 5px;
}

.ModuleEvent .WebcastLink,
.ModuleEvent .ModuleLinks,
.ModuleEvent .ModuleLinks li,
.ModuleEvent .AddToCalendar,
.ModuleEvent .RelatedDocuments,
.ModuleEvent .RelatedDocuments li {
    display: inline-block;
    margin-right: 15px;
}

.ModuleEvent .ModuleLinks,
.ModuleEvent .RelatedDocuments {
    margin-right: 0;
}

.ModuleEvent .ModuleItemRow {
    margin-bottom: 40px;
}

.investorPresentation {
    margin-top: 10px;
}

.investorPresentation a.download:before {
    color: #2b32ae;
}

.investorPresentation a.download {
    font-size: 18px;
}

.investorPresentation a.download:before {
    font-size: 1.6em;
    vertical-align: middle;
}

@media screen and (max-width: 1023px) {
    .investorPresentation a.download {
        font-size: 16px;
    }
}

.investorPresentation a.download span {
    color: #878787;
    margin-left: 10px;
    vertical-align: middle;
}

.slideshare h2 {
    margin-bottom: 20px;
}

.slideshare .slides {
    margin-bottom: 10px;
}

.slideshare .slideshow {
    padding-top: 88%;
    position: relative;
}

.slideshare iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .slideshare {
        max-width: 400px;
        margin: 0 auto;
        clear: both;
        float: none;
    }
}


/*.quarterlyLatest {
    border-top: 2px solid #f7f7f7;
    padding-top: 30px;
    margin-bottom: 40px;
}*/

.quarterlyLatest .year-item {
    background: #f7f7f7;
    padding: 25px;
}

.quarterlyLatest .shortType {
    font-size: 36px;
    line-height: 1;
}

.quarterlyLatest .text {
    margin-bottom: 0;
}

.quarterlyLatest .cell-1 {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    border-right: 1px solid #ccc;
    width: 36%
}

.quarterlyLatest .cell-2 {
    padding-left: 35px;
    width: 64%;
    display: inline-block;
    vertical-align: middle;
}

.quarterlyLatest .doclink {
    display: inline-block;
    width: 50%;
    margin: 5px 0;
}

.quarterlyLatest .cell-1 img,
.quarterlyLatest .stWrap {
    display: inline-block;
    vertical-align: middle;
}

.quarterlyLatest .stWrap {
    margin-left: 15px;
}

.quarterlyLatestEmbed {
    margin-top: 0;
}

@media screen and (max-width: 1200px) {
    .quarterlyLatest .cell-1 {
        width: 35%
    }

    .quarterlyLatest .cell-2 {
        width: 65%;
    }

    .quarterlyLatest .text {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1100px) {
    .quarterlyLatest .cell-1 > img {
        width: 38px;
    }

    .quarterlyLatest .shortType {
        font-size: 28px;
    }

    .quarterlyLatest .text {
        line-height: 1;
    }
}

@media screen and (max-width: 1023px) {
    .quarterlyLatest {
        border-top: 1px solid #ccc;
    }

    .quarterlyLatest .cell-1,
    .quarterlyLatest .cell-2 {
        display: block;
        width: 100%;
        padding: 0;
        border: none;
    }

    .quarterlyLatest .cell-2 {
        display: inline-block;
    }

    .quarterlyLatest .doclink {
        display: inline-block;
        margin: 10px 10px 0 0;
        width: auto;
    }

    .quarterlyLatest .stWrap,
    .quarterlyLatest .shortType {
        display: inline-block;
    }

    .quarterlyLatest .stWrap {
        margin-left: 0;
        margin-top: 15px;
    }

    .quarterlyLatestEmbed {
        padding-top: 0;
    }

    .quarterlyLatest .cell-1 > img {
        display: block;
        margin: 0 auto;
    }

    .quarterlyLatest .year-item {
        padding-bottom: 0;
    }
}

.StockQuoteHome .StockQuoteLookup,
.StockQuoteHome .PriceLabel,
.StockQuoteHome .StockTableTextLabel,
.StockQuoteHome .changeWrap .c-label {
    display: none;
}

.StockQuoteHome .bg {
    background: #f7f7f7;
    padding: 27px 20px;
}

.StockQuoteHome .StockPrice {
    font-size: 50px;
    display: inline-block;
}

.StockQuoteHome .stockSymbol {
    color: #e87722;
    display: block;
    font-size: 16px;
}

.StockQuoteHome .StockPrice,
.StockQuoteHome .DollarSign,
.StockQuoteHome .DelayedText {
    color: #787878;
}

.StockQuoteHome .DelayedText {
    font-size: 14px;
    margin-left: 20px;
}

.StockQuoteHome .priceWrap {
    display: inline-block;
    line-height: 1;
}

.StockQuoteHome .changeWrap {
    display: inline-block;
    padding-bottom: 10px;
    padding-left: 5px;
    line-height: 1.1;
    vertical-align: bottom;
    font-size: 16px;
}

.StockQuoteHome .stock {
    float: left;
    width: 30.33%;
    margin-right: 3%;
}

.StockQuoteHome .chart {
    float: left;
    width: 66.66%;
}

@media screen and (max-width: 1280px) {
    .StockQuoteHome .stock {
        width: 33.33%;
        margin-right: 2%;
    }

    .StockQuoteHome .chart {
        width: 64.66%;
    }

    .StockQuoteHome .StockPrice {
        font-size: 58px;
    }
}

.StockQuoteHome .DollarSign {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 2;
}

.StockQuoteHome .ChangeLabel,
.StockQuoteHome .PChangeLabel {
    display: block;
}

.StockQuoteHome .StockPriceUp {
    color: #3ec120;
}

.StockQuoteHome .StockPriceDown {
    color: #c12020;
}

.StockQuoteHome .PChangeLabel:after {
    content: ")";
}

.StockQuoteHome .PChangeLabel:before {
    content: "(";
}

.StockQuoteHome .other {
    display: table;
    width: 100%;
    margin-top: 30px;
}

.StockQuoteHome .stock-row {
    display: table-row;
}

.StockQuoteHome .stock-row .s-item {
    display: table-cell;
    width: 35%;
    padding-left: 20px;
    padding-right: 10px;
}

.StockQuoteHome .stock-row .s-item:first-child {
    width: 65%;
    border-right: 1px solid #ccc;
}

.StockQuoteHome .other-hidden {
    display: none;
}

.StockQuoteHome .ModuleViewAllBottomText {
    margin-top: 40px;
    display: inline-block;
}

.highcharts-input-group rect {
    fill: #e7e7e7 !important;
}

@media screen and (max-width: 1100px) {
    .StockQuoteHome .StockPrice {
        font-size: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .StockQuoteHome .stock {
        float: none;
        margin: 0 auto 40px;
        max-width: 280px;
        width: 100%;
    }

    .StockQuoteHome .bg {
        background: #ebebeb;
    }

    .StockQuoteHome .stock-row .s-item {
        text-align: left;
        padding-right: 25px;
    }

    .StockQuoteHome .chart {
        float: none;
        width: 100%;
    }

    .chart {
        padding: 20px 10px;
        background: #fff;
    }

    .StockQuoteHome .priceWrap {
        text-align: left;
    }
}


/*custom table*/

.CustomTable {
    border-collapse: collapse;
}

.CustomTable th,
.CustomTable thead td {
    text-align: center;
    padding: 13px 20px;
    font-weight: 400;
    color: #fff;
    position: relative;
}

.CustomTable th:first-child,
.CustomTable thead td:first-child {
    border-left: 1px solid #2b32ae;
}

.CustomTable th:last-child,
.CustomTable thead td:last-child {
    border-right: 1px solid #2b32ae;
}

.CustomTable th:after,
.CustomTable thead td:after {
    background: #fff none repeat scroll 0 0;
    bottom: 16px;
    content: "";
    left: -1px;
    position: absolute;
    top: 16px;
    width: 1px;
    height: 50px;
}

.CustomTable th:first-child:after,
.CustomTable thead td:first-child:after {
    display: none;
}

.CustomTable tbody td {
    border: 1px solid #d7d7d7;
    padding: 5px 20px;
}

.CustomTable tr:first-child td {
    border-top: none;
}

.table-responsive,
.responsiveTable {
    overflow-x: auto;
    display: block;
}

.committeeTableDesktop tbody > tr:first-child {
    background: linear-gradient(225deg, #923eaa, #2b32ae);

}

.committeeTableDesktop tbody td + td {
    text-align: center;
}

.q4i-Trinet_Icons_Chair_Person,
.q4i-Trinet_Icons_Member {
    color: #2b32ae;
}

.committeeLegend {
    margin: 15px 0;
}

.committeeLegend .cell + .cell {
    margin-left: 50px;
}

.committeeLegend i {
    margin-right: 7px;
}

.CommitteeComposition h2,
.documents-and-charters h2 {
    margin-bottom: 40px;
}

.documents-and-charters,
.leadership-link {
    margin: 0;
}

.leadership-link {
    padding: 0;
}

.CommitteeComposition i {
    font-size: 1.12em;
}

.FaqDetailList .FaqAnswer,
.FaqDetailList .BackToTopLink,
.FaqQuestionList,
.committeeCompositionMobile,
.committeeCompositionMobile .detailsContainer {
    display: none;
}

.FaqContainer .FaqAnswer,
.quarterlyReports .quarters,
.PersonGenericContainer .PersonDetailsContainer,
.committeeCompositionMobile .detailsContainer {
    padding: 15px 30px;
}

.FaqContainer h4,
.quarterlyReports h2,
.PersonGenericContainer .PersonContainer h3,
.committeeCompositionMobile h3 {
    background: #e87722;
    border-top: 1px solid #fff;
    color: inherit;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 12px 40px 14px 30px;
    position: relative;
    transition: all 0.3s ease 0s;
    color: #fff;
}

.FaqContainer .item:first-child h4,
.quarterlyReports .year-item:first-child h2,
.PersonGenericContainer .PersonContainer:first-child h3,
.committeeCompositionMobile .item:first-child h3 {
    border-top: medium none;
}

.FaqContainer h4 i,
.quarterlyReports h2 i,
.PersonGenericContainer .PersonContainer h3 i,
.committeeCompositionMobile h3 i {
    display: inline-block;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    margin-left: 10px;
    margin-top: -17px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 35px;
}

.FaqContainer h4.expanded,
.quarterlyReports h2.expanded,
.PersonGenericContainer .PersonContainer.expanded h3,
.committeeCompositionMobile .item.expanded h3 {
    background: #ccc;
    color: #333;
}

@media screen and (max-width: 1023px) {
    .committeeCompositionMobile {
        display: block;
        text-align: left;
    }

    .committeeTableDesktop {
        display: none;
    }

    .CommitteeComposition {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .committeeLegend .cell + .cell {
        margin-left: 25px;
    }
}

@media screen and (max-width: 479px) {

    .committeeLegend .cell,
    .committeeLegend .cell + .cell {
        display: block;
        margin: 0;
        padding-left: 30px;
        text-align: left;
    }
}

.ModuleDownloadListWithTags .ModuleContainerInnerTop {
    text-align: left;
}

.ModuleDownloadListWithTags.titleAsHeader .ModuleHeader {
    display: none;
}

.ModuleDownloadListWithTags.titleAsHeader h2 {
    background: #e87722;
    margin-bottom: 0;
    padding: 13px 20px;
    color: #fff;
    font: inherit;
}

.ModuleDownloadListWithTags .ModuleHeader {
    background: linear-gradient(225deg, #923eaa, #2b32ae);
}

.ModuleDownloadListWithTags .ModuleHeader span {
    display: inline-block;
    padding: 13px 20px;
    color: #fff;
}

.ModuleDownloadListWithTags .ModuleItemRow {
    border-top: 1px solid #d7d7d7;
    padding: 10px 0;
}

.ModuleDownloadListWithTags .ModuleItemRow:first-child {
    border-top: 0 none;
}


/*.ModuleDownloadListWithTags .ModuleFileSizeText, */

.ModuleDownloadListWithTags .ModuleIcon {
    display: none;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink {
    display: block;
    padding: 0 20px;
    width: 100%;
    vertical-align: middle;
}

.ModuleDownloadListWithTags .ModuleFileSizeText {
    display: inline-block;
    vertical-align: middle;
    width: 9%;
}


/*@media screen and (max-width: 640px){
  .ModuleDownloadListWithTags .ModuleHeadlineLink {
    width: 75%;
  }
  .ModuleDownloadListWithTags .ModuleFileSizeText {
    width: 23%;
  }
}*/

.MailingListSignupLanding,
.landingContact .c-box {
    background: #f7f7f7;
}

.MailingListSignupLanding {
    float: left;
    width: 54%;
    padding: 40px 25px;
    border-bottom: none;
}

.landingContact {
    padding-left: 15px;
    float: left;
    width: 45%;
}

.landingContact .box1 {
    margin-bottom: 15px;
    padding-top: 40px;
    padding-bottom: 37px;
}

.landingContact .box2 {
    padding-bottom: 20px;
    padding-top: 25px;
}

.landingContact .c-box {
    padding-left: 25px;
    padding-right: 25px;
}

.landingContact .c-box > a {
    display: inline-block;
    margin: 5px 0;
    color: #878787;
}

.landingContact .c-box > a i {
    font-size: 1.25em;
    margin-right: 15px;
    vertical-align: middle;
}

.rml {
    clear: both;
}


/*custom checkboxes*/

.icheckbox_flat-grey {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #ebebeb;
    background: #fff;
}

.icheckbox_flat-grey.checked {
    background: #fff url("../design/chk.png") center center no-repeat;
}

.icheckbox_flat-grey + label {
    margin-left: 15px;
    font-size: 15px;
    margin-bottom: 0;
}

.icheckbox_flat-grey,
.icheckbox_flat-grey + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.MailingListCol1,
.MailingListCol2 {
    padding: 5px 0;
}

.resourcesPage .EditSubscriberConfirmation {
    margin-top: 40px;
}

.MailingListSignupContainer .MailingListCol1,
.MailingListUnsubscribeContainer .MailingListCol1 {
    width: 40%;
}

.MailingListSignupContainer.MailingListCol2,
.MailingListUnsubscribeContainer .MailingListCol2 {
    width: 60%;
}

.ErrorContainer,
.MailingListUnsubscribeMessage {
    color: red;
    font-weight: bold;
}

.RequiredField {
    color: red;
}

.NoBr {
    display: none;
}

.EditSubscriberConfirmation,
.MailingListActivationMessage,
.MailingListUnsubscribeAction {
    font-weight: 800;
    color: green;
}

.MailingListUnsubscribeAction,
.MailingListActivationContainer {
    margin-top: 30px;
}

.MailingListSignupContainer .sbHolder,
.MailingListSignupContainer .sbHolder + .RequiredField {
    display: inline-block;
    vertical-align: middle;
}

.MailingListSignupContainer .MailingListListTable,
.MailingListSignupContainer .MailingListListTable table {
    margin-top: 15px;
}

.MailingListSignupContainer .CaptchaContainer {
    display: none;
}

.MailingListSignupLanding {
    text-align: center;
}

.MailingListSignupLanding .tab-intro {
    margin-top: 4px;
    margin-bottom: 10px;
}

.MailingListSignupLanding input[type=text] {
    border: 1px solid #ebebeb;
}

.MailingListSignupLanding .RequiredField {
    display: none;
}

.MailingListSignupLanding .MailingListListTable > tbody > tr:first-child,
.MailingListSignupLanding .MailingListCol1 {
    display: none;
}

.MailingListSignupLanding table,
.MailingListSignupLanding table tr,
.MailingListSignupLanding table td,
.MailingListSignupLanding tbody {
    display: block;
}

.MailingListSignupLanding .MailingListListTable {
    text-align: left;
}

.MailingListSignupLanding .MailingListListTable table tr {
    float: left;
    width: 50%;
}

.MailingListSignupLanding .MailingListListTable table tr:last-child {
    width: 100%;
}

.MailingListSignupLanding .MailingListCol2 {
    font-size: 0;
    padding-bottom: 10px;
}

.MailingListSignupLanding .MailingListTable,
.MailingListSignupLanding .MailingListListTable {
    width: 90%;
    margin: 0 auto;
}

.MailingListSignupLanding input[type=text] {
    width: 65%;
}

.MailingListSignupLanding input[type=submit] {
    width: 35%;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

.MailingListSignupLanding .GridActions {
    display: inline;
}

.MailingListSignupLanding .MailingListListTable,
.MailingListSignupLanding .MailingListListTable table {
    margin-top: 0;
}

.subscribe-text {
    margin-bottom: 20px;
}

.MailingListSignupContainer input[type=submit],
.MailingListUnsubscribeContainer input[type=submit] {
    margin-top: 20px;
}

.contactIR h5 {
    margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {

    .MailingListSignupLanding,
    .landingContact {
        float: none;
        width: 100%;
        margin-bottom: 0;
        text-align: left;
    }

    .landingContact {
        padding-left: 0;
    }

    .MailingListSignupLanding .MailingListTable,
    .MailingListSignupLanding .MailingListListTable {
        width: 100%;
    }

    .MailingListSignupLanding .MailingListListTable table tr {
        width: 40%;
    }
}

@media screen and (max-width: 1023px) {

    .MailingListSignupLanding,
    .landingContact {
        text-align: center;
    }

    .MailingListSignupLanding .MailingListListTable table tr {
        display: inline-block;
        float: none;
        margin-right: 30px;
        width: 40%;
    }

    /*  .MailingListSignupLanding .MailingListListTable table{
    text-align: center;
  }*/
    .MailingListSignupLanding .MailingListTable,
    .MailingListSignupLanding .MailingListListTable {
        max-width: 730px;
    }

    .landingContact {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .landingContact .box1 {
        padding-bottom: 0;
    }

    .landingContact .box2 {
        padding-top: 5px;
    }

    .rml {
        padding-top: 0;
    }

    .MailingListSignupContainer table,
    .MailingListUnsubscribeTable {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .MailingListSignupLanding .MailingListListTable table tr {
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 479px) {

    .MailingListCol1,
    .MailingListCol2 {
        float: left;
        display: block;
        width: 100% !important;
    }

    .MailingListSignupLanding input[type="submit"],
    .MailingListSignupLanding input[type="text"] {
        width: 100%;
    }
}

.LayoutTwoColumn h2,
.LayoutThreeColumn h2 {
    margin: 30px 0;
}

.LayoutHomePage .PaneContent {
    padding-left: 10px;
}

@media screen and (min-width: 1024px) {
    .PaneContent {
        margin-top: 28px;
    }

    .LayoutHomePage .PaneContent {
        margin-top: 0;
    }
}

@media screen and (max-width: 1023px) {
    .PaneContent {
        padding-left: 20px;
        padding-right: 20px;
        background: #F7F7F7;
        text-align: center;
    }

    .LayoutHomePage .PaneContent {
        padding-left: 0;
        padding-right: 0;
        background: none;
        text-align: inherit;
    }
}

.viewAllNewsDetailsTop {
    margin-bottom: 40px;
    margin-top: 36px;
}

.viewAllNewsDetailsBottom {
    margin-top: 40px;
}

.ModulePressReleaseDetails h2 {
    margin: 0 !important;
}

.ModulePressReleaseDetails .ModuleBody,
.ModuleEventDetails .ModuleBody {
    margin-top: 30px;
}

.ModuleEventDetails .ModuleDateContainer {
    margin-top: 36px;
}

.ModuleEventDetails h2 {
    margin: 0;
}


/* press release page */

.ModulePressRelease .ModuleYearNavContainer {
    padding: 0 0 30px;
}

.ModulePressRelease .ModuleItemRow {
    margin-bottom: 40px;
}

.ModulePressRelease .selYear {
    margin-bottom: 20px;
    margin-top: 10px;
}

.ModulePressRelease .ModuleYearNavContainerInner {
    display: none;
}

.ModulePressRelease .ModuleDate {
    color: #878787;
    display: block;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-size: 20px;
}

.ModulePressRelease .ModuleHeadlineLink {
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 500;
}


/* resources page - faq module */

.FaqQuestionList,
.BackToTopLink,
.FaqAnswer {
    display: none;
}

.FaqDetailList .ModuleItemRow h4 {
    font-size: 20px;
}

.alternative-customTable .CustomTable th,
.alternative-customTable .CustomTable thead td {
    background-color: #fff;
    border-top: 1px solid #d7d7d7;
    color: #7b7b7b;
    position: static;
    text-align: left;
}

.alternative-customTable .CustomTable tr:first-child td {
    border-top: 1px solid #d7d7d7;
}

.alternative-customTable .CustomTable th:first-child,
.alternative-customTable .CustomTable thead td:first-child {
    border-left: medium none;
}

.alternative-customTable .CustomTable td {
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
}


/* stock page */

.StockQuoteLookup,
.StockQuoteContainer .first-price .StockLabel.PriceLabel {
    display: none;
}

.StockQuoteContainer .stoc-col {
    display: block;
    float: left;
    width: 20%;
}

.StockQuoteContainer .first-price.stoc-col {
    background-color: #f7f7f7;
    font-size: 45px;
    padding: 28px 0;
}

.StockQuoteContainer .StockLabel {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    text-align: center;
}

.StockQuoteContainer .StockLabel.ChangeLabel,
.StockQuoteContainer .StockLabel.PChangeLabel {
    border-bottom: medium none;
    display: inline-block;
}

.StockQuoteContainer .PChangeLabel {
    margin-left: 5px;
}

.StockQuoteContainer .PChangeLabel:before {
    content: "(";
}

.StockQuoteContainer .PChangeLabel:after {
    content: ")";
}

.StockQuoteContainer .stoc-col .col > span {
    display: block;
    text-align: center;
}

.StockQuoteContainer .StockLabel.ChangeLabel.StockPriceUp,
.StockQuoteContainer .StockLabel.PChangeLabel.StockPriceUp {
    color: #3ec120;
}

.StockQuoteContainer .StockLabel.ChangeLabel.StockPriceDown,
.StockQuoteContainer .StockLabel.PChangeLabel.StockPriceDown {
    color: #c12020;
}

.StockQuoteContainer .col {
    display: block;
}

.StockQuoteContainer .stoc-col:after {
    display: table;
    content: '';
    clear: both;
}

.StockQuoteContainer .stoc-col .col:first-child {
    padding-top: 5px;
}

.StockQuoteContainer .stoc-col .col:first-child + .col {
    padding-bottom: 10px;
}

.StockQuoteContainer .first-price.stoc-col .col:first-child + .col {
    padding-bottom: 0px;
}

.StockQuoteContainer .stoc-col .col:first-child + .col + .col + .col {
    padding-bottom: 10px;
}

.StockQuoteContainer .ModuleContainerInnerTop > p {
    font-size: 0.8rem;
    margin-bottom: 10px;
    margin-top: 15px;
}

.StockQuoteContainer .stockSymbol {
    font-size: 14px;
    display: block;
    position: relative;
    bottom: -10px;
    color: #2b32ae;
}

.StockQuoteContainer .first-price.stoc-col.stockSymbol > span,
.StockQuoteContainer .first-price.stoc-col > span > span {
    text-align: left;
}

.StockQuoteContainer .first-price.stoc-col > span {
    padding-left: 14%;
}

@media (max-width: 1280px) {
    .StockQuoteContainer .first-price.stoc-col {
        font-size: 36px;
    }

    .StockQuoteContainer .stoc-col {
        font-size: 18px;
    }
}

@media (max-width: 1023px) {
    .StockQuoteContainer .first-price.stoc-col {
        background-color: #eaeaea;
    }
}

@media (max-width: 767px) {
    .StockQuoteContainer .first-price.stoc-col {
        padding: 92px 0;
    }

    .StockQuoteContainer .stoc-col {
        width: 33%;
    }

    .StockQuoteContainer .stoc-col.stoc-col-mobile {
        /*margin-left: 33%;*/
    }
}

@media (max-width: 479px) {
    .StockQuoteContainer .first-price.stoc-col.stockSymbol {
        text-align: center;
    }

    .StockQuoteContainer .stockSymbol {
        background-color: #eaeaea;
        margin-bottom: 10px;
        padding: 10px;
    }

    .StockQuoteContainer .first-price.stoc-col > span {
        padding-left: 0;
    }

    .StockQuoteContainer .stoc-col {
        float: none;
        width: 100%;
    }

    .StockQuoteContainer .first-price.stoc-col {
        background-color: transparent;
    }

    .StockQuoteContainer .stoc-col.stoc-col-mobile {
        margin-left: 0;
    }

    .StockQuoteContainer .StockLabel {
        border: medium none;
        text-align: left !important;
    }

    .StockQuoteContainer .col {
        border-bottom: 1px solid #d7d7d7;
        float: left;
        padding-top: 10px;
        padding-bottom: 10px !important;
        width: 50%;
    }

    .StockQuoteContainer .first-price .StockLabel.PriceLabel {
        display: block;
    }

    .StockQuoteContainer .first-price.stoc-col {
        font-size: inherit;
        line-height: inherit;
        padding: 10px 0;
    }

    .StockQuoteContainer .stoc-col .col > span,
    .StockQuoteContainer .stoc-col.first-price .col > span {
        text-align: right;
    }

    .StockQuoteContainer .col.hidden {
        display: block;
    }

    .StockQuoteContainer .stoc-col .col:first-child + .col + .col + .col,
    .StockQuoteContainer .stoc-col .col:first-child + .col {
        padding-bottom: 0;
    }

    .StockQuoteContainer .stoc-col .col:first-child {
        padding-top: 10px;
    }

    .StockQuoteContainer .first-price.stoc-col {
        padding: 0;
    }
}


/* historical stock quote */

.historical-data .list-group {
    list-style: outside none none;
}

.historical-data .list-group-item {
    float: left;
    width: 16.6667%;
}

.historical-data {
    margin-top: 20px;
}

.historical-data .list-group {
    list-style: outside none none;
}

.historical-data .text {
    border-bottom: 1px solid #d7d7d7;
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    line-height: 28px;
}

.historical-data .badge {
    display: block;
    line-height: 28px;
    text-align: center;
}

@media (max-width: 767px) {
    .historical-data .list-group-item {
        border-bottom: 1px solid #d7d7d7;
        float: none;
        padding-bottom: 10px;
        padding-top: 10px;
        width: 100%;
    }

    .historical-data .text {
        border: medium none;
        float: left;
        text-align: left;
    }

    .historical-data .badge {
        float: right;
    }
}


/* quarterly widget */

.q4-items-container,
.q4-financial-documents {
    list-style: outside none none;
}

.q4-items-container.clearfix {
    margin-left: -1%;
    margin-right: -1%;
    margin-top: 15px;
}

.q4-financial-item {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
}

@media(max-width: 768px) {
    .q4-financial-item {
        width: 48%;
    }
}

.q4-category-text {
    background-color: #2b32ae;
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
}

.q4-financial-documents {
    background-color: #f7f7f7;
    padding: 15px;
    min-height: 130px;
    text-align: left;
}

.q4-financial-documents:before {
    font-size: 1.3em;
}

.q4-quarterly-widget .sbHolder {
    width: 115px;
}

@media (max-width: 1023px) {
    .q4-financial-documents {
        background-color: #e7e7e7;
    }
}

@media (max-width: 640px) {
    .q4-financial-item {
        margin-bottom: 15px;
        width: 48%;
    }
}

@media (max-width: 480px) {
    .q4-financial-item {
        width: 98%;
    }
}


/* annual and proxy financial table */

.financial-table.grid-no-gutter {
    position: relative;
}

.financial-table .slick-arrow {
    color: #e87722;
    cursor: pointer;
    position: absolute;
    top: -40px;
}

.financial-document-category,
.financial-category-text {
    float: left;
    width: 20%;
}

.financial-year-list,
.financial-document-list {
    float: right;
    overflow: hidden;
    width: 80%;
}

.financial-year,
.financial-documents {
    display: inline-block;
    width: 20%;
}

.slick-arrow.slick-disabled {
    opacity: .5;
}

.next-arrow.slick-arrow {
    right: 0;
}

.prev-arrow.slick-arrow {
    left: 0;
}

.slick-arrow i {
    font-size: 12px;
}

.financial-table-header.clearfix {
    background-color: #2b32ae;
    color: #fff;
    padding: 15px 0;
}

.financial-year {
    border-left: 1px solid #fff;
    padding-left: 13px;
    text-align: center;
    line-height: 22px;
}

.financial-table-content.clearfix {
    background-color: #f7f7f7;
}

.financial-category-row.clearfix {
    border-top: 1px solid #d7d7d6;
}

.financial-documents {
    border-left: 1px solid #d7d7d6;
    padding: 20px;
    text-align: center;
}

@media(max-width: 1024px) {
    .financial-documents {
        min-height: 96px;
    }
}

.financial-category-text {
    padding: 20px 0 20px 20px;
}

.financial-table .financial-documents i {
    font-size: 1.3em;
}

@media (max-width: 640px) {

    .financial-year-list,
    .financial-document-list {
        width: 65%;
    }

    .financial-document-category,
    .financial-category-text {
        width: 35%;
    }
}

@media (max-width: 380px) {

    .financial-year-list,
    .financial-document-list {
        width: 55%;
    }

    .financial-document-category,
    .financial-category-text {
        width: 45%;
    }
}

@media(max-width: 1024px) {
    .ModulePressRelease .ModuleYearNavContainer {
        padding-top: 35px;
    }

    .ModulePressRelease .RssLinkTopContainer {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .ModulePressRelease .sbHolder {
        margin: 0 auto;
    }

    .ModulePressRelease .ModuleYearNavContainer {
        background: #fff;
        margin: -10px -10px 40px;
        padding: 35px 0 20px;
    }
}

.contactIR h4 {
    margin: 15px 0;
}

.contactIR h5 {
    margin: 12px 0;
}

.contactIR h6 {
    margin: 10px 0;
}

.col.hidden {
    display: none;
}


/*------------- Search Modules ------------*/

.SearchResultsContainer .SearchSummary,
.SearchResultsContainer .SearchResultItem {
    margin-bottom: 25px;
}

.SearchResultsContainer .SearchLink {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.SearchResultsContainer .SearchDescription span:after,
.SearchResultsContainer .SearchDescription span:after {
    display: inline;
    content: "...";
}

.SearchResultsContainer .SearchResultUrl {
    display: none;
}

.SearchResultsContainer .SearchResultsPaging a {
    font-weight: bold;
}

.SearchResultsContainer .SearchResultsPaging a:link {
    font-weight: inherit;
}

.MailingListSignupLanding .ErrorContainer {
    text-align: left;
    padding-left: 20px;
}

.MailingListSignupLanding .ErrorContainer li {
    list-style: none;
}

.StockQuoteContainer .StockTableTextLabel {
    float: left;
}

.StockQuoteContainer .StockTableTextLabel + span {
    float: right;
}

@media all and (max-width: 400px) {
    .StockQuoteContainer .StockTableTextLabel + span {
        width: 100%;
        float: left;
        margin-top: 5px;
        text-align: left;
    }
}

.ModuleDownloadListWithTags .ModuleFileSizeText {
    display: none;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink:before {
    float: right;
}

.ModuleEventDetails .FileDetails {
    display: none;
}

.Q4FooterContainer {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}



@media all and (max-width: 1023px) {
    .Copyright {
        margin-top: 20px;
    }
}

.divider {
    margin: 50px 0 30px;
}

.footer .show_on_mobile {
    display: none;
}

@media all and (max-width: 767px) {
    .footer .show_on_mobile {
        display: block;
    }

    .footer .hide_on_mobile {
        display: none;
    }
}

ul.error-container {
    list-style-type: none;
}

.ModulePressReleaseDetails span.prnews_span,
.ModulePressReleaseDetails a.prnews_a,
.ModulePressReleaseDetails li.prnews_li {
    color: #7b7b7b !important;
    font-size: 18px !important;
    font-family: Gotham Book, Gotham, Open Sans, sans-serif;
}

.RssLinkTopContainer {
    margin-top: 5px;
}

.PressReleaseDetails-module p {
    margin: 20px 0;
}


/* Widen PR Details Main Column */

.prDetails .PaneContent {
    width: 100%;
}

.prDetails .PaneLeft {
    display: none !important;
}


/*==========================Change Request==============================*/


/*=============================Header=====================================*/

.module-logo img {
    height: 55px;
    margin-bottom: 9px;
    margin-top: 9px;
    width: 104px;
}


/*=========================End Header=====================================*/

.module-logo-footer svg {
    width: 150px;
    height: 60px;
}

.module-footer_social-icon svg {
    max-width: 18px;
    height: 18px;
}

.module-footer_social-icon {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    margin: 0 10px;
}

.module-footer_social-icon--twitter {
    margin-top: 5px;
}

.module-footer_social-icons {
    display: inline-block;
    text-align: right;
    vertical-align: top;
    margin-bottom: 45px;
}

.module-footer_copyright {
    display: block;
    margin-bottom: 15px;
}

.module-footer_social-icon--google {
    margin-top: 3px;
}

.module-logo-footer {
    width: 17%;
    display: inline-block;
    vertical-align: top;
}

.module-logo-footer img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .7;
    width: 104px;
    margin-left: -10px;

}

.module-footer_social-icon--google svg {
    max-width: 40px;
}

.footer {
    font-size: 0;
}

.module-footer_container {
    text-align: right;
    font-size: 10px;
    color: #73737d;
    font-weight: bold;
}

.module-footer_container > a {
    color: #73737d;
    margin-left: 30px;
}


.module-footer-social {
    width: 20%;
    display: inline-block;
}

.module-footer-nav {
    width: 59%;
    padding: 0 25px;
    display: inline-block;
    margin-right: 3%;
}

.module-footer-nav {
    font-size: 16px;
    line-height: 21px;
    vertical-align: top;
    text-align: left;
}

.module-footer-nav a {
    color: #202124;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

.module-footer-nav a:hover {
    color: #50535a;
    text-decoration: none;
}

.module-footer-nav_contact-wrap {
    width: 29%;
    padding: 0 1.9%;
    display: inline-block;
    vertical-align: top;
}

.module-footer-nav_links-wrap {
    width: 62%;
    padding: 0 1.9%;
    display: inline-block;
    vertical-align: top;

}

.module-footer-nav_links-wrap--inner {
    display: inline-block;
    width: 49%;
}

@media all and (max-width: 1232px) {
    .module-footer-social {
        width: 25%;
    }

    .module-logo-footer {
        width: 17%;
    }

    .module-footer-nav {
        width: 56%;
    }
}

@media all and (max-width: 960px) {
    .module-logo-footer {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 30px;
        padding-left: 10px;
    }

    .module-footer-nav_links-wrap,
    .module-footer-nav_contact-wrap {
        width: 49%
    }

    .module-footer-nav_links-wrap--inner {
        display: inline-block;
        width: 100%;
    }

    .module-footer {
        display: block;
        width: 100%;
        text-align: left;
    }

    .module-footer_copyright {
        display: block;
        width: 100%;
    }

    .module-footer_social-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100%;
        text-align: center;
        margin: 15px 0;
    }

    .footer .container-fluid {
        padding: 0 5px;
    }

    .module-footer-nav {
        width: 100%;
        padding: 0;
    }

    .module-footer_container {
        text-align: left;
    }

    .module-footer_container > a {
        margin: 0 30px 0 0;
    }
}

/*================================Pane header==================================*/

.PaneHeader .HeaderPaneDiv {
    display: block;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    max-width: 2200px;
    min-height: 85px;
}

.PaneHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 131;
    text-align: left;
}

.nav--main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav--main {
    display: inline-block;
}

.PaneHeader [role="navigation"] .q4i-block-exit {
    display: none;
}

.PaneHeader div[role="navigation"] {
    display: inline-block;
    vertical-align: 24px;
}

.module-logo {
    display: inline-block;
    text-align: left;
    margin-right: 15px;
    vertical-align: bottom;
    padding-bottom: 8px;
}



.nav--main li {
    display: inline-block;
    vertical-align: top;
}

.nav--main li {
    margin-left: 20px;
}

@media only screen and (max-width: 1516px) {
    .nav--main li {
        margin-left: 17px;
    }

    .nav--main li a {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1406px) {
    .nav--main li {
        margin-left: 12px;
    }

    .nav--main li a {
        font-size: 13px;
    }

}

@media only screen and (max-width: 1278px) {
    .nav--main li {
        margin-left: 7.5px;
    }
}

.nav--main li.js--active a {
    color: #202124;
}

.nav--main a {
    padding: 0 5px;
    font-size: 16px;
    font-weight: bold;
    color: #73737d;
}

.nav--main a:hover {
    color: #202124;
    opacity: 1;
    text-decoration: none;
}

.module-search {
    display: inline-block;
    margin-top: 20px;
    vertical-align: 30px;
    position: relative;
    float: right;
}

.header__search input[type="text"] {
    position: absolute;
    bottom: -30px;
    background: #fff;
    right: 0;
    border: 1px solid #CCC;
    padding: 0 5px;
    color: #1a1a1a;
}

.module-search a.button {
    text-transform: initial;
    cursor: pointer;
    display: none;
    font-size: 16px;
    padding: 0 28px;
    font-weight: bold;
    letter-spacing: 0.35px;
}

.module-search a.button:hover,
.module-search a.button:focus {
    text-decoration: none;
}

.module-header-phone {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.3px;
    display: inline-block;
    padding-top: 16px;
    color: #73737d;
}

.module-header-phone:hover {
    color: #202124;
}

.module-header-phone--mobile {
    display: none;
}

.module-header-phone--mobile img {
    width: 40px;
    margin: -8px 10px 0 0;

}

.module-header-login {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #e87722;
    margin: 0 15px;
}

.module-header-phone:hover,
.module-header-login:hover {
    text-decoration: none;
}

.module-header-login:hover {
    color: #e36100;
}

.js--sticky .module-search a.button {
    display: inline-block;
}

@media only screen and (max-width: 1400px) {
    .module-header-login {
        font-size: 14px;
        margin: 0 12px;
    }

    .module-search a.button {
        font-size: 14px;
        padding: 0 19px;
    }
}

.module-back-link {
    position: absolute;
    right: 26px;
    top: 20px;
}

.module-back-link a {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

@media all and (max-width: 1164px) {
    .PaneHeader div[role="navigation"] {
        display: none;
    }

    .PaneHeader {
        text-align: left;
    }

    .module-search .header__search,
    .module-search a.module-header-phone,
    .module-search a.module-header-login {
        display: none;
    }

    .module-search a.button {
        display: inline-block;
    }

    .module-header-phone--mobile {
        display: inline-block;
    }

    .module-back-link {
        display: none;
    }

    .PaneHeader .HeaderPaneDiv {
        font-size: 0;
    }

    .module-header-login {
        font-size: 16px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .module-learn-more {
        text-align: center;
    }
}

.module-toggle {
    display: none;
}

.mobile-toggle_button span,
.mobile-toggle_button:before,
.mobile-toggle_button:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    width: 17px;
    background: #000;
    display: block;
    content: '';
    transition: all .4s ease-in-out;
}

.mobile-toggle_button:before {
    top: 12px;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.mobile-toggle_button:after {
    bottom: 12px;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.mobile-toggle_button span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mobile-toggle_button:hover {
    border-radius: 50%;
    background-color: #f3f3f3;
    transition: .3s cubic-bezier(.25, .8, .5, 1);

}

.js--nav-show .mobile-toggle_button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    left: 35%;
}

.js--nav-show .mobile-toggle_button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    left: 35%;
}

.js--nav-show .mobile-toggle_button span {
    background: transparent;
}

.mobile-toggle {
    display: none;
}

.mobile-toggle a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

.nav--mobile {
    display: none;
}

.PaneNavigation {
    position: absolute;
    top: 60px;
    left: -100%;
    bottom: 0;
    transition: 0.5s ease-in-out;
    overflow-y: scroll;
    z-index: 130;
    background: #fff;
    min-width: 300px;
}

.js--nav-show .PaneNavigation {
    left: 0;
}

.PaneNavigation [role="navigation"] .q4i-block-exit {
    display: none;
}

.nav--mobile li {
    padding: 0 20px;
}

.nav--mobile li a {
    font-size: 16px;
    color: #73737d;
    cursor: pointer;
    display: block;
    padding: 14px 0;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    font-weight: bold;
}

.nav--mobile li a:hover {
    color: #202124;
    text-decoration: none;
}

.nav--mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.module-learn-more a.button {
    text-transform: initial;
    width: 89%;
    margin: 0 5% 20px;
}

.module-search-mobile input[type="text"] {
    padding: 0 30px 0 20px;
    width: 100%;
    background: transparent;
    opacity: 1;
    color: #fff;
    font-weight: 300;
    border: none;
    border: 1px solid #000;
}

.module-search-mobile {
    display: none;
    position: relative;
    padding: 50px 20px 20px 20px;
}

.module-search-mobile .ModuleContentContainer {
    position: relative;
}

.module-search-mobile .button,
.module-search-mobile button,
.module-search-mobile input[type="submit"] {
    background: url('../images/q4-icon_buttons.svg');
    background-size: 300%;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;

}

.module-search-mobile .SearchInput::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}

.module-search-mobile .SearchInput::-moz-placeholder {
    color: white;
    opacity: 1;
}

.module-search-mobile .SearchInput::-ms-input-placeholder {
    color: white;
    opacity: 1;
}

@media all and (max-width: 1164px) {
    .nav--mobile {
        display: block;
    }

    .module-search-mobile {
        display: block;
    }

    .module-logo {
        display: inline-block;
        vertical-align: middle;
    }

    .mobile-toggle {
        display: inline-block;
        float: left;
        text-align: right;
        margin: 10px 5px 10px -15px;
    }
}


/*=============================End Pane header==================================*/
.module-intro {
    padding-top: 60px;
}

.border-bottom {
    border-bottom: 1px solid #404040 !important;
}

.border-bottom .ModuleViewAllBottomText {
    margin-top: 40px;
}

.ModulePressReleaseLatest.border-bottom .ModuleViewAllBottomText,
.ModuleEventLatest.border-bottom .ModuleViewAllBottomText {
    margin-top: 0;
}

.module-section-sec .quarterlyLatest {
    padding: 20px 0;
}

.LayoutDefaultInner.js--nav-show {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.module-tab:not(.MailingListSignupContainer) {
    padding-top: 60px;
}

.MailingListSignupLanding.module-tab {
    margin-top: 60px;
}

.MailingListSignupLanding.module-section-contact {
    background: #fff;
}

.module-governance-button.module-tab {
    padding-bottom: 20px;
    padding-top: 0;
}

.rml.module-tab .ModuleViewAllBottomText {
    margin-bottom: 0;
}

.background-grey {
    background: #f7f7f7;
}

.module-link-mobile {
    display: none;
}

.module-link-mobile a {
    color: #fff;
    font-size: 16px;
}

.module-link-mobile a:hover {
    opacity: 1;
}

@media (max-width: 1164px) {
    .module-link-mobile {
        display: block;
        margin-top: 20px;
        padding: 20px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 1232px) {
    .LayoutHomePage .PaneContent {
        background: #f7f7f7;
    }

    .landingContact.module-tab {
        padding-top: 0;
    }

    .module-tab:not(.MailingListSignupContainer) {
        padding: 30px 20px;
    }

    .module-governance-button.module-tab {
        padding-top: 0;
    }

    .PaneHeader .HeaderPaneDiv {
        min-height: 60px;
    }

    .module-logo img {
        width: 76px;
        height: auto;
        margin-bottom: 0;
    }

    .content {
        padding-top: 60px;
    }

    .js--nav-show .PaneNavigation {
        left: 0;
    }

    .landingContact span {
        word-break: break-word;
    }

    .nav--main li {
        margin-left: 10px;
        vertical-align: -15px;
    }

    .module-search {
        margin-top: 8px;
    }
}

@media all and (max-width: 1225px) {
    .js--sticky .nav--main li {
        margin-left: 2px;
    }
}

.contactIR a {
    word-wrap: break-word;
}

.ModulePressReleaseDetails table.prntblns {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
}

.ModulePressReleaseDetails table .prntblns tbody {
    display: table;
    width: calc(100% - 1px);
    /*min-width: 680px;*/
}


/*======================End Change Request==============================*/
.ModulePressReleaseDetails span.prnews_span {
    font-family: Gotham Book, Gotham, Open Sans, sans-serif !important;
}

.leadership-link .button {
    border: 1px solid #f47b2b;
    color: #f47b2b;
    background: #fff;
}

.leadership-link .button:hover {
    background: #f47b2b;
    color: #fff;
}