﻿/* ---- Colours ---- */
/*
    Dark Blue Text: #1f3c72;
    Dark Blue Background: #1c4679;
    Blue Text: #2e83c0;
    Blue Background: #74caea;
    Grey Text: #a9a8a6;
*/

/* ---- Reset ---- */
html, body, div, form, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}



a img {
    border: none;
}



p a:hover {
    text-decoration: underline;
}



/* ---- Standard ---- */

body {
    min-height: 100%;
    background-color: #ffffff;
    font-family: texgyreadventorregular, sans-serif;
    font-size: 11px;
    font-size: 1.1vw;
    color: #1f3c72;
    overflow-y: scroll;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-bottom: 10px;
    margin-bottom: 1vw;
}


ul, ol {
    padding-left: 30px;
    padding-left: 3vw;
}

p, ul, ol {
    line-height: 120%;
}



h1 {
    font-size: 27px;
    font-size: 2.7vw;
    font-family: texgyreadventorbold, sans-serif;
    font-weight: bold;
    line-height: 120%;
}

h2 {
    font-size: 17px;
    font-size: 1.7vw;
    font-family: texgyreadventorbold, sans-serif;
    font-weight: bold;
    line-height: 120%;
}

h3 {
    font-size: 15px;
    font-size: 1.5vw;
    font-family: texgyreadventorregular, sans-serif;
    font-weight: normal;
    line-height: 120%;
}


h4 {
    font-size: 11px;
    font-size: 1.1vw;
    font-family: texgyreadventorbold, sans-serif;
    font-weight: bold;
    line-height: 120%;
}

h5 {
    font-size: 17px;
    font-size: 1.7vw;
    font-family: texgyreadventorregular, sans-serif;
    font-weight: normal;
    line-height: 120%;
}

h6 {
    font-size: 12px;
    font-size: 1.2vw;
    font-family: texgyreadventorregular, sans-serif;
    font-weight: normal;
    line-height: 120%;
}

    h6 strong {
        font-family: texgyreadventorbold, sans-serif;
        font-weight: bold;
    }

    h6.text-bold {
        font-size: 12px;
        font-size: 1.2vw;
        font-family: texgyreadventorbold, sans-serif;
        font-weight: bold;
        line-height: 120%;
        margin-bottom: 5px;
        margin-bottom: 0.5vw;
    }

    h6.text-bold a {
        text-decoration: none;
    }

    h6.text-bold a:hover {
        text-decoration: underline;
    }

hr {
    border: none;
    border-bottom: 1px solid #1f3c72;
}

p a {
    color: #1f3c72;
    text-decoration: none;
    font-weight: bold;
}

h3 a {
    display: inline-block;
    color: #1f3c82;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 0px solid #1f3c82;
    padding-bottom: 1px;
    padding-top: 6px;
    padding-top: 0.6vw;
    line-height: 200%;
}

    h3 a:hover {
        border-bottom-width: 1px;
        padding-bottom: 0px;
    }


    h3 a .icon {
        font-weight: bold;
        font-family: texgyreadventorbold, sans-serif;
        line-height: 100%;
        padding-bottom: 8px;
        padding-bottom: 0.8vw;
    }

        h3 a .icon img {
            height: 14px;
            height: 1.4vw;
            padding-top: 5px;
            padding-top: 0.5vw;
        }

/* ---- General Classes ---- */

.clear {
    clear: both;
}

.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

i.icon {
    font-style: normal;
}

.no-link {
    text-decoration: none;
    color: #1f3c72;
}

.space-after {
    margin-bottom: 35px;
    margin-bottom: 3.5vw;
}

.space-after-small {
    margin-bottom: 21px;
    margin-bottom: 2.1vw;
}

.space-after-smallest {
    margin-bottom: 15px;
    margin-bottom: 1.5vw;
}

.no-space-after {
    margin-bottom: 5px;
    margin-bottom: 0.5vw;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.space-before {
    margin-top: 35px;
    margin-top: 3.5vw;
}

.space-before-large {
    margin-top: 95px;
    margin-top: 9.5vw;
}

.padding-after-large {
    padding-bottom: 95px;
    padding-bottom: 9.5vw;
}

.space-before-small {
    margin-top: 17px;
    margin-top: 1.7vw;
}

.border-before {
    border-top: 1px solid #1f3c72;
    padding-top: 5px;
    padding-top: 0.5vw;
}

.border-after {
    border-bottom: 1px solid #1f3c72;
    padding-bottom: 5px;
    padding-bottom: 0.5vw;
}

.float-right {
    float: right;
}

.no-border {
    border: none;
}

.no-bold {
    font-family: texgyreadventorregular, sans-serif;
    font-weight: normal;
}

a.expand {
    position: absolute;
    top: 0;
    right: 20px;
    right: 2vw;
    width: 40px;
    width: 4vw;
    height: 40px;
    height: 4vw;
    text-align: center;
    vertical-align: middle;
    font-size: 40px;
    font-size: 4vw;
    color: #ffffff;
    font-weight: normal;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    line-height: 40px;
    line-height: 4vw;
    vertical-align: top;
    overflow: hidden;
}

    a.expand.expand-middle {
        top: 12px;
        top: 1.2vw;
        right: 70px;
        right: 7vw;
    }

h4.expand-heading a.expand, h2.expand-heading a.expand {
    top: -10px;
    right: 0;
    width: 20px;
    width: 2vw;
    height: 20px;
    height: 2vw;
    line-height: 20px;
    line-height: 2vw;
    font-size: 20px;
    font-size: 2vw;
}

h4.expand-heading, h2.expand-heading {
    position: relative;
    border-bottom: 1px solid #1f3c72;
}

a.expand.collapsed img.icon-minus {
    display: none;
}

a.expand.collapsed img.icon-plus {
    display: inline;
}

a.expand img.icon-plus {
    display: none;
}

a.expand img.icon-minus {
    display: inline;
}

a.expand img {
    width: 50%;
}

a.expand-trigger {
    padding-top: 0;
}



.collapsed {
    display: none;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

a.anchor {
    position: absolute;
    top: -118px;
    left: 0px;
}

.with-anchor {
    position: relative;
}

.anchor-link-holder a {
    text-decoration: none;
    color: #1f3c72;
}

.anchor-link-holder:hover {
    border-color: #ffffff;
}

    .anchor-link-holder:hover a {
        color: #ffffff;
    }

/* ---- Colour Classes ---- */

.background-paper {
    background-color: #00a1ba;
}

.background-inspection {
    background-color: #1f3c72;
}

.background-dark-green {
    background-color: #007a88;
}

.background-overview {
    background-color: #c5e4df;
}

.background-price-blue {
    background-color: #0096bd;
}

.background-calendar-blue {
    background-color: #89ccc7;
}

.background-darkest-green {
    background-color: #194c50;
}

.background-lighter-green {
    background-color: #98d2ce;
}

.background-ligtest-green {
    background-color: #cbe8f9;
}

.background-directors-blue {
    background-color: #0088c2;
}

.background-analysts-blue {
    background-color: #0094ce;
}

.background-sens-blue {
    background-color: #00a6c3;
}

.background-toolkit-blue {
    background-color: #83d0ed;
}

.background-dark-blue {
    background-color: #20567b;
}

.background-white {
    background-color: #ffffff;
}

.background-very-light-blue {
    background-color: #e1f2f1;
}

.background-light-blue {
    background-color: #81c9c3;
}

.background-lighter-blue {
    background-color: #64c4e8;
}

.background-another-blue {
    background-color: #b3dff6;
}

.background-lightest-blue {
    background-color: #d2ecea;
}

.background-blue {
    background-color: #2e83c0;
}

.background-darker-blue {
    background-color: #2f6c9b;
}

.background-darkest-blue {
    background-color: #1c4679;
}

.background-green {
    background-color: #6bbfb9;
}

.background-metals {
    background-color: #eff7fc;
}

.background-metals-africa {
    background-color: #d0edf8;
}

.background-glass {
    background-color: #b2e3ea;
}

.background-research {
    background-color: #b1e1f3;
}

.overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(116, 202, 234, 0.3);
}

    .overlay.overlay-darker {
        background-color: rgba(213, 237, 250, 0.7);
    }

    .overlay.overlay-dark {
        background-color: rgba(0, 136, 194, 0.7);
    }

    .overlay.overlay-blue {
        background-color: rgba(70, 137, 162, 0.3);
    }

    .overlay.overlay-green {
        background-color: rgba(89, 149, 144, 0.3);
    }

.text-white > a, .text-white, .text-white > li > a, .text-white h3 a {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.text-africa-green > a, .text-africa-green, .text-africa-green > li > a, .text-africa-green h3 a {
    color: #c0e2db !important;
    border-color: #c0e2db !important;
}

.text-dark-green > a, .text-dark-green, .text-dark-green > li > a, .text-dark-green h3 a {
    color: #184b50 !important;
    border-color: #184b50 !important;
}

.text-another-blue > a, .text-another-blue, .text-another-blue > li > a, .text-another-blue h3 a {
    color: #2e83c0 !important;
    border-color: #2e83c0 !important;
}

.text-blue > a, a.text-blue, .text-blue > li > a {
    color: #64c4e8 !important;
    border-color: #64c4e8 !important;
}

.text-light-blue > a, .text-light-blue, .text-light-blue > li > a {
    color: #cbe8f9 !important;
    border-color: #cbe8f9 !important;
}

.text-lighter-blue > a, .text-lighter-blue, .text-lighter-blue > li > a {
    color: #64c4e8 !important;
    border-color: #64c4e8 !important;
}

.border-lighter-blue {
    border-color: #64c4e8 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.border-metals-africa {
    border-color: #64c4e8 !important;
}

.border-thick {
    border-width: 3px;
}

.text-dark-blue > a, .text-dark-blue, .text-dark-blue > li > a, .slide ul.slide-menu.text-dark-blue > li > a {
    color: #1f3c72 !important;
    border-color: #1f3c72 !important;
}

.text-green > a, .text-green, .text-green > li > a {
    color: #007a88 !important;
    border-color: #007a88 !important;
}

.text-overview-blue > a, .text-overview-blue, .text-overview-blue > li > a {
    color: #0088c2;
    border-color: #0088c2 !important;
}

.text-another-green > a, .text-another-green, .text-another-green > li > a {
    color: #6bbfb9 !important;
    border-color: #6bbfb9 !important;
}

.text-price-blue > a, .text-price-blue, .text-price-blue > li > a {
    color: #0096bd !important;
    border-color: #0096bd !important;
}

.text-price-another-blue > a, .text-price-another-blue, .text-price-another-blue > li > a {
    color: #cbe8f9 !important;
    border-color: #cbe8f9 !important;
}

.however-text-white:hover {
    color: #ffffff;
}

.text-alt-font {
    font-family: 'Montserrat', sans-serif;
}

.text-smaller p, p.text-smaller {
    font-size: 0.9em;
}

.text-bold-white strong, .text-bold-white b {
    color: #ffffff;
    font-weight: normal;
}

.text-bold-lighter-blue strong, .text-bold-lighter-blue b {
    color: #64c4e8;
    font-weight: normal;
}

.text-bold-blue strong, .text-bold-blue b {
    color: #1f3c72;
    font-weight: normal;
}

.text-very-large {
    font-size: 50px;
    font-size: 5vw;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.image-full-width {
    width: 100%;
}

.image-float-left {
    position: absolute;
    left: -90px;
    left: -9vw;
    top: -25px;
    top: -2.5vw;
    width: 40%;
}

/* ---- Fields ---- */

input, textarea, select, button {
    border: 2px solid #6bbfb9;
    border-radius: 0;
    color: #cbe8f9;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-size: 1.1vw;
    padding: 5px 10px;
    padding: 0.5vw 1vw;
    background-color: #007a88;
    width: 150px;
    width: 15vw;
    margin-bottom: 10px;
    margin-bottom: 1vw;
}

    input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
        border-color: #ffffff;
    }

    input[type=text], input[type=password] {
        width: 100%;
        width: calc(100% - 2vw);
    }

fieldset {
    border: none;
}

.validation-summary-errors {
    color: #ffffff;
}

.field-validation-error {
    color: #ffffff;
}

select {
    width: 100%;
}

div.field-holder {
    width: 48%;
    float: left;
    margin: 0;
    margin-right: 2%;
}

    div.field-holder.last {
        width: 48%;
        margin: 0;
        margin-left: 2%;
    }

textarea {
    width: 100%;
    width: calc(100% - 2vw);
    overflow: auto;
    height: 100px;
    height: 10vw;
}

label {
    color: #cbe8f9;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-size: 1.1vw;
    font-weight: bold;
    padding: 5px 10px;
    padding: 0.5vw 1vw;
    display: block;
}

input[type=submit], button {
    background-image: url('Images/Shared/arrow-right-green.png');
    background-position: 100px center;
    background-position: 10vw center;
    background-repeat: no-repeat;
    background-size: 11px;
    background-size: 1.1vw;
    padding: 5px 10px 5px 10px;
    padding: 0.5vw 1vw 0.5vw 1vw;
    width: 120px;
    width: 12vw;
    cursor: pointer;
    text-align: left;
}

    input[type=submit]:hover, button:hover {
        background-image: url('Images/Shared/arrow-right.png');
        border-color: #ffffff;
        color: #ffffff;
    }

textarea:focus, select:focus, input:focus {
    outline: none;
}

a.button {
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

    a.button h2 {
    }

    a.button i.icon img {
        height: 15px;
        height: 1.5vw;
    }

    a.button:hover {
        border-bottom: 1px solid #1f3c72;
    }






/* ---- Layout ---- */

#page-wrapper {
    width: 1000px;
    width: 100vw;
    min-height: 100%;
    margin: 0 auto;
}


/* ---- Header ---- */

#header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-left: 0vw;
    margin-right: auto;
    margin-right: 0vw;
    width: 1000px;
    width: 100vw;
    color: #ffffff;
    z-index: 5000;
    background-color: #1c4679;
    background-color: rgba(28, 70, 121, 0.9);
}


#header {
    padding: 15px 90px 0 90px;
    padding: 1.5vw 9vw 0 9vw;
    z-index: 5100;
    position: relative;
}

    #header .logo {
        width: 120px;
        width: 12vw;
        -webkit-transition: width 0.5s;
        -moz-transition: width 0.5s;
        -o-transition: width 0.5s;
        -ms-transition: width 0.5s;
        transition: width 0.5s;
    }

    #header.small .logo {
        width: 80px;
        width: 8vw;
    }

/* --- Search Wrapper ---- */

#search-wrapper {
    float: right;
    font-size: 11px;
    font-size: 1.1vw;
}

    #search-wrapper input[type=text] {
        border: 3px solid #ffffff;
        border-radius: 8px;
        border-radius: 0.8vw;
        width: 20px;
        width: 2vw;
        height: 20px;
        height: 2vw;
        background-color: transparent;
        color: #ffffff;
        padding: 0;
        margin: 0;
        margin-right: 6px;
        margin-right: 0.6vw;
        padding: 0 2px;
        padding: 0 0.2vw;
        font-family: texgyreadventorregular, sans-serif;
        font-size: 9px;
        font-size: 0.9vw;
    }

        #search-wrapper input[type=text]:hover, #search-wrapper input[type=text]:focus {
            width: 100px;
            width: 10vw;
        }

    #search-wrapper input[type=submit] {
        border: none;
        background-color: transparent;
        background-image: none;
        width: auto;
        color: #ffffff;
        font-size: 11px;
        font-size: 1.1vw;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

/* ---- Home Wrapper  ---- */

#home-wrapper {
    display: inline-block;
    margin-right: 10px;
    margin-right: 1vw;
    z-index: 6000;
    position: relative;
    padding: 0;
}

    #home-wrapper a {
        margin: 0;
        padding: 0;
    }

    #home-wrapper .icon {
        margin: 0;
        padding: 0;
    }

    #home-wrapper img {
        height: 12px;
        height: 1.2vw;
        margin: 0;
        padding: 0;
        margin-bottom: 1px;
        margin-bottom: 0.1vw;
    }

/* ---- Stock Wrapper ---- */

#stock-wrapper {
    float: right;
    font-size: 10px;
    font-size: 1vw;
    padding-top: 5px;
    padding-top: 0.5vw;
    line-height: 22px;
    line-height: 2.2vw;
    width: 300px;
    width: 35vw;
    text-align: right;
    height: 20px;
    height: 2vw;
    overflow: hidden;
}

    #stock-wrapper img {
        height: 9px;
        height: 0.9vw;
    }


/* ---- Footer ---- */

#footer-wrapper {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    color: #a9a8a6;
}

#footer {
    padding: 12px 90px 75px 90px;
    padding: 1.2vw 9vw 7.5vw 9vw;
    font-size: 10px;
    font-size: 1vw;
}

/* ---- Copyright Wrapper ---- */

#copyright-wrapper {
    margin-top: 22px;
    margin-top: 2.2vw;
}

#designed-wrapper {
    margin-top: 22px;
    margin-top: 2.2vw;
    float: right;
}

    #designed-wrapper a {
        color: #a9a8a6;
        text-decoration: none;
    }

        #designed-wrapper a:hover {
            text-decoration: underline;
        }

/* ---- Social Media Wrapper ---- */

#social-wrapper {
    float: right;
}

    #social-wrapper a {
        height: 26px;
        height: 2.6vw;
        width: 26px;
        width: 2.6vw;
        display: inline-block;
        cursor: pointer;
    }

    #social-wrapper img {
        width: 100%;
        height: 100%;
    }

/* ---- Content ---- */

#content-wrapper {
    width: 100%;
    position: relative;
}

#content {
    width: 100%;
}

/* ---- Menu ---- */

ul.menu, ul.submenu {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.menu > li, ul.submenu > li {
        padding: 0;
        margin: 0;
    }

        ul.menu > li > a, ul.submenu > li > a {
            text-decoration: none;
            display: block;
        }

/* ---- Header Menu ---- */

#menu-wrapper {
    display: inline-block;
    font-weight: bold;
    font-size: 10px;
    font-size: 1vw;
    position: relative;
    padding-top: 5px;
    padding-top: 0.5vw;
    padding-bottom: 5px;
    padding-bottom: 0.5vw;
    height: 22px;
    height: 2.2vw;
}

    #menu-wrapper > a {
        color: #ffffff;
        font-weight: bold;
        font-size: 10px;
        font-size: 1vw;
        text-decoration: none;
        line-height: 22px;
        line-height: 2.2vw;
    }

        #menu-wrapper > a > span {
        }

        #menu-wrapper > a > .icon {
            display: none;
            height: 22px;
            height: 2.2vw;
            width: 22px;
            width: 2.2vw;
            background-image: url('Images/Shared/menu-close.png');
            margin-right: 10px;
            margin-right: 1vw;
        }

    #menu-wrapper:hover > a > .icon {
        background-image: url('Images/Shared/menu-open.png');
    }

    #menu-wrapper .menu {
        display: none;
        position: absolute;
        left: -34px;
        left: -3.4vw;
        top: 32px;
        top: 3.15vw;
        background-color: #1c4679;
        background-color: rgba(28, 70, 121, 0.9);
        padding: 10px 0;
        padding: 1vw 0;
    }

    #menu-wrapper:hover .menu {
        display: block;
    }

    #menu-wrapper .menu > li > a {
        width: 172px;
        width: 17.2vw;
        color: #ffffff;
        padding-left: 34px;
        padding-left: 3.4vw;
        line-height: 20px;
        line-height: 2vw;
        vertical-align: middle;
        font-size: 9px;
        font-size: 0.9vw;
        overflow: hidden;
    }

        #menu-wrapper .menu > li > a > .icon {
            visibility: hidden;
            float: right;
            height: 10px;
            height: 1vw;
            width: 10px;
            width: 1vw;
            margin: 0;
            margin-top: 5px;
            margin-top: 0.5vw;
            margin-right: 10px;
            margin-right: 1vw;
            background-image: url('Images/Shared/arrow-right.png');
            background-image: none\9;
        }

            #menu-wrapper .menu > li > a > .icon img {
                display: none;
                display: block\9;
                width: 100%;
            }

    #menu-wrapper .menu > li:hover > a > .icon {
        visibility: visible;
    }

    #menu-wrapper .submenu, .crumbs .submenu {
        display: none;
        position: absolute;
        background-color: #74caea;
        background-color: rgba(116, 202, 234, 0.9);
        top: 0;
        left: 206px;
        left: 20.6vw;
        padding: 10px 0;
        padding: 1vw 0;
        width: 240px;
        width: 24vw;
    }

    #menu-wrapper .menu > li:hover > .submenu, .crumbs > li:hover > .submenu {
        display: block;
    }

    #menu-wrapper .submenu > li, .crumbs .submenu > li {
        min-height: 15px;
        min-height: 1.5vw;
    }

        #menu-wrapper .submenu > li > a, .crumbs .submenu > li > a {
            padding-left: 15px;
            padding-left: 1.5vw;
            padding-right: 15px;
            padding-right: 1.5vw;
            width: 210px;
            width: 21vw;
            line-height: 20px;
            line-height: 2vw;
            vertical-align: middle;
            color: #1f3c72;
            font-size: 9px;
            font-size: 0.9vw;
        }

            #menu-wrapper .submenu > li:hover > a, #menu-wrapper .submenu > li > a.active, .crumbs .submenu > li:hover > a, .crumbs .submenu > li > a.active {
                text-decoration: underline;
            }

/* ---- Footer Menu ---- */

#footer .menu {
    margin-top: 8px;
    margin-top: 0.8vw;
    display: inline-block;
}

    #footer .menu > li {
        display: inline-block;
        margin-right: 20px;
        margin-right: 2vw;
    }

        #footer .menu > li > a {
            color: #2e83c0;
            font-size: 9px;
            font-size: 0.85vw;
            line-height: 150%;
        }

/* ---- Slides ---- */

.slide-wrapper {
    width: 100%;
    height: 464px;
    height: 46.4vw;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
    margin-top: -6vw;
}

    .slide-wrapper.slide-two-thirds-height {
        height: 310px;
        height: 31vw;
    }

    .slide-wrapper.slide-extra-height {
        height: 600px;
        height: 60vw;
    }

    .slide-wrapper.slide-three-quarters-height {
        height: 360px;
        height: 36vw;
    }

    .slide-wrapper .cycle-next {
        position: absolute;
        top: 280px;
        top: 28vw;
        right: 100px;
        right: 10vw;
        width: 46px;
        width: 4.6vw;
        height: 46px;
        height: 4.6vw;
        z-index: 3000;
        background-image: url('Images/Shared/block-next.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-image: none\9;
        cursor: pointer;
    }

        .slide-wrapper .cycle-next img {
            display: none;
            display: block\9;
            width: 100%\9;
        }

    .slide-wrapper .cycle-pager {
        position: absolute;
        top: 420px;
        top: 42vw;
        left: 340px;
        left: 34vw;
        z-index: 3000;
    }

        .slide-wrapper .cycle-pager span {
            font-size: 25px;
            font-size: 2.5vw;
            color: #99cfe7;
            cursor: pointer;
        }

            .slide-wrapper .cycle-pager span.cycle-pager-active {
                color: #ffffff;
            }

.slide {
    width: 100%;
    height: 464px;
    height: 46.5vw;
    overflow: hidden;
}

.slide-extra-height .slide {
    height: 600px;
    height: 60vw;
}

.slide-two-thirds-height .slide {
    height: 310px;
    height: 31vw;
}

.slide-three-quarters-height .slide {
    height: 360px;
    height: 36vw;
}

.slide img {
    width: 100%;
    display: block;
}

.slide .slide-content h1.no-space-after {
    margin-bottom: 10px;
    margin-bottom: 1vw;
}

.slide a.more {
    position: absolute;
    top: 385px;
    top: 38.5vw;
    left: 90px;
    left: 9vw;
    z-index: 3000;
    font-size: 15px;
    font-size: 1.5vw;
    color: #ffffff;
    text-decoration: none;
}

.slide a.more.down {
    top: 410px; 
    top: 41vw;
}

.slide a.more.up {
    top: 360px; 
    top: 36vw;
}

    .slide a.more span {
        display: none;
    }

    .slide a.more:hover {
        border-bottom: 1px solid #ffffff;
    }

        .slide a.more:hover span {
            display: inline;
        }

    .slide a.more i.icon img {
        height: 14px;
        height: 1.4vw;
        width: auto;
    }

.slide .slide-content {
    position: absolute;
    left: 90px;
    left: 9vw;
    bottom: 85px;
    bottom: 8.5vw;
    width: 400px;
    width: 40vw;
    height: 200px;
    height: 20vw;
    z-index: 3000;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-size: 1.1vw;
}

.slide-two-thirds-height .slide .slide-content {
    height: 100px;
    height: 10vw;
    bottom: 20px;
    bottom: 2vw;
}

.slide-three-quarters-height .slide .slide-content {
    height: 150px;
    height: 15vw;
    bottom: 20px;
    bottom: 2vw;
}

.slide-extra-height .slide .slide-content {
    height: 390px;
    height: 39vw;
    bottom: 20px;
    bottom: 2vw;
}

.slide .slide-content.slide-content-smaller {
    width: 300px;
    width: 30vw;
}

.slide .slide-content.slide-content-larger {
    width: 500px;
    width: 50vw;
}


.slide .slide-content h1 {
    margin-bottom: 30px;
    margin-bottom: 3vw;
}

.slide ul.slide-menu {
}

    .slide ul.slide-menu > li > a {
        text-decoration: none;
        color: #64c4e8;
        font-size: 11px;
        font-size: 1.1vw;
        font-family: texgyreadventorbold, sans-serif;
        padding: 2px;
        padding: 0.2vw;
    }

    .slide ul.slide-menu.text-larger > li > a {
        font-size: 16px;
        font-size: 1.6vw;
        line-height: 100%;
    }

    .slide ul.slide-menu > li > a:hover, .slide ul.slide-menu > li > a.active {
        text-decoration: underline;
        color: #ffffff !important;
    }

/* ---- Blocks ---- */

.row {
}



.row-slides {
}

.block, .block-slides {
    width: 333px;
    width: 33vw;
    height: 225px;
    height: 22.5vw;
    float: left;
    overflow: hidden;
    border: none;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

    .block-slides, .block-slides.block {
    }

    .block.double {
        width: 666px;
        width: 66vw;
    }

    .block.one-half {
        width: 500px;
        width: 50vw;
    }

    .block.one-quarter {
        width: 250px;
        width: 25vw;
    }

    .block.full {
        width: 1000px;
        width: 100vw;
    }

    .block.grow {
        height: auto;
    }


.row .block:first-child {
    width: 334px;
    width: 34vw;
}

.row .block.double:first-child {
    width: 667px;
    width: 67vw;
}

.row .block.one-half:first-child {
    width: 500px;
    width: 50vw;
}

.row .block.one-quarter:first-child {
    width: 250px;
    width: 25vw;
}

.row .block.full:first-child {
    width: 1000px;
    width: 100vw;
}

.block > img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.block.grow > img {
    position: relative;
    height: auto;
}

.block > .block-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    padding: 1vw 2vw;
    text-decoration: none;
}

    .block > .block-content.block-content-two-thirds {
        max-width: 66%;
    }

    .block > .block-content p {
        font-family: 'Montserrat', sans-serif;
    }

.block.text-alt-font > .block-content p, .text-alt-font .block > .block-content p {
    font-family: texgyreadventorregular, sans-serif;
    font-weight: normal;
}

.block.grow > .block-content {
    position: relative;
    bottom: auto;
}

.block.no-margins > .block-content {
    padding: 0;
}

.block.wide-margins > .block-content {
    padding: 20px 40px;
    padding: 2vw 4vw;
}

.block.xtra-wide-margins > .block-content {
    padding: 20px 40px 20px 90px;
    padding: 2vw 4vw 2vw 9vw;
}

.block.xtra-wide-left-margins-no-right {
    overflow: visible;
}

    .block.xtra-wide-left-margins-no-right > .block-content {
        padding: 10px 0 10px 90px;
        padding: 1vw 0 1vw 9vw;
    }

        .block.xtra-wide-left-margins-no-right > .block-content h2, .block.xtra-wide-left-margins-no-right > .block-content h6 {
            margin-right: -2vw;
        }

.block.xtra-wide-left-margins-for-mobile > .block-content {
    padding: 10px 90px 10px 20px;
    padding: 1vw 9vw 1vw 2vw;
}


.block.xtra-wide-left-margins > .block-content {
    padding: 10px 20px 10px 90px;
    padding: 1vw 2vw 1vw 9vw;
}

.block.xtra-wide-right-margins > .block-content {
    padding: 10px 90px 40px 20px;
    padding: 1vw 9vw 4vw 2vw;
}

.block.xxtra-wide-right-margins > .block-content {
    padding: 10px 200px 20px 20px;
    padding: 1vw 20vw 2vw 2vw;
}

.block.xtra-wide-margins-all > .block-content {
    padding: 20px 90px;
    padding: 2vw 9vw;
}

.block.wide-left-margins > .block-content {
    padding: 20px 40px 20px 20px;
    padding: 2vw 4vw 2vw 2vw;
}

.block.xtra-wide-top-margins > .block-content {
    padding: 20px 40px 20px 0;
    padding: 2vw 4vw 2vw 0;
}

.block > .block-content.block-content-one-half {
    max-width: 40%;
}



.block .overlay {
    height: 100px;
    height: 10vw;
    bottom: auto;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.block:hover .overlay {
    height: 225px;
    height: 22.5vw;
}


.block.block-menu {
    height: 175px;
    height: 17.5vw;
}

    .block.block-menu h2 {
        margin-top: 105px;
        margin-top: 10.5vw;
    }

    .block.block-menu a {
        text-decoration: none;
        color: #ffffff;
    }

        .block.block-menu a:hover {
            text-decoration: underline;
        }

    .block.block-menu h2 {
        margin-bottom: 0;
    }

    .block.block-menu .icon img {
        height: 10px;
        height: 1vw;
    }



.block.block-person {
    height: 242px;
    height: 24.2vw;
}

    .block.block-person.block-person-exec {
    }

    .block.block-person .block-content {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 30px;
        height: 3vw;
        -webkit-transition: height 0.5s;
        -moz-transition: height 0.5s;
        -o-transition: height 0.5s;
        -ms-transition: height 0.5s;
        transition: height 0.5s;
    }

.block.block-person-big {
    height: 315px;
    height: 31.5vw;
}



    .block.block-person-big .block-content {
        left: 600px;
        left: 60vw;
        top: 160px;
        top: 16vw;
    }


.block.block-person h5 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    padding-bottom: 1vw;
    display: none;
}

.block.block-person:hover h5 {
    display: block;
}



.block.block-person:hover .block-content {
    height: 222px;
    height: 22.2vw;
}

.block.block-person .overlay {
    top: auto;
    bottom: 0;
    height: 0;
}

.block.block-person:hover .overlay {
    height: 242px;
    height: 24.2vw;
}


.block a.close {
    position: absolute;
    top: 10px;
    top: 1vw;
    right: 40px;
    right: 4vw;
    display: block;
}

    .block a.close .icon img {
        height: 40px;
        height: 4vw;
    }

.block a.more {
    position: absolute;
    top: 185px;
    top: 18.5vw;
    left: 0;
    z-index: 3000;
    font-size: 13px;
    font-size: 1.3vw;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    padding: 10px 20px;
    padding: 1vw 2vw;
}

    .block a.more span {
        display: none;
    }

    .block a.more:hover span {
        display: inline;
    }

.block:hover a.more {
    opacity: 1;
}

.block.block-person a.more {
    display: none;
}

.block.block-person:hover a.more {
    display: block;
}


.block ul.submenu {
    position: absolute;
    left: 20px;
    left: 2vw;
    bottom: 20px;
    bottom: 2vw;
    right: 20px;
    right: 2vw;
}

    .block ul.submenu.with-more {
        bottom: 40px;
        bottom: 4vw;
    }

    .block ul.submenu > li > a {
        padding-top: 5px;
        padding-top: 0.5vw;
        line-height: 20px;
        line-height: 2vw;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        width: 100%;
        font-size: 1px;
        font-size: 1vw;
        font-weight: bold;
        font-family: texgyreadventorbold, sans-serif;
    }

        .block ul.submenu > li > a > .icon {
            visibility: hidden;
            display: block;
            float: right;
            height: auto;
            width: auto;
            padding: 0;
            margin: 0;
            font-family: texgyreadventorbold, sans-serif;
            font-weight: bold;
            font-style: normal;
            font-size: 13px;
            font-size: 1.3vw;
            text-align: right;
        }

            .block ul.submenu > li > a > .icon img {
                height: 14px;
                height: 1.4vw;
            }

        .block ul.submenu > li > a:hover > .icon {
            visibility: visible;
        }



    .block ul.submenu.large > li > a {
        padding-top: 15px;
        padding-top: 1.5vw;
        line-height: 30px;
        line-height: 3vw;
        font-size: 16px;
        font-size: 1.6vw;
        font-weight: normal;
        font-family: texgyreadventorregular, sans-serif;
    }

        .block ul.submenu.large > li > a > .icon {
            font-size: 20px;
            font-size: 2.0vw;
        }

.block-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: 68px;
    height: 6.8vw;
    padding: 10px 20px;
    padding: 1vw 2vw;
}

    .block-footer a.more {
        top: auto;
        bottom: 5px;
        bottom: 0.5vw;
    }

.block .block-content a.article-more {
    position: absolute;
    top: auto;
    bottom: 5px;
    bottom: 0.5vw;
    color: #1f3c72;
    opacity: 1;
}

.block .block-content.with-footer a.more {
    top: 95px;
    top: 9.5vw;
}

.block.block-behind-header {
    height: 100px;
    height: 10vw;
}


/* ---- Containers ---- */

.container {
    width: 100%;
    overflow: hidden;
    border: none;
    position: relative;
}

    .container > h2 {
        padding: 10px 20px;
        padding: 1vw 2vw;
    }

    .container .block {
        width: 20%;
        height: 155px;
        height: 15.5vw;
    }

/* ---- Home Highlight Bar ---- */

.percentage {
    position: absolute;
    left: 20px;
    left: 2vw;
    bottom: 20px;
    bottom: 2vw;
    font-size: 50px;
    font-size: 5vw;
    line-height: 50px;
    line-height: 5vw;
}

    .percentage h4 {
        display: inline-block;
        font-size: 15px;
        font-size: 1.5vw;
        padding-bottom: 20px;
        padding-bottom: 2vw;
    }

    .percentage img {
        height: 45px;
        height: 4.5vw;
        vertical-align: bottom;
    }

        .percentage img.large {
            height: 90px;
            height: 9vw;
        }

        .percentage img.space-left {
            margin-left: 15px;
            margin-left: 1.5vw;
        }

        .percentage img.star {
            position: absolute;
            left: 6px;
            left: 0.6vw;
            bottom: 25px;
            bottom: 2.5vw;
        }

/* ---- Crumbs ---- */

#crumbs-wrapper {
    font-weight: bold;
    font-size: 10px;
    font-size: 1vw;
    display: inline-block;
    z-index: 5000;
}

ul.crumbs {
    padding: 0;
    margin: 0;
    display: inline-block;
    list-style-type: none;
    margin-left: 15px;
    margin-left: 1.5vw;
}

    ul.crumbs > li {
        padding: 0;
        margin: 0;
        display: inline;
        position: relative;
    }

        ul.crumbs > li > a {
            padding: 0;
            margin: 0;
            display: inline-block;
            color: #ffffff;
            text-decoration: none;
            padding-left: 15px;
            padding-left: 1.5vw;
            padding-right: 15px;
            padding-right: 1.5vw;
            border-left: 1px solid #ffffff;
            font-size: 9px;
            font-size: 0.9vw;
            line-height: 22px;
            line-height: 2.2vw;
        }

        ul.crumbs > li:hover .submenu-holder {
            display: block !important;
            position: absolute;
            left: 0;
            top: 18px;
            top: 1.8vw;
            padding-top: 5px;
            padding-top: 0.5vw;
        }

@-moz-document url-prefix() {
    ul.crumbs > li:hover .submenu-holder {
         padding-top: 5px;
         padding-top: 0.58vw;
    }
}

ul.crumbs > li:hover ul.submenu {
    display: block !important;
    position: relative;
    left: 0;
    top: 0;
}

/* ---- Tables ---- */

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-top: 2vw;
}

th, td {
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #1f3c72;
    padding: 0 5px 10px 5px;
    padding: 0 0.5vw 1vw 0.5vw;
}

th {
    border-color: #1f3c72;
}

td {
    border-color: #ffffff;
}

tr {
}

table.table-contact-style {
}

    table.table-contact-style a {
        text-decoration: none;
        font-family: "Montserrat", sans-serif;
    }

        table.table-contact-style a:hover {
            text-decoration: underline;
        }

    table.table-contact-style th {
        border: none;
        width: 20%;
    }

    table.table-contact-style td {
        padding: 5px;
        padding: 0.5vw;
        border: none;
        border-top: 1px solid #007a88;
        width: 20% !important;
    }

.text-dark-blue table.table-contact-style td {
    border-color: #1f3c72;
}

    .text-dark-blue table.table-contact-style td a {
        color: #1f3c72;
    }

.text-green table.table-contact-style td a {
    color: #007a88;
}

table.table-contact-style td:last-child, table.table-contact-style th:last-child {
    width: auto;
}

table.table-style-1 {
    margin-bottom: 10px;
    margin-bottom: 1vw;
}

    table.table-style-1 td {
        font-weight: bold;
        border: none;
        border-bottom: 1px solid #2e83c0;
        padding-bottom: 5px;
        padding-bottom: 0.5vw;
        font-size: 10px;
        font-size: 1vw;
    }

        table.table-style-1 td a {
            color: #2e83c0;
            text-decoration: none;
        }

            table.table-style-1 td a:hover {
                color: #2e83c0;
                text-decoration: underline;
            }

table.table-style-2 th {
    border: none;
}

table.table-style-2 td {
    border: none;
    border-top: 1px solid #64c4e8;
    padding: 10px 5px 10px 5px;
    padding: 1vw 0.5vw 1vw 0.5vw;
}

/* ---- Lists ---- */

ul.list-large {
    font-size: 17px;
    font-size: 1.7vw;
    font-weight: bold;
    line-height: 150%;
}

ul.list-no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.list-lines li {
    border-top-width: 1px;
    border-top-style: solid;
}

    ul.list-lines li:first-child {
        border-top: none;
    }

ul.list-style-1, ul.list-style-2, ul.list-style-3, ul.list-style-4, .block-media-release ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 150%;
}

ul.list-style-3, ul.list-style-4 {
    margin-bottom: 10px;
    margin-bottom: 1vw;
    text-indent: 0;
}

ul.list-style-4 {
    padding-left: 0;
}

    ul.list-style-3 li, ul.list-style-4 li {
        font-family: 'Montserrat', sans-serif;
        font-weight: normal;
    }

ul.list-style-1 li:before, .block-media-release ul li:before {
    content: "> ";
    font-weight: bold;
}

ul.list-style-2 li:before {
    content: "» ";
    font-weight: bold;
}





ul.list-style-download {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.list-style-download li a {
        color: #ffffff;
        text-decoration: none;
        font-weight: normal;
        font-size: 11px;
        font-size: 1.1vw;
        border-bottom: 1px solid transparent;
        line-height: 16px;
        line-height: 1.6vw;
    }

    ul.list-style-download.text-bolder li a {
        font-family: texgyreadventorbold, sans-serif;
        font-weight: bold;
    }

    ul.list-style-download.text-larger li a {
        font-size: 15px;
        font-size: 1.5vw;
        line-height: 22px;
        line-height: 2.2vw;
    }

    ul.list-style-download.text-dark-blue li a {
        color: #1f3c72;
        border-bottom-color: transparent !important;
    }

    ul.list-style-download li a .icon {
        visibility: hidden;
    }


        ul.list-style-download li a .icon img {
            height: 10px;
            height: 1vw;
        }

    ul.list-style-download li a:hover {
        border-bottom-color: #ffffff;
    }

    ul.list-style-download.text-dark-blue li a:hover {
        border-bottom-color: #1f3c72 !important;
    }

    ul.list-style-download li a:hover .icon {
        visibility: visible;
    }

    ul.list-style-1.space-after, ul.list-style-download.space-after {
        margin-bottom: 10px;
        margin-bottom: 1vw;
    }

/* ---- Columns ---- */

.column-row {
}



.column {
    width: 45%;
    float: left;
    margin-left: 5%;
    position: relative;
}

    .column.column-one-third-width {
        width: 30%;
    }

    .column.column-two-thirds-width {
        width: 60%;
    }

    .column.column-small-width {
        width: 38%;
        padding-right: 0%;
        padding-left: 7%;
    }


.column-row .column:first-child {
    margin-right: 5%;
    margin-left: 0;
}


.column-row .column.column-small-width:first-child {
    padding-right: 7%;
    padding-left: 0%;
}

.column-row .column.column-small-width .image-float-left {
    left: -60px;
    left: -6vw;
}

.column-row .column.column-small-width:first-child .image-float-left {
    left: -90px;
    left: -9vw;
}


/* ---- Frames ---- */

iframe {
    width: 100%;
    overflow: hidden;
    border: none;
}

/* ---- Checkbox ---- */

.checkbox {
    width: 24px;
    height: 22px;
    overflow: hidden;
    cursor: pointer;
}

    .checkbox img {
        width: 24px;
        height: 22px;
        display: block;
    }

        .checkbox img.checkbox-checked {
            display: none;
        }

        .checkbox img.checkbox-unchecked {
            display: block;
        }

    .checkbox.checked img.checkbox-checked {
        display: block;
    }

    .checkbox.checked img.checkbox-unchecked {
        display: none;
    }


/* ---- Calendar Block ---- */

.block-calendar {
    float: left;
    width: 240px;
    width: 24vw;
    height: 240px;
    height: 24vw;
    margin-right: 7px;
    margin-right: 0.7vw;
    margin-bottom: 7px;
    margin-bottom: 0.7vw;
    overflow: hidden;
    background-color: #bee2ef;
    padding: 15px;
    padding: 1.5vw;
    position: relative;
}

    .block-calendar.next-event {
        background-color: #ffffff;
    }

    .block-calendar h1 {
        font-size: 75px;
        font-size: 7.5vw;
    }

    .block-calendar h5 {
        background-color: #1f3c72;
        color: #ffffff;
        margin: -15px;
        margin: -1.5vw;
        margin-bottom: 5px;
        margin-bottom: 0.5vw;
        padding: 15px;
        padding: 1.5vw;
        font-size: 36px;
        font-size: 3.6vw;
    }

.block-calendar-footer {
    position: absolute;
    left: 15px;
    left: 1.5vw;
    bottom: 15px;
    bottom: 1.5vw;
    right: 15px;
    right: 1.5vw;
    line-height: 35px;
    line-height: 3.5vw;
    vertical-align: middle;
}

    .block-calendar-footer h6 {
        font-weight: bold;
        display: inline;
        line-height: 35px;
        line-height: 3.5vw;
        vertical-align: middle;
        margin-left: 10px;
        margin-left: 1vw;
    }

    .block-calendar-footer img {
        height: 35px;
        height: 3.5vw;
        vertical-align: middle;
    }

/* ---- Block Year Menu ---- */


.block.block-year-menu > .block-content {
    padding: 0;
}

    .block.block-year-menu > .block-content > ul {
        list-style-type: none;
        margin: 0;
        padding: 5px 90px;
        padding: 0.5vw 9vw;
        margin-bottom: 20px;
        margin-bottom: 2vw;
        border-bottom: 1px solid #64c4e8;
    }

        .block.block-year-menu > .block-content > ul > li {
            display: inline-block;
            margin-right: 100px;
            margin-right: 10vw;
        }

            .block.block-year-menu > .block-content > ul > li > a {
                display: block;
                color: #1f3c72;
                color: #64c4e8;
                position: relative;
                text-decoration: none;
                font-weight: bold;
                padding: 2px 0;
                padding: 0.2vw 0vw;
            }

                .block.block-year-menu > .block-content > ul > li > a.active {
                    color: #1f3c72;
                }

                .block.block-year-menu > .block-content > ul > li > a .icon {
                    color: #1f3c72;
                    position: absolute;
                    left: 0;
                    top: 30px;
                    top: 3vw;
                    display: none;
                }

                .block.block-year-menu > .block-content > ul > li > a.active .icon {
                    display: block;
                }

                .block.block-year-menu > .block-content > ul > li > a .icon img {
                    height: 11px;
                    height: 1.1vw;
                }

/* ---- Search Results ---- */

.block-search-results p a {
    text-decoration: none;
    font-weight: normal;
}


/* ---- Sitemap ---- */

ul.sitemap ul ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.sitemap a {
    text-decoration: none;
    color: #1f3c72;
}

ul.sitemap > li > a {
    font-weight: bold;
}

ul.sitemap a:hover {
    text-decoration: underline;
}

/* ---- Play ---- */

.play {
    display: block;
    text-decoration: none;
    color: #1e3b71;
    background-image: url('../Content/Images/Shared/play.png');
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 31px;
    padding-left: 44px;
    background-size: 34px 31px;
    font-size: 10px;
    font-size: 1vw;
}

    .play.play-gold {
        background-image: url('../Content/Images/Shared/play-gold.png');
    }

.play:hover {
    text-decoration: none;
    color: #ffffff;
    background-image: url('../Content/Images/Shared/play-hover.png');
}

/* ---- Link ---- */

.link {
    display: block;
    text-decoration: none;
    color: #1e3b71;
    background-image: url('../Content/Images/Shared/link.png');
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 31px;
    padding-left: 44px;
    background-size: 34px 31px;
    font-size: 10px;
    font-size: 1vw;
    margin-top: 10px;
}

.link.white {
	 background-image: url('../Content/Images/Shared/link-hover.png');
	 color: #ffffff;
}

.link:hover {
    text-decoration: none;
    color: #ffffff;
    background-image: url('../Content/Images/Shared/link-hover.png');
}