html,
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}

#map {
    width: 100%;
    top: 56px;
    height: calc(100vh - 56px);
}

.overlay {
    margin-top: -55%;

}

.overlay h1,
.overlay h6 {
    color: white;
}
.overlay h6{
    background:rgba(0,0,0,0.6);
}
.info-container {
    margin: 56px 0 0 0;
    padding: 10px 10px 60px 10px;
    position: relative;
    background: #1e1e1e;
    color: white;

}

.uk-child-width-1-2\@m>* {
    margin-left: 20%;
    margin-top: 5%;
    margin-right: 10%;
    margin-bottom: 0%;
}

.panel {
    z-index: 3;
    position: absolute;
    background: rgba(26, 26, 26, 0.75);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    margin: 0 -10px;
    width: 100%;
    box-sizing: border-box;
    height: 260px;
    top: -260px;
    padding-left: 35px;
    padding-right: 35px;
    color: white;
}

.panel h2 {
    color: #F3C13A;
    font-size: 28px;
}

.text-container {
    margin: 0;
}

.text-container div {
    width: 100%;
    margin: 0;
    padding: 15px;
}

#name {
    position: center;
    padding-top: 10px;
    font-size: 32px;
    color: yellow;
}

h4 {
    font-size: 32px;
}


.status {
    color: red;
}

.uk-card {
    height: 2500px;
}


h1 {
    font-size: 78px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: white;
}

h6 {
    color: white;
}

.title {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#map {
    z-index: 1;
    position: absolute;
}

.uk-card-title {

    color: #F3C13A;
    font-weight: 600;
}



/* ======================================================================== IRISH TIMES: Full width ========================================================================== */
.fw {
    width: 100%;
}

.fw-container {
    max-width: 100%;
    padding: 1em;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .fw-container {
        max-width: 960px;
    }
}

@media screen and (min-width: 1216px) {
    .fw-container {
        max-width: 1152px;
    }
}

/* ======================================================================== IRISH TIMES: Microsite Nav ========================================================================== */
.menu {
    background: #1c1c1c;
    z-index: 50;
    position: fixed;
    top: 0;
}

.menu .fw-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 599px) {
    .menu .fw-container {
        flex-direction: column;
    }
}

.menu-wrapper {
    width: auto;
    display: flex;
    align-items: center;
    position: relative;
    color: white;
    font-family: "Lato", Helvetica, Arial, sand-serif;
}

.menu input {
    width: 45px !important;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-touch-callout: none;
}

.menu input:checked~nav {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    pointer-events: auto;
}

.menu input:checked~label .navicon {
    background: transparent;
}

.menu input:checked~label .navicon:before,
.menu input:checked~label .navicon:after {
    top: -8px;
    height: 20px;
    border-radius: 9px;
    width: 3px;
}

.menu input:checked~label .navicon:before {
    transform: rotate(-45deg);
}

.menu input:checked~label .navicon:after {
    transform: rotate(45deg);
}

.menu label {
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    user-select: none;
    display: flex;
    align-items: center;
    font-size: 20px;
}

@media screen and (max-width: 599px) {
    .menu label {
        padding: 5px 20px 0 20px;
    }
}

.menu label .navicon {
    background: #fff;
    display: block;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    opacity: 1;
    transition: background 0.2s ease-out;
    width: 5px;
    right: 0;
    transition: all 0.35s ease;
}

.menu label .navicon:before,
.menu label .navicon:after {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    opacity: 1;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
    transition: all 0.35s ease;
}

.menu label .navicon:before {
    top: 8px;
}

.menu label .navicon:after {
    top: -8px;
}

.menu nav {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    padding: 15px;
    z-index: 99;
    pointer-events: none;
    top: 50px;
    right: 0;
    left: 0;
    height: calc(100vh - 50px);
    overflow: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    background: rgba(28, 28, 28, 0.988235);
    font-size: 150%;
}

@media screen and (max-width: 599px) {
    .menu nav {
        top: 80px;
    }
}

.menu nav ul {
    margin: 0;
    padding: 0;
}

.menu nav li {
    display: block;
    text-align: center;
    padding: 15px 0;
    width: 40%;
    position: relative;
    margin: 0 auto;
    font-size: 30px;
}

.menu nav li:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-image: linear-gradient(to right, transparent 0%, rgba(192, 191, 191, 0.12) 20%, rgba(192, 191, 191, 0.12) 50%, rgba(192, 191, 191, 0.12) 80%, transparent 100%);
    position: absolute;
    bottom: 0;
}

.menu nav li:last-child:after {
    display: none;
}

.menu nav li a {
    color: white;
    text-decoration: none;
    font-weight: 300;
}

#logo {
    text-indent: -9999px;
    background: url(https://www.irishtimes.com/assets/images/logo/masthead-small-white.svg) no-repeat;
    background-size: contain;
    width: 300px;
}

@media screen and (max-width: 599px) {
    #logo {
        width: 200px;
        padding: 0 0 2px 0;
        border-bottom: 1px solid rgba(192, 191, 191, 0.12);
    }
}

#logo a {
    display: block;
}

/* ========================================================================
   IRISH TIMES: Footer
 ========================================================================== */

footer {
    position: relative;
    clear: both;
    text-align: center;
    font-family: 'Lato', sans-serif;
    padding: 12px 0 0;
    border-top: 10px solid #e2e2e2;
    font-size: 12px;
    background-color: #f6f6f6;
}

footer #partners {
    text-align: center;
    padding: 10px 0;
    background-color: #333;
}

footer #partners h2 {
    color: #FFF;
    font-family: Georgia;
    font-size: 160%;
    margin: 0;
}

footer #legal {
    padding: 15px 0 0;
}

footer #connect {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .follow .at-follow-btn span.at-icon-wrapper {
    border-radius: 50% !important;
}

footer .follow p {
    margin: 0;
}

footer #connect .follow div a {
    float: none;
    margin-left: 15px;
}

footer #legal nav ul li {
    display: inline-block;
    margin-right: 5px;
}

footer #connect .apps {
    margin-left: 20px;
}

footer #connect .apps a {
    margin-left: 15px;
}

footer #connect .apps a:first-child {
    margin-left: 0;
}

footer #legal nav ul li a {
    color: #515151;
    padding-right: 5px;
    border-right: 1px solid #c6c6c6;
}

footer #legal nav ul li:last-child a {
    border-right: 0;
}

footer #legal .copyright {
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    color: #000;
    font-weight: bold;
    line-height: 1.3em;
    padding: 10px 0;
    font-size: 11px;
}




/* ======================================================================== IRISH TIMES: Media Queries ========================================================================== */
.panel-info{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    flex-wrap:wrap;
}

.iframe-container{
    flex-basis:40%;
}
.iframe-container iframe{
    width:100%;
}
.information{
    width:100%;
}
@media only screen and (max-width:600px) {
    #map {
        margin-top: 94px;
        height: 100%;
        top: 0;
    }

}
@media only screen and (max-width:767px){
    .overlay {
        display:none;
    }
    .info-container {
        margin: -20vh 0 0 0;
    }
}
@media only screen and (max-width:979px) {
    
.iframe-container{
    flex-basis:auto;
}
    .map-wrapper {
        overflow: hidden;
    }

    #map {
        height: 80vh;
    }



    

    .panel {
        position: fixed;
        bottom: 0;
        top: inherit;
        width: 100%;
        height: 80px;

        background: #1e1e1e;
    }

    .panel#info-panel {
        position: relative;
        width: auto;
        height: auto;
        top: 0;
        bottom: inherit;
        padding: 25px;
    }

    .panel-info {
        flex-direction: column-reverse;
        margin-left: 0;
    }

    .panel-info div {
        width: 100%;
        margin-left: 0;
        padding-left: 0 !important;
    }

    .panel-info div iframe {
        padding-left: 0 !important;
    }

    .text-container {
        margin: 0;
    }

    footer #legal {
        padding: 0;
    }

    footer .policy_terms {
        display: none;
    }

    footer #connect .follow,
    footer #connect .apps {
        text-align: center;
    }

    footer #connect {
        flex-direction: column;
    }

    footer #connect .apps {
        margin-top: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:979px) {
    /* Fixing the scroll to bottom tap issue on google iframe on iOS */
    html.ipad, .ipad body{
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    } 
    #map {
        height: 100vh;
    }
    .overlay {
        margin-top:-100%;
    }
    .info-container {
        margin: -13vh 0 0 0;
    }
    .panel {

        position: absolute;
    }

    /*.panel#info-panel{
        position: relative;
        width: auto;
        height: auto;
        top: 0;
        bottom: inherit;
        padding: 25px;
    }
    .info-container{
        margin:-20vh 0 0 0 ;
    }*/
}

@media only screen and (min-width:980px) {
    html, body{
        overflow:hidden;
        -webkit-overflow-scrolling: touch;
    }
    .scrollTop {
        display: none !important;
    }

    .map-wrapper {
        width: 100vw;
        height: 100vh;
        position:relative;
    }

    #map {
        height: 83vh;
        width: 100vw;
        top: 0;
        margin-top: 56px;
    }

    .info-container {
        width: 40vw;
        box-sizing: border-box;
        padding-top: 0;
        height: 83vh;
        display: flex;
        background: rgba(26, 26, 26, 0.75);
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        margin: 0;


    }


    .panel {
        position: relative;
        width: 40vw;
        padding: 2em;
        left: 0;
        display: flex;
        height: 83vh;
        top: 0;
        box-shadow: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .panel#info-panel {
        position: absolute;
        top: inherit;
        font-size: 14px;
        margin: 0;
        box-shadow: none;
        left: -60vw;
        bottom: 0;
        width: 60vw;
        z-index: 40;
        height: 290px;
    }
    .credits{
        height: 12vh;
        display: flex;
        vertical-align: bottom;
        box-sizing: border-box;
        align-items: center;
    }


    .text-container {
        overflow-y: scroll;
        height: 83vh;
        padding-bottom: 0;
        margin: 0;
        display: block;
    }
    /* WEBKIT Scrollbar Styling */
    .text-container::-webkit-scrollbar {
        background: rgba(0, 0, 0, 0.4);
        width: 5px;
      }
      .text-container::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
        border-radius: 1px;
        background:rgba(0, 0, 0, 0.4);
      }
      .text-container::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.6);
        border-radius: 1px;
        background: #fafafa;
      }

}

.scrollTop {
    background: rgba(0, 0, 0, 0.3);
    width: 36px;
    height: 36px;
    border: 1px solid white;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 3;
    border-radius: 50%;
    display: none;
}

.scrollTop:before {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    border-color: white;
    content: '';
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 6px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 12px;
    bottom: 0;
    right: 0;
    margin: auto;
}

.credits {
    background: #191919;
    font-size: 12px;
    padding: 1em;
    color: white;
    text-align: center;

}

.credits a {
    color: #F3C13A;
}

@media only screen and (min-width:980px) and (max-width:1800px){
    .panel-info div{
        flex-basis:33%!important;
    }
}