/*--------------------Start Reset--------------------*/
/*
*:before,
*:after,
* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
}
/*--------------------End Reset--------------------*/

/*--------------------Start Clear Fix--------------------*/
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
/*------------------End Clear Fix--------------------*/

/* START PANEHEADER */

.PaneHeader .container{
    padding-left: 32px;
    padding-right: 32px;
}

.PaneFooter .container{
    padding: 0 15px;
}

.container {
    display: block;
    width: 960px;
    /*padding: 0 20px;*/
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .container {
        width: auto;
    }

    .PaneHeader .container{
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (max-width: 920px) {
    .container {
        padding: 0 20px;
    }
}

.PreviewBody {
    margin: 0 !important;
}
/*--------------------Start rss--------------------*/
.RssLinkTopContainer .RssLinkTop img {
    display: none;
}

.RssLinkTopContainer .RssLinkTop:after {
    font-family: 'Q4-Default-Icons' !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;
    content: "\e642";
    font-size: 20px;
    display: inline-block;
}
/*--------------------End rss--------------------*/

/*--------------------Start Webkit resets--------------------*/
* {
    -webkit-text-size-adjust: 100%;
    /*vertical-align: top;*/
}
/*--------------------End Webkit resets--------------------*/

body {
    font-family: "Fira Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    margin: 0 auto;
    color: #333;
    overflow-x:hidden;
}

.pageClass,
.LayoutDefaultInner{
    overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
    color: #00467f;
    font-weight: normal;
    /*text-align: left;*/
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 24px;
    margin: 20px 0;
}

h2 {
    font-size: 22px;
}

h3 {
    text-transform: uppercase;
    font-size:18px;
}

h4 {
    /*n/a*/
}

a {
    color: #00467f;
    cursor: pointer;
    outline: none;
    text-align: inherit;
    text-decoration: none;
}

a:hover {
    color:#3cb4e7;
}

a[href$='.pdf']{
    position:relative;
    display: inline-block;
    word-break: break-all;
}

a[href$='.pdf']:after{
    font-family: 'Q4-Default-Icons';
    content: "\e62a";
    color: #C10C1D;
    margin-left:10px;
}

p {
    color: #333;
    line-height: 27px;
    text-align: justify;
}

ul {
    padding-left: 20px;
}

b, strong {
    font-weight: bold;
}

img {
    text-align: inherit;
    vertical-align: top;
    border: none;
}

sup {
    font-size: 9px;
    vertical-align: super;
}

sub {
    font-size: 9px;
    vertical-align: sub;
}

small {
    font-size: 10px;
    line-height: 14px;
}

/*.legendText {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.1;
}*/

/*--------------------Start Vertical Center--------------------*/

.vertical-center {
    height: 100%;
    white-space: nowrap;
    text-align: center;
}
.vertical-center:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em;
    height: 100%;
}
.vertical-center-wrap {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

/*--------------------End Vertical Center--------------------*/

/*--------------------Start Placeholder--------------------*/
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
/*--------------------End Placeholder--------------------*/

/*--------------------Start Form Style--------------------*/
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

input[type="submit"], input[type="text"], select, textarea, button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"], textarea {
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #ccc;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    height: 30px;
    color: #000;
    outline: medium none;
}

input[type="text"]:focus, textarea:focus {
    /*n/a*/
}

textarea {
    resize: none;
}

/*input[type="submit"] {
    background-color: #67ab48;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    line-height: 1.6;
    border-radius: 6px;
    font-weight: 700;
}*/
input[type="submit"],
button {
    border: none;
    box-shadow: 2px 2px 2px #888888;
    color: #185680;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 6px;
    text-align: center;
    width: 126px;
    -moz-appearance: none;
    background-color: #f0f0f0;
}

/*input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #13892B;
}*/
input[type="submit"]:hover, input[type="submit"]:focus,
button:hover {
    background-color: #cccccc;
}

input[type="checkbox"] {
    margin: 4px 10px 3px 0;
    cursor: pointer;
    /* display: none;*/
}

input[type="checkbox"] + label {
    cursor: pointer;
    line-height: 23px;
    margin-right: 10px;
}
/*--------------------End Form Style--------------------*/

/*--------------------Start SelectBox--------------------*/
.sbHolder {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #404040;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 33px;
    position: relative;
    min-width: 100px;
    display: inline-block;
}

.sbSelector {
    display: block;
    height: 33px;
    line-height: 33px;
    outline: medium none;
    overflow: hidden;
    text-indent: 15px;
    padding-right: 50px;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
    color: #5e8ec0;
    font-weight: bold;
    outline: medium none;
    text-decoration: none;
}

.sbToggle {
    display: block;
    height: 32px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    border-left: 1px solid #d7d7d7;
}

.sbToggle:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #57595B;
    content: "";
    display: inline-block;
    height: 0;
    line-height: 20px;
    vertical-align: middle;
    width: 0;
    position: absolute;
    left: 60%;
    margin-left: -9px;
    top: 45%;
    margin-top: -3px;
}

.sbToggleOpen {}

.sbHolderDisabled {
    background-color: #3c3c3c;
    border: 1px solid #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    left: -1px;
    list-style: outside none none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    display: block;
    outline: medium none;
    padding: 4px 0 4px 3px;
    text-indent: 11px;
}

.sbOptions a:link,
.sbOptions a:visited {
    color: #888686;
    text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    color: #888686;
}

.sbOptions li.last a {
    border-bottom: medium none;
}

.sbOptions .sbDisabled {
    border-bottom: 1px dotted #d9d9d9;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: 1px dotted #d9d9d9;
    color: #ebb52d;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

.sbHolder .sbOptions {
    z-index: 3;
}

.sbHolder ~ .sbHolder > .sbOptions {
    z-index: 2
}

.sbHolder ~ .sbHolder ~ .sbHolder > .sbOptions {
    z-index: 1;
}
/*--------------------End SelectBox--------------------*/

/*--------------------Star Global--------------------*/

.MailingListForm br.NoBr{
    display:none;
}


/*START CLIENT LOGO*/
.ClientLogo {
    /*margin-top: 30px;*/
    float: left;
    width: 50%;
}

@media screen and (max-width: 450px) {
    .ClientLogo {
        margin-top: 40px;
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
    }
}

/*.ClientLogo img {
    width: 235px;
}*/
/*END CLIENT LOGO*/

/*START LANGUAGE SWITCH*/
@media screen and (max-width: 450px) {
    .PaneHeader {
        position: relative;
    }
}

.LanguageSwitch,
.LanguageSwitchda,
.LanguageSwitchgr
{
    /*float: right;
    width: 50%;*/
    margin-top: 15px;
    text-align: right;
}

@media screen and (max-width: 450px) {
    .LanguageSwitch,
    .LanguageSwitchda,
    .LanguageSwitchgr {
        float: left;
        text-align: left;
        width:50%;
        /*position: absolute;
        left: 0;*/
        /*padding-left: 20px;*/
    }
}

.LanguageSwitch a,
.LanguageSwitchda a,
.LanguageSwitchgr a{
    width: 30px;
    height: 17px;
    display: inline-block;
    background-image: url('../design/flag.png');
    background-position: top left;
    text-indent: -9999px;
    margin-right: 15px;
    text-align: left;
    opacity: 0.6;
    transition: 250ms;
}

@media screen and (max-width: 340px) {
    .LanguageSwitch a,
    .LanguageSwitchda a,
    .LanguageSwitchgr a {
        margin-right: 10px;
    }
}

.LanguageSwitch a:hover,
.LanguageSwitchda a:hover,
.LanguageSwitchgr a:hover {
    transition: 250ms;
    opacity: 1;
}

.LanguageSwitch a + a,
.LanguageSwitchda a + a,
.LanguageSwitchgr a + a {
    background-position: 77px 0px;
}

/*.LanguageSwitchgr a + a{
    background-position: 30px 0px;
}*/

.LanguageSwitch a + a + a,
.LanguageSwitchda a + a + a,
.LanguageSwitchgr a + a + a{
    background-position: 30px 0px;
}

.LanguageSwitch a.enVers,
.LanguageSwitchda a.enVers,
.LanguageSwitchgr a.enVers {
    opacity: 1;
}
/*END LANGUAGE SWITCH*/

/*START STOCK QUOTE HEAD*/
.StockQuoteHeaderContainer {
    float: right;
    width: 50%;
    text-align: right;
    padding-right: 12px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 30px;
}

@media screen and (max-width: 450px) {
    .StockQuoteHeaderContainer {
        float: right;
        /*position: absolute;
        right: 0px;
        padding-right: 20px;*/
        width:50%;
        padding-top:16px;
    }
}

@media screen and (max-width: 340px) {
    .StockQuoteHeaderContainer {
        font-size: 16px;
    }
}

.StockQuoteHeaderContainer span {
    color: #00467f;
}

.StockQuoteHeaderContainer a.StockPrice {
    font-weight: 700;
}

.StockQuoteHeaderContainer span.StockChange,
.StockQuoteHeaderContainer span.StockPChange,
.StockQuoteHeaderContainer span.StockVolumeText,
.StockQuoteHeaderContainer span.StockVolume,
.StockQuoteHeaderContainer span.StockDescription3,
.StockQuoteHeaderContainer span.StockDate {
    display: none;
}
/*END STOCK QUOTE HEAD*/

/*START MAIN NAV*/
nav.MainNav {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    nav.MainNav {
        display: none;
    }
}

nav.MainNav a {
    text-decoration: none;
}

nav.MainNav ul {
    list-style-type: none;
}

nav.MainNav > ul {
    margin: 0;
    transition: 300ms;
}

/*@media screen and (max-width: 900px) {
    nav.MainNav > ul {
        padding: 0;
        transition: 300ms;
    }
}*/

nav.MainNav ul.level1 > li {
    /*display: inline-block;
    padding: 15px 0;*/
}

nav.MainNav ul.level1 > li.selected > a,
nav.MainNav ul.level2 > li.selected > a {
    color: #c10c1d;
}

nav.MainNav ul li a {
    text-transform: uppercase;
    transition: 250ms;
}

nav.MainNav ul li a:hover {
    color: #c10c1d;
    transition: 250ms;
}

nav.MainNav ul.level2 > li:hover > a {
    color: #c10c1d;
    transition: 250ms;
}

nav.MainNav ul.level2 {
    display: inline-block;
    padding: 0;
    /*margin-left: 25px;*/
}

/*@media screen and (max-width: 900px) {
    nav.MainNav ul.level2 {
        margin-left: 15px;
    }
}*/

nav.MainNav ul.level2 > li {
    display: inline-block;
    position: relative;
}

nav.MainNav ul.level2 > li.expanded > a {
    color: #c10c1d;
}

nav.MainNav ul.level1 > li a{
    display:inline-block;
    padding: 15px 5px 15px 0;
    line-height: 18px;
}

nav.MainNav ul.level1 > li > a{
    float:left;
}

nav.MainNav ul.level2 > li a{
    display:block;
    padding: 15px 10px;
}
.Languageda-DK  nav.MainNav > ul {
    padding-left: 16px;
}
.Languageda-DK nav.MainNav ul.level1 > li a {
    padding: 15px 4px;
}
.Languageda-DK nav.MainNav ul.level2 > li a {
    padding: 15px 4px;
}

.Languageda-DK nav.MainNavD ul.level1 > li a {
    padding: 15px 10px;
}
.Languageda-DK nav.MainNavD ul.level2 > li a {
    padding: 15px 10px;
}

nav.MainNav ul.level2 > li + li {
    /*margin-left: 25px;*/
    transition: 300ms;
}

/*@media screen and (max-width: 900px) {
    nav.MainNav ul.level2 > li + li {
        margin-left: 15px;
        transition: 300ms;
    }
}*/

nav.MainNav ul.level2 > li.has-children > ul {
    display: none;
    padding: 10px 0 10px 35px;
    position: absolute;
    /* top: 38px;*/
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8);
    width:224px;
    box-shadow: 0 0 5px -8px #454545;
    z-index: 999;
}

.Languageda-DK nav.MainNav ul.level2 > li.has-children > ul{
    width:300px;
}

nav.MainNav ul.level2 > li.has-children.js--hover > ul {
    display: block;
}

nav.MainNav ul.level2 > li.has-children > ul {
    /*padding: 5px 15px 5px 40px;
    z-index: 100;*/
}

nav.MainNav ul.level2 > li.has-children > ul li a {
    display: inline-block;
    padding: 6px 0;
    min-width: 150px;
    text-transform: none;
    position: relative;
}

nav.MainNav ul.level2 > li.has-children > ul li a:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url('../design/mainarrow.png') top left no-repeat;
    position: absolute;
    left: -37px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear, 300ms;
}

nav.MainNav ul.level2 > li.has-children > ul li a:hover:before {
    left: -27px;
    visibility: visible;
    opacity: 1;
    transition: 300ms;
}

nav.MainNav ul.level3 > li {
    position: relative;
}

nav.MainNav ul.level3 > li.has-children > ul {
    display: none;
    padding-left: 0;
}

nav.MainNav ul.level3 > li.has-children > ul > li {
    padding-left:40px;
    padding-right:10px;
}

nav.MainNav ul.level3 > li.has-children.js--hover > ul {
    display: block;
    position: absolute;
    top: 0px;
    left: 100%;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
    box-shadow: 0px 6px 5px -8px #454545;
}
/*END MAIN NAV*/

/*START MOBILE NAV*/
.mobileTrigger {
    display: none;
    margin-top: 20px;
    text-transform: uppercase;
}

.mobileTrigger h1 {
    cursor: pointer;
    font-size: 18px;
}
.mobileTrigger .ModuleTitle {
    vertical-align: top;
}

@media screen and (max-width: 1130px) {
    nav.MainNav ul.level2 > li.edge:hover > ul {
        right:0;
    }

}

@media screen and (max-width: 991px) {
    .mobileTrigger {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}


.mobileTrigger h1:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e63e";
    color: #c10c1d;
    position: relative;
    top: 0px;
    margin-right: 10px;
    font-size: 21px;
    transition: 250ms;
}

.mobileTrigger.active h1:before {
    content: "\e64b";
    font-weight: 900;
    font-size: 16px;
    top: 3px;
    transition: 300ms;
}

nav.mobileNavigation {
    display: none;
    border-top: 1px solid #ccc;
    position: absolute;
    left:0;
    width:100%;
    z-index:600;
    top:163px;
}

@media screen and (max-width: 450px) {
    nav.mobileNavigation {
        top:203px;
    }
}

/*@media screen and (max-width: 991px) {
    nav.mobileNavigation {
        display: block;
    }
}*/

/*@media screen and (max-width: 450px) {
    nav.mobileNavigation {
        text-align: center;
    }
}*/

nav.mobileNavigation a {
    text-decoration: none;
}

nav.mobileNavigation ul {
    list-style-type: none;
}

nav.mobileNavigation > ul {
    padding: 0;
    margin: 0;
}

nav.mobileNavigation .level2 {
    padding: 0px;
}

nav.mobileNavigation .level2 li.has-children {
    position: relative;
}

nav.mobileNavigation .level1 > li.has-children > a,
nav.mobileNavigation .level2 > li > a {
    background: #00467F;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 15px 60px 15px 20px;
    text-transform: uppercase;
}

nav.mobileNavigation .level2 > li.has-children > ul,
nav.mobileNavigation .level3 > li.has-children > ul {
    display: none;
}

nav.mobileNavigation .level2 > li.has-children > span.menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 49px;
    width: 80px;
    cursor: pointer;
}

/*@media screen and (max-width: 450px) {
    nav.mobileNavigation .level2 > li.has-children > span.menu-arrow {
        width: 60px;
    }
}*/

nav.mobileNavigation .level3 > li.has-children > span.menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 49px;
    width: 80px;
    cursor: pointer;
}

/*@media screen and (max-width: 450px) {
    nav.mobileNavigation .level3 > li.has-children > span.menu-arrow {
        width: 60px;
    }
}*/

nav.mobileNavigation .level2 > li.has-children > span.menu-arrow:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e64f";
    color: #FFF;
    top: 16px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    transition: 500ms;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

nav.mobileNavigation .level3 > li.has-children > span.menu-arrow:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e64f";
    color: #666;
    top: 16px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    transition: 500ms;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

nav.mobileNavigation .level3 > li.has-children.open > span.menu-arrow:before,
nav.mobileNavigation .level2 > li.has-children.open > span.menu-arrow:before {
    transition: 500ms;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

nav.mobileNavigation .level3,
nav.mobileNavigation .level4 {
    padding: 0;
}

nav.mobileNavigation .level4{
    background:#fff;
}

nav.mobileNavigation .level3 > li > a {
    background: #D5D9DA;
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
}

nav.mobileNavigation .level3 > li > a:hover {
    color: #C10C1D;
}

nav.mobileNavigation .level4 > li > a {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
}

nav.mobileNavigation .level4 > li > a:hover {
    color: #C10C1D;
}
/*END MOBILE NAV*/

/*START SLIDER*/
.slider {
    width: 100%;
    display: none;

}

.SectionHome .slider {
    display: block;
}

.slider img {
    width: 100%;
}

.slider .slider-item {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1 !important;
    position: relative;
}
/*.slider .slider-item .content-container{
    display:none;
}*/
.slider-caption{
    text-shadow: 1px 2px 4px #000;
    max-width: 960px;
    width: 100%;
    z-index: 99;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0px;
    left: 0px;
    vertical-align: middle;
    margin: -73px auto 0px;
}
.slider-caption h2{
    font-size:36px;
    line-height:44px;
    color:#fff;
    margin:0;
}
@media screen and (max-width: 980px) {
    .slider-caption{
        padding:20px 10px;
    }
    .slider-caption h2{
        font-size:30px;

    }
}
@media screen and (max-width: 550px) {
    .slider-caption{
        margin-top:0;
        top:auto;
        bottom:30px;
    }
    .slider-caption h2{
        font-size:24px;
        line-height:30px;
    }
}


@media screen and (max-width: 900px) {
    .slider .slider-item {
        height: 370px;
    }
}

@media screen and (max-width: 500px) {
    .slider .slider-item {
        height: 300px;
    }
}

.slider .slider-item h2 {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0px;
    bottom: 50%;
    left: 0px;
    vertical-align: middle;
    height: 0;
    margin: 0;
    margin-top: -20px;
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    text-shadow: 1px 2px 4px #000;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

@media screen and (max-width: 980px) {
    .slider .slider-item h2 {
        padding: 0 20px;
        font-size: 30px;
    }
}

@media screen and (max-width: 550px) {
    .slider .slider-item h2 {
        font-size: 24px;
        bottom: auto;
        top: 20%;
        line-height: 1.2
    }
}

.slider .cycle-prev,
.slider .cycle-next {
    display: none;
}

.slider .cycle-pager {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
}

.slider .cycle-pager span {
    font-size: 50px;
    color: #fff;
    transition: 250ms;
    cursor: pointer;
    margin: 0 5px;
}

.slider .cycle-pager span.cycle-pager-active {
    color: #00467F;
    transition: 250ms;
}

.slider .cycle-pager span:hover {
    color: #00467F;
    transition: 250ms;
}

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -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;
}

.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;
}
/*END SLIDER*/

/*START HEADER IMG*/
.SectionHome .headImage {
    display: none;
}

.headImage {
    background-image: url("../design/headerimage4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    width: 100%;
}
.PageInvestors .headImage,
.Sectioninvestors .headImage{
    background-image: url(../design/Investors-bg.jpg);
}
.PageContact .headImage,
.PageContactCorporateDirectory .headImage,
.PageContactRequestMoreInformation .headImage{
    background-image: url(../design/Contact-Us-Page.jpg);
}
.SectionNews .headImage,
.Sectionnews .headImage {
    background-image: url(../design/news.jpg);
}
.SectionProjects .headImage,
.Sectionprojects .headImage,
.Sectiongreenland .headImage,
.Sectionontario .headImage {
    background-image: url(../design/projects.jpg);
}
.PageSustainability .headImage,
.PageSustainabilityGreenlandLectureSeries .headImage,
.PageSustainabilityAwardsPDAC2015Award .headImage{
    background-image: url(../design/Sustainablity.JPG);
}



/*END HEADER IMG*/

/*START HOME BUTTONS*/
/*.HomeButtons {*/
/*display: inline-block;*/
/*width: 100%;*/
/*margin-top: 40px;*/
/*margin-bottom: 20px;*/
/*}*/

/*.HomeButtons .ModuleHeadlineLink:after{*/
/*display:none;*/
/*}*/

/*.HomeButtons .ModuleHeader {*/
/*display: none;*/
/*}*/

/*.HomeButtons span.ModuleSeparator {*/
/*float: left;*/
/*width: 2%;*/
/*height: 200px;*/
/*}*/

/*@media screen and (max-width: 630px) {*/
/*.HomeButtons span.ModuleSeparator {*/
/*display: none;*/
/*}*/
/*}*/

/*.HomeButtons .ModuleItemRow {*/
/*float: left;*/
/*width: 23.5%;*/
/*padding-bottom: 50px;*/
/*position: relative;*/
/*}*/

/*@media screen and (max-width: 630px) {*/
/*.HomeButtons .ModuleItemRow {*/
/*width: 49%;*/
/*padding-bottom: 70px;*/
/*height: 350px;*/
/*}*/
/*}*/

/*@media screen and (max-width: 580px) {*/
/*.HomeButtons .ModuleItemRow {*/
/*width: 98%;*/
/*}*/
/*}*/

/*.HomeButtons .ModuleFileDescriptionText a:after {*/
/*content: "";*/
/*width: 28px;*/
/*height: 27px;*/
/*background: url('../design/homeButtonArrow.png') top left no-repeat;*/
/*position: absolute;*/
/*left: 50%;*/
/*text-align: center;*/
/*bottom: 10px;*/
/*margin-left: -14px;*/
/*}*/

/*@media screen and (max-width: 630px) {*/
/*.HomeButtons .ModuleItemRow:after {*/
/*right: auto;*/
/*left: 0;*/
/*bottom: 20px;*/
/*}*/
/*}*/

/*@media screen and (max-width: 350px) {*/
/*.HomeButtons .ModuleItemRow:after {*/
/*left: 44%;*/
/*}*/
/*}*/



/*@media screen and (max-width: 350px) {*/
/*.HomeButtons .ModuleItemRow .ModuleIcon {*/
/*display:block;*/
/*text-align: center;*/
/*}*/
/*}*/


/*@media screen and (max-width: 350px) {*/
/*.HomeButtons .ModuleItemRow .ModuleIcon img {*/
/*width: auto;*/
/*}*/
/*}*/

/*.HomeButtons .ModuleItemRow span.ModuleHeadline {*/
/*font-size: 24px;*/
/*text-align: center;*/
/*display: block;*/
/*margin: 20px 0 10px;*/
/*line-height: 1.15;*/

/*}*/

/*@media screen and (max-width: 900px) {*/
/*.HomeButtons .ModuleHeadlineLink{*/
/*display:table;*/
/*width:100%;*/
/*height:55px;*/
/*margin: 20px 0 10px;*/
/*}*/

/*.HomeButtons .ModuleItemRow span.ModuleHeadline {*/
/*display: table-cell;*/
/*vertical-align: bottom;*/
/*margin:0;*/
/*}*/
/*}*/

/*@media screen and (max-width: 630px) {*/
/*.HomeButtons .ModuleHeadlineLink{*/
/*display:inline-block;*/
/*width:100%;*/
/*height:auto;*/
/*margin: 20px 0 10px;*/
/*text-align: left;*/
/*}*/

/*.HomeButtons .ModuleItemRow span.ModuleHeadline {*/
/*display: inline;*/
/*vertical-align: baseline;*/
/*}*/

/*}*/

/*@media screen and (max-width: 350px) {*/
/*.HomeButtons .ModuleHeadlineLink {*/
/*text-align: center;*/
/*}*/
/*}*/

/*.HomeButtons .ModuleItemRow span.ModuleFileDescriptionText {*/
/*font-size: 16px;*/
/*line-height: 23px;*/
/*display: block;*/
/*text-align: center;*/
/*}*/

/*@media screen and (max-width: 630px) {*/
/*.HomeButtons .ModuleItemRow span.ModuleFileDescriptionText {*/
/*text-align: left;*/
/*padding-right: 20px;*/
/*}*/
/*}*/

/*@media screen and (max-width: 350px) {*/
/*.HomeButtons .ModuleItemRow span.ModuleFileDescriptionText {*/
/*text-align: center;*/
/*padding-left: 20px;*/
/*}*/
/*}*/

.HomeButtons{
    margin-top:10px;
    margin-bottom:30px;
}

.HomeButtons .ModuleContainerInner{
    margin-right:-10px;
    margin-left:-10px;
}

.HomeButtons .ModuleItemRow{
    float:left;
    width:25%;
    padding:0 10px;
    text-align:center;
    min-height: 250px !important;
    padding-bottom:50px;
}

.HomeButtons .ModuleItemRow .ModuleHeadlineLink{
    font-size: 24px;
    text-align: center;
    display: block;
    margin: 20px 0 10px;
    line-height: 1.15;
}

.HomeButtons .ModuleItemRow .ModuleFileDescriptionText{
    font-size: 16px;
    line-height: 23px;
    display: block;
    text-align: center;
}

.HomeButtons .ModuleFileDescriptionText a::after {
    content: "";
    width: 28px;
    height: 27px;
    background: url('../design/homeButtonArrow.png') top left no-repeat;
    position: absolute;
    left: 50%;
    text-align: center;
    bottom: 10px;
    margin-left: -14px;
}

@media screen and (max-width: 900px) {
    .HomeButtons .ModuleItemRow{
        width:50%;
    }

    .HomeButtons .ModuleFileDescriptionText a::after{
        bottom:20px;
    }

    .HomeButtons .ModuleItemRow .ModuleHeadlineLink{
        font-size:21px;
    }

    .HomeButtons .ModuleItemRow .ModuleFileDescriptionTex{
        font-size:14px;
    }
}
@media screen and (max-width: 767px) {
    .HomeButtons .ModuleItemRow{
        min-height:auto;
        width:100%;
    }

    .HomeButtons .ModuleItemRow .ModuleHeadlineLink{
        font-size:21px;
    }

    .HomeButtons .ModuleItemRow .ModuleFileDescriptionTex{
        font-size:14px;
    }
}

/*END HOME BUTTONS*/

/*START HOME MAP*/
.HomeMap {
    float: right;
    width: 49%;
    margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
    .HomeMap {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
}

.HomeMap .ContentContainer {
    /*height: 330px;*/
    /*overflow: hidden;*/
    text-align: center;
}
.core-photos-home {
    text-align: left;
    margin-top: 30px;
}
/*@media screen and (max-width: 900px) {
    .HomeMap .ContentContainer {
        height: auto;
    }
}*/

.HomeMap img {
    width: auto;
    display: inline-block;
}

@media screen and (max-width: 500px) {
    .HomeMap img {
        width: 100%;
    }
}
/*END HOME MAP*/

/*START HOME NEWS*/
.HomeNews {
    float: left;
    width: 49%;
    padding: 30px 40px;
    background: #f1f1f1;
    min-height: 330px;
    margin-bottom: 40px;
}

@media screen and (max-width: 900px) {
    .HomeNews {
        width: 100%;
        padding: 30px 50px 30px 40px;
        height: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .HomeNews {
        width: auto;
        padding: 30px 50px 30px 20px;
        height: auto;
        margin-bottom: 20px;
        margin-left:-20px;
        margin-right:-20px;
    }
}

.HomeNews h1 {
    margin: 0;
}

.HomeNews .ModuleContainerInner .ModuleItemRow {
    float: left;
    width: 100%;
    margin-top: 25px;
    position: relative;
}

.HomeNews .ModuleContainerInner .ModuleItemRow span.ModuleDate {
    display: block;
    color: #c10c1d;
    font-size: 15px;
}

.HomeNews .ModuleContainerInner .ModuleItemRow a.ModuleHeadlineLink {
    color: #333;
    font-size: 15px;
    line-height: 24px;
}

.HomeNews .ModuleContainerInner .ModuleItemRow a.ModuleHeadlineLink:hover {
    color:#3cb4e7;
}

.HomeNews .ModuleContainerInner .ModuleItemRow a.ModuleMoreLink {
    font-size: 0;
    position: relative;
}

.HomeNews .ModuleContainerInner .ModuleItemRow a.ModuleMoreLink:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url('../design/mainarrow.png') top left no-repeat;
    position: absolute;
    left: 20px;
    font-size: 24px;
    top: -13px;
}
/*END HOME NEWS*/

/*START FOOTER*/


.PaneFooter {
    background: #626365;
    padding: 15px 0 20px;
    color: #fff;
    position: relative;
}

.PaneFooter a {
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 820px) {
    .PaneFooter {
        padding-bottom:70px;
    }
}

@media screen and (max-width: 820px) {
    .PaneFooter {
        padding-bottom:90px;
    }
}

.PaneQ4Footer{
    background: #626365;
    color: #fff;
}
/*END FOOTER*/

/*START PRIVACY AND LEGAL*/
.panelPrivacy {
    width: 50%;
    float: left;
}

@media screen and (max-width: 820px) {
    .panelPrivacy {
        width: 100%;
        position: absolute;
        bottom:20px;
    }
}

.panelPrivacy .onepanel {
    width: 50%;
    float: left;
    line-height: 30px;
}

@media screen and (max-width: 820px) {
    .panelPrivacy .onepanel {
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .panelPrivacy .onepanel {
        width: 100%;
    }
}

.panelPrivacy .onepanel a,
.panelPrivacy .onepanel > span {
    padding-right: 10px;
    display: inline;
    font-size: 13px;
}

.panelPrivacy .onepanel a + a,
.panelPrivacy .onepanel span + span {
    padding-left: 10px;
    border-left: 1px solid #fff;
}
/*END PRIVACY AND LEGAL*/

/*START EMAIL SUBSCRIBE*/
.panelHomeSubscribe {
    width: 50%;
    float: right;
}
.panelHomeSubscribe iframe {
    width: 100%;
    height: 30px;
}
@media screen and (max-width: 820px) {
    .panelHomeSubscribe {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
}

.panelHomeSubscribe .MailingListListTable,
.panelHomeSubscribe .GridActions,
.panelHomeSubscribe .RequiredField,
.panelHomeSubscribe .NoBr {
    display: none;
}

.panelHomeSubscribe .MailingListCol1 span {
    text-transform: uppercase;
    line-height: 30px;
    padding-right: 20px;
}

@media screen and (max-width: 450px) {
    .panelHomeSubscribe .MailingListCol1 span {
        padding-right: 0;
    }
}

.panelHomeSubscribe table.MailingListTable .MailingListCol1 {
    width: 70% !important;
    text-align: right;
}

@media screen and (max-width: 820px) {
    .panelHomeSubscribe table.MailingListTable .MailingListCol1 {
        width: 210px !important;
        text-align: left;
    }
}

.panelHomeSubscribe table.MailingListTable .MailingListCol2 {
    width: auto !important;
    text-align: left;
}

@media screen and (max-width: 820px) {
    .panelHomeSubscribe table.MailingListTable .MailingListCol2 {
        width: auto !important;
        text-align: left;
    }
}

@media screen and (max-width: 450px) {
    .panelHomeSubscribe table.MailingListTable .MailingListCol1 ,
    .panelHomeSubscribe table.MailingListTable .MailingListCol2 {
        width: 100% !important;
        text-align: center;
        display:block;
    }
}

/*.panelHomeSubscribe table.MailingListTable {
    position: relative;
    top: -5px;
}*/

@media screen and (max-width: 820px) {
    .panelHomeSubscribe table.MailingListTable {
        margin: auto;
    }
}

.panelHomeSubscribe input[type="text"], textarea {
    border: none;
    color: #454545;
    max-width: 150px;
}

@media screen and (max-width: 820px) {
    .panelHomeSubscribe input[type="text"], textarea {
        max-width: 100%;
        width:100%;
    }
}


/*END EMAIL SUBSCRIBE*/

/*START SOCIAL*/
.panelSocial {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.panelSocial span,
.panelSocial a {
    font-size: 13px;
    line-height: 24px;
    float: left;
}

.panelSocial .footer-socialLinks {
    float: right;
}

@media screen and (max-width: 820px) {
    .panelSocial{
        margin-top:0;
    }

    .panelSocial span {
        width: 100%;
        text-align: center;
        margin-top:15px;
    }
    .panelSocial .footer-socialLinks {
        text-align:center;
    }
    .panelSocial .footer-socialLinks,
    .panelSocial span,
    .panelSocial a {
        float: none;
    }
    .panelSocial span {
        display:inline-block;
        vertical-align:top;
    }
}

@media screen and (max-width: 820px) {
    .panelSocial span {
        margin-top:0;
    }
}

.panelSocial a {
    display: inline-block;
    width: 22px;
    height: 21px;
    background-image: url('../design/socialicons-fb.png');
    background-repeat: no-repeat;
}
.panelSocial .facebook {
    width: 22px;
    height: 21px;
    background-image: url('../design/socialicons-fb.png');
    background-repeat: no-repeat;
    background-position:-182px 0;
    margin-left:15px;
}
.panelSocial a + a {
    margin-left: 15px;
}
.stButton .email {
    background:none !important;
}
.panelSocial .st_email {
    width: 22px;
    height: 21px;
    background-image: url('../design/socialicons.png');
    background-repeat: no-repeat;
    background-position:-111px 0;
    margin-left:15px;
}
.panelSocial .st_sharethis {
    width: 22px;
    height: 21px;
    background-image: url('../design/socialicons.png');
    background-repeat: no-repeat;
    background-position:-148px 0;
    margin-left:15px;
}
.stButton .sharethis {
    background:none !important;
}
.panelSocial a.twitter {
    background-position: 0px 0px;
}

.panelSocial a.linkedin {
    background-position: -37px 0px;
}

.panelSocial a.rss {
    background-position: -74px 0px;
}

.panelSocial a.mail {
    background-position: -111px 0px;
}

.panelSocial a.link {
    background-position: -148px 0px;
}
/*END SOCIAL*/

/*START BREADCRUMB*/
.Breadcrumb {
    width: 100%;
    max-width: 960px;
    padding: 20px;
    margin: auto;
}

.Breadcrumb span {
    font-size: 0;
    position: relative;
    width: 20px;
    display: inline-block;
}

.Breadcrumb span:before {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e64f";
    font-size: 10px;
    position: absolute;
    left: 5px;
    top: 4px;
}
/*END BREADCRUMB*/

/*START SIDEBAR*/
.PaneLeft {
    width: 240px;
    float: left;
    margin-bottom: 40px;
}

/*@media screen and (max-width: 720px) {
    .PaneLeft {
        display: none;
    }
}*/

.SecondaryNav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    word-wrap: break-word;
}

.SecondaryNav ul li a {
    display: inline;
    font-size: 16px;
    line-height: 18px;
}

.SecondaryNav ul.level1 {
    padding-left: 30px;
}

.SecondaryNav ul li a{
    display: none;
}

.SecondaryNav ul.level2 > li.expanded a,
.SecondaryNav ul.level2 > li.selected a {
    display: block;
}

/*s side-menu heading*/
.SecondaryNav ul.level2 > li.expanded > a,
.SecondaryNav ul.level2 > li.selected > a {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    left: -10px;
    margin-top: 5px;
}

.SecondaryNav ul.level2 > li.expanded > a:hover,
.SecondaryNav ul.level2 > li.selected > a:hover {
    text-decoration: none;
}
/*e side-menu heading*/

.SecondaryNav ul.level3 > li{
    padding-right:30px;
    margin-bottom:5px;
}

.SecondaryNav ul.level3 > li.selected > a {
    text-decoration: none;
    color: #C10C1D;
    position: relative;
}

.SecondaryNav ul.level3 > li.selected > a:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url('../design/mainarrow.png') top left no-repeat;
    position: absolute;
    left: -25px;
    top: 3px;
}

.SecondaryNav ul.level4,
.SecondaryNav ul.level5 {
    padding-left: 10px;
}

.PaneContent {
    padding-left: 280px;
    margin-bottom: 40px;
}

@media screen and (max-width: 720px) {
    .PaneContent {
        padding-left: 0;
    }
}
/*END SIDEBAR*/

/*START SIDEBAR LINKS*/
.LeftLinks {
    margin-top: 20px;
    padding-top: 20px;
    padding-left:30px;
    /*border-top: 1px solid #ccc;*/
}

.LeftLinks .LeftLinks {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.LeftLinks ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.LeftLinks ul li a {
    display: inline;
    font-size: 16px;
    line-height: 24px;
}
/*END SIDEBAR LINKS*/

/*START PANE LEFT AND CONTENT*/
.SectionHome .Breadcrumb {
    display: none;
}

.SectionHome .PaneLeft,
.SectionHome .PaneContent {
    float: none;
    width: auto;
    padding-left: 0;
    margin-bottom: 0;
}
/*END PANE LEFT AND CONTENT*/

/*START COMPANY OVERVIEW*/
.companyOverview p {
    margin: 0;
}

.companyOverview p + p {
    margin-top: 20px;
}
/*END COMPANY OVERVIEW*/

/*START BOD AND MANAGEMENT*/
.bodClass {
    display: table;
    width: 100%;
}

.bodClass .PersonContainer {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 190px;
    padding-top: 10px;
    min-height:160px;
}

@media screen and (max-width: 960px) {
    .bodClass .PersonContainer {
        padding-left: 0;
    }
}

.bodClass .PersonContainer .PersonPhoto {
    float: left;
    margin: 0px 30px 0px 0px;
    width: 150px;
    height: 160px;
    position: absolute;
    left: 0px;
    top: 20px;
}

@media screen and (max-width: 960px) {
    .bodClass .PersonContainer .PersonPhoto {
        position: relative;
    }
}

@media screen and (max-width: 500px) {
    .bodClass > h1{
        text-align: center;
    }

    .bodClass .PersonContainer .PersonPhoto {
        text-align: center;
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    .bodClass .PersonContainer h3{
        text-align: center;
    }
}



.bodClass .PersonContainer + .PersonContainer {
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.bodClass .PersonContainer h3 {
    cursor: pointer;
    margin-top: 14%;
    margin-bottom: 14%;
    padding-right: 60px;
    position:relative;
}

@media screen and (max-width: 960px) {
    .bodClass .PersonContainer h3 {
        margin-top: 0;
        margin-bottom: 0;
        /* height: 190px;*/
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width: 767px) {
    .bodClass .PersonContainer h3 {
        height: auto;
        width: 100%;
        display: inline-block;
        padding-top: 40px;
    }

    .bodClass .PersonContainer h3:after {
        top:50%;
    }
}

@media screen and (max-width: 350px) {
    .bodClass .PersonContainer h3 {
        text-align: center;
        padding-right: 0;
    }
}

.bodClass .PersonContainer h3:after {
    content: "";
    width: 17px;
    height: 17px;
    background: url('../design/mainarrowdown.png') top left no-repeat;
    /*margin: auto;*/
    position: absolute;
    /*top: 0;*/
    bottom: 20px;
    right: 30px;
    opacity: 1;
    transition: 300ms;
}

@media screen and (max-width: 500px) {
    .bodClass .PersonContainer h3:after {
        top:auto;
        right:50%;
        bottom:0;
        margin-right:-8px;
    }
}

.bodClass .PersonContainer h3.active:after {
    background: url('../design/mainarrowdownINV.png') top left no-repeat;
}

.bodClass .PersonContainer h3 .PersonName2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.bodClass .PersonContainer h3 .PersonComma {
    display: none;
}

.bodClass .PersonContainer h3 .PersonSuffix{
    display:block;
}   

.bodClass .PersonContainer h3 .PersonSuffixText {
    font-size: 14px;
    position: relative;
}

.bodClass .PersonContainer h3 .PersonTitle {
    display: block;
}

.bodClass .PersonContainer .PersonDescription span {
    padding-top: 20px;
    display: inline-block;
}
/*END BOD AND MANAGEMENT*/

/*START PROJECTS*/
.accordionContainer + .accordionContainer {
    border-top: 1px solid #ccc;
}

.accordionContainer h3 {
    margin: 0;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    color: #00467F !important;
    position: relative;
}

.accordionContainer h3:after {
    content: "";
    width: 17px;
    height: 17px;
    background: url('../design/mainarrowdown.png') top left no-repeat;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    opacity: 1;
    transition: 300ms;
}

.accordionContainer h3.active:after {
    background: url('../design/mainarrowdownINV.png') top left no-repeat;
}

ul.projectThumbs {
    list-style-type: none;
    padding-left: 0;
}

ul.projectThumbs li {
    display: inline-block;
    vertical-align: top;
    width: 157px;
    padding: 0 29px 12px 0;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: normal;
}

ul.projectThumbs li img {
    width: 100%;
    margin-bottom: 5px;
}

ul.projectThumbs li p {
    font-size: 10px;
    line-height: normal;
    margin-top: 10px;
    display: block;
}

ul.projectThumbs li p a {
    display: block;
    text-align: center !important;
    margin-bottom: 5px;
}
/*END PROJECTS*/

/*START DOWNLOAD LIST TAGS*/
.ModuleDownloadListWithTags {
    display: inline-block;
    width: 100%;
}

.ModuleDownloadListWithTags .ModuleHeader {
    display: none;
    padding: 0 10px;
}

.ModuleDownloadListWithTags .ModuleContainerInner {
    /*border-top: 1px solid #ccc;*/
}

.ModuleDownloadListWithTags .ModuleItemRow {
    /*border-bottom: 1px solid #ccc;*/
    /*padding: 10px 40px 10px 0;*/
    position: relative;
}

.ModuleDownloadListWithTags.InvBrief  .ModuleItemRow > a:after {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e628";
    color: #C10C1D;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}

.ModuleDownloadListWithTags.InvBrief  .ModuleItemRow > a[href*=".pdf"]:after {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e62a";
    color: #C10C1D;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}



.ModuleDownloadListWithTags .ModuleItemRow span.ModuleFileSizeText {
    display: none;
}
/*END DOWNLOAD LIST TAGS*/

/*START PRESS RELEASE*/
.ModulePressRelease {
    display: inline-block;
    width: 100%;
}

.ModulePressRelease .ModuleContainerInnerTop {
    margin-top: 20px;
}

.ModulePressRelease span.ModuleDate {
    display: block;
    color: #c10c1d;
    line-height: 24px;
}

.ModulePressRelease .ModuleYearNavContainerInner {
    display: none;
}

.ModulePressRelease span.ModuleSeparator {
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}

.ModulePressRelease .ModuleItemRow {
    padding: 10px 0;
}
/*END PRESS RELEASE*/

/*--------------------End Global--------------------*/

/*--------------------Start News Page--------------------*/

.news .RssLinkTopContainer{
    margin: 20px 0;
    display:none;
}
.news .RssLinkTopContainer a{
    display: inline-block;
    visibility: hidden;
}
.news .RssLinkTopContainer a:after{
    line-height: 30px;
}
.news-intro h1{
    position:relative;
}
.news-intro h1 a{
    position:absolute;
    right:0;
}
.news-intro h1 a:hover{
    text-decoration: none;
}
.news-intro p{
    font-size: 18px;
    line-height:30px;
}
/*--------------------END News Page--------------------*/



/*--------------------Start Investors Page--------------------*/

/*START Investors Intro*/

.invLinks .inv-row{
    padding-bottom:25px;
    margin-bottom:25px;
    border-bottom: 1px solid #bdbcbc;
}
.invLinks .inv-row a span{
    font-size: 24px;
    margin-left:15px;
}

@media screen and (max-width: 767px) {
    .invLinks .inv-row a span{
        margin-left:0;
        margin-top:15px;
        display:block;
    }
}

/*END Investors Intro*/


/*START Latest News*/

.invLatestNews{
    padding-left:245px;
    padding-bottom:25px;
    border-bottom: 1px solid #bdbcbc;
    /*background-image: url("../design/investors-news-thumbnail.png");*/
    background-image: url("../design/LatestNews.jpg");

    background-position:left top;
    background-repeat: no-repeat;
    margin-bottom:25px;
}
.invLatestNews h1{
    margin:0;
    display:block;
    position:relative;
}
/*.invLatestNews h1:after{*/
/*content:"";*/
/*width:30px;*/
/*height:30px;*/
/*background-image: url("../design/homeButtonArrow.png");*/
/*background-repeat: no-repeat;*/
/*position:absolute;*/
/*margin-left: 30px;*/
/*}*/
.invLatestNews .RssLinkTopContainer{
    display:none;
}
.invLatestNews .ModuleDate{
    display:block;
    color:#c10c1d;
}
.invLatestNews .ModuleItemRow{
    margin-top:30px;
}
.invLatestNews .ModuleItemRow:first-child{
    margin-top:5px;
}
.invLatestNews .ModuleHeadlineLink{
    color:#333333;
}
@media screen and (max-width: 767px) {
    .invLatestNews {
        padding-left:0;
        padding-top: 180px;
    }
}

/*END Latest News*/

/*START Latest Presentation*/

.invLatestPres{
    border-bottom: 1px solid #bdbcbc;
    background-image: url("../design/investors-pres-thumbnail.png");
    background-position:left top;
    background-repeat: no-repeat;
    min-height:200px;
    padding-left:245px;
    margin-bottom:25px;
}
.invLatestPres .RssLinkTopContainer{
    display: none;
}
.invLatestPres .hrefPresentation{
    display: none !important;
}
.invLatestPres .ModuleHeadlineLink{
    font-size:24px;
    //padding-right: 50px;
    display: inline-block;
    padding-top:25px;
}
.invLatestPres .ModuleHeadlineLink:hover{
    text-decoration: none;
}
.invLatestPres .ModuleHeadlineLink:after{
    content:"";
    width:30px;
    height:30px;
    background-image: url("../design/homeButtonArrow.png");
    background-repeat: no-repeat;
    position:absolute;
    margin-left: 30px;
}
.invLatestPres .ModuleHeadlineLink a:after{
    display:none;
}
.invLatestPres .ModuleDate{
    display:block;
}
@media screen and (max-width: 767px) {
    .invLatestPres {
        padding-left:0;
        padding-top: 180px;
        padding-bottom: 20px;
    }
    .invLatestPres .ModuleDate{
        display:block;
    }
}

/*END Latest Presentation*/

/*START Share Structure*/

.invShareStructure{
    border-bottom: 1px solid #bdbcbc;
    padding-left:245px;
    padding-bottom: 25px;
    background-image: url("../design/share-thumbnail.png");
    background-position:left top;
    background-repeat: no-repeat;
    margin-bottom:25px;
}
.invShareStructure table{
    margin-bottom: 20px;
}
.invShareStructure .more-stockInfo{
    position: relative;
}
.invShareStructure .more-stockInfo:after{
    content: "";
    width: 30px;
    height: 30px;
    background: url("../design/homeButtonArrow.png") no-repeat scroll left top;
    margin-left:10px;
    position:absolute;
    top: -7px;
}
@media screen and (max-width: 767px) {
    .invShareStructure {
        padding-left:0;
        padding-top: 180px;
        padding-bottom: 20px;
    }
}

/*END Share Structure*/

/*START Tweeter*/

.TwitterTimeline {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    /*  max-width: 520px;*/
    margin-top:65px;
}
.TwitterTimeline p{
    margin:0 0 10px 0;
}

.TwitterTimeline h1{
    margin:0;
    font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    color: rgb(41, 47, 51);
    display: inline-block;
}

.TwitterTimeline h1 a{
    color: #292f33;
}

.TwitterTimeline .follow-button{
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
    padding: 3px 5px;
    font-weight: 600;
    color: #292f33;
    font-size: 12px;
    float:right;
    line-height: 1;
}

.TwitterTimeline .follow-button i{
    color: #55acee;
    margin-right:3px;
    display:inline-block;
}

.TwitterTimeline .timeline-header{
    border-bottom: 1px solid #e8e8e8;
    padding:12px;

}

.TwitterTimeline li.twitter-item{
    list-style: none;
    padding: 13px 13px 13px 73px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}

.mCSB_inside > .mCSB_container{
    margin-right:15px !important;
    border-right: 1px solid #e8e8e8;
}

.TwitterTimeline .date-url{
    float:right;
    color: #707070;
    font-size:13px;
}

.TwitterTimeline .sub-header img{
    position: absolute;
    left: 13px;
    top: 13px;
}

.TwitterTimeline .sub-header .name{
    font-weight: 600;
    color: #292f33;
}

.TwitterTimeline .sub-header .nickname{
    color: #707070;
    font-size:13px;
}

.tweeterWidget .url-profile{
    margin-left:13px;
}

.TwitterTimeline .timeline-footer{
    padding: 6px 10px;
    background: #e5e5e5;
}

.TwitterTimeline .timeline-footer a{
    color: #707070;
    background: #fff;
    padding:6px;
    display:block;
    border: 1px #ccc solid;
    border-radius: 4px;
}
.TwitterTimeline .timeline-footer a:hover{
    text-decoration: none;
    border-color: #999999;
}

.TwitterTimeline .entry-footer{
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.TwitterTimeline .entry-footer .expand{
    color: #707070;
}

.TwitterTimeline .entry-footer .stats:before{
    content:"·";
    margin-right: 3px;
    margin-left: 6px;
}

.TwitterTimeline .entry-footer .stats{
    display:none;
}

.TwitterTimeline .entry-footer.expanded{
    border-top: 1px solid #e8e8e8;
    padding-top:10px;
}

.TwitterTimeline .entry-footer.expanded .stats{
    display:inline-block;
}

.TwitterTimeline .entry-footer .stats a{
    color: #707070;
    margin-right:5px;
}


.TwitterTimeline .entry-footer ul{
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    display: none;
    float:right;
}

.TwitterTimeline li.twitter-item:hover .entry-footer ul{
    display:inline-block;
}

.TwitterTimeline .entry-footer.expanded ul{
    display:inline-block;
}

.TwitterTimeline .entry-footer ul li{
    display:inline-block;
}

.TwitterTimeline .entry-footer ul li a{
    width: 20px;
    height:15px;
    display:inline-block;
    margin-left:8px;
}

.TwitterTimeline .entry-footer ul li a.reply-action{
    background-image: url("../design/reply.png");
}
.TwitterTimeline .entry-footer ul li a.retweet-action{
    background-image: url("../design/retweet.png");
}
.TwitterTimeline .entry-footer ul li a.like-action{
    background-image: url("../design/like.png");
}



@media screen and (max-width: 479px) {
    .TwitterTimeline .sub-header img{
        position: static;
        float:left;
        margin-right:5px;
        height:32px;
    }
    .TwitterTimeline .sub-header{
        margin-bottom:4px;
    }
    .TwitterTimeline .sub-header .name,
    .TwitterTimeline .sub-header .nickname,
    .TwitterTimeline p{
        font-size:12px;
    }
    .TwitterTimeline li{
        padding: 13px;
    }
}
/*END Tweeter*/

/*--------------------End Investors Page--------------------*/


/*--------------------Start Presentation Page--------------------*/

/*START Latest Presentation*/
.slideshare {
    position: relative;
    width: 100%;
}

.slideshow {
    position: relative;
    padding-bottom: 82.25% !important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.slideshow iframe,
.slideshow object,
.slideshow embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*END Latest Presentation*/

/*START Presentations*/

.presMod .ModuleYearNavContainerInner{
    padding-bottom: 10px;
    border-bottom: 1px solid #bdbcbc;
}
.presMod .ModuleYearNavContainerInner a{
    padding: 0 10px;
}
.presMod .ModuleYearNavContainerInner a.selected{
    color:#C10C1D;
}
.presMod .ModuleItemRow{
    padding: 15px 10px;
}
.presMod .ModuleNotFound{
    padding: 15px 10px;
}

/*END Presentations*/

/*--------------------END Presentation Page--------------------*/


/*--------------------START Media Coverage Page--------------------*/
.MediaCov .ModuleThumbnailLink,
.MediaCov .ModuleMoreLink{
    display:none;
}
/*--------------------End Media Coverage Page--------------------*/

/*--------------------START Financial Reports Page--------------------*/

.fin-report h2,
.fin-report h4{
    margin:0;
}
.fin-report ul{
    padding:0;
    list-style: none;
}
.fin-report table {
    width:100%;
}
/*.fin-report h4 a:after{
    content: "";
    width: 17px;
    height: 17px;
    background: transparent url("../design/mainarrow.png") no-repeat scroll left top;
    position: absolute;
    margin-left:10px;
}*/



/*--------------------END Financial Reports Page--------------------*/

/*--------------------START Page Not Found--------------------*/

.pnf{
    margin-bottom: 50px;
}

/*START Site Map*/

.SiteMapList .SiteMap-Level3{
    margin-left:15px;
}

.SiteMapList .SiteMap-Level4{
    margin-left:30px;
}

/*END Site Map*/


/*--------------------END Page Not Found--------------------*/

.Rss i {
    font-family: 'Q4-Default-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color:#00467f;
}

/*.thankYouUnsub{*/
/*color: #01ec01 !important;*/
/*}*/


/*--------------------START Blog Page--------------------*/

.blog-post{
    float:left;
    width:100%;
}

.blog-post .inner{
    padding-top: 20px;
}

.blog-body .thumb{
    float:left;
    margin-right: 15px;
    max-width: 200px;
}

@media screen and (max-width: 479px) {
    .blog-body .thumb{
        float:none;
        display:block;
    }
}

.blog-pagination .showing{
    margin-bottom:20px;
}

.blog-pagination .prev{
    background-color: #00467f;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    left: 0;
    padding: 10px;
    position: absolute;
}

.blog-pagination .next{
    background-color: #00467f;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 0;
}

.PaneContent .blog-pagination ul li{
    cursor: pointer;
    display: inline-block;
    padding: 10px;
}

.blog-pagination ul li.active{
    background-color: #00467f;
    color: #fff;
}

/*.blog-pagination{
    float:right;
    color: #00467f;
}

.blog-pagination div,
.blog-pagination span{
    display:inline-block;
}

.blog-pagination ul{
    list-style: none;
    padding:0;
}

.PaneContent .blog-pagination ul li{
    display:inline-block;
    padding: 5px 10px;
}

.PaneContent .blog-pagination ul li.active{
    background-color: #c10c1d;
    color:#fff;
}

.blog-pagination span,
.blog-pagination ul li{
    cursor: pointer;
}*/
.back-link{
    display: block;
    float:none !important;
    text-align: right;
}

.back-link:before{
    font-family: 'Q4-Default-Icons' !important;
    content: "\e671" !important;
    color: #c10c1d;
    vertical-align: baseline !important;
}
/*--------------------END Blog Page--------------------*/

/*--------------------Start Event Details Page--------------------*/

.detailsEvent .ModuleSpeakers h3{
    font-size: 15px;
    color: #333333;
    margin: 0;
    display: inline;
    text-transform: capitalize;
}

.detailsEvent .ModuleSpeakers ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.detailsEvent .ModuleSpeakers ul li{
    display:inline;
}

/*--------------------END Event Details Page--------------------*/

/*--------------------START Photo Galleries Page--------------------*/

.photoGalleries {
    position: relative;
    width: 100%;
}

.photoGall-wrapper {
    position: relative;
    padding-bottom: 82.25% !important;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.photoGall-wrapper iframe,
.photoGall-wrapper object,
.photoGall-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    max-height:100%;
}

/*--------------------END Photo Galleries Page--------------------*/


.fancybox small{
    font-size:15px;
    line-height:23px;
    margin-top: 10px;
    display: block;
}

.projectThumbs i,
.fancybox i{
    font-family:"Fira Sans", sans-serif !important;
}

.StockQuoteContainer .StockTableItem a{
    cursor:text;
}

.detailsEvent .ModuleLinks a:after{
    position:absolute;
    right:-30px;
    top:0;
    line-height: 1;
}

.news .ModulePDFDownload:before{
    display:none;
}

.ModulePressReleaseDetails pre,
.ModulePressReleaseDetails i{
    font-family:"Fira Sans", sans-serif !important;
    font-style:italic;
}

.Languageda-DK .SecondaryNav ul.level1 {
    padding-left: 10px;
}

.project-ontario img{
    width:60%;
}

@media screen and (max-width: 767px) {
    .project-ontario img{
        width:100%;
    }
}


@media screen and (max-width: 580px) {
    .HomeButtons .ModuleItemRow{
        text-align: center;
    }

    .HomeButtons .ModuleHeadlineLink{
        text-align: center;
    }

    .HomeButtons .ModuleItemRow span.ModuleFileDescriptionText{
        text-align: center;
    }

    .HomeButtons .ModuleFileDescriptionText a::after{
        bottom:20px;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive{
        overflow-x:scroll;
        padding:10px 5px;
    }

    .CustomTable{
        width:767px;
    }
}

.ModulePressRelease .ModuleThumbnailLink{
    display:none;
}

.ModulePressRelease .ModulePDFDownload{
    display:none;
}

.ModulePressRelease .ModuleMoreLink{
    display:none;
}


.subscribe .MailingListCol2{
    position:relative;
}

/*.subscribe .MailingListCol2 .RequiredField{
    position: absolute;
    right: 0;
    top:0;
    line-height: 33px;
}*/

/*.Languageen-CA .subscribe .MailingListCol2 .RequiredField{
    position:static;
}*/
.subscribe .MailingListCol2 .RequiredField{
    line-height: 33px;
    position: absolute;
    right: -5px;
    top: 0;
}


.MailingListForm.Title .MailingListCol2{
    position:relative;
}



/*.Languageen-CA .MailingListForm.Title .MailingListCol2 .RequiredField{
    position:static
}*/

/*.Languageda-DK .MainNav .level3{*/
/*word-break: break-all;*/
/*}*/

.MailingListUnsubscribeContainer .MailingListCol2{
    position:relative;
}

.MailingListUnsubscribeContainer .MailingListCol2 .RequiredField{
    position: absolute;
    right: -5px;
    top: 0;
    line-height: 33px;
}

@media screen and (max-width: 767px) {
    .ModulePressReleaseDetails h1{
        font-size:17px;
    }

}

.MediaCov .ModuleHeadlineLink {
    display:block;
    position:relative;
    padding-right:45px;
}
.MediaCov a.ModuleHeadlineLink[href$=".pdf"]:after {
    position:absolute;
    top:0;
    right:20px;
    font-size:20px;
}
.MediaCov .ModuleItemRow {
    padding-left:10px;
}

.responsive-embed-inner {
    position: relative;
    padding-bottom: 66.5%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.responsive-embed-inner iframe,
.responsive-embed-inner object,
.responsive-embed-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: 1;*/
}


.TechnicalReports a[href$=".pdf"]:after{
    display:none;
}
.TechnicalReports a[href$=".pdf"]:before{
    font-family: 'Q4-Default-Icons';
    content: "\e62a";
    color: #C10C1D;
    margin-right: 10px;
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    position:absolute;
    left:0;
    top:0;
}

.Languageen-CA .TechnicalReports .ModuleHeadlineLink,
.Languageda-DK .TechnicalReports .ModuleHeadlineLink {
    word-break:normal;
    padding-left:30px;
    position:relative;
}


.Languageen-CA .accordionContent a[href$=".pdf"]{
    word-break:normal;
}

.pdr100{
    padding-right:100px;
}

.Languageda-DK .pdr100{
    word-break:normal;
}


.InvBrief .ModuleHeadlineLink{
    padding-right:35px;
    word-break: normal;
}

.Languageda-DK .PastEvents .ModuleDate {
    text-transform: capitalize;
}

.vsbPage .Breadcrumb {
    display:none;
}
.page--opportunity .bg-grey {
   /* background-color: #f2f2f2; */
}
.page--opportunity .PaneContent .HtmlTextContainer  {
    padding: 16px; 12px;
}
.page--opportunity .PaneContent h1 .ModuleTitle {
    text-align: center;
    display:  block;
}
.page--opportunity .module_table td {
    width: 50%;
    padding: 0 8px;
}
@media screen and (max-width: 991px) {
.page--opportunity .module_table {
    width: 100%;
    display: block;
}
.page--opportunity .module_table td {
    width: 100%;
    display: block;
    padding: 0px;
}
}

.slider .slider-item {
   
    background-size: contain;
  
}

.homeslidertext{
// background: #4a6c8f;
  background: #00467f;
  
    display: flex;
    margin-top: 228px;
    margin-bottom: 0px;
    width: 198%;
    margin-left: -471px;
    padding-bottom: 2px;
padding-left: 414px;
    padding-top: 0px;
	opacity: 0.8;
}

