/* ==============================================================================
* Website:
* Filename: all.css
* Media: all
* Structure: RESET, GLOBAL, PAGE LAYOUT, HEADER, MAIN, FOOTER
============================================================================== */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: GLOBAL */

:focus {
    outline: none;
}

.parbase.html {
    position: relative;
}

/* style-my-tootltips plugin, tooltip styling */
#s-m-t-tooltip{
    /* basic */
    max-width:300px;
    z-index:10;
    margin:24px 14px 7px 12px;
    /* style and design */
    padding:8px;
    background:#fff; /* fallback if rgba not supported */
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
    box-shadow:2px 2px 0 rgba(0,0,0,0.15),-1px -1px 0 rgba(255,255,255,0.3);
    /* font */
    font-family:Verdana,Geneva,sans-serif;
    font-size:11px;
    line-height:16px;
    color:#000;
}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: (END) GLOBAL */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: MAIN */
.banner {
    border-bottom: 1px solid #ececec;
}

.toolbar {
    border-bottom:1px solid #ececec;
    min-height:62px;
    padding: 0 25px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.mappage .toolbar,
.journey-of-a-diamond .toolbar,
.the-4-cs .toolbar,
.glossary .toolbar {
    border-bottom:0;
}
.imagegallerypage .toolbar,
.videogallerypage .toolbar {
    margin-bottom:20px;
}
.breadcrumb,
.tools {
    display: table-cell;
    height: 62px;
    vertical-align: middle;
}

.toolbar .cq-placeholder-breadcrumb {
    width: 1px !important;
}

body.company-news .breadcrumb,
body.company-news .tools,
body.de-beers-in-the-news .breadcrumb,
body.de-beers-in-the-news .tools {
    vertical-align: top;
    padding-top: 19px;
    width: 300px;
}

body.contactuspage .breadcrumb,
body.contactuspage .tools,
body.presentations .breadcrumb,
body.presentations .tools {
    width: 300px;
}

.breadcrumb a,
.breadcrumb span {
    font-size: 16px;
    font-family: 'Libre Baskerville',"Times New Roman",Times,serif;
    font-style: italic;
}

.breadcrumb a {
    color: #8e8e8d;
    text-decoration: none;
}

.breadcrumb span.delimiter {
    display: inline-block;
    width: 7px;
    height: 12px;
    margin: 0 4px 0 7px;
    background: url(../images/icons/breadcrumb.png) no-repeat center;
    -webkit-background-size: 7px 12px;
    -moz-background-size: 7px 12px;
    background-size: 7px 12px;
}

.tools .inner {
    float: right;
}

.tools .inner img {
   vertical-align: middle;
}

.tools .addthis_toolbox,
.tools .print,
.tools .share {
    display: inline-block;
    height: 18px;
    margin-left: 13px;
    cursor: pointer;
}

.tools .addthis_toolbox {
    width: 26px;
}

.tools .print {
    width: 18px;
}

.tools .addthis_toolbox img,
.tools .print img,
.tools .share img {
     width: 100%;
}

.tools .share {
    width: 18px;
    position: relative;
}

.addthis_sharing_toolbox {
    display: none;
    position: absolute;
    top: 30px;
    width: 145px;
    right: -22px;
    padding-top: 7px;
    z-index:1;
}

.vjs-fullscreen.video-js {
    z-index:6000 !important;
}

.explore-slide-wrapper {
    height:100%;
}

.contentpage .youtube-video iframe {
    display:block;
    margin:0 auto;
}

.timelinepage .timeline-item .mobile {
    display:none;
}

.timelinepage .timeline-item .mobile .text,
.timelinepage .timeline-item .mobile .image {
    border-bottom:1px solid #000;
}

.emergency-button { display: block; position: relative; z-index: 1000; margin-top: 1px; color: #ffffff; padding: 5.5px 30px; background: #000000; font-family: FlamaCondensed-Medium, arial, sans-serif; text-transform: uppercase; letter-spacing: 0.5px; max-width: 130px; }
.sectionpage .emergency-button { position: absolute !important; }
.em-btn .dl-wrap-menuopen .dl-menuwrapper { padding-top: 35px; }

/* ----------------------------------------------- MAIN MENU*/

.menu-wrapper {
    height: 90px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hp-menu {
    position: absolute;
    width: 0;
    right: -100%;
    overflow: hidden;
    z-index: 20000;
}

.index.cq-wcm-edit .menu-wrapper,
.index.cq-wcm-design .menu-wrapper {
/*     width: 71%; */
    z-index: 5000 !important;
    right: 90px;
}

.menu-wrapper ul {
    float: right;
    margin-bottom: 0;
}

.menu-wrapper ul li {
    list-style: none;
    display: table-cell;
    margin-left: 0;
    height: 90px;
    vertical-align: middle;
    padding-right: 30px;
}

.menu-wrapper .third-level-pages li a {
    letter-spacing: 0px;
}

.menu-wrapper ul li a {
    font-family: FlamaCondensed-Medium, arial, sans-serif;
    font-size: 130%;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    line-height: 1;
    padding: 7px 0;
    letter-spacing: 2px;
    position: relative;
}

.menu-wrapper .second-level-pages a {
    letter-spacing: 1px;
}


.menu-wrapper ul li.selected a,
.second-nav ul li.current a,
.second-nav ul li.opened a {
    background: url(../images/icons/nav-active.png) no-repeat center bottom;
}

.menu-wrapper ul li > a:hover {
    background: url(../images/icons/nav-hover.png) no-repeat center bottom;
}

/* Multi Menu */
.topnavmultimenuitem { position: absolute; top: 91px; z-index: 40001; background: white; width: 100%; left: 0; border: 1px solid #ececec; border-top: 0px; }
.topnavmultimenuitem ul { width: 100%; }
.topnavmultimenuitem ul > li { padding: 30px; border-right: 1px solid #ececec; vertical-align: top; }
.topnavmultimenuitem ul > li > span { display: table-cell; width: 70%; margin: auto; padding: 0 10px 20px; border-bottom: 1px solid #ececec; text-align: left !important;  }
.topnavmultimenuitem ul > li > span a { font-size: 98%; display: block; }
.topnavmultimenuitem ul > li > span a:hover { text-decoration: underline; }
.topnavmultimenuitem ul > li > span > span { font-family: 'ITC Franklin Gothic LT W01 Bk'; font-size: 100%; max-width: 220px; width: 100%; display: table-cell; line-height: 18px; text-align: left !important; }
.topnavmultimenuitem ul > li > span > a:before { color: #000;
    content: "\f105";
    display: block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 24px;
    position: absolute;
    left: -20px;
    top: 1px;
    text-indent: 0;
    text-rendering: auto; }

.topnavmultimenuitem .third-level-pages li:first-of-type { margin-top: 20px; }
.topnavmultimenuitem .third-level-pages li { width: 70%; padding: 0px; border-right: 0px; display: block; margin: 3px -13px 0px; padding-left: 35px; min-height: 20px; height: 100%; }
.topnavmultimenuitem .third-level-pages li a { font-family: 'ITC Franklin Gothic LT W01 Bk'; font-size: 14px; text-transform: capitalize; text-align: left; display: block; }
.topnavmultimenuitem .third-level-pages li a:hover { background: transparent; text-decoration: underline; }
.topnavmultimenuitem .third-level-pages li a:before { color: rgba(0,0,0,0.8);
    content: "\f105";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    left: -20px;
    top: 4px;
    text-indent: 0;
    text-rendering: auto; }

/* ----------------------------------------- (END) MAIN MENU*/

/* ------------------------------------------ SECONDARY MENU*/

.second-nav {
    position: relative;
}

.second-nav h3 {
    display: none;
}

.second-nav ul {
    margin-bottom: 0;
    background: #efefef;
    width: 100%;
    display: table;
}

.second-nav ul li {
    list-style: none;
    display: table-cell;
    margin-left: 0;
    height: 90px;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}

.second-nav ul li:first-child {
    border-left: none;
}

.second-nav .total-10 ul li {
    width: 10%;
}

.second-nav .total-9 ul li {
    width: 11.111%;
}

.second-nav .total-8 ul li {
    width: 12.5%;
}

.second-nav .total-7 ul li {
    width: 14.285%;
}

.second-nav .total-6 ul li {
    width: 16.666%;
}

.second-nav .total-5 ul li {
    width: 20%;
}

.second-nav .total-4 ul li{
    width: 25%;
}

.second-nav .total-3 ul li{
    width: 33.33%;
}

.second-nav .total-2 ul li {
    width: 50%;
}

.second-nav .total-1 ul li {
    width: 100%;
}

.second-nav ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    line-height: 1;
    padding: 7px 0;
}

.second-nav ul li ul {
    display: none;
}

/* ------------------------------------ (END) SECONDARY MENU*/


/* -------------------------------------------------- SEARCH*/

.search-container {
    right: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.homepage-search {
    width: 25%;
}

.index.cq-wcm-edit .homepage-search,
.index.cq-wcm-design .homepage-search  {
    margin-top: -90px !important;
    height: 90px !important;
}

.sectionpage-search {
    position: absolute;
    bottom: 0;
    width: 400px;
}

.innerpage-search.visible {
    overflow: visible !important;
}

.contentpage-search.visible {
    position: relative;
}

.contentpage-search.open {
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.searchfield {
    display: table;
    height: 90px;
    width: 100%;
    background: #efefef;
}

.contentpage-search .searchfield {
    width: 400px;
    float: right;
}

.search-field-wrapper {
    height: 90px;
    display: table-row;
}

.search-field-wrapper form {
    display: table-cell;
    vertical-align: middle;
    padding: 0 40px;
    position: relative;
}

input.search-field {
    font-size: 95%;
    background: #efefef;
    border: none;
    width: 100%;
}

input.search-button {
    position: absolute;
    right: 0;
    width: 90px;
    height: 90px;
    z-index: 20000;
    bottom: -90px;
    -webkit-appearance: inherit;
    border: none;
    background: none;
    text-indent: 1000px;
    overflow: hidden;
    cursor: pointer;
}
/* -------------------------------------------- (END) SEARCH*/

/* ------------------------------------------------------------------- PIPELINE */

#pipeline-toolbar {
    position:absolute;
    width:100%;
    border-bottom:0;
}

#pipeline-toolbar .breadcrumb {
    position:relative;
    display:inline;
    width:33%;
    top:20px;
    z-index:1;
}

#pipeline-toolbar .tools {
    display:inline;
    position:relative;
    z-index:1;
}

#pipeline-toolbar .tools .inner {
    top:20px;
    position:relative;

}

/* ------------------------------------------------------------- (END) PIPELINE */

@media only screen and (min-width: 968px) {
    .homepage-pod.pod2 .pod-inner { padding-top:60px; }
    body.performanceoverviewpage .child-nav-wrapper { max-width: 10000px;} /*IMPORTANT FOR MEASURMENT*/
}
@media only screen and (min-width: 1100px) {
    .homepage-pod.pod2 .pod-inner { padding-top:110px; }
}
@media only screen and (min-width: 1610px)  {
    .title-heading { padding: 46px 52px 58px !important; }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::: DISCOVERY TO DESIRE */
@media only screen and (max-width: 1820px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:400% }
}
@media only screen and (max-width: 1740px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:380% }
}
@media only screen and (max-width: 1680px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:360% }
}
@media only screen and (max-width: 1620px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:340% }
}
@media only screen and (max-width: 1560px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:320% }
}
@media only screen and (max-width: 1500px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:300% }

     /* Navigation Megapane */
    .topnavmultimenuitem ul > li > span a,
    .topnavmultimenuitem ul > li > span > span,
    .topnavmultimenuitem .third-level-pages li a { font-size: 80%; line-height: 14px; padding-top: 3px; }
    .topnavmultimenuitem .third-level-pages li a:before { top: 0px; }

    .topnavmultimenuitem ul > li > span > a:before { top: -3px; }

    .topnavmultimenuitem ul > li { padding: 10px; padding-bottom: 25px; }

}
@media only screen and (max-width: 1440px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:280% }
}
@media only screen and (max-width: 1380px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:260% }
}
@media only screen and (max-width: 1320px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:240% }

}
@media only screen and (max-width: 1260px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:220% }
}
@media only screen and (max-width: 1200px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:200% }
}
@media only screen and (max-width: 1150px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:195% }
}
@media only screen and (max-width: 1100px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:230% }
}
@media only screen and (max-width: 1050px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:220% }
}
@media only screen and (max-width: 1025px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:215% }
}
@media only screen and (max-width: 1000px)  {
    .discover-btn .discover-upper h2, .discover-btn .discover-lower h2 { font-size:200% }
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::: END DISCOVERY TO DESIRE */

@media only screen and (max-width: 1680px) and (max-height: 1050px)  {
    .pod-inner {
        padding:50px;
    }
}

@media only screen and (max-width: 1660px)  {
    .menu-wrapper ul li {
        padding-right:15px;
    }
}

@media only screen and (max-width: 1500px) {
    .menu-wrapper ul li a {
        font-size:120%;
    }
}

@media only screen and (max-width: 1465px) {
    .title-heading .title h1 {
        font-size: 730%;
        letter-spacing: 7px;
    }
    /* ----------------------- HOMEPAGE */
    .homepage-pod .heading {
        font-size: 201%;
    }

    .homepage-pod .subheading {
        font-size: 115%;
    }
    /* ----------------------- (END) HOMEPAGE */
}

@media only screen and (max-width: 1440px) {
    .menu-wrapper ul li a {
        font-size:110%;
    }
    .pod-inner {
        padding:50px;
    }
}

@media only screen and (max-width: 1415px) {
    .title-heading .title h1 {
        font-size: 720%;
        letter-spacing: 7px;
    }
}

@media only screen and (max-width: 1370px) and (max-height: 800px) {
    .pod-inner {
        padding:40px;
    }

    .third-level li {
        margin-left: 32px;
        padding-right: 32px;
    }

    .third-level li:first-child {
        margin-left: 0;
    }

    .third-level li a {
        font-size: 105%;
    }

    .exploreBannerImage {
        height: 50%;
    }

    .tools .addthis_toolbox {
        width: 20px;
    }

    .tools .print {
        width: 16px;
    }

    .tools .share {
        width: 15px;
    }

}

@media only screen and (max-width: 1360px) {
    .title-heading .title h1 {
        font-size: 660%;
    }
    .menu-wrapper ul li a {
        font-size:100%;
    }

    .topnavmultimenuitem ul > li > span > a:before {
        left: -20px;
        top: -3px;
    }
}

@media only screen and (max-width: 1300px) {
    .title-heading .title h1 {
        font-size: 640%;
    }
    .third-level li:first-child {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .title-heading .title h1 {
        font-size: 600%;
        letter-spacing: 6px;
    }
    .pod-inner {
        padding: 50px;
    }
    /* ----------------------- HOMEPAGE */
    .homepage-pod .heading {
        font-size: 189%;
    }

    .homepage-pod .subheading {
        font-size: 110%;
    }
    /* ----------------------- (END) HOMEPAGE */

    .breadcrumb a, .breadcrumb span {
        font-size: 15px;
    }

    .explore-banner.technology .breadcrumb,
    .explore-banner.sales .breadcrumb,
    .explore-banner.sales .tools
    .explore-banner.mining .breadcrumb,
    .explore-banner.mining .tools,
    .explore-banner.exploration .breadcrumb {
        width: 230px;
    }

    .explore-banner.exploration .tools {
        width: 200px;
    }

     .explore-banner.technology .tools {
        width: 160px;
    }

    .explore-banner .third-level li a {
        font-size: 15px;
    }
    .menu-wrapper ul li {
        padding-right:10px;
    }
    .menu-wrapper ul li a {
        font-size:95%;
    }
    .centre-nav ul li a {
        font-size:15px;
    }
    .section_building-forever ul.page-links {
        max-width:320px;
    }
    ul.page-links li {
        padding:0 5px;
    }
    .second-nav ul li a {
        font-size:90%;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 800px) {
    .pod-inner {
        padding: 35px;
    }
}


@media only screen and (max-width: 1220px) {
    .explore-banner .third-level .third-level li {
        margin-left: 29px;
        padding-right: 35px;
    }
}

@media only screen and (max-width: 1200px) {
    .menu-wrapper ul li a {
        font-size:90%;
        line-height: 1.3;
        display: block;
    }
}

@media only screen and (max-width: 1160px) {
    .menu-wrapper ul li a {
        font-size:85%;
        line-height: 1;
        letter-spacing: 1px;
    }
    .title-heading .title h1 {
        font-size: 565%;
        letter-spacing: 6px;
    }

    #group-websites {left:158px;}
}

@media only screen and (max-width: 1100px) {
    .leadership .thumbnail-wrapper img {
        width: 100%;
    }
    .title-heading {
        padding: 37px 52px 33px;
        height: 130px;
    }

    .title-heading .title h1 {
        font-size: 460%;
    }

    .title-heading .text p {
        font-size: 140% !important;
    }

    /* ---------------------------- HOMEPAGE */

    .pod-inner {
        padding: 45px 35px;
    }

    .discover-btn {
        right: 50px;
        z-index: 1500;
    }

    body.index .action-button,
    body.index .offcenter-position,
    body.index .offcenter-position img {
        height: 50px;
    }

    .menu-wrapper,
    .menu-wrapper ul li {
        height: 50px;
    }

    .topnavmultimenuitem { top: 51px; }

    body .logo img,
    .functional-heading .search-trigger-button img {
        height: 50px !important;
    }

    .functional-heading .search-trigger-button {
        width: 50px;
    }

    .second-nav ul li {
        height: 50px;
    }

    .childpagedetailednavigation .child-nav-element h3 {
        height: 50px;
    }
    /* ---------------------- (END) HOMEPAGE */

    .grid-4C-pod-inner {
        padding: 137px 90px 0;
    }

    .childpagedetailednavigation .child-nav-element h3 a {
        font-size: 75%;
    }

    .section_building-forever ul.page-links {
        max-width:240px;
    }

}

@media only screen and (max-width: 1024px) {
    .pod-inner {
        padding:35px;
    }
    .content-page-header h1,
    .content-page-header h2 {
        font-size: 335%;
    }

    p {
       font-size: 90%;
       margin-bottom: 0.9em;
    }

    .parsys .text li,
    .newsarticlepage .news-article-content .text li,
    .blogarticlepage .news-article-content .text li {
        font-size:90%;
    }

    .explore-banner-content h2 {
        font-size: 335%;
    }

    .contentpage h3 {
        font-size: 215%;
        margin-top: -4px;
    }

    .link-grid-thumbnail-label h3 {
        font-size:175%;
    }

    .explore-banner-content h2 {
        font-size: 335%;
    }

    #contentPane .news {
        height: 375px;
    }

    #contentPane .presentation {
        height: 260px;
    }

    /* ------------------------------ HEADER */

    ul.page-links li {
        padding-left:5px;
        padding-right:5px;
    }

    .second-nav ul li a {
        font-size: 75%;
    }

    .explore-banner.exploration .tools,
    .explore-banner .tools {
        width: 110px;
    }

    .third-level li {
        margin-left: 10px;
        padding-right: 30px;
    }

    .explore-banner .third-level li a,
    .third-level li a {
        font-size: 75%;
    }

    .breadcrumb a, .breadcrumb span {
        font-size: 75%;
    }

    .breadcrumb span.delimiter {
        width: 5px;
        height: 9px;
        margin: 3px 4px 0 7px;
        background: url(../images/icons/breadcrumb.jpg) no-repeat;
        background-size: contain;
    }

    body.company-news .breadcrumb,
    body.company-news .tools,
    body.de-beers-in-the-news .breadcrumb,
    body.de-beers-in-the-news .tools {
        width: 130px;
    }

    body.explore-banner.technology .breadcrumb {
        width: 180px;
    }

    body.explore-banner.technology .tools {
        width: 120px;
    }

    body.presentations .breadcrumb,
    body.presentations .tools {
        width: 176px;
    }

    .explore-banner.exploration .breadcrumb,
    .explore-banner .breadcrumb {
        width: 190px;
    }

    .tools {
        width: 90px;
    }

    .tools .addthis_toolbox, .tools .print, .tools .share {
        height: 15px;
        width: 15px;
        margin-left: 10px;
    }

    .tools .addthis_toolbox img {
        width: 17px;
    }

    .tools .print img {
        width: 14px;
    }

    .tools .share img {
        width: 13px;
    }

    .centre-nav ul li a {
        font-size: 75%;
    }

    .sbHolder a.sbSelector {
        font-size: 75%;
        padding-top:21px;
    }

    /* ------------------------ (END) HEADER */

    .childpagedetailednavigation .child-nav-element h3 a {
        font-size: 75%;
    }

    .exploreBannerImage {
        height: 50% !important;
    }

    .tabs .tabs-controls-wrapper,
    .tabs .tabs-controls-wrapper ul.tabs-controls-list {
        height: 50px;
    }

    .letter-links-wrapper ul li {
        height: 50px;
    }

    .grid-4C-pod {
        height: 830px;
    }

    #contentPane .news-pres .thumbnail {
        width: 150px;
        height: 150px;
    }

    #contentPane .news-pres .details {
        padding: 46px 20px;
    }

    #contentPane .news .details .summary {
        max-height: 150px;
        height: auto;
    }

    .timelinepage .timeline-item .text h3 {
        font-size: 320%;
        margin-bottom: 15px;
    }

    .timelinepage .timeline-item .text p {
        font-size: 100%;
        margin-bottom: 10px;
    }

    .imagegallerypage .gallery-item {
        width: 33.33%;
    }

    .imagegallerypage .gallery-item:nth-child(4n+4) {
        border-right: inherit;
    }

    .imagegallerypage .gallery-item:nth-child(3n+3) {
        border-right: none;
    }

    .media-contacts .par,
    .contactuspage .par {
        width: 100%;
        max-width: 743px;
    }

    .contactuspage .parsys_column div.column_2-c0 {
        margin-left: 30px;
    }

    .media-contacts .parsys_column div.column_2-c1 {
        margin-right: 20px;
    }

    .media-contacts .parsys_column div.column_2-c0 {
        width: 320px;
        margin-right: 20px;
        text-align: center;
        margin-left: 20px;
    }

    .media-contacts .parsys_column div.column_2-c1 {
        width: 326px;
        margin-left: 20px;
        text-align: center;
        margin-right: 20px;
    }

    .contactuspage .parsys_column div.column_2-c0 {
        width: 306px;
        margin-right: 40px;
        text-align: center;
    }

    .contactuspage .parsys_column div.column_2-c1 {
        width: 306px;
        margin-left: 40px;
        text-align: center;
    }

    .media-contacts .contact-address {
        height: 200px;
    }

    .contact-address h3 {
        font-size: 200%;
    }

}

@media only screen and (max-width: 768px) and (max-height: 1280px) {
    /* ---------------------------- HOMEPAGE */
    .pod-inner {
        padding: 65px 40px;
    }
    /* ---------------------- (END) HOMEPAGE */
}

@media only screen and (max-width: 1020px) {

    .grid-4C-pod-inner {
        padding: 120px 90px 0;
    }

    .childpagedetailednavigation .child-nav-element h3 {
        height: 50px;
    }
}


@media only screen and (max-width: 968px) {
    body.index, body.sectionpage {
        overflow: visible;
    }
    .title-heading .title h1 {
        font-size: 380%;
    }
    .title-heading .text p {
        font-size: 115% !important;
    }

    .grid-4C-pod {
        height: 870px;
    }

    .grid-4C-pod-inner {
        padding: 100px 50px 0;
    }

    .mobile-only-publish {
        display: block;
        position: relative;
    }

    .where-we-operate .mobile-only {
        display: block;
        height: auto !important;
    }

    .where-we-operate .desktop-only {
        display: none;
    }

    .stay-in-touch .parbase.html:first-child {
        top: 60px;
    }

    #expand-group-websites {
        left:0px;
    }

    /* ----------------------------- GENERAL */

    div.column_4-c0 { width: 49.5%; float: left; margin-right: 1%; }
    div.column_4-c1 { width: 49.5%; float: left; margin-right: 0; }
    div.column_4-c2 { width: 49.5%; float: left; margin-right: 1%; }
    div.column_4-c3 { width: 49.5%; float: left; }

    /* ----------------------- (END) GENERAL */

    /* ------------------------------ HEADER */

    .functional-heading .inner {
        position: relative;
        display: block;
    }

    body.index .logo {
        padding-left: 20px;
    }

    .functional-heading .logo img,
    .functional-heading .search-trigger-button img {
        height: 50px;
    }

    .functional-heading .search-trigger-button {
        width: 50px;
        display: block;
        float: right;
        margin-right: 50px;
        right: 0px;
        top: 0px;
        position: absolute;
    }

    .functional-heading .logo {
        padding-left: 10px;
        display: block;
    }

    .functional-heading .search-trigger-button img {
        border-right: 1px solid #fff;
    }

    .functional-heading {
        background-image: url('../images/icons/homepage-hamburger.png');
        background-position: right 0;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .contentpage-search .searchfield {
        width: 100%;
    }

    .second-nav,
    .menu-wrapper {
        display: none !important;
    }

    .title-heading {
        padding: 40px 22px 10px;
        height: 125px;
    }

    .title-heading .title h1 {
        font-size: 350%;
        letter-spacing: 4px;
    }

    .title-heading .text p {
        font-size: 110% !important;
    }

    .breadcrumb span.delimiter {
        margin: 3px 1px 0 2px;
    }

    .explore-banner .breadcrumb {
        width: 145px;
    }

    .explore-banner.sales .breadcrumb,
    .explore-banner.sales .tools {
        width: 130px;
    }

    .explore-banner.our-brands .breadcrumb,
    .explore-banner.our-brands .tools {
        width: 155px;
    }

    .explore-banner.exploration .breadcrumb {
        width: 155px;
    }

    .explore-banner .tools,
    .explore-banner.exploration .tools,
    .explore-banner.mining .tools{
        width: 85px;
    }

    .explore-banner .third-level {
        margin-right: 0;
    }

    .explore-banner .third-level li {
        margin-left: 18px;
    }

    body .functional-heading .logo .header-external-link { position: absolute; left: 107px; top: 50%; margin-top: 12px; padding-left: 30px; }

    /* ------------------------ (END) HEADER */

    /* ------------------------- MOBILE MENU */

    .mobilemenu {
        display: block;
    }

    .menu {
        position: absolute;
        top: 51px;
        right: 0;
    }

    .dl-wrap-menuopen {
        z-index: 30050;
    }

    #dl-menu-btn {
        width: 55px;
        position: absolute;
        right: 0;
        top: -55px;
        background: none;
        height: 55px;
        border: none;
        text-indent: -900em;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .dl-menuwrapper {
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
    }

    #mobile-content-wrap .dl-menuwrapper {
        overflow-y:hidden;
    }

    .dl-menuwrapper .dl-menu {
        margin: 0;
        background: #fff;
    }

    .dl-menuwrapper ul {
        background: none;
        border-top: 1px solid #a0a09f;
    }

    .dl-menuwrapper li {
        border-bottom: 1px solid #a0a09f;
        margin-left: 0;
    }

    .dl-menuwrapper li.dl-subview,
    .dl-menuwrapper li.dl-subviewopen {
        border-bottom: none;
    }

    .dl-menuwrapper li.opened > a,
    .dl-menuwrapper li.opened li.opened > a,
    .dl-menuwrapper li:hover > a,
    .dl-submenu > li:hover > a,
    .no-touch .dl-menuwrapper li a:hover  {
        background: #d6d6d6;
    }

    .dl-menuwrapper li a {
        color: #000;
        font-family: FlamaCondensed-Medium,arial,sans-serif;
        font-size: 100%;
        text-transform: uppercase;
        padding: 15px 25px 15px 35px;
        letter-spacing: 1.5px;
    }

    .dl-menuwrapper li ul li a {
        font-family: 'Libre Baskerville',"Times New Roman",Times,serif;
        text-transform: none;
        font-size: 90%;
        letter-spacing: 1px;
    }

    .dl-menuwrapper li.dl-back > a {
        padding-left: 82px;
        font-family: FlamaCondensed-Medium, arial, sans-serif;
        text-transform: uppercase;
        background: url(../images/icons/mob-menu-arrow-back.png) no-repeat left top;
        letter-spacing: 1.5px;
        font-size: 100%;
    }

    .no-touch .dl-menuwrapper li.dl-back > a:hover {
        background: #d6d6d6 url(../images/icons/mob-menu-arrow-back.png) no-repeat left top;
    }

    .dl-menuwrapper li a:hover {
        text-decoration: none;
    }

    .dl-menuwrapper li a.submenu-link {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 50px;
        border-left: 1px solid #a0a09f;
        padding: 0;
        text-indent: 200px;
        overflow: hidden;
        background: url(../images/icons/mob-menu-arrow.png) no-repeat center;
    }

    .no-touch .dl-menuwrapper li a.submenu-link:hover {
        background: #d6d6d6 url(../images/icons/mob-menu-arrow.png) no-repeat center;
    }

    .dl-menuwrapper li .dl-submenu {
        margin-bottom: 0;
        border-top: 0;
    }

    /* ------------------- (END) MOBILE MENU */


    /* ---------------------------- HOMEPAGE */
    #main {
        border: none;
        border-top: 55px solid #fff;
        overflow: visible;
    }

    .offcenter-position {
        position: absolute;
        top: -55px;
        z-index: 10000;
        height: 55px;
    }

    body.index .logo,
    body.index .logo img,
    body.index .offcenter-position,
    body.index .offcenter-position img {
        height: 50px;
    }

    .discover-btn {
        right: 0;
    }

    .action-button {
        width: 111px;
    }

    .action-button .search-icon,
    .action-button .menu-icon {
        display: block !important;
        width: 55px;
        height: 55px;
        float: left;
        position: relative;
    }

    .action-button .menu-icon {
        border-left: 1px solid #fff;
    }

    .pod0 .pod-inner,
    .pod1 .pod-inner,
    .pod2 .pod-inner {
        border-top: 1px solid #ababab;
    }

    .pod0 .pod-inner,
    .pod1 .pod-inner,
    .pod3 .pod-inner,
    .pod4 .pod-inner {
        border-right: 1px solid #ababab;
    }

    /* ----------------------- HOMEPAGE */
    .homepage-pod .heading {
        font-size: 191%;
        margin-bottom: 6px;
    }

    .homepage-pod .subheading {
        font-size: 100%;
    }
    .homepage-pod {
        width: 33.33%;
        height: 50%;
        margin-left: 0;
    }

    .pod-inner {
        padding: 65px 40px;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #ababab;
    }
    /* ----------------------- (END) HOMEPAGE */

    .discover-btn {
        width: 33.3%;
        top: 33.7%;
        height: 33.7%;
    }

    body.index .homepage-search {
        display: none !important;
        margin:0 !important;
        top:0 !important;
        height:90px !important;
        width:100% !important;
        transition:display 0.3;
        -ms-transition:display 0.3;
        -moz-transition:display 0.3;
        -webkit-transition:display 0.3;
    }

    body.index .homepage-search.open {
        display: block !important;
    }

    .search-field-wrapper,
    .searchfield {
        height: 55px;
    }

    input.search-button {
        width: 55px;
        height: 53px;
/*         top: 1px; */
        background: none;
        top: 56px;
        right: 56px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    /* ---------------------- (END) HOMEPAGE */


    /* ----------------------------  PAGES */
    .where-we-operate {
        overflow-y: visible;
    }

    .mobile-only-inner {
        width: 200%;
        position: relative;
    }

    .mobile-only-publish {
        width: 100%;
        position: relative;
    }


    .mobile-slide-wrap {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    #mobile-content-wrap {
        float: left;
        position: relative;
    }

    #mobile-only-accordion,
    #mobile-map-content-wrap {
        float: left;
    }

     #mobile-map-content-wrap {
        position: static;
     }

     #mobile-map-content-wrap .map-content {
        -webkit-overflow-scrolling: touch;
     }

    .map-content-wrap {
        overflow-y: scroll;
    }

    .where-we-operate .accordion-wrapper {
        margin-top: 50px;
    }

    .explore-banner-content h2 {
        font-size: 300%;
    }

    .explore-banner-page .left-arrow {
        left: 5px;
    }

    .explore-banner-page .right-arrow {
        right: 5px;
    }

    #contentPane .news-pres {
        width: 100%;
        float: none;
    }

    .element {
        width: 50% !important;
    }

    .element:nth-child(2n) .link-grid-thumbnail-inner {
        border-right: none;
    }

    .element:nth-child(odd) .link-grid-thumbnail-inner {
        border-right: 1px solid #000;
    }

    .link-grid-content .column_2 .parsys_column {
        margin: 0;
        width: 100%;
    }

    .grid-4C-pod-inner {
        padding: 70px 40px
    }

    body.sectionpage .childpagedetailednavigation .child-nav-element {
        width: 100%;
        height: 360px !important;
        position: relative;
        padding-top: 30px;
    }

    body.sectionpage .childpagedetailednavigation .child-nav-element h3 {
        position:absolute;
        left:0;
        top:0;
        height:30px;
        width:100%;
        z-index:1;
    }

    body.performanceoverviewpage .childpagedetailednavigation .child-nav-element {
        width: 100%;
    }

    .childpagedetailednavigation .child-nav-element h3 {
        height: 30px;
    }

    .childpagedetailednavigation .child-nav-element h3 a {
        font-size: 75%;
    }

    .imagegallerypage .gallery-item {
        width: 50%;
    }

    .imagegallerypage .gallery-item:nth-child(3n+3) {
        border-right: inherit;
    }

    .imagegallerypage .gallery-item:nth-child(2n+2) {
        border-right: none !important;
    }

    .imagegallerypage .gallery-item:last-child {
        border-right: 1px solid #000;
    }

    .map-content .parsys_column h3 {
        font-size:110%;
    }
    /* ---------------------- (END)  PAGES */
    body.performanceoverviewpage .child-nav-wrapper { max-width: 968px;} /*IMPORTANT FOR MEASURMENT*/
    .breadcrumb, .tools { display:none !important; }
    .presentations .news-filters { margin-bottom:20px; }

    .toolbar {
        min-height:0;
        border-bottom:0;
        padding:0 !important;
    }
    .mappage .toolbar {
        border-bottom:0;
    }
    .bloglistingpage .toolbar, .blogarticlepage .toolbar, .newsarticlepage .toolbar {
        min-height:62px;
        border-bottom:1px solid #000;
    }
    .breadcrumb, .tools {
        display:none !important;
    }
    .centre-nav,
    .page-nav-wrap  {
        display:block !important;
        border-bottom:1px solid #000;
    }
    .centre-nav ul li a {
        font-size:75%;
    }
    ul#yearLinks li {
        padding: 8px 10px 0;
    }
    ul.third-level {
        margin-top:17px;
        margin-bottom:13px;
    }
    .blogarticlepage .back-to-news, .newsarticlepage .back-to-news, .forumtopicpage .back-to-topics {
        margin-left:10px;
    }
    .section_building-forever ul.page-links {
        max-width:100%;
    }

    .close-button {
        border-left:10px solid #fff;
        border-right:10px solid #fff;
    }

}

@media only screen and (max-width: 768px) and (max-height: 1024px) {
    /* ---------------------------- HOMEPAGE */
    .pod-inner {
        padding: 40px;
    }
    /* ---------------------- (END) HOMEPAGE */
}

@media only screen and (min-width: 1465px) and (max-height: 900px) {
    .homepage-pod .heading {
        font-size: 230%;
    }
}

@media only screen and (max-height: 700px) {
    /* ----------------------- HOMEPAGE */
    .pod-inner {
        padding: 30px;
    }
    .homepage-pod .heading {
        font-size: 189%;
    }
    /* ----------------------- (END) HOMEPAGE */

}

@media only screen and (max-height: 600px) {
    /* ----------------------- HOMEPAGE */
    .pod-inner {
        padding :20px;
    }
    .homepage-pod .heading {
        font-size: 150%;
    }
    /* ----------------------- (END) HOMEPAGE */
}

@media only screen and (max-width:960px) and (max-height: 600px) {
    .homepage-pod .heading {
        font-size: 130%;
    }
}

@media only screen and (max-width:960px) {
    /*DEFINE*/
    .section_reports .carousel-pager-wrapper { height: auto; margin-bottom: 20px; }
    .section_reports .slick-dots { position: relative; bottom: 0; }
}


@media only screen and (max-width: 768px) {
    body.performanceoverviewpage.vertical .child-nav-element a.performance-child-banner {
        left:20px;
    }
    body.performanceoverviewpage .childpagedetailednavigation .child-nav-element img {
        max-width:120px;
    }

    #dl-menu-btn {
        width: 55px;
        position: absolute;
        right: 0;
        top: -55px;
        background: none;
        height: 55px;
        border: none;
        text-indent: -900em;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    body.homepage  #dl-menu-btn { top: -56px; }
}

@media only screen and (max-width: 760px) {
    .explore-banner {
        overflow:auto !important;
    }
    .explore-banner-page {
        height:auto !important;
        width:100% !important;
        position:relative !important;
        left:0 !important;
        top:0 !important;
    }
    .explore-slide-wrapper {
        padding-bottom:200px !important;
    }
    .explore-banner-slide {
        height:auto !important;
        width:100% !important;
        position: static !important;
        left:0 !important;
        top:0 !important;
        visibility:visible !important;
    }
    .explore-banner-page .left-arrow, .explore-banner-page .right-arrow {
        display:none !important;
    }
    .exploreBannerImage {
        bottom:0 !important;
        height:200px !important;
    }
    .explore-banner-page #footer {
        position:relative;
    }

    body .mfp-content h3.display-title {
        float:none;
        margin-bottom:0;
        width:100%;
    }

    body.videogallerypage .mfp-content h3.display-title {
        margin-bottom:10px;
    }
}

@media only screen and (max-width: 700px) {
    .title-heading .title h1 {
        font-size: 300%;
    }

    .grid-4C-pod-inner {
        padding: 50px 40px;
    }

}

@media only screen and (min-width: 661px) {
    ul.list-0,
    ul.list-1,
    ul.list-2 {
        height: 310px;
    }

    ul.list-3,
    ul.list-4,
    ul.list-5 {
        height: 387px;
    }

    ul.list-6 {
        margin: 0px auto 60px;
        float: none;
        padding-top: 42px;
        overflow: hidden;
        background: none;
    }
}

@media only screen and (max-width: 660px) {
    #pipeline-toolbar {margin-top:0px;}

    .stay-in-touch .parbase.html:first-child {
        left: 10px;
        top: 50px;
    }

    .homepage-pod.pod0 .pod-inner {
        background-size: 35%;
    }

    .close-icon {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    ul.sitemap-list {
        width: 100%;
    }

    .mobile-only {
        display: block;
    }

    .two-column .column {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .imagegallerypage .gallery-detail-item .item-wrap {
       /*height: 140px;*/
    }

    .gallery-detail-item .item-wrap img {
        width: 100%;
    }
    .videogallerypage .gallery-item .item-wrap img {
        max-width:100%;
    }

    /* ------------------------------ HEADER */

    .functional-heading .search-trigger-button {
        width: 45px;
    }

    .functional-heading .logo img,
    .functional-heading .search-trigger-button img {
        height: 45px;
    }

    .search-field-wrapper,
    .searchfield {
        height: 45px;
    }

    input.search-button {
        width: 45px;
        height: 45px;
        top: 46px;
        right: 45px;
    }

    body.index input.search-button {
        background: none;
    }

    .title-heading {
        padding: 28px 15px 32px;
        height: 65px;
        border-bottom: none;
    }

    .title-heading .title h1 {
        font-size: 150%;
        letter-spacing: 3px;
    }

    .title-heading .text p {
        font-size: 95% !important;
    }

    .toolbar {
        position: relative;
    }

    .tools,
    .explore-banner .tools,
    body.company-news .tools,
    body.de-beers-in-the-news .tools {
        width: 22px !important;
        height: 36px;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        background: url(../images/icons/mobile-tools-button.png) no-repeat left center;
    }

    .tools.open {
        background: url(../images/icons/mobile-tools-button-close.png) no-repeat left center;
    }

    .tools .inner {
        display: none;
        width: 22px;
        text-align: center;
        margin-top: 36px;
        padding-top: 6px;
        background: #fff;
        z-index: 4;
        position: relative;
    }

    .tools .addthis_toolbox,
    .tools .print,
    .tools .share {
        margin-left: 0;
        margin-bottom: 19px;
    }

    .addthis_sharing_toolbox {
        width: 22px;
        right: 0;
    }

    /* ------------------------ (END) HEADER */

    /* ------------------------- MOBILE MENU */
    .menu {
        right: 0;
        top: 51px;
    }

    #dl-menu-btn {
        width: 45px;
        height: 45px;
        right: 0;
        top: -45px;
    }

    body.homepage #dl-menu-btn { top: -45px; }

     .dl-menuwrapper li a {
        padding: 15px 15px;
    }

    .dl-menuwrapper li a.submenu-link {
        width: 45px;
    }

    .dl-menuwrapper li.dl-back > a {
        padding-left: 72px;
        background: url(../images/icons/mob-menu-arrow-back.png) no-repeat left top;
    }
    .no-touch .dl-menuwrapper li.dl-back > a:hover {
        background: #d6d6d6 url(../images/icons/mob-menu-arrow-back.png) no-repeat left top;
    }

    /* ------------------- (END) MOBILE MENU */

     /* ---------------------------- HOMEPAGE */
    #main {
        border-top: 45px solid #fff;
    }

    .desktop-only {
        display: none;
     }

    body.index {
        overflow-x: hidden;
        overflow-y: visible;
        width: 100%;
    }

    body.index .logo {
        padding-left: 11px;
    }

    .homepage-pod .heading {
        font-size: 135%;
    }

    .homepage-pod .subheading {
        font-size: 80%;
    }

    .pod-inner {
        padding: 30px 15px;
    }

    .discover-btn {
        width: 33.3%;
        top: 25%;
        height: 50%;
    }

    .discover-btn .discover-upper h2,
    .discover-btn .discover-lower h2 {
        font-size: 170%;
    }

    .offcenter-position {
        top: -45px;
        height: 45px;
    }

    body.index .logo,
    body.index .logo img,
    body.index .offcenter-position,
    body.index .offcenter-position img {
        height: 45px;
    }

    .action-button {
        width: 91px;
    }

    .action-button .search-icon,
    .action-button .menu-icon {
        width: 45px;
        height: 45px;
    }

    /* ---------------------- (END) HOMEPAGE */

    /* -----------------------------   PAGES */

    body.sectionpage .childpagedetailednavigation .child-nav-element {
        height: 170px !important;
    }


    .image-banner img {
        margin-bottom: 10px;
    }

    .content-page-header h1,
    .content-page-header h2 {
        font-size: 175%;
        padding: 0 20px;
    }

    .contentpage div.column_2-c0,
    .contentpage div.column_2-c1 {
        width: 100%;
        float: none;
    }

    .contentpage div.column_2-c0 img,
    .contentpage div.column_2-c1 img {
        display: block;
        margin:0 !important;
        left: auto !important;
        right: auto !important;
    }

    .timelinepage .timeline-item .parsys,
    .timelinepage .timeline-item .column_2,
    .timelinepage .timeline-item .mobile {
        display: block;
    }

    .timelinepage .timeline-item .column_2-c0,
    .timelinepage .timeline-item .column_2-c1 {
        display: none;
    }

    .letter-links-wrapper,
    .letter-links-wrapper ul {
        display: block;
    }

    .letter-links-wrapper ul {
        margin-bottom: 0;
    }

    .letter-links-wrapper ul li {
        margin: 15px 10px;
        display: inline;
    }

    .glossary .letter-links-wrapper ul li {
        background: none;
    }

    .glossary .letter-links-wrapper ul li a {
        font-size: 120%;
    }

    .media-contacts .parsys_column div.column_2-c0,
    .media-contacts .parsys_column div.column_2-c1 {
        margin: 0 auto;
    }

    .contactuspage  .parsys_column div.column_2-c0,
    .contactuspage  .parsys_column div.column_2-c1  {
        margin: 0 auto;
        padding: 0 30px;
        float: none;
    }

    .contentpage h3 {
        font-size: 165%;
    }

    .accordion-wrapper {
        width: 290px;
    }

    .accordion-header-wrapper h3 {
        font-size: 125%;
    }

    .explore-banner .toolbar {
        padding: 0 10px;
    }

    .explore-banner .third-level {
        display: block;
    }

    .explore-banner .third-level li {
        width: 56%;
        float: none;
        margin: 0 auto;
        padding-right: 20px;
    }

    .explore-banner .third-level li a {
        font-size: 90%;
    }

    .first .explore-banner-content h2,
    .explore-banner-content h2 {
        font-size: 200%;
        margin-top: 20px;
    }

    .explore-banner-content,
    .explore-banner-content .title {
        overflow: auto;
    }

    .explore-banner-content .text {
        padding-right: 13px;
    }

    .explore-banner-page .left-arrow,
    .explore-banner-page .right-arrow {
        width: 30px;
    }

    .explore-banner-page .left-arrow {
        left: 0;
    }

    .explore-banner-page .right-arrow {
        right: 0;
    }

    .explore-banner-page .footer-title-outer {
        height: 30px;
    }

    .explore-banner-page .footer-title-outer a {
        line-height: 30px;
        height: 30px;
    }

    .leadership .link-grid-thumbnail-wrapper {
        height: 310px;
    }

    .leadership .thumbnail-wrapper,
    .leadership .link-grid-thumbnail-label {
        margin-top: 27px;
    }

    .link-grid-thumbnail-label h3 {
        margin: 20px 0;
    }

    .thumbnail-wrapper {
        margin-top: 0;
    }

    .journey-of-a-diamond .thumbnail-wrapper img,
    .journey-of-a-diamond .link-grid-thumbnail img {
        width: 53px;
        height: 57px;
    }

    .link-grid-thumbnail-wrapper { height:320px; }

    .intro-4-c p {
        margin-top: 37px;
    }

    .grid-4C-pod {
        width: 100%;
        height: 600px;
    }

    .grid-4C-pod-inner {
        padding: 50px 20px
    }

    #pod0 .grid-4C-pod-inner,
    #pod2 .grid-4C-pod-inner {
        border-right: none;
    }

    #pod2 .grid-4C-pod-inner,
    #pod3 .grid-4C-pod-inner {
        border-bottom: 1px solid #000;
    }

    .centre-nav ul li a {
        font-size: 90%;
    }

    ul#yearLinks li {
        display:inline-block !important;
        padding: 8px 5px 0;
    }

    ul#yearLinks li#archive-link {
        display:none !important;
    }

    .sbHolder a.sbSelector {
        font-size: 90%;
        padding-top: 22px;
    }

    .sbHolder ul {
        top: 53px !important;
    }

     .gallery-basket-actions {
        margin-top: 18px;
    }

    .gallery-basket-actions a,
    .mixedmediagallery .gallery-basket .basket-actions a,
    .mixedmediagallery .gallery-basket .close-basket-action a {
        font-size: 90%;
    }

    .gallery-basket {
        margin-top: 20px;
        padding: 0 15px;
    }

    .mixedmediagallery .gallery-basket .basket-actions {
        margin-left: 0;
        margin-top: 0;
    }

    .mixedmediagallery .gallery-basket li input[type=checkbox] + label {
        font-size: 100%;
    }


    .gallery-detail-item .item-details {
        height: 0px;
        padding: 20px 15px 15px 20px;
    }

    body.videogallerypage .gallery-detail-item .item-details,
    body.imagegallerypage .gallery-detail-item .item-details {
        height: 110px;
    }

    body .mfp-content {
        top: auto;
    }

    body .mfp-content .image-wrapper img {
        /*width: 100%;*/
    }

    .mixedmediagallery .gallery-basket li {
        width: 90%;
    }

    .mixedmediagallery .gallery-basket li .basket-thumbnail {
        width: 80px;
        height: 80px;
    }

    #contentPane .news-pres .thumbnail {
        display: none;
    }

    #contentPane .news .details .summary {
        max-height: 118px;
    }

    .bloglistingpage .news-filters {
        top:0;
    }

    /* --------------------------- (END)  PAGES */

    form.form-style input.text {
        width: 90%;
    }

    form.wide-form input.text {
        width: 100%;
    }

    form.form-style div.options input[type=checkbox] + label {
        width: 80%;
    }

    form.form-style input[type=checkbox] + label {
        padding-left: 31px;
    }

    form.wide-form .sbHolder ul {
        width: 85%;
    }

    form.wide-form div.first,
    form.wide-form div.second,
    form.wide-form div.third {
        width: 100%;
    }

    form.wide-form div.first {
        margin-right: 0%;
    }

    form.wide-form div.second {
        margin-left: 0%;
        margin-right: 0%;
    }

    form.wide-form div.third {
        margin-left: 0%;
    }

    .content-page-smaller-header {
        padding-top: 20px;
    }

}

@media only screen and (max-width: 640px) {

    /* ------------------------------ HOMEPAGE */
    .homepage-pod .heading{
        font-size:193%;
    }
    .homepage-pod .subheading {
        font-size:90%;
    }
    /* ----------------------- (END) HOMEPAGE */
}


@media only screen and (max-width: 480px) {
    .homepage-pod .heading{
        font-size:127%;
    }
    body.performanceoverviewpage .childpagedetailednavigation .child-nav-element h3 a {
        font-size:30px !important;
    }

    .gallery-detail-item .item-details h3 {
        width: 80%;
    }
}

@media only screen and (max-width: 400px) {

    /* ------------------------------ HOMEPAGE */
    #pipeline-toolbar {margin-top:0px;}

    .discover-btn {
        width: 50%;
        top: 33.37%;
        height: 33.37%;
    }

    .homepage-pod {
        width: 50%;
        height: 33.37%;
        margin-left: 0;
    }

    .pod0 .pod-inner,
    .pod1 .pod-inner {
        border-top: 1px solid #ababab;
    }

    .pod2 .pod-inner {
        border-top: none;
    }

    .pod0 .pod-inner,
    .pod2 .pod-inner,
    .pod4 .pod-inner {
        border-right: 1px solid #ababab;
    }

    .pod1 .pod-inner,
    .pod3 .pod-inner {
        border-right: none;
    }
    /* ----------------------- (END) HOMEPAGE */

    .link-grid-thumbnail-wrapper {
        height: 160px;
    }

    .leadership .link-grid-thumbnail-wrapper {
        height: 190px;
    }

    .leadership .thumbnail-wrapper,
    .leadership .link-grid-thumbnail-label {
        margin-top: 0;
    }

    .link-grid-thumbnail-label h3 {
        font-size: 15px;
        margin: 20px 0;
    }

    .link-grid-content > .par {
        padding:30px;
    }

    .media-contacts .parsys_column div.column_2-c0,
    .media-contacts .parsys_column div.column_2-c1,
    .contactuspage .parsys_column div.column_2-c0,
    .contactuspage .parsys_column div.column_2-c1 {
        padding: 0;
    }

    .media-contacts .googlemap, .contactuspage .googlemap {
        margin: 0 auto 28px;
    }

    body.performanceoverviewpage .childpagedetailednavigation .child-nav-element h3 a {
        font-size:20px !important;
    }

}


@media only screen and (max-width: 320px) {

    #pipeline-toolbar {
        margin-top:0px;
    }

    .title-heading .title h1 {
        font-size: 130%;
        letter-spacing: 3px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {

    #pipeline-toolbar {
        margin-top:0px;
    }
    /* ----------------------- HOMEPAGE */
    .pod-inner {
        padding: 15px 15px;
    }
    .homepage-pod .heading {
        font-size:108%;
    }
    /* ----------------------- (END) HOMEPAGE */

}


@media only screen and (min-device-width : 480px) and (max-device-width : 667px) and (orientation : landscape) {
    /*iPhone5-6 Landscape*/

    /* ----------------------- HOMEPAGE */
    .pod-inner {
        padding: 15px 15px;
    }
    .homepage-pod .heading {
        font-size:108%;
    }
    /* ----------------------- (END) HOMEPAGE */

}

@media only screen and (max-width : 1024px)  {

    body .mfp-content .image-wrapper img {
        max-height: 100%;
    }

}
