﻿@charset "utf-8";
/* CSS Document */

@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i';


html, body {
    height: 100%;
    font-size: 100%;
}

body {
    background: #fff;
    color: #333333;
    margin: 0px;
    padding: 0em;
    font: 100% "Roboto", sans-serif;
    font-weight: 400;
}

    .topheader {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: #25333d;
        z-index: 1;
    }

main {
    padding-top: 120px;
}

.Logo {
    padding: 2rem 0 0.5rem 2rem;
}

.navbar-expand-md .navbar-nav {
    flex-direction: column;
}

.navbar {
    padding: 0 0 0 2rem;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: .5rem 0;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 2rem;
    text-decoration: none !important;
}

.navbar-expand-md .navbar-nav .nav-item.active .nav-link {
    color: #a4d7e5;
}

footer {
    margin-top: 3rem;
    background: #e9eaeb;
    color: #25333d;
    border-top: 2px solid #a4d7e5;
    font-size: 0.8rem;
    padding: 1rem;
    min-height: 18.5vh;
}

@media (min-width: 768px) {
    .topheader {
        max-width: 187px;
        height: 100%;
        z-index: 1;
        border-right: 5px solid #a4d7e5;
    }

    main {
        padding-top: 0;
        padding-left: 187px;
    }

    footer {
        padding: 1rem 0px 0px 200px;
    }
}

@media (max-width: 768px) {

    .Logo {
        padding: 1rem;
    }

        .Logo img {
            max-width: 120px;
        }

    .navbar-toggler {
        position: absolute;
        right: 1rem;
        top: -50px;
        z-index: 3;
    }

    .navbar-menu-icon {
        display: block;
        background: #FFFFFF;
        height: 3px;
        margin: 5px auto;
        width: 30px;
        line-height: 16px;
        transition: transform .3s 0s ease-in-out;
    }

    .opened .navbar-menu-icon {
        opacity: 0;
    }

        .opened .navbar-menu-icon:first-child {
            transform: rotate(45deg);
            opacity: 1;
        }

        .opened .navbar-menu-icon:last-child {
            transform: rotate(-45deg);
            opacity: 1;
            margin-top: -16px;
        }


    .offcanvas-collapse {
        position: fixed;
        top: 0px; /* Height of navbar */
        bottom: 0;
        right: -100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: 120px;
        overflow-y: auto;
        background-color: #333333;
        transition: right .3s ease-in-out;
        z-index: 2;
    }

        .offcanvas-collapse.open {
            right: 0;
        }

    .navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
    }
}

@media (max-width: 400px) {

    .Logo img {
        max-width: 70px;
    }

    main {
        padding-top: 90px;
    }
}

/* Home Links */

.home-links .location .anchor {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 1rem;
    right: 0;
    top: 35%;
    text-decoration: none;
    opacity: 0;
    transition: background .3s ease-in-out, opacity .3s ease-in-out;
    padding: 1em 0px;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
}

.home-links .location:hover .anchor, .home-links .location:focus .anchor, .home-links .location:focus-within .anchor {
    background: #25333d;
    opacity: .8;
}

.home-links a,
.about-links a {
    color: #fff !important;
    display: block;
    text-decoration: none !important;
}

    .home-links a {
        width: 100%;
        height: 100%;
    }

    .about-links .location {
        position: relative;
    }

    .about-links .location img {
        width: 100%;
        height: auto;
    }

    .about-links .location .anchor {
        position: absolute;
        left: -15px;
        right: -15px;
        top: auto;
        bottom: 20%;
        background: #25333d;
        color: #fff !important;
        text-decoration: none;
        padding: 5% 0px 10% 0px;
        text-align: center;
        font-size: 1em;
        opacity: 0;
        transition: background .3s ease-in-out, opacity .3s ease-in-out;
    }

    .about-links .location:hover .anchor, .about-links .location:focus .anchor, .about-links .location:focus-within .anchor {
        background: #25333d;
        opacity: .8;
    }

.WhoAmI {
    background: #a1d5e3;
    text-align: center;
    margin-top: 1rem;
}

/* New Map */

/* Image map styles */
.imageMap {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 2em;
}

    .imageMap img {
        width: 100%;
        height: auto;
        /*border-radius: 30px;*/
    }

.imageMap .hotspots, .imageMap-Clients .hotspots {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
}

.imageMap a.Map-Link {
    display: block;
    position: absolute;
    background: url(/images/librariesprovider12/default-album/bullet.png) no-repeat 50% 50%;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
}

.imageMap div.Content-Map-Outer {
    position: absolute;
}

    .imageMap div.Content-Map-Outer::before {
        content: " ";
        display: block;
        padding: 5px 5px 5px 10px;
        margin-top: -15px;
        position: absolute;
        left: 20px;
        font-size: 0.8em;
        color: #333;
        font-weight: 700;
        background: #93cef7;
        background: -webkit-linear-gradient(#93cef7, #7bacce); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#93cef7, #7bacce); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#93cef7, #7bacce); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#93cef7, #7bacce); /* Standard syntax */
        -webkit-border-radius: 5px 0 5px 0;
        -moz-border-radius: 5px 0 5px 0;
        border-radius: 5px 0 5px 0;
        box-shadow: 0px 1px 3px #333;
    }

/* Munich 2000 */

.imageMap div.Munich-2000 {
    top: 34.5%;
    left: 49%;
}

.imageMap div.Content-Map-Outer.Munich-2000::before {
    content: "Munich";
}


/* Iceland-2002 */

.imageMap div.Iceland-2002 {
    top: 19%;
    left: 40.5%;
}

.imageMap div.Content-Map-Outer.Iceland-2002::before {
    content: "Reykjavik";
}

/* Rio-2004 */

.imageMap div.Rio-2004 {
    top: 73%;
    left: 33.5%;
}

.imageMap div.Content-Map-Outer.Rio-2004::before {
    content: "Rio";
}

/* Switzerland-2006 */

.imageMap div.Switzerland-2006 {
    top: 35.5%;
    left: 47.5%;
}

.imageMap div.Content-Map-Outer.Switzerland-2006::before {
    content: "Lucerne and Interlaken";
    width: 135px !important;
    left: -135px;
    top: 35px;
    padding: 5px 10px 5px 5px;
}

/* Washington-2008 */

.imageMap div.Washington-2008 {
    top: 40%;
    left: 24%;
}

.imageMap div.Content-Map-Outer.Washington-2008::before {
    content: "Washington and Philadelphia";
    width: 170px !important;
    left: -170px;
    top: 35px;
    padding: 5px 10px 5px 5px;
}

/* Scotland-2010 */

.imageMap div.Scotland-2010 {
    top: 27.5%;
    left: 44.5%;
}

.imageMap div.Content-Map-Outer.Scotland-2010::before {
    content: "Edinburgh";
}

/* Buenos-2012 */

.imageMap div.Buenos-2012 {
    top: 80.5%;
    left: 29%;
}

.imageMap div.Content-Map-Outer.Buenos-2012::before {
    content: "Buenos Aires";
    width: 80px;
}

/* N-Zealand-2014 */

.imageMap div.N-Zealand-2014 {
    top: 87%;
    left: 92.5%;
}

.imageMap div.Content-Map-Outer.N-Zealand-2014::before {
    content: "Queenstown";
    left: -75px;
    margin-top: -15px;
    padding: 5px 10px 5px 5px;
}

/* Canada-2016 */

.imageMap div.Canada-2016 {
    top: 31.5%;
    left: 15.5%;
}

.imageMap div.Content-Map-Outer.Canada-2016::before {
    content: "Calgary";
}

/* Florida-2018 */

.imageMap div.Florida-2018 {
    top: 48%;
    left: 23.2%;
}

.imageMap div.Content-Map-Outer.Florida-2018::before {
    content: "Florida";
    left: -40px;
    top: 35px;
    padding: 5px 10px 5px 5px;
}


.imageMap a.Map-Link + div.Content-Map {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 1em;
    margin-left: 1em;
    width: 300px;
    color: #444;
    display: none;
    background: #fff;
    z-index: 9
}

.imageMap p strong {
    display: block;
    padding: 0;
    margin: 0;
    color: #000;
}

.imageMap p {
    color: #444;
}

.imageMap b {
    display: block;
    position: absolute;
    background: url(/images/librariesprovider12/default-album/bullet.png) no-repeat 50% 50%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    -webkit-background-size: 100% !important;
    -moz-background-size: 100% !important;
    -o-background-size: 100% !important;
    background-size: 100% !important;
}

.imageMap .hotspots div:hover b {
    width: 30px;
    height: 30px;
    padding: 0;
    opacity: 0.5 !important;
    filter: alpha(opacity=0.5) !important;
}

.imageMap .hotspots div:hover div.Content-Map {
    display: block;
}

.imageMap .hotspots div.N-Zealand-2014 div.Content-Map,
.imageMap .hotspots div.Switzerland-2006 div.Content-Map {
    margin-left: -300px;
}

.imageMap .hotspots div:hover a.Map-Link {
    background: url(/images/librariesprovider12/default-album/bullet.png) no-repeat 50% 50%;
    z-index: 3;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.Inner {
    padding: 1em;
    box-shadow: 1px 4px 4px 4px rgba(0,0,0,0.2);
}

.Content-Map .Inner a {
    text-decoration: none !important;
}


/* New Map */




/* Image Gallery */

.mfp-image-holder .mfp-content {
    padding: 10px;
}

.mfp-figure:after {
    background: #FFF !important;
}

.image-link img {
    width: 100%;
    height: auto;
}

.sf-Gallery-thumbs a {
    display: block !important;
    border: 0 !important;
}

.sf-Gallery-thumbs .caption {
    margin-top: 1rem;
}

.mfp-bottom-bar {
    background: #FFF !important;
    color: #333333;
    padding: .5rem;
}

.mfp-title,
.mfp-counter {
    color: #333333 !important;
}

.mfp-counter {
    padding: 5px;
}



/* Styles */
a:link, a:visited {
    color: #25333d;
    text-decoration: underline;
}

a:hover {
    color: #005595;
}

.home-links img {
    width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 2.2rem;
    color: #3d5667;
}

    h1::after {
        content: " ";
        display: block;
        background: #7bacce;
        margin: 0px auto;
        max-width: 230px;
        height: 2px;
    }

h2 {
    font-size: 1.8rem;
    color: #333333;
}

h3 {
    font-size: 1.4rem;
    color: #3d5667;
}

.MainHeading {
    position: relative;
    display: block;
    margin: 0px auto;
    margin-bottom: 2rem;
    text-align: center;
    color: #333;
    background: #93cef7;
    background: -webkit-linear-gradient(#93cef7, #7bacce);
    background: -o-linear-gradient(#93cef7, #7bacce);
    background: -moz-linear-gradient(#93cef7, #7bacce);
    background: linear-gradient(#93cef7, #7bacce);
    padding: 0.5em 0px;
    -webkit-border-radius: 0.5em 0 0.5em 0;
    -moz-border-radius: 0.5em 0 0.5em 0;
    border-radius: 0.5em 0 0.5em 0;
}

    .MainHeading::before {
        content: " ";
        display: block;
        position: absolute;
        top: -5px;
        right: 0;
        background: #7bacce;
        margin: 0px;
        width: 10%;
        height: 2px;
    }

.YearDate p {
    font-size: 1.4em;
    color: #3d5667;
    font-weight: 700;
}

    .YearDate p::after {
        content: " ";
        display: block;
        background: #7bacce;
        margin: 0px auto;
        width: 130px;
        height: 2px;
    }

h3::after {
    content: " ";
    display: block;
    background: #7bacce;
    margin: 0px auto;
    max-width: 130px;
    height: 2px;
}

.Content-Map h3::after {
    margin: 0px !important;
}

.back_button a {
    display: inline-block;
    width: auto;
    padding: 0.7em 1em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    background: #25333d;
    margin: 0px auto;
    color: #a4d7e5;
    text-align: center;
    font-size: 1em;
    text-decoration: none;
}

    .back_button a:hover, .back_button a:active, .back_button a:focus {
        background: #a4d7e5;
        color: #25333d;
    }

.caption {
    background: #a4d7e5;
    color: #25333d;
    padding: 1rem;
}

    .caption p {
        padding: 0;
        margin: 0;
    }


@media all and (max-width: 1400px) {


    /* Munich 2000 */

    .imageMap div.Munich-2000 {
        top: 34%;
        left: 49%;
    }


    /* Switzerland-2006 */

    .imageMap div.Switzerland-2006 {
        top: 35%;
        left: 47.5%;
    }
}



@media all and (max-width: 1030px) {


    /* Munich 2000 */

    .imageMap div.Munich-2000 {
        top: 33.5%;
        left: 49%;
    }


    /* Switzerland-2006 */

    .imageMap div.Switzerland-2006 {
        top: 34.5%;
        left: 47.5%;
    }

    /* Buenos Aires */

    .imageMap div.Buenos-2012 {
        top: 79.5%;
        left: 29%;
    }

    /* RIO */

    .imageMap div.Rio-2004 {
        top: 71.5%;
        left: 32%;
    }

    /* Scotland */

    .imageMap div.Scotland-2010 {
        top: 26%;
        left: 43.5%;
    }

    /* New Zealand */

    .imageMap div.N-Zealand-2014 {
        top: 85.5%;
        left: 91.5%;
    }
}


@media (min-width: 601px) {
    .no-hotspots {
        display: none;
    }
}

@media all and (max-width: 660px) {

    .imageMap a.Map-Link + div.Content-Map {
        width: 200px !important;
    }

    .imageMap .hotspots div.N-Zealand-2014 div.Content-Map,
    .imageMap .hotspots div.Switzerland-2006 div.Content-Map {
        margin-left: -200px;
    }
}


@media all and (max-width: 600px) {



    .WhoAmI {
        width: 100%;
    }





    .Locations h4 {
        display: none;
    }

    .imageMap {
        display: none;
    }



    .no-hotspots ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .no-hotspots ul li {
            margin: 0px 0px 2px 0px;
            padding: 0px;
        }

            .no-hotspots ul li * {
                margin: 0px !important;
            }

            .no-hotspots ul li a {
                display: block;
                text-align: center;
                background: #25333d;
                color: #a4d7e5;
                text-decoration: none;
                padding: 0.5em
            }

                .no-hotspots ul li a h3 {
                    color: #fff;
                }

                .no-hotspots ul li a:hover, .no-hotspots ul li a:active, .no-hotspots ul li a:focus {
                    background: #a4d7e5;
                    color: #25333d;
                }

    .no-hotspots h3::after {
        display: none;
    }
}
