/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

textarea:focus, input:focus {
    outline-color: #990ae3;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

a {
    color: #990ae3;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
}

ul, ul li {
    margin: 0;
    padding: 0;
}

html{
    font:1em/1.5 "Myriad Pro", cursive;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,hgroup,ol,dd,
p,figure,
pre,table,fieldset,hr,
.header,.media,.island {
    margin-bottom: 1.5rem;
}

.not-found {
    text-align: center;
}


html, body {
    height: 100%;
    overflow: hidden;
}

.shadow {
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.1);
}

#agigen-map {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: white;
    background-size: 100px;
}

/*CORNERS & CONTROLS*/

.controls {
    position: absolute;
    z-index: 500;
}

.controls.top-left-corner {
    top: 20px;
    left: 20px;
}

.controls.bottom-left-corner {
    bottom: 80px;
    left: 20px;
}

.controls.top-right-corner {
    top: 80px;
    right: 20px;
}

.top-right-corner {
    width: 220px;
}

.bottom-left-corner {
    width: 220px;
}

/*SEARCH*/

.search {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 500;
    width: 220px;
}

.search-box {
    height: 40px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    background: #990ae3 url(/img/search@2X.png) no-repeat 190px center;
    background-size: 15px 15px;
}

.lt-ie9 .search-box {
    background: #990ae3 url(/img/search_half.png) no-repeat 190px center;
}

.search-box input ,
.search-box label {
    position: absolute;
    top: 5px;
    left: 10px;
    line-height: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    width: 185px;
    padding-left: 5px;
    
}

.search-box label {
    z-index: 10;
    font-size: 16px;
    background-size: 15px 15px;
    -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}

.search-box input {
    background: transparent;
    border: none;
    z-index: 15;
    width: 160px;
    color: #fff;
    
}
.search-box input.not-empty + label , 
.search-box input:focus + label {
    opacity: 0;
    padding-left: 5px;
}

/*HEADER*/

.main-header {
    width: 220px;
    height: 80px;
    background-color: #f3f3f3;
    padding: 20px 0 0;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
}
.telia-header-logo {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 40px;
    background: transparent url(/img/teliacarrier-logo.png) no-repeat 0px 0px;
    background-size: 150px 34px;
}

/*NEWS*/

.news {
    background-color: #f3f3f3;
    width: 220px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
    overflow: hidden;
}

.news-image {
    margin: 0 0 0 -20px;
    width: 220px;
}

.news.collapsed {
    height: 50px;
}

.newstitle {
    color: #000000;
    font-size: 16px;
    margin: 0px;
    padding: 0 0 10px 0px;
    font-weight: bold;
    line-height: 20px;
}

.newsdate {
    color: #999;
    font-size: 13px;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
    font-weight: bold;
    line-height: 20px;
}

.newscontent {
    padding: 0 0 10px 0px;
    color: #000000;
    font-size: 13px;
    margin: 0px;
    padding: 0 0 10px 0px;
    font-weight: bold;
    line-height: 20px;
}

.readmore {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 20px;
    color: #fff;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px #990ae3 solid;
    border-bottom: 1px #990ae3 solid;
}

.readmore i {
    margin-top: 14px;
    margin-right: 14px;
    float: right;
    font-size: 13px;
}

/* ROUNDING */

.noround, .rounded-children > * {
    border-radius: 0px !important;
}

.topround, .rounded-children > :first-child {
    border-radius: 2px 2px 0px 0px !important;
}

.botround, .rounded-children > :last-child {
    border-radius: 0px 0px 2px 2px !important;
}

.leftround {
    border-radius: 2px 0px 0px 0px !important;
}

.rightround {
    border-radius: 0px 2px 0px 0px !important;
}

.allround {
    border-radius: 2px !important;
}

/*BUTTONS*/

.btnpurple {
    background-color: #990ae3;
}

.btnpurple a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

.btnpurple i {
    text-decoration: none;
    color: #fff;
}

.btnpurple:hover {
    background-color: #8706c9;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px #4E256B solid;
}

.btnpurple:active,
.btnpurple.active {
    background-color: #ff64cd;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-top: 1px #ff64cd solid;
    border-bottom: 1px #ff64cd solid;
}

.btnpurple a:hover {
    color: #fff;
    text-decoration: none;
}

.btnpurple a:active {
    color: #fff;
    text-decoration: none;
}

.btnpurple.active a:hover {
    color: white;
}

.btnpurple.active a {
    color: #fff;
    text-decoration: none;
}

.btnicon {
    position: relative;
    left: -10px;
}

/*MENUS*/

.rightmenu ul {
    list-style-type: none;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
}

.rightmenu ul li {
    border-top: 1px #73369E solid;
    border-bottom: 1px #4E256B solid;
}


.rightmenu ul li a  {
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 13px;
    text-decoration: none;
    padding-left: 25px;
}

.rightmenu ul {
    list-style-type: none;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

.leftmenu ul {
    list-style-type: none;
    -moz-border-radius: 2px;
    border-radius: 2px; 
}

.leftmenu ul li {
    border-top: 1px #73369E solid;
    border-bottom: 1px #4E256B solid;
}

.leftmenu ul li a  {
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 13px;
    text-decoration: none;
    padding-left: 25px;
}

/* LEGENDS */

.legend-box {
    margin-bottom: 25px;
    color: #999;
    font-size: 13px;
    background-color: #f3f3f3;
    padding: 20px;
    width: 220px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.legend-box.collapsed {
    height: 60px;
    width: 220px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.news.collapsed .closenews i,
.legend-box.collapsed .closelegends i {
    display: block;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.legend-box dl {
    margin: 0;
    padding: 0;
}
.legend-box dl dt {
    width: 30px;
    float: left;
    /*line-height: 30px;*/
    vertical-align: middle;
}

.legend-box dl dt img {
    vertical-align: middle;
    
}

.legend-box dl dd {
    -top: 2px;
    margin-left: 30px;
    margin-bottom: 10px;
    /*line-height: 30px;*/
}

.legendstitle {
    color: #990ae3;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    font-weight: bold;
}

.legend-button-box {
    width: 100%;
    text-align: center;
}

.legend-button {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.legend-button:hover {
    text-decoration: none;
    color: #db2190;
}

.legend-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #CCCCCC;
    height: 1px;
}

.closenews,
.closelegends {
    display: block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #990ae3;
    background-size: 10px;
    float: right;
}

.closenews i,
.closelegends i {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/*ZOOM*/

.bottom-left-corner .zoom {
    width: 40px;
    height: 40px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.zoom .zoom-in ,
.zoom .zoom-out {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    text-align: center;
}

.zoom .zoom-in {
    border-bottom: 1px #4E256B solid;
    border-top: 1px transparent;
}

.zoom .zoom-out {
    border-top: 1px #73369E solid;
    border-bottom: 1px transparent;
}

.maptype {
    position: absolute;
    top: 0px;
    left: 50px;
    width: 80px;
    height: 80px;
    border: 5px solid #990ae3;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;
}

.maptype #maptype-container {
    width: 100px;
    height: 100px;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.change-maptype {
    width: 80px;
    height: 80px;
    background: transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}

.print-button {
    margin-top: 10px;
    height: 60px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    border: none;
    width: 100%;
    text-align: center;
}

/*POPUP*/

.marker-details {
    position: absolute;
    z-index: 500;
    padding: 20px;
    width: 240px;
    border-radius: 2px;
    background-color: #f3f3f3;
    margin-left: -120px;
}

.marker-details h2 {
    font-size: 20px;
    color: #990ae3;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 90%;
}

.marker-details .closenews {
    float: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.marker-details .children {
    max-height: 300px;
    overflow: auto;
}

.address {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    line-height: 20px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

.services p {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 2px;
}

/*MISC*/

#loadingtext {
    position: absolute;
    top: 300px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    font-size: 56px;
    color: #642c85;
}

.rightmargin {
    margin-right: 20px;
}

.rightmarginsmall {
    margin-right: 10px;
}

.topmargin {
        margin-top: 20px;
}

.topmargin.small {
        margin-top: 10px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
    font-size: 13px;
    font-weight: bold;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    font-size: 13px;
    font-weight: bold;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    font-size: 13px;
    font-weight: bold;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
    font-size: 13px;
    font-weight: bold;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

.mobile-only {
    display: none;
}
@media (max-width: 1024px) {

    a {
        text-decoration: none;
    }

    .top-left-corner {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    }

    .mobilewrap {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 0px 10px 0px 10px;
        display: block;
        z-index: 500;
        -webkit-text-size-adjust:none;
    }

    .topbanner {
        margin-bottom: 10px;
        display: block;
        height: 50px;
        width: 100%;
        -moz-border-radius: 0px 0px 2px 2px;
        border-radius: 0px 0px 2px 2px;
        background-color: #f3f3f3;
    }

    .mobilewrap.bottom {
        width: 120px;
        top: auto;
        bottom: 10px;
        left: 0px;
    }

    .mobilewrap.bottom.legend {
        width: 100%;
        top: auto;
        bottom: 60px;
        left: 0px;
    }

    .relative {
        position: relative;
        width: 100%;
    }

    .absolute {
        position: absolute;
        width: 100%;
    }


    .mobile-only {
        display: block;
    }
    
    .hide-on-mobile {
        display: none;
    }

    .zoomcontrols {
        position: absolute;
        top: 110px;
        left: 10px;
        width: 60px;
        height: 120px;
    }

    .zoom {
        width: 40px;
        height: 120px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
    }


    .zoomcontrols .zoom .zoom-in ,
    .zoomcontrols .zoom .zoom-out {
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-decoration: none;
        text-align: center;
        font-size: 20px;
    }

    .zoomcontrols .zoom .zoom-in {
        border-bottom: 1px #4E256B solid;
        border-top: 1px transparent;
    }

    .zoomcontrols .zoom .zoom-out {
        border-top: 1px #73369E solid;
        border-bottom: 1px transparent;
    }

    .maptype {
        position: absolute;
        top: 90px;
        left: 0px;
        width: 40px;
        height: 40px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: #990ae3;
        overflow: hidden;
        line-height: 40px;
        font-size: 20px;
        text-align: center;
        border: none;
        font-weight: bold;
        border-top: 1px #990ae3 solid;
        border-bottom: 1px #990ae3 solid;
        color: #fff;
    }

    .search {
        top: auto;
        right: auto;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding-left: 110px;
    }
    .search h3 {
        display: none;
    }

    .search-box {
        height: 40px;
        background: #f3f3f3 url(/img/search@2X.png) no-repeat right 20px center;
        background-size: 20px 20px;
        margin: 10px;
    }

    .search-box input ,
    .search-box label {
        position: absolute;
        top: 10px;
        left: 10px;
        line-height: 20px;
        height: 20px;
        margin: 0;
        padding: 0;
        width: 85%;
        height: 20px;
        padding-left: 5px;
        font-size: 13px;
        color: #000;
    }

    .search-box label {
        line-height: 40px;
    }

    .noclick {
        pointer-events: none;
    }

    .legend-box {
        display: block;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: #f3f3f3;
        padding: 20px 20px 10px 20px;
        margin: 0;
        color: #666;
        font-size: 10px;
        font-weight: bold;
        width: 100%;
    }

    .legend-box dl {
        margin: 0;
        padding: 0;
    }
    .legend-box dl dt {
        width: 30px;
        float: left;
        /*line-height: 30px;*/
        vertical-align: middle;
    }

    .legend-box dl dt img {
        vertical-align: middle;
        
    }

    .mobilenews {
        display: block;
        width: 100%;
        height: auto;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background-color: #f3f3f3;
        padding: 10px 50px 10px 10px;
    }

    .closenews {
        display: block;
        width: 20px;
        height: 20px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        top: 20px;
        right: 20px;
        background: #642c85 url(/img/removenews.png) no-repeat right 5px center;
        background-size: 10px;
    }

    .closelegends {
        display: block;
        width: 20px;
        height: 20px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        background: #642c85 url(/img/removenews.png) no-repeat right 5px center;
        background-size: 10px;
        position: absolute;
        top: 30px;
        right: 20px;
    }

    .mobilenews a {
        text-decoration: none;
    }

    .mobilenews p {
        text-decoration: none;
        font-size: 15px;
        margin: 0;
        margin-top: 5px;
    }

    .mobilemenu, 
    .mobilemenu:visited {
        float: left;
        display: block;
        width: 40px;
        border: none;
        height: 40px;
        background-color: #990ae3;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: relative;
        z-index: 100;
        outline: none;
        text-align: center;
    }

    .mobilemenu i {
        line-height: 40px;
        font-size: 20px;
        color: #fff;
    }

    .mobilemenu:active,
    .mobilemenu.active {
        background-color: #DB2190;
        background-size: 25px 20px;
        color: #fff;
    }

    .mobiletopbarwrap {
        padding-left: 50px;
        width: 100%;
    }

    .mobilebutton, 
    .mobilebutton:visited {
        float: left;
        display: block;
        width: 100px;
        border: none;
        height: 40px;
        background-color: #990ae3;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: relative;
        z-index: 100;
        outline: none;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        line-height: 40px;
        color: #fff;
    }

    .mobilebutton:active,
    .mobilebutton.active {
        background-color: #DB2190;
        background-size: 25px 20px;
        color: #fff;
    }

    .mobiletopbarwrap {
        padding-left: 50px;
        width: 100%;
    }

    .mobiletopbar {
        width: 100%;
        color: #642c85;
        font-size: 13px;
        line-height: 42px;
        float: left;
        display: block;
        height: 40px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #f3f3f3;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-text-size-adjust:none;
    }


    .mobiledisplayoptions {
        display: none;
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        z-index: 600;
    }

    .mobiledisplayoptions.show {
        display: block;
    }

    .mobiledisplayoptions ul {
        list-style-type: none;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .mobiledisplayoptions ul li {
        border-top: 1px #73369E solid;
        border-bottom: 1px #4E256B solid;
    }

    .mobiledisplayoptions ul li a {
        height: 45px;
        display: block;
        line-height: 45px;
        font-size: 16px;
        text-decoration: none;
        padding-left: 30px;
    }
    
    #loadingtext {
        font-size: 16px;
        font-weight: normal;
        top: 220px;
    }
    
    .telia-logo {
        width: 150px;
        height: 50px;
    }
    
    
    .pac-container {
        top: auto !important;
        bottom: 60px ;
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
        color:    #990ae3;
        font-size: 13px;
        font-weight: bold;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color:    #990ae3;
        font-size: 13px;
        font-weight: bold;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color:    #990ae3;
        font-size: 13px;
        font-weight: bold;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color:    #990ae3;
        font-size: 13px;
        font-weight: bold;
    }
}

@media (max-width: 640px) {

    .mobiletopbar {
        font-size: 16px;
        font-weight: bold;
    }
}

/*@media (max-width: 480px) {


    .telia-logo {
        margin-top: 10px;
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-image: url(/img/tsicsymbol@2X.png);
        background-size: 20px 20px;
        
    }
}*/

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {

    .hide-on-print {
        display: none;
    }

    #agigen-map {
        width: 29cm;
        height: 20cm;
        margin: 0;
        float: none;
    }
}

html, body {
    height: 100%;
}
.usa-overlay, .middle_east-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0px;
    z-index: 1000;
    
    left: 0px;
    position: absolute;
}
.usa-overlay__slide, .middle_east-overlay__slide, .middle_east-overlay__div {
    width: 100%;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    
}
.usa-overlay__slide--1 {
    display: block;
}

.hidden {
    display: none;
}
