/*-----------------------------------------*\
------------------ Default ------------------
\*-----------------------------------------*/


/*--------------- Reset CSS ---------------*/

html,
body,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
/* div, p, a, ol, ul, li, span */

{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* Negative Margin Fix for Toast Columns */

html,
.col {
    font-family: Arial, 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

ol,
ul,
.PaneHeader ol,
.PaneHeader ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.PaneContent ol,
.PaneContent ul,
.list ol,
.list ul {
    list-style: disc;
    margin: 16px 0;
    padding: 0 0 0 40px;
    line-height: 1.5;
}

.SectionInvestorRelations ul,
.Sectioninvestor-relations ul,
.SectionInvestorRelations ol,
.Sectioninvestor-relations ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stockquotechart ul,
.historicalpricelookup ul,
.events ul,
.ModuleItemRow ul,
.ModuleItemRow li,
#latest-events ul,
ul.Icons,
.nolist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}


/* Preview Override */

body.PreviewBody {
    margin: 0;
    background-position: 0 0;
}

.PreviewToolBar {
    display: none;
}

.hidden {
    display: none !important;
}


/*-----------------------------------------*\
--------------- Accessibility ---------------
\*-----------------------------------------*/


/*------------ Default Styles -------------*/

a:focus {
    text-decoration: underline !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


/*--- Accessibility Skip Navigation Link --*/

.accSkipLink a {
    position: absolute;
    top: -40px;
    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;
}


/*-----------------------------------------*\
------------------- Tools -------------------
\*-----------------------------------------*/


/*--------------- Toast CSS ---------------*/


/* The Important Bits */


/* Negative Margin Fix */

.grid,
.grid-no-gutter {
    font-size: 0;
}

.grid {
    list-style: none;
    margin-left: -20px;
}

.grid-no-gutter {
    margin-left: 0;
    width: 100%;
}

.col {
    box-sizing: border-box;
    display: inline-block;
    /* Negative Margin Fix */
    /* margin-right: -.25em; */
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

.grid-no-gutter .col {
    padding-left: 0;
}

.grid-no-gutter .grid .col {
    padding-left: 20px;
}


/* The Column Widths */

.col-1-of-1,
.col-2-of-2,
.col-3-of-3,
.col-4-of-4,
.col-5-of-5,
.col-6-of-6,
.col-8-of-8,
.col-12-of-12 {
    width: 100%;
}

.col-1-of-2,
.col-2-of-4,
.col-3-of-6,
.col-4-of-8,
.col-6-of-12 {
    width: 50%;
}

.col-1-of-3,
.col-2-of-6,
.col-4-of-12 {
    width: 33.33333%;
}

.col-2-of-3,
.col-4-of-6,
.col-8-of-12 {
    width: 66.66667%;
}

.col-1-of-4,
.col-2-of-8,
.col-3-of-12 {
    width: 25%;
}

.col-3-of-4,
.col-6-of-8,
.col-9-of-12 {
    width: 75%;
}

.col-push-2-of-2,
.col-push-3-of-3,
.col-push-4-of-4,
.col-push-5-of-5,
.col-push-6-of-6,
.col-push-8-of-8,
.col-push-12-of-12 {
    margin-left: 100%;
}

.col-push-1-of-2,
.col-push-2-of-4,
.col-push-3-of-6,
.col-push-4-of-8,
.col-push-6-of-12 {
    margin-left: 50%;
}

.col-push-1-of-3,
.col-push-2-of-6,
.col-push-4-of-12 {
    margin-left: 33.33333%;
}

.col-push-2-of-3,
.col-push-4-of-6,
.col-push-8-of-12 {
    margin-left: 66.66667%;
}

.col-push-1-of-4,
.col-push-2-of-8,
.col-push-3-of-12 {
    margin-left: 25%;
}

.col-push-3-of-4,
.col-push-6-of-8,
.col-push-9-of-12 {
    margin-left: 75%;
}

.col-pull-2-of-2,
.col-pull-3-of-3,
.col-pull-4-of-4,
.col-pull-5-of-5,
.col-pull-6-of-6,
.col-pull-8-of-8,
.col-pull-12-of-12 {
    margin-left: -100%;
}

.col-pull-1-of-2,
.col-pull-2-of-4,
.col-pull-3-of-6,
.col-pull-4-of-8,
.col-pull-6-of-12 {
    margin-left: -50%;
}

.col-pull-1-of-3,
.col-pull-2-of-6,
.col-pull-4-of-12 {
    margin-left: -33.33333%;
}

.col-pull-2-of-3,
.col-pull-4-of-6,
.col-pull-8-of-12 {
    margin-left: -66.66667%;
}

.col-pull-1-of-4,
.col-pull-2-of-8,
.col-pull-3-of-12 {
    margin-left: -25%;
}

.col-pull-3-of-4,
.col-pull-6-of-8,
.col-pull-9-of-12 {
    margin-left: -75%;
}

.col-1-of-5 {
    width: 20%;
}

.col-push-1-of-5 {
    margin-left: 20%;
}

.col-pull-1-of-5 {
    margin-left: -20%;
}

.col-2-of-5 {
    width: 40%;
}

.col-push-2-of-5 {
    margin-left: 40%;
}

.col-pull-2-of-5 {
    margin-left: -40%;
}

.col-3-of-5 {
    width: 60%;
}

.col-push-3-of-5 {
    margin-left: 60%;
}

.col-pull-3-of-5 {
    margin-left: -60%;
}

.col-4-of-5 {
    width: 80%;
}

.col-push-4-of-5 {
    margin-left: 80%;
}

.col-pull-4-of-5 {
    margin-left: -80%;
}

.col-1-of-6 {
    width: 16.66667%;
}

.col-push-1-of-6 {
    margin-left: 16.66667%;
}

.col-pull-1-of-6 {
    margin-left: -16.66667%;
}

.col-5-of-6 {
    width: 83.33333%;
}

.col-push-5-of-6 {
    margin-left: 83.33333%;
}

.col-pull-5-of-6 {
    margin-left: -83.33333%;
}

.col-1-of-8 {
    width: 12.5%;
}

.col-push-1-of-8 {
    margin-left: 12.5%;
}

.col-pull-1-of-8 {
    margin-left: -12.5%;
}

.col-3-of-8 {
    width: 37.5%;
}

.col-push-3-of-8 {
    margin-left: 37.5%;
}

.col-pull-3-of-8 {
    margin-left: -37.5%;
}

.col-5-of-8 {
    width: 62.5%;
}

.col-push-5-of-8 {
    margin-left: 62.5%;
}

.col-pull-5-of-8 {
    margin-left: -62.5%;
}

.col-7-of-8 {
    width: 87.5%;
}

.col-push-7-of-8 {
    margin-left: 87.5%;
}

.col-pull-7-of-8 {
    margin-left: -87.5%;
}

.col-1-of-12 {
    width: 8.33333%;
}

.col-push-1-of-12 {
    margin-left: 8.33333%;
}

.col-pull-1-of-12 {
    margin-left: -8.33333%;
}

.col-2-of-12 {
    width: 16.66667%;
}

.col-push-2-of-12 {
    margin-left: 16.66667%;
}

.col-pull-2-of-12 {
    margin-left: -16.66667%;
}

.col-5-of-12 {
    width: 41.66667%;
}

.col-push-5-of-12 {
    margin-left: 41.66667%;
}

.col-pull-5-of-12 {
    margin-left: -41.66667%;
}

.col-7-of-12 {
    width: 58.33333%;
}

.col-push-7-of-12 {
    margin-left: 58.33333%;
}

.col-pull-7-of-12 {
    margin-left: -58.33333%;
}

.col-10-of-12 {
    width: 83.33333%;
}

.col-push-10-of-12 {
    margin-left: 83.33333%;
}

.col-pull-10-of-12 {
    margin-left: -83.33333%;
}

.col-11-of-12 {
    width: 91.66667%;
}

.col-push-11-of-12 {
    margin-left: 91.66667%;
}

.col-pull-11-of-12 {
    margin-left: -91.66667%;
}

@media (max-width: 480px) {
    .col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .col.col-lg-1-of-1 {
        width: 100%;
    }
    .col.col-lg-1-of-2,
    .col.col-lg-2-of-4 {
        width: 50%;
    }
    .col.col-lg-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lg-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lg-1-of-4 {
        width: 25%;
    }
    .col.col-lg-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .col.col-lc-1-of-1 {
        width: 100%;
    }
    .col.col-lc-1-of-2,
    .col.col-lc-2-of-4 {
        width: 50%;
    }
    .col.col-lc-1-of-3 {
        width: 33.33333%;
    }
    .col.col-lc-2-of-3 {
        width: 66.66667%;
    }
    .col.col-lc-1-of-4 {
        width: 25%;
    }
    .col.col-lc-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 768px) and (min-width: 480px) {
    .col.col-md-1-of-1 {
        width: 100%;
    }
    .col.col-md-1-of-2,
    .col.col-md-2-of-4 {
        width: 50%;
    }
    .col.col-md-1-of-3 {
        width: 33.33333%;
    }
    .col.col-md-2-of-3 {
        width: 66.66667%;
    }
    .col.col-md-1-of-4 {
        width: 25%;
    }
    .col.col-md-3-of-4 {
        width: 75%;
    }
}

@media (max-width: 480px) {
    [class*="col-sm-"] {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
    .col.col-sm-1-of-1 {
        width: 100%;
    }
    .col.col-sm-1-of-2,
    .col.col-sm-2-of-4 {
        width: 50%;
    }
    .col.col-sm-1-of-3 {
        width: 33.33333%;
    }
    .col.col-sm-2-of-3 {
        width: 66.66667%;
    }
    .col.col-sm-1-of-4 {
        width: 25%;
    }
    .col.col-sm-3-of-4 {
        width: 75%;
    }
}

.col-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.col-d-first {
    float: left;
}

.col-d-last {
    float: right;
}

.grid-no-gutter .col-span-all {
    margin-left: 0;
    width: 100%;
}

.col-ab {
    vertical-align: bottom;
}

.col-am {
    vertical-align: middle;
}


/*------------- Slick Slider --------------*/

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    -webkit-touch-callout: none;
    -khtml-user-select: text;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'q4icons';
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "\e64c";
}

[dir="rtl"] .slick-prev:before {
    content: "\e64c";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "\e64f";
}

[dir="rtl"] .slick-next:before {
    content: "\e64f";
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 2px solid #fff;
    background: transparent;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    /*position: absolute;
     top: 0;
     left: 0;
     content: "\e907";
     width: 20px;
     height: 20px;
     font-family: 'q4icons';
     font-size: 6px;
     line-height: 20px;
     text-align: center;
     color: black;
     opacity: 0.25;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;*/
}

.slick-dots li.slick-active button {
    background: #fff;
}


/*--------------- 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: #333;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 16px;
}

.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);
    border-radius: 16px;
}

.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('https://dorian2016.q4web.com/files/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('https://dorian2016.q4web.com/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('https://dorian2016.q4web.com/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('https://dorian2016.q4web.com/files/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('https://dorian2016.q4web.com/files/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('https://dorian2016.q4web.com/files/design/fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}


/*--------------- SelectBox  --------------*/

.sbHolder {
    position: relative;
    display: inline-block;
    min-width: 120px;
    height: 35px;
    background-color: #fff;
    border: 2px solid #c1c1c1;
    vertical-align: middle;
}

.sbHolder:focus .sbSelector {}

.sbSelector {
    top: 0;
    left: 0;
    display: block !important;
    min-width: 90px;
    height: 35px;
    outline: none;
    overflow: hidden;
    line-height: 31px;
    padding: 0 45px 0 20px !important;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    outline: none;
    text-decoration: none;
}

.sbToggle {
    /*background: url('https://dorian2016.q4web.com/files/design/select-icons.png') 0 -116px no-repeat;*/
    display: block;
    height: 35px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    padding: 7px 0 0 !important;
    text-align: center;
    line-height: 1;
}

.sbToggle:before {
    font-family: 'q4icons';
    content: "\e601";
    font-size: 12px;
}

.sbToggle:hover {
    /*background: url('https://dorian2016.q4web.com/files/design/select-icons.png') 0 -167px no-repeat;*/
}

.sbToggleOpen:before {
    /*background: url('https://dorian2016.q4web.com/files/design/select-icons.png') 0 -16px no-repeat;*/
    font-family: 'q4icons';
    content: "\e607";
}

.sbToggleOpen:hover {
    /*background: url('https://dorian2016.q4web.com/files/design/select-icons.png') 0 -66px no-repeat;*/
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 2px #c1c1c1;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
    background-color: #fff;
    border: 2px solid #c1c1c1;
    list-style: none !important;
    left: -2px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 35px;
    width: calc(100% + 4px);
    z-index: 1;
    overflow-y: auto;
}

.sbOptions li {
    padding: 0 7px !important;
}

.sbOptions a {
    border-top: dotted 2px #c1c1c1;
    display: block !important;
    outline: none;
    padding: 10px !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.sbOptions li:first-child a {
    border-top: none;
}

.sbOptions a:link,
.sbOptions a:visited {
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {}

.sbOptions li.last a {
    border-bottom: none;
}

.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;
}


/*-----------------------------------------*\
----------- Default Module Styling ----------
---------------------------------------------
------------ Alphabetical Order -------------
\*-----------------------------------------*/


/*-------- Download List with Tags --------*/

.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 5px 0;
    position: relative;
}

.ModuleDownloadListWithTags .ModuleItemRow~.ModuleItemRow {}

.ModuleDownloadListWithTags .ModuleHeadlineLink:before {
    font-family: "q4icons";
    content: "\e62a";
    color: #eb3a2f;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    vertical-align: middle;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".html"]:before {
    content: "\e638";
}

.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xls"]:before,
.ModuleDownloadListWithTags .ModuleHeadlineLink[href*=".xlsx"]:before {
    content: "\e66e";
}

.ModuleDownloadListWithTags .ModuleHeader,
.ModuleDownloadListWithTags .ModuleDate,
.ModuleDownloadListWithTags .ModuleFileSizeText,
.ModuleDownloadListWithTags .ModuleIcon {
    display: none;
}


/*------------- Event Modules -------------*/

.ModuleEvent .ModuleYearNavContainer,
.ModuleEvent .ModuleHeader,
.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleHeader {
    margin-bottom: 10px;
}

.ModuleEvent .ModuleItemRow,
.ModuleEventLatest .ModuleItemRow {
    border-bottom: 1px solid #8db8c9;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.ModuleEvent .ModuleItemRow:last-child,
.ModuleEventLatest .ModuleItemRow:last-child,
.ModuleEventLatest.white.tace .ModuleItemRow {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEvent .ModuleDateContainer span,
.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers h3,
.ModuleEventLatest .ModuleHeadlineLink,
.ModuleEventLatest .ModuleDateContainer span,
.ModuleEventLatest .ModuleLocation,
.ModuleEventLatest .ModuleSpeakers h3,
.ModuleEventDetails .ModuleDateContainer span,
.ModuleEventDetails .ModuleLocation,
.ModuleEventDetails .ModuleSpeakers,
.ModuleEventDetails .ModuleSpeakers h3 {
    display: block;
    margin-bottom: 5px;
}

.ModuleEvent .ModuleYearNavContainer a,
.ModuleEvent .ModuleSpeakers li,
.ModuleEvent .WebcastLink a,
.ModuleEvent .PressRelease a,
.ModuleEvent .ModuleLinks a,
.ModuleEvent .presentation a,
.ModuleEvent .FinancialReport a,
.ModuleEvent .AddToCalendar,
.ModuleEvent .ModuleMore a,
.ModuleEventLatest .ModuleYearNavContainer a,
.ModuleEventLatest .ModuleSpeakers li,
.ModuleEventLatest .WebcastLink a,
.ModuleEventLatest .PressRelease a,
.ModuleEventLatest .ModuleLinks a,
.ModuleEventLatest .presentation a,
.ModuleEventLatest .FinancialReport a,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .ModuleYearNavContainer a,
.ModuleEventDetails .ModuleSpeakers li,
.ModuleEventDetails .WebcastLink a,
.ModuleEventDetails .PressRelease a,
.ModuleEventDetails .ModuleLinks a,
.ModuleEventDetails .presentation a,
.ModuleEventDetails .FinancialReport a,
.ModuleEventDetails .AddToCalendar {
    color: #333;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.ModuleEvent .ModuleBody,
.ModuleEventLatest .ModuleBody,
.ModuleEventDetails .ModuleBody {
    /*border: 1px solid rgba(0,0,0,0.1);*/
    margin: 10px 0 15px;
}

.ModuleEvent .AddToCalendar div,
.ModuleEventLatest .AddToCalendar div,
.ModuleEventDetails .AddToCalendar div {
    display: inline-block;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {}

.ModuleEvent a[class*="q4i-"]:before,
.ModuleEvent i[class*="q4i-"]:before,
.ModuleEventLatest a[class*="q4i-"]:before,
.ModuleEventLatest i[class*="q4i-"]:before,
.ModuleEventDetails a[class*="q4i-"]:before,
.ModuleEventDetails i[class*="q4i-"]:before {
    margin-right: 5px;
}

.ModuleEvent h4,
.ModuleEvent .RelatedDocuments .thumbnail,
.ModuleEvent .category,
.ModuleEvent .FileDetails,
.ModuleEventLatest h4,
.ModuleEventLatest .RelatedDocuments .thumbnail,
.ModuleEventLatest .category,
.ModuleEventLatest .FileDetails,
.ModuleEventDetails h4,
.ModuleEventDetails .RelatedDocuments .thumbnail,
.ModuleEventDetails .category,
.ModuleEventDetails .FileDetails {
    display: none;
}

.ModuleEvent .AddToCalendar,
.ModuleEventLatest .AddToCalendar,
.ModuleEventDetails .AddToCalendar {
    position: relative;
}

.ModuleEvent .AddToCalendar a,
.ModuleEventLatest .AddToCalendar a,
.ModuleEventDetails .AddToCalendar a {
    color: #333;
}


/*------ Frequently Asked Questions -------*/

.FaqContainer .ModuleItemRow {
    padding: 20px 0;
}

.FaqContainer .ModuleItemRow~.ModuleItemRow {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.FaqContainer .FaqQuestion {
    font-weight: bold;
}

.FaqContainer .FaqAnswer {
    margin-top: 1rem;
}

.FaqContainer .FaqQuestionList,
.FaqContainer .FaqAnswerLink,
.FaqContainer .FaqAnswer,
.FaqContainer .BackToTopLink {
    display: none;
}


/*------- Financial Report (Annual) -------*/

.q4-annual-module .q4-acrobat-text,
.q4-annual-module .q4-year-container,
.q4-annual-module .q4-financial-document .FileType {
    display: none;
}

.q4-annual-module .q4-years-container a,
.q4-annual-module .q4-financial-document {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #e5e8e9;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}

.q4-annual-module .q4-financial-container {
    padding-bottom: 10px;
    text-align: center;
}

.q4-annual-module .q4-cover-image,
.q4-annual-module .q4-thumbnail-image,
.q4-annual-module .q4-icon-image {
    display: inline-block;
    margin-bottom: 5px;
    border: 1px solid #c1c1c1;
}

.q4-annual-module .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
    content: "\e62a";
    color: #eb3a2f !important;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    vertical-align: middle;
}


/*------------- Form Builder --------------*/

.FormBuilderContainer .ErrorContainer {
    margin-bottom: 20px;
}

.FormBuilderContainer .Item {
    margin-bottom: 10px;
}

.FormBuilderContainer input[type="text"],
.FormBuilderContainer select {
    width: 100%;
}

.FormBuilderContainer select {
    border-radius: 0;
    background-color: #fff;
}

.FormBuilderContainer .label-wrap,
.FormBuilderContainer .field-wrap,
.FormBuilderContainer .error-wrap {
    display: inline-block;
    vertical-align: middle;
}

.FormBuilderContainer .label-wrap {
    min-width: 175px;
}

.FormBuilderContainer .field-wrap {
    width: 270px;
    margin-right: 10px;
}

.FormBuilderContainer .error-wrap {
    color: red;
    font-size: 0.8rem;
}

.FormBuilderContainer .CaptchaContainer table tr:first-child {
    display: none;
}

.FormBuilderContainer .CaptchaContainer table td {
    padding-bottom: 10px;
}

.FormBuilderContainer .CaptchaContainer img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.FormBuilderContainer .CaptchaContainer span {
    color: #ff0000;
    line-height: 1;
    position: absolute;
}

.FormBuilderContainer input[type="submit"] {

}


/*---------------- Job List ---------------*/

.JobPostingContainer table {
    width: 100%;
}

.JobPostingContainer table td,
.JobPostingContainer table th {
    padding: 10px;
    border: 1px solid #c1c1c1;
}

.JobPostingContainer .JobPostingGridHeader {
    background: #1b7194 none repeat scroll 0 0;
    color: #fff;
}

.JobPostingContainer .JobPostingGridHeader td {
    border: none;
}

.JobPostingContainer table .JobPostingGridItem:nth-child(odd) {
    /*background-color: rgba(0,0,0,0.05);*/
}

.Module_JobPostingDetailsAdvanced table {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1rem;
}

.Module_JobPostingDetailsAdvanced table td:first-child span:after {
    content: ":";
}

.Module_JobPostingDetailsAdvanced table input {
    border: none;
}

.Module_JobPostingDetailsAdvanced .Label_Summary,
.Module_JobPostingDetailsAdvanced .Text_Body {
    display: inline-block;
}

.Module_JobPostingDetailsAdvanced .Label_Summary {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.Module_JobPostingDetailsAdvanced .LinkButton_Apply,
.JobApplicationAdvancedContainer a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.JobApplicationAdvancedContainer table,
.JobApplicationAdvancedContainer textarea {
    width: 100%;
}

.JobApplicationAdvancedContainer table td {
    padding: 5px 0;
}

.JobApplicationAdvancedContainer table td[colspan="4"]>span {
    display: block;
    padding: 10px 0;
}

.JobApplicationAdvancedContainer input[type="file"] {
    line-height: 1rem;
}


/*--------- Mailing List Modules ----------*/

div.subscribe-text {
    margin-bottom: 0;
}

.MailingListSignupContainer table,
.MailingListUnsubscribeContainer table {}

.Mailing .MailingListSignupContainer table td,
.MailingListUnsubscribeContainer table td {
    padding: 0;
}

.MailingListSignupContainer table td.MailingListCol1,
.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol1,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    float: left;
    display: block;
    width: 100%;
}

.MailingListSignupContainer table td.MailingListCol2,
.MailingListUnsubscribeContainer table td.MailingListCol2 {
    margin-bottom: 10px;
}

.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 15px 0 5px;
}

.MailingListSignupContainer table input[type="text"],
.MailingListUnsubscribeContainer table input[type="text"],
.MailingListSignupContainer table select {
    width: 100% !important;
    max-width: 330px;
}

.MailingListSignupContainer table input[type="checkbox"] {
    margin-right: 5px;
}

.MailingListSignupContainer table .RequiredField,
.MailingListUnsubscribeContainer table .RequiredField {
    color: red;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.MailingListSignupContainer table table {
    margin: 0;
}

.MailingListSignupContainer .NoBr {
    display: none;
}

.MailingListSignupContainer input[type="submit"],
.MailingListUnsubscribeContainer input[type="submit"] {}

.MailingListSignupContainer .CaptchaContainer {
    display: none;
}


/*-------------- Person List --------------*/

.PersonGenericContainer .PersonContainer {
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.PersonGenericContainer .PersonName2 {
    color: #1b7194;
}

.PersonGenericContainer .PersonDetailsContainer>div {
    vertical-align: middle;
}

.PersonGenericContainer .PersonPhoto img {
    display: inline-block;
    max-width: 100%;
}

.PersonGenericContainer h3 {
    margin-bottom: 1rem;
}

.PersonGenericContainer .PersonDescription>span {
    line-height: 200%;
}

@media screen and (max-width: 768px) {
    .PersonGenericContainer .PersonPhoto {
        margin-bottom: 25px;
    }
    .PersonGenericContainer .PersonPhoto,
    .PersonGenericContainer h3 {
        /*text-align: center;*/
    }
}


/*---------  Presentation Module ----------*/

.ModulePresentation .ModuleHeader {
    display: none;
}

.ModulePresentation .ModuleHeadline,
.ModulePresentation .ModuleHeadlineLink {
    display: block;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.ModulePresentation .ModuleDateContainer {
    margin-bottom: 10px;
}

.ModulePresentation .ModuleItemRow {
    margin-bottom: 25px;
}

.ModulePresentation .PresentationLinks {
    display: inline-block;
}

.ModulePresentation .PresentationLinks a {
    display: inline-block;
    padding: 10px;
    margin-bottom: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    text-decoration: none;
}

.ModulePresentation a[class*="q4i-"]:before,
.ModulePresentation i[class*="q4i-"]:before {
    margin-right: 10px;
}

.ModulePresentation .PresentationThumbnail {
    border: 1px solid rgba(0, 0, 0, 0.1);
}


/* Overwrite FileSize of Default Document Link */

.ModulePresentation .DocumentFileLink:after {
    content: "View this Presentation";
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink:before {
    font-size: 1rem;
}

.ModulePresentation .DocumentFileLink {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .col.ModuleThumbnailContainer {
        display: none;
    }
}


/*--------- Press Release Modules ---------*/

.ModulePressRelease .ModuleYearNavContainer,
.ModulePressReleaseLatest .ModuleYearNavContainer {
    margin-bottom: 30px;
}

.ModulePressRelease .ModuleYearNavContainer a,
.ModulePressReleaseLatest .ModuleYearNavContainer a {
    /*display: inline-block;
     padding: 10px;
     margin-bottom: 5px;
     background-color: rgba(0,0,0,0.1);
     color: #000;
     text-decoration: none;
     cursor: pointer;*/
}

.ModuleYearNavContainerInner {
    display: none;
}

.ModulePressRelease .ModuleDate,
.ModulePressReleaseLatest .ModuleDate,
.ModulePressReleaseDetails .ModuleDateContainer,
.ModulePressReleaseDetails .ModuleLinks {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleHeadlineLink,
.ModulePressReleaseDetails .ModuleDetailHeadline {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    line-height: 1.5;
}

.ModulePressReleaseLatest .ModuleHeadlineLink {
    display: block;
}

.ModulePressRelease .ModuleItemRow,
.ModulePressReleaseLatest .ModuleItemRow {
    margin-bottom: 10px;
}

.ModulePressRelease .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressRelease .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow a[class*="q4i-"]:before,
.ModulePressReleaseLatest .ModuleItemRow i[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks a[class*="q4i-"]:before,
.ModulePressReleaseDetails .ModuleLinks i[class*="q4i-"]:before {
    font-size: 2rem;
}

.ModulePressRelease .ModuleBody,
.ModulePressReleaseLatest .ModuleBody {
    margin: 1rem 0;
    line-height: 1.5rem;
}

div.prDetails .PageDefaultInner .PaneContent {
    width: auto;
    padding: 20px;
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display: none;
}

.ModulePressReleaseDetails ul {
    list-style: inside;
}

.ModulePressReleaseDetails ul ul {
    margin-left: 1rem;
}

.ModulePressReleaseDetails ul li {
    line-height: 1.5rem;
}


/*---------- Quick Links Modules ----------*/

.RightColumnBlock {
    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;
}


/*----------- SEC Filing Modules ----------*/

.RegulatoryFilingContainer .FormGroupsContainer div,
.RegulatoryFilingContainer .FormGroupsContainer input,
.RegulatoryFilingContainer .YearNavContainer {}

.RegulatoryFilingContainer .FormGroupsContainer div {
    margin-right: 20px;
}

.RegulatoryFilingContainer .FormGroupsContainer select {}

.RegulatoryFilingContainer .FormGroupsContainer input {}

.RegulatoryFilingContainer .YearNavContainer>a {
    /*display: inline-block;
     padding: 10px;
     margin-bottom: 5px;
     background-color: rgba(0,0,0,0.1);
     color: #000;
     text-decoration: none;*/
    display: none;
}

.RegulatoryFilingContainer .ModuleHeader.grid-no-gutter.hidden {
    /*display: block !important;*/
}

.RegulatoryFilingContainer .ModuleHeader>span,
.RegulatoryFilingContainer .ModuleItemRow>span,
.RegulatoryFilingContainer .ModuleItemRow>a,
.RegulatoryFilingContainer .ModuleItemRow>ul,
.ModuleSECFilingDetails .ModuleContainerInner>div {
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
}

.RegulatoryFilingContainer .ModuleHeader {
    background: #1b7194 none repeat scroll 0 0;
    color: #fff;
}

.RegulatoryFilingContainer i {
    font-size: 20px;
}

.RegulatoryFilingContainer .ItemHref {
    font-weight: bold;
}

.RegulatoryFilingContainer .ModuleHeader>span {
    font-size: 16px;
}

.RegulatoryFilingContainer .ModuleItemRow:nth-child(odd) {
    background-color: #e5e8e9;
}

.RegulatoryFilingContainer .Icons li,
.ModuleSECFilingDetails .Icons li {
    display: inline-block;
    font-size: 20px;
}

.FormGroupsContainer>span {
    display: none;
}


@media screen and (max-width: 767px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
    .RegulatoryFilingContainer .ItemDate:before {
        content: "Date: ";
    }
    .RegulatoryFilingContainer .ItemHref:before {
        content: "Filing Type: ";
    }
    .RegulatoryFilingContainer .ItemDescription:before {
        content: "Filing Description: "
    }
    .RegulatoryFilingContainer .Icons:before {
        content: "Download: ";
    }
}


/*--------------- Site Map -----------------*/

.SiteMapContainer .SiteMapList li {
    padding: 0 10px;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level2 {
    font-size: 1.2rem;
}

.SiteMapContainer .SiteMapList li.SiteMap-Level3 {
    padding: 0 10px;
}


/*---------- Stock Quote Modules ----------*/

.StockQuoteContainer .StockPage,
.StockQuoteContainer .ModuleContainerInnerTop ul li,
.stock-historical ul li,
.stock-historical .stock-selects {
    padding: 10px;
}

.StockQuoteContainer .StockPage,
.stock-historical .stock-selects {
    background-color: #1b7194;
    color: #fff;
}

.stock-historical .stock-selects>span,
.stock-historical .stock-selects>select,
.stock-historical .stock-selects>div {
    margin-right: 10px;
}

.stock-historical .stock-selects button {
    border: 2px solid #fff;
    padding:7px 24px;
    height:35px;
}

.stock-historical .stock-selects button.disabled {
    opacity: 0.5;
    cursor: default;
}

.stock-historical .stock-selects button:hover,
.stock-historical .stock-selects button:hover {
    background: #fff;
    color: #1b7194 !important;
}

.stock-historical li span {
    margin: 5px 0;
}

.StockQuoteContainer ul li:nth-child(4n),
.StockQuoteContainer ul li:nth-child(4n+3),
.stock-table ul li.alt {
    background-color: #e5e8e9;
}

.StockQuoteContainer p {
    padding: 10px 0;
    font-size: 0.8rem;
    text-align: right;
}

.StockQuoteContainer p span {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .stock-historical li span {
        margin: 5px 0;
    }
    .stock-historical .stock-selects>span,
    .stock-historical .stock-selects>div,
    .stock-historical button,
    .stock-historical select {
        display: block;
        margin: 5px 0;
    }
    .StockQuoteContainer li:nth-child(2n+2) {
        text-align: right;
    }
    .stock-historical .stock-table .badge {
        text-align: right;
    }
}


/*----------- Stock Quote Header ----------*/

.StockQuoteHeaderContainer .StockPrice,
.StockQuoteHeaderContainer .StockDescription1 {
    font-weight: bold;
}

.StockQuoteHeaderContainer .StockChange,
.StockQuoteHeaderContainer .StockPChange {
    vertical-align: top;
    font-weight: bold;
}

.StockQuoteHeaderContainer .StockChange {}

.StockQuoteHeaderContainer .StockPChange:before {
    content: "(";
}

.StockQuoteHeaderContainer .StockPChange:after {
    content: ")";
}

.StockQuoteHeaderContainer .StockPriceDown {}

.StockQuoteHeaderContainer .StockPriceUp {}

.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockDate {
    /*margin-left: 5px;
     border-left: 1px solid rgba(255,255,255,0.1);
     padding-left: 10px;*/
}

.StockQuoteHeaderContainer .StockDate,
.StockQuoteHeaderContainer .StockVolumeText,
.StockQuoteHeaderContainer .StockVolume {
    display: none;
}


/*-----------------------------------------*\
----------- Default Widget Styling ----------
\*-----------------------------------------*/


/*-------- 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 {
    background: #fff none repeat scroll 0 0;
    border-radius: 14px;
    display: block;
    left: 0;
    margin-top: 20px;
    position: absolute;
    top: 100%;
    z-index: 10;
}

.q4-atc-wrapper .q4-atc-inner {}

.q4-atc-wrapper .q4-atc-inner-details {
    min-width: 230px;
    padding: 10px 0 0;
    text-align: center;
}

.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-title {
    bottom: 8px;
    color: #c1c1c1;
    font-size: 14px;
    font-weight: normal !important;
    left: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: none;
}

.q4-atc-wrapper .q4-atc-links {
    margin: 0;
    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 {
    background-color: #c1c1c1;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    margin-left: 5px;
}

.q4-atc-wrapper .q4-atc-links li a:before {
    font-family: 'q4icons';
    speak: none;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.q4-atc-wrapper .q4-atc-links li.apple a:before {
    content: '\e900';
}

.q4-atc-wrapper .q4-atc-links li.google a:before {
    content: '\e901';
}

.q4-atc-wrapper .q4-atc-links li.outlook a:before {
    content: '\e902';
}

.q4-atc-wrapper .q4-atc-links li.ics a:before {
    content: "\e630";
}

.q4-atc-tooltip {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    color: #c1c1c1;
    font-size: 14px;
}

.q4-atc-tooltip-text {
    display: block;
    width: 100%;
    background: rgba(126, 130, 136, .06);
    padding: 8px 5px;
    text-align: center;
}


/*----- Committee Composition Table -----*/

.committee-composition .person-header,
.committee-composition .person-item>div {
    padding: 15px 5px;
}

.committee-composition .person-header>div~div,
.committee-composition .person-item>div>div~div {
    text-align: center;
}

.committee-composition .person-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.committee-composition .person-category.active .person-header i:before {
    content: "\e650";
}

.committee-composition .person-item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.committee-composition .person-bio {
    text-align: left;
}

.committee-composition .person-item.active>div:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.committee-composition .person-legend {
    margin-top: 20px;
}

.committee-composition .person-legend span {
    margin-right: 20px;
}

.committee-composition .mobile,
.committee-composition .person-bio,
.committee-composition .person-items {
    display: none;
}

@media screen and (max-width: 768px) {
    .committee-composition .desktop {
        display: none;
    }
    .committee-composition .mobile {
        display: block;
    }
    .committee-composition .person-legend span {
        display: block;
        margin: 5px 0;
    }
}


/*----------- Events Calendar -----------*/

#event-container {
    display: table;
    width: 100%;
}

#events-calendar,
#latest-events {
    display: table-cell;
}

#events-calendar {
    padding-right: 20px;
}

#latest-events {
    background: #e5e8e9 none repeat scroll 0 0;
    text-align: center;
}

#events-calendar.loading {
    background-image: url(https://dorian2016.q4web.com/images/loader.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

#events-calendar .controls {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

#events-calendar .controls div {
    display: table-cell;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
}

#events-calendar .controls .month {
    width: 70%;
}

#events-calendar .clndr-previous-button,
#events-calendar .clndr-next-button {
    width: 15%;
    text-align: center;
    cursor: pointer;
}

#events-calendar .days-container {
    position: relative;
}

#events-calendar .day-header,
#events-calendar .day,
#events-calendar .empty {
    display: inline-block;
    width: 14.285%;
    padding: 8px 10px;
    text-align: center;
    vertical-align: top;
}

#events-calendar .day.adjacent-month,
#events-calendar .empty.adjacent-month {
    opacity: .5;
    background-color: transparent;
}

.dayInner {
    display: block;
    padding: 0 10px 15px;
}

.event .dayInner {
    border-bottom: 4px solid #1b7194;
    padding-bottom: 11px;
}


/*.event .day.event:hover {
background: #1b7194;
color: #fff;
}

.event .day.event .dayInner:hover {
border-bottom: 4px solid #fff;
}*/

#events-calendar .days-container .days .day.today,
#events-calendar .days-container .days .empty.today {
    background-color: #e5e8e9;
}

#events-calendar .day.event,
#events-calendar .empty.event {
    cursor: pointer;
    opacity: 1;
}

#events-calendar .day-header {
    text-align: center;
    background-color: transparent;
    font-size: 13px;
    text-transform: uppercase;
}

#latest-events .ModuleEvent {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#latest-events .ModuleEvent .date {
    width: 90%;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
}

#latest-events .ModuleEvent .date h5,
#latest-events .ModuleEvent .date h4 {
    display: block;
}

#latest-events .ModuleEvent .date h5 {
    font-size: 25px;
}

#latest-events .ModuleEvent .date h4 {
    font-size: 50px;
}

#latest-events .ModuleEvent>ul {
    padding: 0 5%;
}

#latest-events .ModuleEvent a {
    color: #333;
    font-weight: bold;
}

#latest-events .ModuleEvent .ModuleHeadlineLink {
    display: block;
    max-width: 260px;
    margin: 0 auto 20px !important;
    line-height: 24px;
    margin-bottom: 15px;
}

#latest-events .AddToCalendar a {
    color: #333;
}

@media screen and (max-width: 768px) {
    #events-calendar,
    #latest-events {
        display: inline-block;
    }
}


/*---------- 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-inner .CaptchaContainer input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fancybox-inner .CaptchaContainer input[type="submit"] {
    /*-webkit-appearance: none;
     appearance: none;
     padding: 10px;
     background-color: rgba(0,0,0,0.1);
     border: none;
     font-family: inherit;
     font-size: inherit;
     font-weight: inherit;*/
}


/*------- Financial Quarterly Widget ------*/

.q4-quarterly-widget .q4-items-container {
    display: none;
}

.q4-quarterly-widget .q4-year-container i {
    margin-left: 10px;
}

.q4-quarterly-widget .q4-financial-container.active .q4-year-container i:before {
    content: "\e604";
}

.q4-quarterly-widget .q4-year-container span,
.q4-quarterly-widget .q4-financial-document {
    display: inline-block;
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.q4-quarterly-widget .q4-year-container span {
    background: #1b7194;
    color: #fff;
}

.q4-quarterly-widget .q4-financial-document {
    font-size: 14px;
    font-weight: bold;
    background: #e5e8e9;
}

.q4-quarterly-widget .q4-financial-item {
    margin: 10px 0 10px 10px;
}

.q4-quarterly-widget .q4-financial-documents {
    margin: 10px 0;
    list-style: none;
}

.q4-quarterly-widget .q4-financial-document i[class*="q4i-"]:before {
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    content: "\e628";
    margin-right: -1px;
    margin-top: -5px;
}

.q4-quarterly-widget .q4-financial-document i.PDF:before {
    content: "\e62a";
}

.q4-quarterly-widget .q4-financial-document.Press.Release i:before {
    content: "\e905";
}

.q4-quarterly-widget .q4-financial-document.Webcast i:before {
    content: "\e647";
}

.q4-quarterly-widget .q4-financial-document i.XLSX:before,
.q4-quarterly-widget .q4-financial-document i.XLS:before {
    content: "\e627";
}


/*-------- Financial Table Widget ---------*/

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text {
    background-color: rgba(0, 0, 0, 0.1);
}


/* Slick Overwrite */

.financial-table .financial-document-category,
.financial-table .financial-year-list,
.financial-table .financial-category-text,
.financial-table .financial-document-list {
    display: inline-block;
}

.financial-table .financial-year-list,
.financial-table .financial-documents {
    text-align: center;
}

.financial-table .financial-document-category,
.financial-table .financial-year-list .slick-list,
.financial-table .financial-category-text {
    padding: 20px;
}

.financial-table .financial-documents span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(15, 92, 163);
    margin: 5px 2px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}

.financial-table .financial-documents span.empty {
    opacity: 0.1;
}

.financial-table .financial-documents span a {
    color: #fff;
}

.financial-table .slick-slide:focus {
    outline: none;
}

.financial-table .financial-document-list .slick-arrow {
    visibility: hidden;
}

.financial-table .financial-year-list .slick-arrow {
    width: 50px;
    height: 60%;
}

.financial-table .financial-year-list .slick-prev {
    left: 0;
    border-right: 1px solid #fff;
}

.financial-table .financial-year-list .slick-next {
    right: 0;
    border-left: 1px solid #fff;
}

.financial-table .financial-year-list .slick-list {
    margin: 0 30px;
}

.financial-table .financial-document-list .slick-list {
    margin: 0 50px;
}

@media screen and (max-width: 480px) {
    .financial-table .financial-documents span {
        display: block;
        margin: 5px auto 5px;
    }
}


/*----------- Stock Chart Inputs ----------*/

@media screen and (max-width: 767px) {
    .stock-chart .highcharts-input-group {
        display: none;
    }
}


/*-------------- Slider Widget ---------------*/

.slider .slider-item {
    position: relative;
    width: 100%;
    min-height: 200px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.slider .spacer {
    display: block;
    padding-top: 43.680%;
    /* Image (height / width * 100) */
    width: 100%;
}

.slider .content-container {
    left: 50%;
    margin-left: -375px;
    max-width: 750px;
    padding: 20px 50px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
}

.slider .content-container h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.slider .content-container p {
    /*background-color: rgba(255, 255, 255, 0.25);
     height: 50px;
     padding: 15px;*/
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    /*.slider .slider-item {
          height: auto;
     }
     .slider .content-container {
          left: 0;
          margin-left: 0;
          padding: 20px;
     }*/
}


/*-----------------------------------------*\
------------- HTML Specific Parts -----------
\*-----------------------------------------*/


/*---------- Default Table Style ----------*/

.custom-table {
    width: 100%;
}

.custom-table thead {
    background-color: rgba(0, 0, 0, 0.1);
}

.custom-table td,
.custom-table th {
    padding: 10px 5px;
}

.custom-table tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
}

.custom-table th span,
.custom-table td span {
    padding: 0;
}


/*----- Better Analyst Coverage Table -----*/

@media screen and (min-width: 769px) {
    .analyst-coverage tr>.col {
        display: table-cell;
    }
}

@media screen and (max-width: 768px) {
    .analyst-coverage thead {
        display: none;
    }
    .analyst-coverage tr td:before {
        content: attr(data-heading);
        box-sizing: border-box;
        display: inline-block;
        width: 50%;
        margin-right: -.25em;
        vertical-align: top;
    }
}


/*------ Default List and List Items ------*/

.HtmlTextContainer ul {
    list-style: inside;
}

.HtmlTextContainer ul ul {
    margin-left: 1rem;
}

.HtmlTextContainer ul li {
    line-height: 1.5rem;
}


/*-----------------------------------------*\
---------------- Blank Design ---------------
\*-----------------------------------------*/


/*-------------- Global Styles ------------*/


/* Genetal */

body {
    overflow-x: hidden;
}

h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    display: block;
    font-size: 32px;
    line-height: 38px;
    margin-top: 70px;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
}

h4 {
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .ClientLogo img {
        margin-top: 28px;
        max-height: 80px;
        max-width: 100px;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        font-size: 26px;
        line-height: 1.2;
    }
    h2 {
        font-size: 26px;
    }
}

p {
    /*margin-bottom: 1rem;
     line-height: 1.5rem;*/
}

a {
    text-decoration: none;
    color: #1b7194;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="submit"],
input[type="file"],
select,
button,
textarea {
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    padding: 11px 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

select {
    background-image: url('https://dorian2016.q4web.com/files/design/select-icons.png');
    background-repeat: no-repeat;
    background-position: 90% -115px;
    padding-right: 50px;
}


/* Containers */

.PaneHeader>span,
.PaneNavigation>span,
.FooterContainer>div>span,
.PaneFooter2andQ4>div,
.container {
    display: block;
    max-width: 1175px;
    margin: 0 auto;
    padding-left: 20px !important;
    padding-right: 20px;
}

.PaneHeader {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
}

.PaneFooter2andQ4 {
    background: url('https://dorian2016.q4web.com/files/design/footerBackground.jpg') no-repeat transparent 50% 50%;
    background-size: cover;
    padding: 60px 0 30px;
}

.PaneNavigation {
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}


/* PaneHeader */

.PaneHeader {
    left: 0;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4000;
}

.ClientLogo,
.StockQuoteHeaderContainer {
    display: inline-block;
    /*max-height: 80px;*/
}

.StockQuoteHeaderContainer,
.mobile-toggle {
    float: right;
    margin-left: 20px;
}

.StockQuoteHeaderContainer,
.mobile-toggle,
.ClientLogo {
    vertical-align: middle;
    /*line-height: 50px;*/
}

.ClientLogo img {
    /*max-height: 80px;*/
    width: 145px;
}

.StockQuoteHeaderContainer {
    color: #fff;
}

.ModuleSearch input {
    /*border: 1px solid #fff;*/
}

.ModuleSearch .SearchButton {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .ClientLogo img {
        max-width: 200px;
    }
}


/*Pane Navigation */

.PaneNavigation nav ul li {
    display: inline-block;
    padding: 10px;
}

@media screen and (min-width: 1024px) {
    .PaneNavigation {
        position: relative;
    }
    .PaneNavigation:hover {}
    .PaneNavigation nav .level1 {
        width: 100%;
    }
    .PaneNavigation nav .level1>li,
    .PaneNavigation nav .level2>li {
        display: inline-block;
        padding: 25px 25px 20px 25px;
    }
    .PaneNavigation nav .level1>li:hover,
    .PaneNavigation nav .level1>li.expanded,
    .PaneNavigation nav .level1>li.focused,
    .PaneNavigation nav .level2>li:hover,
    .PaneNavigation nav .level2>li.focused {
        padding: 25px 25px 17px 25px;
        border-bottom: 3px solid #0F5CA3;
    }
    .PaneNavigation nav .level1>li a {
        text-align: center;
    }
    .PaneNavigation nav .level2 {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        width: 100%;
        background-color: white;
        border-top: 1px solid #efefef;
        text-align: center;
        z-index: 999;
    }
    .PaneNavigation nav .level1>li:hover .level2,
    .PaneNavigation nav .level1>li.focused .level2 {
        display: block;
    }
}


/*PaneHeader2*/


/* PaneBreadcrumb */

.PaneBreadcrumb {}

.Breadcrumb,
.Breadcrumb a,
.Breadcrumb span {
    /*font-size: 0.8rem;
     margin-right: 5px;*/
}


/* PaneContentInner */

.PaneContentInner {}


/*.ModuleTitle {
display: block;
font-size: 2rem;
margin-bottom: 2.5rem;
text-transform: uppercase;
text-align: center;
}*/

[class*="ContentPaneDiv"]>div {
    /*display: block;
     margin-bottom: 50px;*/
}


/*PaneLeft */

.PaneLeft {}

.PaneContent {
    width: 100% !important;
}


/* PaneFooter */

.footer-logo {
    padding-bottom: 20px;
}

.footer-alerts {}

.FooterLinks li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}

.FooterLinks li a {
    color: white;
}

.Copyright,
.PaneQ4Footer a {
    color: #565656;
}


/*----------- Mobile Navigation -----------*/

.mobile-toggle {
    display: none;
    cursor: pointer;
}

.menu-close {
    display: none;
}

@media screen and (max-width: 1023px) {
    .mobile-toggled .PaneNavigation {
        /*right: 0;
          overflow-y: scroll;*/
    }
    .mobile-toggled.LayoutDefaultInner {
        /*right: 270px;
          left: -270px;
          overflow: hidden;*/
    }
    .LayoutDefaultInner {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: ease 0.5s;
    }
    .mobile-toggle {
        color: #1a7194;
        display: inline-block;
        font-size: 29px;
        margin-top: 13px;
        padding-top: 2px;
        transition: all 0.2s ease 0s;
        line-height: 1;
    }
    .mobile-toggle .q4i-block-exit::before {
        font-size: 22px;
    }
    .menu-close {
        cursor: pointer;
    }
    .PaneNavigation {
        background-color: #1a7194;
        color: white;
        left: 0;
        overflow: auto;
        padding: 0;
        position: absolute;
        top: 70px;
        transition: all 0.5s ease 0s;
        width: 100%;
        z-index: 1000;
    }
    .PaneNavigation>span {
        padding: 0 !important;
    }
    .PaneNavigation nav a {
        color: white;
    }
    .PaneNavigation nav ul,
    .PaneNavigation nav ul li {
        display: block;
    }
    .PaneNavigation nav ul li,
    .PaneNavigation nav ul.level1>li>a,
    .PaneNavigation .menu-close {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #488da9;
    }
    .PaneNavigation nav ul li {
        width: 100%;
    }
    .PaneNavigation nav ul.level1>li {
        padding: 0;
        border-bottom: 0;
    }
    .PaneNavigation nav ul.level2 li {
        border-bottom: 1px solid #45849d;
    }
    .PaneNavigation nav ul.level2 li,
    .PaneNavigation nav ul.level1 li.expanded>a {
        background-color: #176585;
    }
    .PaneNavigation nav ul.level2 li.selected {
        background: #12516a;
    }
    .PaneNavigation nav ul.level1>li.has-children>a:before {
        font-family: "q4icons";
        content: "\e64a";
        display: inline-block;
        float: right;
        cursor: pointer;
    }
    .PaneNavigation nav ul.level1>li.has-children.expanded>a:before {
        content: "\e650";
    }
    .PaneNavigation nav ul li.has-children>ul {
        max-height: 0;
        overflow: hidden;
        transition: ease 0.5s;
    }
    .PaneNavigation nav ul li.has-children.expanded>ul {
        max-height: 1000px;
    }
}


/*------------- Miscellaneous -------------*/


/* Dark Styles */

.dark {
    color: #fff;
}


/* RSS */

.rss-icons {
    margin-bottom: 50px;
}

div.pre-module-text {
    margin-bottom: 0;
}

.ModuleFileText,
.ModuleFileSpacer {
    display: none;
}

.ErrorContainer {
    color: #ff0000;
    margin-bottom: 10px;
    display: block;
}

.css {
    color: #FF00FF;
}

.upcoming-events .ModuleYearNavContainer {
    display: none;
}


/* Blank Demo */

.demo-header div {
    padding: 20px 20px 5px;
    background-color: rgba(0, 0, 0, 0.05);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
}

.demo-header div:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.demo-header div.active {
    background-color: #0F5CA3;
    color: #fff;
}

.demo-header h2 {
    text-align: center;
}

.toast-demo,
.icon-demo,
.module-demo {
    padding: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.icon-demo,
.module-demo {
    display: none;
}

@media screen and (max-width: 768px) {
    .demo-header div {
        border-radius: 0;
    }
}

.toast-demo [class*="grid"] {
    margin-bottom: 30px;
}

.toast-demo .col {
    margin-bottom: 10px;
    margin-top: 10px;
    background-clip: content-box;
    background-color: rgba(0, 0, 0, 0.05);
    text-align: center;
}

.toast-demo .col:hover {
    background-color: #0F5CA3;
    color: #fff;
}

.toast-demo [class*="grid"] p {
    font-size: 1.5rem;
    padding: 1rem 0;
    margin: 0;
}

.icon-demo .col {
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: content-box;
    margin-bottom: 20px;
    text-align: center;
}

.icon-demo .col.active {
    background-color: #0F5CA3;
}

.icon-demo .col>span {
    display: inline-block;
    padding: 1rem 0;
    font-size: 3rem;
}

.icon-demo .col.active>span {
    color: #fff;
}

.icon-demo .col p {
    display: inline-block;
    width: 80%;
    height: 0rem;
    padding: 0 1rem;
    margin: 0 1rem 1rem 1rem;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.icon-demo .col.active p {
    height: 8rem;
    padding: 1rem;
}

.icon-demo p span {
    display: block;
    font-weight: 300;
}


/**************** Globals ***************/


/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.HeaderPaneDiv:before,
.HeaderPaneDiv:after,
.PaneFooter:before,
.PaneFooter:after {
    content: " ";
    display: table;
}

.HeaderPaneDiv:after,
.PaneFooter:after {
    clear: both;
}


/*CENTER STUFF*/


/* This parent can be any width and height */

.block {
    text-align: center;
}


/* The ghost, nudged to maintain perfect centering */

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
}


/* The element to be centered, can
also be of any width and height */

.centered {
    display: inline-block;
    vertical-align: middle;
    /*width: 300px;*/
}


/*END OF CENTER STUFF*/
.PaneNavigation {
    display: none;
}

.ClientLogo {
    margin-right: 20px;
    float: left;
}

.ClientLogo a {
    display: block;
}

.pageHome .mainNavContainer {
    float: right;
    margin-top: 55px;
}

.mainNav .level1>li {
    display: inline-block;
}

.mainNav .level1>li>a {
    padding: 16px 11px;
    display: block;
    font-size: 15px;
}

.PaneHeader .mainNav .level1>li>a {
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .mainNav .level1>li.selected>a,
    .mainNav .level1>li.expanded>a {
        color: #eb3b2e;
        /*padding-bottom: 13px;*/
    }

    .mainNav .level1>li:hover>a {
        color: #1b7194;
    }
    .mainNav:not(.SecondaryNav) .level2 li:first-child>a {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }
    .mainNav:not(.SecondaryNav) .level2 li:last-child>a {
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    .mainNav:not(.SecondaryNav) .level2 {
        border-radius: 16px;
    }
    .mainNav:not(.SecondaryNav) .level3 {
        border-radius: 16px;
        overflow: hidden;
    }
}

.mainNav .level2,
.mainNav .level3,
.mainNav .level4 {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
}

.mainNav .level2 a {
    padding: 14px 20px;
    color: #333333;
    display: block;
    font-size: 14px;
    line-height: 1;
}

.mainNav .level2 li:hover>a {
    background: #1b7194;
    color: #fff;
}

/*.mainNav .level1>li:hover .level2 {
    display: block;
}*/

.mainNav .level3 {
    background: transparent none repeat scroll 0 0;
    left: 100%;
    margin-top: -44px;
    padding-left: 2px;
    position: absolute;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    width:180px;
}
.mainNav .level2>li:hover .level3 {
    display: block;
}
.mainNav .level2>li:hover .level3 a {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
}

.mainNav .level2>li:hover .level3 a:hover {
    background: #333;
}

.mainNav a {
    color: #333;
}

.PaneHeader .StockQuoteHeaderContainer {
    color: #2c5370;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 20px;
}

.pageHome .quicklinksMenu {
    float: none;
    left: 10px;
    position: absolute;
    right: inherit;
    top: 0;
}

.quicklinksMenu ul.level1>li {
    display: inline-block;
    vertical-align: top;
}

.quicklinksMenu ul.level1>li>a {
    position: relative;
    color: #2c5370;
    text-transform: uppercase;
    line-height: 1;
    padding: 18px 8px;
    display: block;
    width: 122px;
    font-size: 13px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.pageHome .quicklinksMenu ul.level1>li>a {
    padding: 18px 8px;
}

.quicklinksMenu ul.level1>li:hover>a {
    background: #1b7194;
    color: #fff !important;
}

.quicklinksMenu .level2 {
    background: #1b7194 none repeat scroll 0 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top: 1px solid #5092ad;
    display: none;
    padding: 10px 0;
}

.quicklinksMenu ul.level1>li:hover .level2 {
    display: block;
    position: absolute;
    width: 122px;
}

.quicklinksMenu .level2 a {
    padding: 8px 20px;
    display: block;
    color: #fff;
    font-size: 13px;
}

.quicklinksMenu .level2 a:hover {
    color: #a8c1ce;
}

.button,
input[type="submit"],
button,
.ModuleViewAllLink {
    padding: 11px 24px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    background: transparent;
}

.ModulePressReleaseLatest .ModuleViewAllLink {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.button.grey,
.whitebg .button,
.whitebg input[type="submit"] {
    border: 2px solid #333;
    color: #333;
}

.Module_JobPostingDetailsAdvanced .LinkButton_Apply,
.JobApplicationAdvancedContainer a,
.fancybox-inner .CaptchaContainer input[type="submit"] {
    padding: 11px 24px;
    border: 2px solid #333;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
    background: transparent;
}

.button:hover,
input[type="submit"]:hover,
button:hover,
.ModuleViewAllLink:hover,
.button.active {
    border: 2px solid #1b7194;
    background: #1b7194;
    color: #fff;
}

.button.grey:hover,
.whitebg .button:hover,
.whitebg input[type="submit"]:hover {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}

.Module_JobPostingDetailsAdvanced .LinkButton_Apply:hover,
.JobApplicationAdvancedContainer a:hover,
.fancybox-inner .CaptchaContainer input[type="submit"]:hover {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}

.FooterContainer h2,
.FooterContainer h2 .ModuleTitle {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
}

.footer-careers p {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin: 0;
}

.footer-careers .cont,
.footer-careers .button {
    float: left;
}

.footer-careers .cont {
    margin-right: 40px;
    margin-bottom: 10px;
}

.footer-careers {
    margin-bottom: 90px;
    display: block;
}

div.FooterLinks {
    float: left;
}

.FooterLinks .QuickLinkSeparator {
    display: inline-block !important;
    padding: 0 6px;
    color: #fff;
    font-size: 14px;
}

.FooterLinks a {
    color: #fff;
    font-size: 14px;
}

.social-icons {
    float: right;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin-left: 25px;
}

.PaneFooter {
    background: #1b7194;
}

.copyr {
    clear: both;
    float: left;
    margin-top: 10px;
}

.Copyright,
.Q4FooterContainer a {
    font-size: 12px;
    color: #9c9b9c;
}

@media screen and (max-width: 767px) {
    div.FooterLinks {
        display: block;
        float: none;
        text-align: center;
    }
    .social-icons {
        float: none;
        margin: 20px 0;
        text-align: center;
    }
    .footer-careers .cont p {
        display: inline-block;
    }
    .copyr {
        clear: both;
        float: none;
        margin-top: 10px;
        text-align: center;
    }
    .Copyright,
    .Q4FooterContainer a {
        display: block;
        line-height: 1.5;
        text-align: center;
    }
}

.ModulePressReleaseDetails .wd_assets_container {
    display: none;
}

ul.noprop {
    width: auto !important;
}

.PaneFooter .MailingListSignupContainer {
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
    margin-bottom: 30px;
}

.PaneFooter {
    padding: 30px 0 0;
}

div.footerQL {
    margin-bottom: 30px;
}

.footerQL ul {
    padding-left: 0;
}

.footerQL ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.footerQL ul li a:after,
.more:after {
    content: "\e64f";
    display: inline-block;
    font-family: "q4icons";
    font-size: 10px;
    margin-left: 5px;
}

.footerContact a,
.footerContact {
    color: #fff;
    line-height: 22px;
    font-size: 14px;
}

.FooterContainer h2 {
    margin-top: 0;
}

.footerContact,
.PaneFooter .MailingListSignupContainer,
div.footerQL {
    float: left;
    padding-left: 0;
}

.footerContact {
    padding-left: 6%;
    margin-bottom: 30px;
    float:right;
}

.IntroTextColumn,
.MailingListCol1,
.MailingListsHeading {
    display: none !important;
}

.MailingListTable {
    width: 70% !important;
}

.footer-alerts h2 {
    margin-bottom: 18px;
}

.MailingListTable {
    clear: left;
    float: left;
    margin: 0 10px 10px 0;
    width: 70% !important;
}

.GridActions {
    float: left;
}

.MailingListListTable {
    float: left;
    width: 100%;
}

.PaneFooter .MailingListListTable tr {
    float: left;
    margin: 0 19px 5px 0;
}
.PaneFooter .MailingListListTable > tbody > tr:first-child{
    display:none;
}

@media screen and (max-width: 768px) {
    .PaneFooter .MailingListSignupContainer {
        width: 100%;
    }
    .footerContact {
        padding-left: 0;
    }
    .MailingListSignupContainer {
        padding-bottom: 45px;
        position: relative;
    }
    .MailingListListTable tr {
        display: block;
        float: none;
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .GridActions {
        bottom: 0;
        float: left;
        left: 0;
        position: absolute;
    }
    .MailingListTable {
        clear: left;
        float: none;
        margin: 0 0 10px;
        width: 100% !important;
    }
}

.PaneNavigation .quicklinksMenu {
    position: relative;
    left: 0;
    padding: 10px;
    float: none !important;
}

.PaneNavigation .quicklinksMenu ul.level1>li {
    display: block;
}

.PaneNavigation .quicklinksMenu ul.level1>li>a {
    color: #fff;
}

.PaneNavigation .quicklinksMenu .level2 {
    border-top: medium none;
    display: block;
    padding: 0 0 10px;
}

.PaneNavigation .quicklinksMenu .level2 a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 8px 25px;
}

.PaneNavigation .quicklinksMenu .level2>li {
    display: inline-block;
    width: 49%;
}

.PaneNavigation .quicklinksMenu ul.level1>li:hover .level2 {
    display: block;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .slider .spacer {
        padding-top: 380px;
    }
}

@media screen and (max-width: 640px) {
    .slider .content-container {
        top: 35%;
    }
}

@media screen and (max-width: 480px) {
    .slider .content-container {
        top: 20%;
    }
}

.pb80 {
    padding-bottom: 80px;
    padding-top: 1px;
}

.pb40 {
    padding-bottom: 40px;
    padding-top: 1px;
}

.white h2 {
    color: #fff;
}

.tace {
    text-align: center;
}

.ModulePressReleaseLatest {
    /*background: url('https://dorian2016.q4web.com/files/design/homeBackground.jpg') no-repeat transparent 50% 0%;
     background-size: cover;*/
}


/*.ModuleViewAllBottomText {
padding: 11px 24px;
border: 2px solid #fff;
color: #fff;
text-transform: uppercase;
font-size: 14px;
line-height: 16px;
display: inline-block;
font-weight: bold;
cursor: pointer;
transition: all 0.2s;
background: transparent;
}

.ModuleViewAllBottomText:hover {
border: 2px solid #1b7194;
background: #1b7194;
color: #fff;
}*/

.ModulePressReleaseLatest .ModuleItemRow {
    background: #fff none repeat scroll 0 0;
    border-radius: 16px;
    float: left;
    margin: 0 1%;
    padding: 30px;
    max-width: 300px;
    width: 31%;
    text-align: left;
}

.ModulePressReleaseLatest .ModuleItemRow:first-child {}

.ModulePressReleaseLatest .ModuleItemRow .ModuleDate {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    color: #333;
}

.ModulePressReleaseLatest .ModuleItemRow .ModuleHeadlineLink {
    color: #333;
    line-height: 24px;
}

.ModulePressReleaseLatest .ModuleItemRow .ModuleMoreLink {
    color: #1b7194;
    font-size: 14px;
    line-height: 14px;
}

.ModulePressReleaseLatest .ModuleItemRow .ModuleMoreLink i:before {
    font-size: 10px !important;
}

.ModulePressReleaseLatest .ModuleFooter {
    clear: both;
    padding-top: 35px;
}

.ModulePressReleaseLatest .ModuleItemRow:hover {
    background: #1b7194;
}

.ModulePressReleaseLatest .ModuleItemRow:hover .ModuleDate,
.ModulePressReleaseLatest .ModuleItemRow:hover .ModuleHeadlineLink,
.ModulePressReleaseLatest .ModuleItemRow:hover .ModuleMoreLink {
    color: #fff;
}

.ModulePressReleaseLatest h2 {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.blueBackground {
    background: #1b7194;
}

.white {
    color: #fff;
}

.eventsWidget a,
.eventsWidget {
    color: #fff;
}

.eventsWidget a:hover,
.eventsWidget a:active {
    color: #8db8ca;
}

.eventContents .ModuleHeadlineLink {
    display: block;
}

.dateContainer {
    display: inline-block;
    padding: 0 0 14px;
    margin: 0 0 14px;
    border-bottom: 2px solid #fff;
}

.dateContainer .dateday {
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    display: block;
}

.dateContainer .datemonth {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    display: block;
}

.dateWrapper .ModuleTime {
    display: block;
    font-size: 14px;
    margin-bottom: 25px;
}

.eventContents .ModuleHeadlineLink {
    margin-bottom: 5px;
    display: block;
    font-weight: bold;
    line-height: 24px;
}

.eventContents .webcast,
.eventContents .AddToCalendar {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 7px 0;
    text-transform: uppercase;
    position: relative;
}

.eventsWidget {
    display: table;
    margin-bottom: 50px;
}

.eventsWidget>div {
    display: table-row;
}

.eventsWidget .ModuleItemRow {
    display: table-cell;
    width: 33.33%;
    padding: 10px 20px;
    border-right: 1px solid #609cb4;
}

.eventsWidget .ModuleItemRow:first-child {
    border-left: 1px solid #609cb4;
}

.more {
    cursor: pointer;
    font-size: 14px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

.facts h3 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: normal;
}

.facts h4 {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.facts {
    background: #e5e8e9;
    padding: 20px 0 1px;
}

.facts .content {
    background-color: #fff;
    height: 350px;
    padding: 50px;
    transition: all 0.2s;
    position: relative;
}

.facts .container>div {
    margin-bottom: 20px;
}

.facts .content h2 {
    margin: 0;
}

.facts .content .hover {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 50px;
}

.facts .content:hover .hover {
    display: block;
}

.facts h3,
.facts h4 {
    color: #1b7194;
}

.block1 .right .content {
    padding: 0;
}

.block1 .right .hoverContent {
    padding-top: 180px;
}

.block2 .left {
    /*background-image: url('../design/home-blocks-2.jpg');*/
    background-image: url('../images/2018/4B7A7712.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

.block2 .left .content {
    background-color: transparent;
}

.block2.block--action .left {
    background-image: url('../images/2019/GlobalMaritimeForum.png');
    background-color: #fff;
    background-size: auto;
    background-position: center;
}

.block3 .left .content {
    background-image: url('https://dorian2016.q4web.com/files/images/awards/award2.jpg');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 100% 100%;
}


/*.block3 .left .content {
background-color: transparent;
}*/

.block3 .right .content {
/*     background-image: url('https://dorian2016.q4web.com/files/images/awards/Tanker-company-f-the-year.jpg'); */
    background-image: url('https://dorian2016.q4web.com/files/images/awards/CMA-Logo.png');
    background-repeat: no-repeat;
/*     background-size: cover; */
    background-size: contain;
/*     background-color: transparent; */
    background-color: #fff;
    background-position: 50% 50%;
    color: #fff;
}


/*.block3 .right .content {
background-color: transparent;
}*/

.block3 .right .content>h4 {
    color: #1b7194;
    position: absolute;
    left: 0;


    bottom: 35px;
    right: 0;
    text-align: center;
    /*text-shadow: 1px 1px 14px #000;*/
}

.block3 .right:hover .content>h4 {
    display: none;
}

.block3 .right .hoverContent {
    margin-top: 40px;
}

.block4 .left .content {
    background: #1b7194;
}

.block4 .left .content h3 {
    color: #fff;
    margin-top: -18px;
    position: relative;
    text-align: center;
    top: 50%;
}

.block4 .center {
    background-image: url('https://dorian2016.q4web.com/files/design/home-blocks-4.jpg');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% 50%;
}

.block4 .center .content {
    background-color: transparent;
}

.block4 .right {
    background-image: url('https://dorian2016.q4web.com/files/design/home-blocks-4-2.jpg');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% 50%;
}

.block4 .right .content {
    background-color: transparent;
}

.block4 .right h4 {
    margin-bottom: 15px;
}

.on-hover-red:hover {
    /*background-color: #eb3b2e;*/
    background-color: #1b7194;
}

.on-hover-blue:hover {
    background-color: #1b7194;
}

.on-hover-red-transparent:hover {
    /*background-color: rgba(235, 59, 46, 0.7) !important;*/
    background-color: rgba(27, 113, 148, 0.9) !important;
}

.on-hover-blue-transparent:hover {
    background-color: rgba(27, 113, 148, 0.9) !important;
}

.facts .content:hover h3,
.facts .content:hover h4,
.facts .content:hover p,
.facts .content:hover a {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .ModulePressReleaseLatest .ModuleItemRow {
        /*float: none;*/
        margin: 0 10px 45px !important;
        width: 100%;
        max-width: inherit;
    }
}

@media screen and (max-width: 479px) {
    .block3 .right .hoverContent {
        margin-top: -10px;
    }
    .facts .block3 .right .content .hover {
        padding: 20px;
    }
}

.StockPrice:before {
    content: "$";
}

.heroIR {
    display: none;
    background: url('https://dorian2016.q4web.com/files/design/hero-IR.jpg') no-repeat transparent 50% 50%;
    background-size: cover;
}

.Sectionfleet .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/images/heroBanners/background1.jpg');
    background-position: 50% 100%;
}

.Sectionoperations .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/images/heroBanners/background2.jpg');
    background-position: 50% 50%;
}

.pageNewsMedia .heroIR,
.Sectionnews-and-press-releases .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/images/heroBanners/background6.jpg');
    background-position: 50% 50%;
}

.PageCareers .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/images/heroBanners/background7.jpg');
    background-position: 50% 100%;
}

.Sectioncontact-us .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/images/heroBanners/background4.jpg');
    background-position: 50% 100%;
}

.Sectionabout .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/images/heroBanners/background5.jpg');
    background-position: 50% 12%;
}

.PageAboutHistory .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/design/ir-news-background.jpg');
}

.SectionAboutCompanySummary .heroIR {
    background-image: url('../design/compamy-summar-web.jpg');
}

.pageIndustry .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/design/hero-industry.jpg');
}

.pageSafety .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/design/fire-drill.jpg'); //hero-safety.jpg
}

/*.pageFleet .heroIR {
    background-image: url('https://dorian2016.q4web.com/files/design/hero-fleet.jpg');
}*/


.heroIR .container {
    max-width: none;
    min-height: 340px;
    padding: 0 !important;
    position: relative;
}

.heroIR h1 {
    background-color: #fff;
    color: #404040;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.homeSlider h1,
.homeSlider p {
    text-shadow: 2px 2px 18px rgba(0, 0, 0, 1);
}

.heroIR h1>a,
.heroIR h1>span {
    display: none;
}

.StockDescription3 {
    display: none;
}


/*footer*/

.PaneFooter span>div {
    display: none !important;
}

.PaneFooter span>div.corporateContact {
    display: block !important;
}


/*footer*/

.PageHome .PaneLeft,
.PageHome .PaneRight {
    display: none;
}

.sqh {
    position: relative;
    display: none;
}


/************************************************************************ INVESTORS ******************************************************************/

.PaneHeader {
    position: relative;
    background-color: #fff;
}

.pageHome .PaneHeader {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
}

.homeSlider,
.PaneHeader .StockQuoteHeaderContainer {
    display: none;
}

.pageHome .homeSlider,
.pageHome .PaneHeader .StockQuoteHeaderContainer {
    display: block;
}

.heroIR,
.sqh {
    display: block;
}

.pageHome .PaneFooter,
.pageHome .sqh,
.pageHome .heroIR {
    display: none;
}


/*footer*/

.Sectioninvestor-center .PaneFooter span>div {
    display: block !important;
}

.Sectioninvestor-center .PaneFooter span>div.corporateContact {
    display: none !important;
}


/*footer*/

.quicklinksMenu {
    float: right;
    left: inherit;
    margin-top: 0;
    position: relative;
    right: 0;
    top: 0;
}

.mainNavContainer {
    margin-top: 11px;
    float: right;
}

.quicklinksMenu ul.level1>li>a {
    padding: 9px 8px 8px;
}

.sqhIR {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 100px;
    float: none;
    max-height: inherit;
    max-width: 307px;
    padding: 30px;
    position: absolute;
    right: 0;
    line-height: 1;
}

.sqhIR .StockDescription1 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sqhIR .StockDescription3 {
    bottom: -25px;
    position: absolute;
    right: 0;
    display: inline-block;
    font-size: 12px;
}

.sqhIR .StockPrice {
    font-size: 32px;
    margin-right: 20px;
}

.sqhIR .StockChange,
.sqhIR .StockPChange {
    display: inline-block;
    font-weight: bold;
    margin-top: 12px;
    vertical-align: top;
}

.sqhIR .StockVolumeText,
.sqhIR .StockVolume {
    display: inline-block !important;
    margin-top: 10px;
}

.LayoutThreeColumn [class*="ContentPaneDiv"]>div,
.LayoutTwoColumn [class*="ContentPaneDiv"]>div {
    display: block;
    margin-bottom: 50px;
}

.LayoutThreeColumn .PaneContentInner,
.LayoutTwoColumn .PaneContentInner {
    padding-bottom: 40px;
}

.ModulePressReleaseLatest.irnews {
    /*background: transparent url("https://dorian2016.q4web.com/files/design/ir-news-background.jpg") no-repeat scroll 50% 100% / cover ;*/
}

.PaneLeft .left {
    float: left;
    width: 50%;
    background: #17607e;
    min-height: 400px;
}

.PaneLeft .right {
    float: left;
    width: 50%;
    background: #1b7194;
    min-height: 400px;
}

.PaneLeft .left .wrapper {
    float: right;
    width: 100%;
    max-width: 470px;
    padding: 1px 20px;
}

.PaneLeft .right .wrapper {
    float: left;
    width: 100%;
    max-width: 470px;
    padding: 1px 20px;
}

.ModuleEventLatest .ModuleYearNavContainer,
.ModuleEventLatest .ModuleBody {
    display: none;
}

.ModuleEventLatest .ModuleHeadlineLink {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.ModuleEventLatest .ModuleDate,
.ModuleEventLatest .ModuleTime {
    display: inline-block !important;
    font-size: 14px;
}

.ModuleEventLatest a {
    color: #fff !important;
}

.ModuleEventLatest .ModuleFooter {
    margin-bottom: 70px;
    margin-top: 30px;
}

.PaneBreadcrumb .mainNavContainer {
    float: none;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
}

.PaneBreadcrumb .mainNavContainer .SecondaryNav {
    margin: 0 auto;
    display: block;
}

.quarterly-results .items .item {
    float: left;
    width: 33.33%;
    padding: 0;
    text-align: center;
}

.quarterly-results .items .item a span {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin-top: 20px;
}

.quarterly-results .item i {
    background: #17607e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-family: "q4icons" !important;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    padding: 15px;
    text-align: center;
    text-transform: none;
}

.quarterly-results .type10Q i:before, 
.quarterly-results .type8K i:before,
.quarterly-results .type10K i:before {
    content: "\e904";
}

.quarterly-results .typeTranscript i:before,
.quarterly-results .typePress i:before {
    content: "\e905";
}

.quarterly-results .typeWebcast i:before {
    content: "\e647";
}

.SecondaryNav .level2 a {
    text-align: left;
    background: #fff;
}

.SecondaryNav .level2 {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    z-index: 1000;
}

.SecondaryNav .level2 li:hover a {
    background: #eaeaea;
    color: #333;
}

#maincontent {
    margin-left: 0 !important;
}

.shareThis a i+span {
    display: none !important;
}

.shareThis>a {
    margin-left: 13px;
    color: #c1c1c1;
    cursor: pointer;
}

.shareThis {
    text-align: right;
    margin-top: 13px;
}

.PaneHeader2 .sqh {
    position: relative;
}

@media screen and (max-width: 1023px) {
    h2 {
        margin-top: 50px;
    }
    .PaneLeft .left,
    .PaneLeft .right {
        float: none;
        width: 100%;
        min-height: inherit;
    }
    .PaneLeft .left .wrapper,
    .PaneLeft .right .wrapper {
        float: none;
        display: block;
        margin: 0 auto;
    }
    .heroIR h1 {
        font-size: 37px;
        left: 0;
        line-height: 1.2;
        right: 0;
        text-align: center;
    }
    .sqh {
        display: block !important;
        padding: 0 !important;
    }
    .sqhIR {
        background: #2c5370 none repeat scroll 0 0;
        bottom: 0;
        float: none;
        left: 0;
        margin-left: 0;
        margin-top: 0;
        max-height: inherit;
        max-width: inherit;
        padding: 15px;
        position: relative;
        right: 0;
        text-align: center;
        top: inherit;
        width: 100%;
    }
    .sqhIR .StockDescription1 {
        display: inline-block;
        font-size: inherit;
        font-weight: bold;
        margin-bottom: 0;
        margin-right: 5px;
    }
    .sqhIR .StockPrice {
        font-size: inherit;
        margin-right: 5px;
    }
    .sqhIR .StockChange,
    .sqhIR .StockPChange {
        display: inline-block;
        font-weight: bold;
        margin-top: 0;
        vertical-align: inherit;
    }
    .sqhIR .StockVolumeText,
    .sqhIR .StockVolume {
        display: none !important;
        margin-top: 0;
    }
    .sqhIR span {
        vertical-align: middle;
    }
    .sqhIR .StockDescription3 {
        display: none;
    }
    .SecondaryNav .level1>li {
        display: none;
    }
    .SecondaryNav .level1>li.selected {
        display: block;
    }
    .SecondaryNav a {
        color: #2c5370 !important;
        font-weight: bold;
        background: #fff;
    }
    .SecondaryNav .level1>li:hover>a {
        border-bottom: none;
        padding-bottom: 16px;
    }
    .SecondaryNav .level1>li:hover .level2 {
        display: none;
    }
    .SecondaryNav .level1>li.open .level2 {
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
    }
    .PaneBreadcrumb {
        padding-left: 0;
    }
    .PaneBreadcrumb .mainNavContainer {
        border-bottom: none;
        text-align: left;
        margin-bottom: 40px;
    }
    .SecondaryNav .level1>li {
        border: 2px solid #2c5370;
        margin-top: 10px;
    }
    .SecondaryNav .level1>li.open {
        border-bottom: none;
    }
    .SecondaryNav .level1>li>a:after {
        font-family: 'q4icons';
        content: "\e64a";
        float: right;
    }
    .SecondaryNav .level1>li.open>a:after {
        content: "\e650";
    }
    .SecondaryNav .level2 {
        border-left: 2px solid #2c5370;
        border-right: 2px solid #2c5370;
        border-bottom: 2px solid #2c5370;
    }
    .SecondaryNav .level2 a:hover {
        background: #2c5370 none repeat scroll 0 0;
        color: #fff !important;
    }
    .shareThis {
        display: none;
    }
    .ModulePressReleaseLatest .ModuleItemRow:first-child {}
}

.calendar {
    font-size: 14px;
}

.calendar .controls {
    background: #1b7194;
    color: #fff;
}

.calendar .adjacent-month {}

.clndr-previous-button i:before {
    content: "\e64c";
}

.clndr-next-button i:before {
    content: "\e64f";
}

.hide {
    display: none;
}

.daysContainer {
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}

.daysContainer .day,
.daysContainer .empty {
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    min-height: 53px;
}

#event-container .date .day {
    display: block;
    font-size: 41px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

#event-container .date .month {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

#event-container .date .dateContainer {
    border-bottom: 2px solid #333;
}

#event-container .date .time {
    display: block;
}

.eventsCalendar {
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .dayInner {
        display: block;
        padding: 0 2px 15px;
    }
    #events-calendar {
        padding-right: 0;
    }
    #latest-events {
        width: 100%;
        margin-top: 20px;
    }
}

.ModuleEvent h3 {
    font-size: 14px;
}

.events {
    padding: 73px 0 90px;
    /*background: url('https://dorian2016.q4web.com/files/design/eventsBackground.jpg') no-repeat transparent 50% 100%;
     background-size: cover;*/
}

.events .button {
    margin: 0 10px 10px 0;
}

.events .ModuleEvent {
    display: none;
    padding: 50px;
    background: #fff;
}

.events .ModuleEvent.active {
    display: block;
}

.ModuleEvent .ModuleYearNavContainer {
    margin-bottom: 25px;
}

.ModuleEvent .ModuleDate {
    font-size: 14px;
}

.ModuleEvent .ModuleHeadlineLink,
.ModuleEventLatest .ModuleHeadlineLink {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 5px !important;
}

.ModuleEvent .ModuleHeadlineLink {
    display: table;
}

.presentations .ModuleYearNavContainer {
    margin-bottom: 15px;
}

.presentations {
    margin-bottom: 60px;
}

.presentations .ModuleItemRow {
    margin-bottom: 30px;
}

.presentations img {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    max-height: 241px;
}

.presentations p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.presentations p.title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
}

.presentations p strong {
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .presentations {
        text-align: center;
    }
}

.pdfReports,
.annualShareholderMeeting {
    background: #e5e8e9;
}

.pdfReports .ContentContainer,
.annualShareholderMeeting .ContentContainer {
    display: block;
    max-width: 980px;
    margin: 0 auto;
    padding-left: 20px !important;
    padding-right: 20px;
    padding-top: 1px;
}

.pdfReports .ContentContainer {
    padding-bottom: 60px;
}

.annualShareholderMeeting .ContentContainer {
    padding-bottom: 1px;
}

.annualShareholderMeeting h4 {
    font-size: 24px;
    color: #1b7194;
}

.annualShareholderMeeting p strong i {
    color: #1b7194;
    font-size: 18px;
    font-weight: normal;
}

.pdfReports h2 {
    text-align: left;
    color: #1b7194;
    font-size: 18px;
    margin: 0;
    text-transform: inherit;
}

.pdfReports .ModuleYearNavContainer {
    display: none;
}

.ModuleDownloadListWithTags .ModuleHeadline {
    display: inline-block;
    padding-left: 25px;
    vertical-align: middle;
}

.ModuleDownloadListWithTags .ModuleHeadlineLink {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.ModuleEvent .ModuleLocation,
.ModuleEvent .ModuleSpeakers,
.ModuleEvent h3 {
    font-size: 14px;
    line-height: 18px;
    text-transform: inherit !important;
}

.table-responsive table,
.table-responsive2 table {
    border-collapse: collapse;
    width: 100%;
}

.table-responsive table td,
.table-responsive table th {
    padding: 10px;
    border-bottom: 1px solid #c1c1c1;
}

.table-responsive table th {
    background: #1b7194;
    color: #fff;
    border: none;
    text-align:left;
}

.table-responsive table th:first-child {}

.CustomTable tr:hover {
    background: #eaeaea;
}

.ModulePressReleaseLatest .slick-dots,
.eventsWidget .slick-dots {
    bottom: 0;
    display: block;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
    margin: 0;
}

.ModulePressReleaseLatest .slick-prev,
.ModulePressReleaseLatest .slick-next,
.eventsWidget .slick-prev,
.eventsWidget .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 100%;
    transform: translate(0px, -5px);
    width: 20px;
}

.ModulePressReleaseLatest .slick-prev,
.eventsWidget .slick-prev {
    left: 0;
}

.ModulePressReleaseLatest .slick-next,
.eventsWidget .slick-next {
    right: 0;
}

@media screen and (max-width: 768px) {
    .ModulePressReleaseLatest .ModuleFooter {
        clear: both;
        padding-top: 55px;
    }
    .eventsWidget,
    .eventsWidget>div {
        display: block;
    }
    .eventsWidget .ModuleItemRow {
        display: block;
        float: left;
        width: 100%;
        border: none !important;
        height: auto;
    }
}

.ModuleEventLatest .ModuleSpeakers {
    display: none;
}

.q4-quarterly-widget .q4-items-container {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.q4-quarterly-widget .q4-financial-documents {
    padding: 0;
}

.q4-quarterly-widget .q4-financial-documents i {
    background: #17607e;
    border-radius: 50%;
    color: #fff;
    font-family: "q4icons" !important;
    font-size: 26px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height:30px;
    margin-right:10px;
}

.PersonGenericContainer .PersonDetailsContainer>div {
    vertical-align: middle;
    width: 100% !important;
}

.Row.Row_DatePosted,
.Row_Alt.Row_ClosingDate {
    display: none;
}

.Column_2 input {
    width: 100%;
}

.MailingListUnsubscribeTable,
.MailingListUnsubscribeTable tbody,
.MailingListUnsubscribeTable tr,
.MailingListUnsubscribeTable .MailingListCol2,
.MailingListUnsubscribeTable .MailingListCol2 input {
    display: block;
    width: 100%;
    position: relative;
}

.MailingListUnsubscribeContainer .MailingListCol2 {
    display: block;
    width: 70% !important;
    margin-right: 10px;
    max-width: 300px;
}

.MailingListUnsubscribeContainer table td.ButtonCell {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .MailingListUnsubscribeContainer .MailingListCol2 {
        display: block;
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .MailingListUnsubscribeContainer .MailingListCol2 {
        margin-right: 0;
    }
}

.FaqContainer h4 {
    position: relative;
    color: #1b7194;
    cursor: pointer;
    padding-right: 20px;
    line-height: 1.2;
}

.FaqContainer h4:after {
    font-family: 'q4icons';
    content: "\e64a";
    position: absolute;
    right: 0;
    top:50%;
    margin-top:-12px;
    color: #1b7194;
    font-size: 20px;
    font-weight: normal;
}

.FaqContainer p {
    margin: 0;
}

.FaqContainer h4.active {}

.FaqContainer h4.active:after {
    font-family: 'q4icons';
    content: "\e650";
}

.FaqContainer .FaqDetailList>p {
    display: none;
}

.RssLinkTopContainer,
.RssLinkBottomContainer {
    margin-top: 11px;
}

.FormGroupsContainer .sbHolder {
    min-width: 180px;
}

.contact-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-text li {
    margin-bottom: 5px !important;
    font-weight: bold;
}

.ModuleEventDetails .ModuleContainerInner ul.ModuleLinks {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.blueBackground .button:hover,
.PaneFooter .Button:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

.block2:hover .on-hover-blue-transparent {
    background: rgba(27, 113, 148, 0.65) !important
}

.block2:hover .on-hover-blue {
    background-color: #1b7194;
}

.block2:hover .content h4,
.block2:hover .content p,
.block2:hover .content a {
    color: #fff;
}

.block1 .left h3 {
    margin-bottom: 20px;
}

.opened+.q4-atc-wrapper {
    display: block !important;
}

.opened+.q4-atc-wrapper {
    background: #fff none repeat scroll 0 0;
    border-radius: 14px;
    display: block !important;
    left: 0;
    margin-top: 20px;
    position: absolute;
    top: 100%;
}

.pageIR .PaneLeft {
    background: #1b7194;
}

.PaneFooter .EditSubscriberConfirmation strong {
    color: #fff !important;
    display: block;
    line-height: 1.5;
}

.footer-alerts ul.error-container {
    margin-bottom: 15px;
}

.PaneLeft .ModuleEventLatest .ModuleLocation {
    display: none;
}

.ModuleEventLatest .RelatedDocuments {
    display: none;
}

.ModuleEventLatest .WebcastLink,
.ModuleEventLatest .AddToCalendar {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 7px 0;
    position: relative;
    text-transform: uppercase;
}

.irnews .q4i-icon-rss {
    display: none;
}

.irnews h2 {
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.q4-atc-wrapper .q4-atc-links a:hover {
    background-color: #333;
}

.quicklinksMenu .ModuleContainerInner>ol li,
.quicklinksMenu .ModuleContainerInner>ul li {
    margin: 0;
    line-height: 1;
}


/*.q4i-icon-link:before {
     content: "\e638" !important;
}*/

.docUrl {
    position: relative;
}

.docUrl .readMore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    background: rgba(27, 113, 148, 0.6);
    transition: all 0.2s;
}

.docUrl:hover .readMore {
    display: block;
}

.docUrl .readMore a {
    top: 50%;
    margin-top: -20px;
    position: relative;
}

#latest-events .WebcastLink {
    color: #333;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.events .timeZone,
.events .endDate {
    display: inline-block !important;
}

/*.PageAboutManagement .PersonDescription .PersonName2 {
    font-weight: bold;
}

.PageAboutManagement .PersonDescription h3 {
    margin: 0;
}

.PageAboutManagement .PersonGenericContainer .PersonContainer {
    margin-bottom: 15px;
}*/

.table-responsive {
    overflow-x: auto;
    display: block;
}

.PaneNavigation .level3 {
    display: none;
}

@media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

.MailingListActivationMessage {
    color: green;
    font-weight: bold;
}

ul.SiteMapList {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.SiteMapList .SiteMap-Level2 {
    margin-left: 20px;
    margin-top: 30px;
}

ul.SiteMapList .SiteMap-Level2>a {}

ul.SiteMapList .SiteMap-Level3 {
    margin-left: 40px;
}

ul.SiteMapList .SiteMap-Level3>a {
    font-size: 14px;
}

ul.SiteMapList .SiteMap-Level4 {
    margin-left: 60px;
}

ul.SiteMapList .SiteMap-Level4>a {
    font-size: 13px;
}

@media screen and (max-width: 1023px) {
    .pageIR .SecondaryNav .level1>li:first-child {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: block !important;
    }
}

.stock-historical .stock-table>span {
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .table-cards tr:nth-child(2n+1) {
        background-color: #e5e8e9;
    }
    .table-cards th {
        display: none;
    }
    .table-cards tr td:before {
        box-sizing: border-box;
        content: attr(data-heading);
        display: inline-block;
        left: 0;
        margin-right: -0.25em;
        position: absolute;
        vertical-align: top;
        width: 50%;
    }
    .table-cards table td,
    .table-cards table th {
        border: none;
        text-align: center;
    }
    .table-cards td {
        display: block;
        padding-left: 40% !important;
        position: relative;
        width: 100%;
    }
    .JobPostingGridHeader {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .MailingListTable,
    .MailingListUnsubscribeContainer .MailingListCol2 {
        max-width: 330px;
    }
}


/* iCheck plugin Square skin, black
----------------------------------- */

label {
    vertical-align: middle;
}

.icheckbox_square,
.iradio_square {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    background: url('https://dorian2016.q4web.com/files/design/icheck.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square {
    background-position: 0 0;
}

.icheckbox_square.hover {
    background-position: -17px 0;
}

.icheckbox_square.checked {
    background-position: -17px 0;
}

.icheckbox_square.disabled {
    background-position: 0 0;
    cursor: default;
}

.icheckbox_square.checked.disabled {
    background-position: 0 0;
}

.PaneFooter .icheckbox_square {
    background-position: 0 -17px;
}

.PaneFooter .icheckbox_square.hover {
    background-position: -17px -17px;
}

.PaneFooter .icheckbox_square.checked {
    background-position: -17px -17px;
}

.PaneFooter .icheckbox_square.disabled {
    background-position: 0 -17px;
    cursor: default;
}

.PaneFooter .icheckbox_square.checked.disabled {
    background-position: 0 -17px;
}

/*.FormBuilderContainer ::-webkit-input-placeholder {
    color: transparent;
}

.FormBuilderContainer :-moz-placeholder {
    color: transparent;
}

.FormBuilderContainer ::-moz-placeholder {
    color: transparent;
}

.FormBuilderContainer :-ms-input-placeholder {
    color: transparent;
}*/

.contact-text a:after {
    font-family: 'q4icons';
    content: "\e64f";
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-left: 5px;
    vertical-align: middle;
}

.ModulePressRelease .ModuleReleasePDF {
    display: none;
}

.PersonContainer h3+span {
    /*display: none;*/
}

.secfillings .FormGroupsContainer,
.secfillings .YearNavContainer {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.ModulePressReleaseLatest .ModuleBody,
.ModulePressReleaseLatest .ModuleReleasePDF {
    display: none;
}

@media screen and (max-width: 640px) {
    .events .button {
        min-width: 190px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .block4 .left .content {
        height: 90px;
    }
}

.quarterly-results .items {
    margin-bottom: 40px;
}

.RegulatoryFilingContainer .ModuleNotFound {
    margin-top: 15px;
}

.secfillings .YearNavContainer {
    float: left;
    margin-top: 0px !important;
}
.secfillings input[type="submit"]{
    padding:7px 24px;
    height:35px;
    vertical-align: middle;
}

.PersonGenericDetailsContainer .PersonDetailsNameContainer {
    display: none;
}

.prntblns td p {
    margin: 0;
}

.scroll-table {
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .RegulatoryFilingContainer .ModuleItemRow:nth-child(2n+1) {
        background-color: rgba(0, 0, 0, 0.05);
    }
    .RegulatoryFilingContainer .RssLinkTopContainer {
        left: inherit;
        right: 0;
    }
    .RegulatoryFilingContainer .FormGroupsContainer .sbHolder {
        margin-bottom: 20px;
        vertical-align: top;
    }
    .RegulatoryFilingContainer .FormGroupsContainer,
    .RegulatoryFilingContainer .YearNavContainer {
        display: block;
    }
    .RegulatoryFilingContainer .ModuleItemRow>span,
    .RegulatoryFilingContainer .ModuleItemRow>a,
    .RegulatoryFilingContainer .ModuleItemRow>ul {
        padding-left: 165px;
        text-align: right;
    }
    .RegulatoryFilingContainer .ModuleItemRow>span.sr-only {
        padding: 0;
    }
    .RegulatoryFilingContainer .col-2-of-12 {
        width: 100%;
    }
    .RegulatoryFilingContainer .ModuleHeader.hidden {
        display: none !important;
    }
    .RegulatoryFilingContainer .ModuleItemRow .ItemDate::before {
        content: "Date: ";
        left: 30px;
        position: absolute;
    }
    .RegulatoryFilingContainer .ModuleItemRow .ItemHref::before {
        content: "Filing Type: ";
        left: 30px;
        position: absolute;
    }
    .RegulatoryFilingContainer .ModuleItemRow .ItemDescription::before {
        content: "Filing Description: ";
        left: 30px;
        position: absolute;
    }
    .RegulatoryFilingContainer .ModuleItemRow .Icons::before {
        content: "Download: ";
        left: 30px;
        position: absolute;
    }
    .RegulatoryFilingContainer .FormGroupsContainer .sbHolder {
        margin-bottom: 10px;
        vertical-align: top;
    }
    .secfillings .YearNavContainer {
        float: none;
        margin-top: 15px !important;
        margin-bottom: 20px;
    }
}

.ModuleSECFilingDetails .ModuleContainerInner {
    position: relative;
}

.ModuleSECFilingDetails .ModuleContainerInner>div {
    display: block;
    float: none;
    padding-left: 170px;
}

.ModuleSECFilingDetails .ModuleDateContainer::before {
    content: "Date: ";
    left: 0;
    position: absolute;
}

.ModuleSECFilingDetails div.ModuleForm::before {
    content: "Filing Type: ";
    left: 0;
    position: absolute;
}

.ModuleSECFilingDetails div.ModuleFilingDescription::before {
    content: "Filing Description: ";
    left: 0;
    position: absolute;
}

.ModuleSECFilingDetails .ModuleLinks::before {
    content: "Download: ";
    left: 0;
    position: absolute;
}

.ModuleEvent .WebcastLink,
.ModuleEvent .PressRelease,
.ModuleEvent .ModuleLinks,
.ModuleEvent .ModuleLinks li,
.ModuleEvent .presentation,
.ModuleEvent .FinancialReport,
.ModuleEvent .FinancialReport li,
.ModuleEvent .AddToCalendar {
    display: inline-block;
    margin-right: 15px;
    text-transform: uppercase;
}

.ModuleSpeakers h3,
.ModuleSpeakers ul {
    display: inline-block !important;
    margin-right: 15px;
}

.events .ModuleDate>span {
    display: inline-block !important;
}

.analystcoverage.table-cards tr:nth-child(2n+1) {
    background: none;
}

.analystcoverage.table-cards td.greybg {
    background: #e5e8e9;
}

.committees h6 {
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 35px;
    text-align: center;
    text-transform: uppercase;
}

.day-selected {
    background: #1b7194 none repeat scroll 0 0;
    color: #fff;
}

.day-selected .dayInner {
    border-bottom: 4px solid #fff;
}

.PaneHeader2 {
    position: relative;
}

.qlhome {
    color: #fff;
    left: 30px;
    /*margin-top: -53px;*/
    margin-top: -115px;
    position: fixed;
    top: 50%;
    display: none;
    z-index: 5000;
}

.qlicon {
    margin-bottom: 5px;
}

.qlicon a {
    color: #fff;
}

.qlicon a,
.qlicon span {
    display: inline-block;
    vertical-align: middle;
}

.qlhome .icon {
    background-color: rgba(0, 0, 0, 0.4);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.qlhome .icon i {
    font-size: 20px;
}

.qlhome .hoverText {
    font-size: 13px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    margin-left: 17px;
    height: 30px;
    line-height: 30px;
    padding: 0 11px 0 7px;
    display: none !important;
}

.qlhome .hoverText:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0.4);
    border-width: 15px;
    margin-top: -15px;
}

.qlhome .qlicon:hover .icon,
.qlhome .qlicon:hover .hoverText {
    background-color: #333;
}

.qlhome .qlicon:hover .hoverText:after {
    border-right-color: #333;
}

.qlhome .qlicon:hover .hoverText {
    display: inline-block !important;
}

@media screen and (max-width: 1023px) {
    .qlhome {
        display: none !important;
    }
}


/*@media screen and (max-width: 640px) {
     .analystcoverage.table-cards tr td:before {
          width: 50%;
          overflow-wrap: break-word;
     }

     .analystcoverage.table-cards td {
       overflow-wrap: break-word;
       padding-left: 50% !important;
       font-size: 12px;
     }
}

@media screen and (max-width: 480px) {
     .analystcoverage.table-cards tr td:before {
          width: 60%;
     }
     .analystcoverage.table-cards td {
       font-size: 11px;
       padding-left: 60% !important;
     }
}*/

.ModulePressReleaseDetails a {
    word-wrap: break-word;
}

.ModuleEventDetails h4 {
    display: none !important;
}

.ModuleEventDetails .WebcastLink,
.ModuleEventDetails .PressRelease,
.ModuleEventDetails .ModuleLinks,
.ModuleEventDetails .ModuleLinks li,
.ModuleEventDetails .presentation,
.ModuleEventDetails .FinancialReport,
.ModuleEventDetails .FinancialReport li,
.ModuleEventDetails .AddToCalendar {
    text-transform: uppercase;
}

.ModuleEventDetails p {
    display: block;
    margin: 0 0 10px;
}

.ModuleEventDetails ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.analystcoverage .table-responsive td {
    min-width: 150px;
}

.h2left h2 {
    text-align: left;
    margin: 30px 0;
    /*padding: 0 20px;*/
    font-size: 34px;
}

.about-numbers {
    /*background: url('https://dorian2016.q4web.com/files/design/about-numbers.jpg') center center no-repeat;
     background-size: cover;*/
    min-height: 345px;
    padding: 110px 0 60px;
}

.numbers {
    text-align: center;
}

.numbers div {
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
    text-shadow: 1px 1px 9px #000;
}

.numbers h3 {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 16px;
}

.numbers p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 140px;
    text-transform: uppercase;
}

.numbers div:last-child {
    padding: 0 0 0 25px;
}

.numbers div:last-child p {
    max-width: inherit;
}

.h2blueleft h2,
h6 {
    font-size: 20px;
    line-height: 24px;
    color: #1b7194;
    text-align: left;
    margin: 60px 0 30px;
    text-transform: uppercase;
}

.keyhighlights .toggler {
    cursor: pointer;
}

.toggler {
    /*cursor: pointer;*/
    position: relative;
    padding-left: 30px;
}

.toggler:before {
    font-family: 'q4icons';
    color: #eb3b2e;
    content: "\e64f";
    position: absolute;
    left: 0;
}

.toggler.clicked:before {
    content: "\e64a";
}

.toggled {
    display: none;
    padding: 25px;
    background: #fbfbfb;
    position: relative;
    margin: 60px 10px 10px;
}

.toggled:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 39px 52px 0;
    border-color: #fbfbfb transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -52px;
    left: 0px;
}

.toggled p {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 20px;
}

.toggled.opened {
    display: block;
}

.keyhighlights li {
    margin-bottom: 25px;
}

.graybg {
    background-color: #fbfbfb;
}

@media screen and (min-width: 1023px) {
    .heliosPool img {
        margin: 167px 0 0;
    }
}

.timeline {
    text-align: center;
}

.introText {
    background: #fbfbfb;
    padding: 25px 15px !important;
}

.introText h4 {
    margin-bottom: 40px;
    font-size: 20px;
    text-transform: uppercase;
}

.timeline h2 {
    margin-top: 20px;
    margin-bottom: 60px;
}

.history .padright {
    border-right: 2px solid #e5e8e9;
}

.history p.date {
    color: #1b7194;
    font-size: 20px;
}

.history .item {
    border-top: 3px solid #eb3b2e;
    margin-bottom: 23px;
    padding-top: 23px;
}

.history .item:first-child {
    border-top: none;
    padding-top: 0;
}

.history .item img {
    margin-top: 30px;
}

.moreButton {
    color: #e5e8e9;
    cursor: pointer;
}

.moreButtonBody {
    display: none;
}

.history p.body {
    font-size: 14px;
    line-height: 24px;
}

.history p.moreBody {
    display: none;
}

.history i.moreArrow {
    color: #eb3b2e;
    cursor: pointer;
    display: block;
    font-size: 40px;
    margin-top: 20px;
}

.history .expandMore {
    display: none;
}


/*@media screen and (max-width: 480px) {
     .padright {
          border: none;
          padding: 0 !important;
     }

     .timeline .col {
          padding-left: 0 !important;
     }
}*/

.fullWidth {
    width: 100%;
}

.maxWidth100 {
    max-width: 100%;
}

.safety .block1 .left img {
    width: 100%;
    border-radius: 16px;
}

.safety .block1 .left p.blocky {
    background: #2c5370 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 40px;
    padding: 50px 25px;
    text-transform: uppercase;
    border-radius: 16px;
}

.safety .block1 .right h2 {
    text-align: left;
    margin: 0 0 20px;
    font-size: 34px;
}

.safety h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 20px;
}

.safety h4 {
    color: #1b7194;
}

.safety p {
    margin-top: 0;
    margin-bottom: 24px;
    color: #404040;
}

.blocky1 {
    color: #fff;
    background: #8197a9;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 30px 25px;
    margin-bottom: 60px;
}

.blocky1 p {
    margin: 0;
    color: #fff;
}

.blocky2 {
    padding: 30px 20px;
    color: #333;
    margin-bottom: 60px;
    border: 2px solid #ccc;
}

.blocky2 h4 {
    color: #1b7194;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 41px;
}

.blocky2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blocky2 .right {
    text-align: right;
}

.blocky2 ul li {

}

.blocky2 ul li:before {

}

.blocky3 {
    background: #e5e8e9 none repeat scroll 0 0;
    border: 2px solid #ccc;
    margin-bottom: 60px;
    padding: 30px 20px;
}

.block3 h4 {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

.safety {
    margin-top: 50px;
}

.safety .block3 {
    background: #fbfbfb;
    padding: 80px 0;
}

.safety .block3 h4 {
    color: #1b7194;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.safety .block4 {
    margin-bottom: 20px;
}

.safety .block5 .rig {
    padding-top: 30px;
}

.safety .block3 p {
    position: relative;
    padding-right: 64px;
}

.safety .block3 p a {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
}

.safety .block3 p a:before {
    font-family: 'q4icons';
    content: "\e64f";
    color: #eb3b2e;
    font-size: 50px;
    line-height: 1;
}

.industry ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.industry h4 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 25px;
    margin-top: 60px;
    font-weight: normal;
    text-transform: uppercase;
}

.keys h5 {
    display: block;
    padding: 50px 20px 50px 110px;
    position: relative;
    border-bottom: 3px solid #eb3b2e;
    cursor: default;
}

.keys .numb {
    height: 70px;
    width: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 48px;
    text-align: center;
    background: #2c5370;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    transition: all 0.2s;
}

.keys .toggler2:hover .numb {
    background: #8197a9;
}

.keys li {
    padding-right: 20px;
    padding-left: 20px;
}

.keys {
    margin-bottom: 60px;
    position: relative;
}

.keys h5.clicked {
    border-bottom: none;
}

.keys h5.clicked+.toggled {
    border-bottom: 3px solid #eb3b2e;
}

@media screen and (max-width: 855px) {
    .keys h5 {
        height: 180px;
    }
}

@media screen and (max-width: 768px) {
    .keys h5 {
        height: auto;
    }
}

@media screen and (min-width: 768px) {
    .keys .toggled.right:after {
        border-width: 0 0 52px 39px;
        right: 0;
        left: auto;
    }
    .keys .toggled {
        margin-right: -105%;
        margin-left: 10px;
    }
    .keys .toggled.right {
        margin-right: 10px;
        margin-left: -105%;
    }
}

.pageIndustry .PaneLeft,
.pageIndustry .PaneLeft .left {
    background: #e5e8e9;
}

.pageIndustry .PaneLeft .right {
    background: #fbfbfb;
}

.PaneLeft .industry h4 {
    margin-bottom: 50px;
}

.pageIndustry .PaneLeft .right h5 {
    padding-top: 50px;
    margin-top: 40px;
    border-top: 2px solid #e5e8e9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

.indRight li {
    font-size: 14px;
}

.indRight li:before {
    font-size: 10px;
}

.indRight,
.indLeft {
    padding-bottom: 80px;
}

.indRight {
    padding-left: 15px;
}

.india {
    /*background: url('https://dorian2016.q4web.com/files/design/india.jpg') no-repeat transparent 50% 50%;
     background-size: cover;*/
    min-height: 406px;
}

.india .col {
    padding: 0 25px;
    border-left: 1px solid #86908d;
    margin-bottom: 20px;
}

.india .col:first-child {
    border: none;
}

.india .titl {
    font-size: 44px;
    margin-bottom: 43px;
    line-height: 1;
}

.india .col:last-child .titl {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .india .col {
        border: none;
    }
    .slideshare iframe {
        height: 350px !important;
    }
}

.spotlight h4 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 35px;
    margin-top: 100px;
    text-transform: uppercase;
}

.col1 img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.col2 img {
    margin: 60px auto;
    padding: 0 20px;
    border-left: 1px solid #eb3b2e;
}

.col3 li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}

.col3 li:before {
    font-family: 12px;
}

@media screen and (max-width: 767px) {
    .col2 img {
        border: none;
    }
}

.fleet h2 {
    text-align: left;
}

.colTable {
    /*padding-right: 35px;
  border-right: 1px solid #e5e8e9;*/
}

.colTable ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ships {
    margin-left: -20px;
}

.ship {
    margin-left: 20px;
    position: relative;
}

.shipPic {
    width: 100%;
}

.shipName {
    position: absolute;
    right: 20px;
    bottom: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}

.colTable .toggler {
    /*padding-left: 30px;
  position: relative;*/
}

.colTable .toggler:before {
    position: absolute;
    left: 0;
}

.colTable img {
    /*margin: 35px 0 40px;*/
}

@media screen and (max-width: 767px) {
    .colTable {
        border: none;
        padding-right: 0;
    }
}

.moreButton.q4i-circle-plus {
    display: none;
}

.moreArrow.triggered:before {
    content: "\e650";
}

.about .col.tace>p+p {
    font-size: 14px;
}

.bold {
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .sqhIR {
        border-radius: 16px;
    }
}

@media screen and (min-width: 768px) {
    .ModulePressReleaseLatest .ModuleHeadlineLink {
        min-height: 73px;
    }
}

@media screen and (max-width: 1023px) {
    .PaneHeader .quicklinksMenu {
        display: none;
    }
    .mobile-toggled .PaneNavigation {
        display: block;
    }
    .mobile-toggle .q4i-block-exit {
        display: none;
    }
    .mobile-toggled .mobile-toggle .q4i-block-exit {
        display: block;
    }
    .mobile-toggled .mobile-toggle .q4i-icon-menu {
        display: none;
    }
    .mainNav {
        display: none;
    }
    .mainNavContainer {
        float: none !important;
        margin-top: 0 !important;
    }
    .menu-close {
        display: none !important;
    }
    .PaneHeader {
        text-align: center;
    }
    .ClientLogo {
        display: inline-block;
        float: none;
        margin-bottom: 7px;
        margin-right: -30px;
    }
    .ClientLogo img {
        max-height: 50px;
    }
    .PaneNavigation nav ul.level1 a {
        text-transform: uppercase;
        font-size: 15px;
    }
    .PaneNavigation nav ul.level2 a {
        padding-left: 20px;
    }
    .PaneHeader .StockQuoteHeaderContainer {
        display: none !important;
    }
}


/*Fleet Map*/

.map-container {
    position: relative;
}

.map-container span {
    cursor: pointer;
    display: block;
    position: absolute;
    background-color:rgba(255,255,255,0);
}

.map-container [data-zone] {
    overflow: hidden;
}

.map-container .ShipEngine .preload {
    background: url('../images/ShipMap/ShipEngine.jpg') no-repeat -9999px -9999px;
}

.map-container .ShipFriction .preload {
    background: url('../images/ShipMap/ShipFriction.jpg') no-repeat -9999px -9999px;
}

.map-container .ShipHull .preload {
    background: url('../images/ShipMap/ShipHull.jpg') no-repeat -9999px -9999px;
}

.map-container .ShipScrubber .preload {
    background: url('../images/ShipMap/ShipScrubber.jpg') no-repeat -9999px -9999px;
}

.map-container .ShipCoolingPlant .preload {
    background: url('../images/ShipMap/ShipCoolingPlant.jpg') no-repeat -9999px -9999px;
}

.map-container .ShipCoolingPlant {
    height: 11%;
    left: 33%;
    top: 30%;
    width: 7%;
}

.map-container .ShipEngine {
    height: 27%;
    left: 3%;
    top: 41%;
    width: 16%;
}

.map-container .ShipFriction {
    height: 5%;
    left: 9%;
    top: 65%;
    width: 82%;
}

.map-container .ShipHull {
    height: 27%;
    left: 2%;
    top: 40%;
    width: 95%;
}

.map-container .ShipScrubber {
    height: 18%;
    left: 8%;
    top: 14%;
    width: 5%;
}

#map_wrapper {
    height: 500px;
    margin-top: 50px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .pageHome .quicklinksMenu ul.level1>li>a,
    .pageHome .StockQuoteHeaderContainer {
        color: #333;
    }
}

/*.prDetails .heroIR h1,
.noBreadTitle .heroIR h1 {
    display: none;
}*/

.homeSlider .content-container {
    text-transform: uppercase;
}

.logos {
    text-align: center;
}

.logos img {
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 20px;
}

.mainLogos {
    padding-top: 40px;
    padding-bottom: 80px;
}

.shipRight {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    float: right;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .shipRight {
        float: none;
    }
}

.shipRight img {
    display: block;
    width: 100%;
}

.shipRight h2 {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    left: 0;
    line-height: 1;
    margin: -8px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px #000;
    top: 50%;
}

.shipRight:hover h2 {
    display: none;
}

.shipRight .showOnHover {
    background: rgba(63, 101, 114, 0.95) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    color: #fff;
}

.shipRight .showOnHover span {
    display: block;
    margin-top: -25px;
    position: absolute;
    top: 50%;
}

.shipRight:hover .showOnHover {
    display: block;
}

.togglerHover .toggler {
    cursor: pointer;
}

.corporateContact div.col {
    margin-bottom: 30px;
    color: #fff;
}

.corporateContact a {
    color: #fff;
}

.fleet .logos img {
    max-width: 310px;
}

.fleet .logos {
    margin-bottom: 40px;
}

.colTable strong {
    display: block;
    font-style: italic;
    margin: 0 auto;
}

.PersonGenericContainer h3 {
    position: relative;
    cursor: pointer;
    padding-right: 20px;
    line-height: 1.2;
}

.PersonGenericContainer h3:after {
    font-family: 'q4icons';
    content: "\e64a";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-15px;
    color: #1b7194;
    font-size: 20px;
}

.PersonGenericContainer h3.active:after {
    font-family: 'q4icons';
    content: "\e650";
}

.PersonDescription h3+span {
    display: none;
}

.grayLPG {
    padding: 25px 0;
    background: #e5e8e9;
    margin-top: 40px;
}

.whyuselpg {
    margin-top: 40px;
    margin-bottom: 40px;
}

.grayLPG h4 {
    color: #eb3b2e;
    /*font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 15px;*/
    text-transform: uppercase;
}

/*.grayLPG .numb {
    background: #8197a9 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: table;
    font-size: 18px;
    height: 90px;
    left: 0;
    line-height: 20px;
    margin-top: 0;
    padding: 10px 13px;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 90px;
}*/

.grayLPG .numb {
    color: #fff;
    display: table;
    left: -10px;
    line-height: 20px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.grayLPG .numb.use1 {
    background-image: url(https://dorian2016.q4web.com/files/design/svg/01-House.png);
    background-image: linear-gradient(transparent, transparent), url(https://dorian2016.q4web.com/files/design/svg/01-House.svg);
}

.grayLPG .numb.use2 {
    background-image: url(https://dorian2016.q4web.com/files/design/svg/02-OnTheGo.png);
    background-image: linear-gradient(transparent, transparent), url(https://dorian2016.q4web.com/files/design/svg/02-OnTheGo.svg);
}

.grayLPG .numb.use3 {
    background-image: url(https://dorian2016.q4web.com/files/design/svg/03-AtWork.png);
    background-image: linear-gradient(transparent, transparent), url(https://dorian2016.q4web.com/files/design/svg/03-AtWork.svg);
}

.grayLPG .numb.use4 {
    background-image: url(https://dorian2016.q4web.com/files/design/svg/04-AtTheFarm.png);
    background-image: linear-gradient(transparent, transparent), url(https://dorian2016.q4web.com/files/design/svg/04-AtTheFarm.svg);
}

.grayLPG .numb.use5 {
    background-image: url(https://dorian2016.q4web.com/files/design/svg/05-Other.png);
    background-image: linear-gradient(transparent, transparent), url(https://dorian2016.q4web.com/files/design/svg/05-Other.svg);
}

.grayLPG h5 {
    display: block;
    padding: 20px 0 20px 100px;
    position: relative;
    vertical-align: middle;
    min-height: 130px;
}

.grayLPG .numb span {
    vertical-align: middle;
    display: table-cell;
}

.grayLPG ul {
    border-top: 1px solid #fff;
}

.production {
    display: table;
}

.production .first {
    background: #1a7195;
    color: #fff;
}

.production h4 {
    font-size: 20px;
}

.production .col {
    line-height: 1;
    display: table-cell;
}

.production .col div {
    padding: 20px;
}

.production p {
    margin: 0;
}

.production .second img {
    width: 100%;
    display: block;
}

.red {
    color: #eb3b2e;
}

.redbg {
    padding: 20px;
    background: #eb2c1e;
    color: #fff;
}

.redbg p {
    font-weight: bold;
    margin: 0;
}

.lpgFacts iframe+p {
    margin: 0 auto 30px;
    display: block;
    font-weight: bold;
    text-align: center;
}

.lpgFacts h4 {
    margin-bottom: 0;
}

.lpgFacts p {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .production .col {
        display: block;
    }
    .productionContainer .container {
        padding: 0 !important;
    }
    .grayLPG ul {
        border-top: none;
    }
}

@media screen and (max-width: 768px) {
    .block3 .right .content {
        background-position: 50% 0;
    }
}


/*PAGE Stock Quote & Chart*/

.StockQuoteContainer p span {
    display: inline-block;
}

@media screen and (max-width: 480px) {
    .stockquotechart .col,
    .historical-calc .col {
        width: 50%;
        display: inline-block;
    }
}


/*Page Contact Us*/

.FormBuilderContainer .ItemClassUpload input {
    width: 100%;
}

.FormBuilderContainer .Item {
    position: relative;
}

.FormBuilderContainer .label-wrap {
    /*left:16px;*/
    padding: 10px 0;
    /*position: absolute;*/
    /*text-indent: 5px;*/
    z-index: 100;
    color: #767676;
}

.FormBuilderContainer .ItemClassCountry .label-wrap,
.FormBuilderContainer .ItemavailableDocuments .label-wrap,
.FormBuilderContainer .IteminvestorType .label-wrap,
.FormBuilderContainer .ItemUpload .label-wrap,
.FormBuilderContainer .ItemCaptcha .label-wrap {
    /*position:static;
    width:175px;*/
}
.FormBuilderContainer .ItemCaptcha .label-wrap{
    display:none;
}

.FormBuilderContainer .field-wrap {
    width: 100%;
}

.FormBuilderContainer .FormTextArea {
    width: 100% !important;
    min-height: 150px;
    /*text-indent: 120px;*/
}

.FormBuilderContainer .ItemCaptcha .field-wrap {
    width: auto;
}

.FormBuilderContainer .ItemUpload .field-wrap,
.FormBuilderContainer .ItemCaptcha .field-wrap,
.FormBuilderContainer .ItemCountry .field-wrap,
.FormBuilderContainer .ItemavailableDocuments .field-wrap,
.FormBuilderContainer .IteminvestorType .field-wrap {
    width: 350px;
}

/*.FormBuilderContainer input[type="text"] {
    text-indent: 120px;
}*/

.FormBuilderContainer .CaptchaContainer input[type="text"] {
    text-indent: 5px;
}

/*.FormBuilderContainer input[type="text"]:focus {
    background: #f0efef;
}*/

.FormBuilderContainer .label-wrap {
    min-width: 120px;
    display:none;
}

.FormBuilderContainer .SubmitButton {
    margin-left: 180px;
}

.FormBuilderContainer .CaptchaContainer span {
    line-height: 45px;
    padding-left: 2px;
}

.FormBuilderContainer .ItemClassResume{
    position: relative;
}
.FormBuilderContainer .ItemClassResume .label-wrap{
    position: absolute;
    left: 16px;
    top:5px;
    display:block;
}
.FormBuilderContainer .ItemClassResume .FormUpload{
    padding-left:200px;
}
@media screen and (max-width: 767px) {
    .FormBuilderContainer .ItemClassResume .label-wrap{
        position:static;
    }
    .FormBuilderContainer .ItemClassResume .FormUpload{
        padding-left:16px;
    }
}
@media screen and (max-width: 579px) {
    .FormBuilderContainer .SubmitButton {
        margin-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .FormBuilderContainer .field-wrap {
        width: 100%;
    }
    .FormBuilderContainer .ItemUpload .field-wrap,
    .FormBuilderContainer .ItemCaptcha .field-wrap,
    .FormBuilderContainer .ItemCountry .field-wrap,
    .FormBuilderContainer .ItemavailableDocuments .field-wrap,
    .FormBuilderContainer .IteminvestorType .field-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 559px) {
    .FormBuilderContainer .label-wrap {
        position: static;
    }
    .FormBuilderContainer input[type="text"] {
        text-indent: 0;
    }
}

.facts .block4 .left .content {
    height: 350px;
}

.presentations p.title {
    color: #333;
}

.ModuleEventDetails .ModuleLinks a[href$=".pdf"]:before {
    content: "\e62a";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
    .facts .block4 .center,
    .facts .block4 .right {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .facts .block4 .center,
    .facts .block4 .right {
        width: 100%;
    }
}

.StockQuoteContainer .StockPage,
.stock-historical .stock-selects {
    background-color: #17607e;
}

.stock-historical .stock-selects button.disabled {
    opacity: 1;
}

.stock-historical .stock-selects button:hover {
    background: #1b7194 none repeat scroll 0 0;
    border: 2px solid #1b7194;
    color: #fff !important;
}

.slider .content-container {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}

@media screen and (max-width: 767px) {
    .slider .content-container {
        padding: 20px 10px;
    }
}

.events .ModuleItemRow a[href$=".pdf"]:before,
.events .ModuleItemRow a[href$=".xlsx"]:before,
.ModuleEventDetails .FinancialReport a[href$=".pdf"]:before,
.ModuleEventDetails .FinancialReport a[href$=".xlsx"]:before,
.ModuleEventDetails .PressRelease a:before {
    content: "\e62a";
    font-family: 'q4icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.events .ModuleItemRow a[href$=".xlsx"]:before,
.ModuleEventDetails .FinancialReport a[href$=".xlsx"]:before {
    content: "\e912";
}

.ModuleEventDetails .PressRelease a:before {
    content: "\e638";
}

.ModuleEventDetails .RelatedDocuments ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 880px) {
    .facts .content,
    .facts .content .hover {
        padding: 35px;
    }
}

html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}

.facts .content:hover .on-hover-blue-transparent {
    background: rgba(27, 113, 148, 0.9);
}

.facts .content:hover .on-hover-red-transparent {
    background: rgba(235, 59, 46, 0.7);
}

.fleet .table-responsive {
    overflow-x: visible;
}


/*Page SEC Filings*/

.RegulatoryFilingContainer .FormGroupsContainer .YearNavContainer .sbHolder {
    margin-right: 0;
}

.secfillings .YearNavContainer {
    margin-bottom: 0;
}

.ModuleEventDetails h4 {
    display: block;
}

.committees h3 {
    padding: 10px;
    background: #1b7194;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}

.committees h3:after {
    font-family: 'q4icons' !important;
    content: "\e605";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    font-size: 15px;
}

.committees h3.active:after {
    content: "\e604";
}

.committees .hide p {
    margin-top: 0;
}

.floatLeft {
    float: left;
}

.contactIR {
    padding-right: 40px;
}

.pageContactIR .MessageSent {
    padding-right: 40px;
    float: left;
}

.FormBuilderContainer .Button {
    margin-left: 0;
    color: #333;
    border-color: #333;
}

.FormBuilderContainer .FormCheckBoxList {
    text-indent: 150px;
}

/*.FormBuilderContainer .FormUpload {
    padding-left: 200px;
}*/

.JobPostingContainer {
    display: none;
}

.shipManagementParallax {
    height: 400px;
    margin-top: 100px;
}

.awards .awardImage {
    height: 250px;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.awards .content-container {
    padding: 20px;
}

.awards {
    padding: 0 20px 60px;
}

.awards .cycle-prev {
    font-size: 35px;
    left: -90px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: #333;
}

.awards .cycle-next {
    font-size: 35px;
    right: -90px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: #333;
}

.awardDescription {
    font-size: 14px;
}

.awardTitle {
    margin-top: 20px;
    border-top: 1px solid #333;
    padding-top: 20px;
}

@media screen and (max-width: 1023px) {
    .awards {
        padding: 0 0 30px;
    }
    .cycle-prev,
    .cycle-next {
        display: none;
    }
}

@media screen and (max-width: 559px) {
    .FormBuilderContainer .FormUpload {
        padding-left: 0;
        width:100%;
    }
}

/*.awardItem {
  border-left: 1px solid #ccc;
}
.awardItem:first-child {
  border: none;
}*/

/*.trdkblue th {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}*/
.table-responsive table .trdkblue th{
    text-align:center;
}
.heliosPool,
.keyhighlights {
    display: none;
}

.PaneFooter .MailingListListTable {
    font-size: 15px;
}

.MessageSent {
    color: green;
    font-weight: bold;
}

@media screen and (min-width: 767px) {
    .Widget-news .ModuleHeadlineLink {
        display: inline-block;
        max-width: 75%;
        width: auto;
    }
}

@media screen and (max-width: 1023px) {
    .block3 .left .content {
        background-position: 100% 90%;
    }
    .facts .content {
        height: 300px;
    }
    .facts .block1 .content {
        height: 350px;
    }

    .facts .block4 .left .content {
        height: 300px;
    }

    .facts h3 {
        font-size: 20px;
        font-weight: normal;
        line-height: 26px;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 768px) {
    .facts .block4 .left .content {
        height: 110px;
    }
}

.SecondaryNav {
    display: none;
}

.Sectioninvestor-center .SecondaryNav {
    display: block;
}

.Widget-news .tags-contaainer .sbHolder {
    margin-right: 10px;
    margin-bottom: 15px;
}

.pad020 {
    padding: 0 20px !important;
}

.latest-event li {
    padding-bottom: 30px;
}

.safety .block1 {
    padding-bottom: 40px;
}

.safety .block3 {
    display: none;
}

.about p a:hover {
    color: #eb3b2e;
}

.map-desktop + h6 {
    margin-top: 0;
}

.mobileNav .level2 li {
    padding: 0 !important;
}

.mobileNav .level2 li a {
    padding: 15px 15px 15px 35px;
    display: block;
}

.ships .cycle-prev {
    font-size: 35px;
    left: -90px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: #333;
}

.ships .cycle-next {
    font-size: 35px;
    right: -90px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: #333;
}

.blocky2 img {
    /*max-height: 33px;*/
    margin-bottom: 21px;
}
@media screen and (max-width: 768px) {
    .blocky2 .right{
        text-align: left;
    }
    .blocky2 img{
        width:434px;
    }
}

.ErrorMessage {
    color: red;
}

.facts .block1 .left .content {
    height: 350px;
}

@media screen and (max-width: 1023px) {
    .SecondaryNav .level1 > li {
        display: none !important;
    }

    .SecondaryNav .level1 > li.has-children.selected {
        display: block !important;
    }
}

.grayLPG ul {
    padding: 0;
}

.LayoutDefaultInner sup {
    vertical-align: super;
    font-size: smaller;
}

.lpgFacts {
    padding: 50px 0 30px;
}

.StockQuoteHeaderContainer a {
    color: #333;
}

.StockQuoteHeaderContainer.sqhIR a {
    color: #fff;
}

.lpgFacts h4,
.whyuselpg h4,
.grayLPG h4 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 25px;
    margin-top: 60px;
    text-transform: uppercase;
}
.lpgFacts h4{
    margin-top:0;
}

.ModuleSearch {
    float: right;
    margin-right: 20px;
}

.ModuleSearch input {
    vertical-align: middle;
}
.ModuleSearch input[type="text"]
{
    padding:10px;
    border-radius: 5px;
}
.ModuleSearch input[type="submit"]{
    padding: 9px 15px;
    border-radius: 5px;
}

.pageHome .ModuleSearch {
    float: none;
    margin-right: 20px;
    position: absolute;
    right: 270px;
}

@media screen and (max-width: 1023px) {
    .ModuleSearch {
        display: none;
    }
}

.offices a > h4 {
    color: #000;
}

.ModuleSearch {
    display: none;
}

.search-toggle {
    color: #2c5370;
    cursor: pointer;
    float: right;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-top: 5px;
}

.pageHome .search-toggle {
    position: absolute;
    right: 250px;
}

.sqh.container {
    display: none;
}

.Sectioninvestor-center .sqh.container {
    display: block;
}

@media screen and (max-width: 1023px) {
    .search-toggle {
        display: none;
    }
    .ClientLogo img {
        width: auto;
    }
}

.FormDropdown {
    /*padding-left: 140px;*/
    background: none;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .pageHome .mainNavContainer {
        margin-top: 52px;
    }
    /*  .pageHome .mainNavContainer {
        margin-top: 7px;
      }*/
}
/*==*/

.darker-img {
    background: rgba(0, 0, 0, 0.2);
}

.PersonGenericContainer .PersonDescription.open > span{
    display: block;
}

.PaneContent .error-container {
    list-style:none;
    padding:0;
}

@media screen and (max-width: 640px) {
    .heroIR h1 {
        font-size: 24px;
    }
}

.eventsPage .PaneLeft,
.eventsPage .PaneRight{
    background-color:#e5e8e9;
    display:none;
}

@media only screen and (max-width: 767px) {
    .AnalystTable .table-responsive table {
        width:700px;
    }
    /*    .AnalystTable th {
            display:none;
        }
        .AnalystTable .table-responsive tbody td:before {
            content: attr(data-heading);
            display: inline-block;
            vertical-align: top;
            width: 40%;
            font-weight: 700;
        }
        .AnalystTable .table-responsive td {
            display: block;
            width: 100%;
            font-size: 14px;
            word-wrap: break-word;
        }
        .AnalystTable .table-responsive tbody td > span {
            display: inline-block;
            vertical-align: top;
            width: 60%;
            padding-left:10px;
        }*/
}

@media only screen and (max-width: 479px) {
    .facts .block3 p {
        margin:0;
    }
    .facts .content, 
    .facts .content .hover {
        padding: 25px;
    }
    .numbers div {
        display:block;
    }
}

/*--------------------------------106644------------*/

.h2left .summary h2 {
    text-align: center;
    font-size: 30px;
    border-bottom: 5px red solid;
    margin-top: 15px;
}

.summary .rightBox {
    border: 2px solid #c1c1c1;
    border-radius: 10px;
    padding: 15px !important;
}

.companyValues {
    padding-left: 40px;
}

.companyValues span {
    font-weight: bold;
    color: #1a7194;
}

.companyValues span.list-number {
   border-radius: 20px;
   background: #1a7194;
   display: inline-block;
   width: 24px;
   text-align: center;
   color: #fff;
   margin-right: 15px;
   margin-left: -39px;
}

.leftBox p {
   margin-right: 25px;
}

@media screen and (max-width: 700px) {
   .summary .rightBox,
   .summary .leftBox{
       display: block;
       width: 96%;
   }
   .summary .rightBox {
       margin-left: 20px;
   }
   .leftBox p {
       margin-right: 0;
   }
}

.page--marine-fuel .heroIR {
    background-image: url('../images/2018/4B7A7712.jpg');
    background-position: 50% 35%;
}
.blue-text {
    color: #1b7194
}


/*-----229807-----------
.Page2019COMMODOREAWARD .heroIR .container {
    max-width: none;
    padding: 0 !important;
    position: relative;
    background-image: url(https://dorian2016.s3.q4web.com/preview/files/images/heroBanners/dorianlpg-newsliderimg-2.jpg);
    min-height: 340px;
    background-position: 47% 40%;
} */

/* 257937 */
p.dk-tel {
    /* padding-top: 72px; */
    padding-top: 47px;
}

p.grk-tel {
    padding-top: 50px;
}

p.us-tel {
    padding-top: 50px;
}

/* 00009755 */

.ESG-document {
    margin-bottom: 60px;
}

.ESG-document .ModuleItemRow {
    margin-bottom: 30px;
}

.ESG-document-title {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 5px;
}

.ESG-document-date {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}


/*----00297410----*/

.PageInvestorCenterESG .module_download {
    text-align: center;
}

.sustainability_box {
    background-color: #e5e8e9;
    padding-bottom: 10%;
}


/*----00297410----*/
