/*
  ===============================================================================
  LARGER SCREEN LAYOUT
  ===============================================================================
*/
@media screen and (max-width: 1200px){
    /*
      ===============================================================================
      COMMON PAGE STRUCTURE AND ELEMENTS
      ===============================================================================
    */

    /*
      ==========================
      general
      ==========================
    */


    /* sticky footer */
    /* ------------- */
    #page-wrapper
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: auto;
        width: auto;
    }

    #page-wrapper-inner
    {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        width: auto;
        height: auto;
    }

    #page-foot
    {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        height: auto;
        width: auto;
    }


    /* page boundary */
    /* ------------- */
    .wrapper
    {
        max-width: none !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }


    /*
      ==========================
      header
      ==========================
    */

    /* page head utilities */
    /* ------------------- */
    #page-head-utilities
    {
        right: 1rem;
    }


    /*
      ==========================
      primary navigation
      ==========================
    */
    #page-head nav
    {
        padding: 0 !important;
    }

    #page-head nav > ul > li > a
    {
        min-width: 8.4rem;
        padding: 1.6rem 0.7rem 1.6rem 0.8rem;
    }

    /*
      ===============================================================================
      PAGE TYPE OVERRIDES
      ===============================================================================
    */

}


/*
  ===============================================================================
  MEDIUM / TABLET LAYOUT
  ===============================================================================
*/
@media screen and (max-width: 1000px){
    /*
      ===============================================================================
      COMMON PAGE STRUCTURE AND ELEMENTS
      ===============================================================================
    */

    /*
      ==========================
      general
      ==========================
    */
    .wrapper
    {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }


    /*
      ==========================
      columns
      ==========================
    */
    .columns.two > .column{}
    .columns.three > .column{}
    .columns.four > .column{width: 50%;}


    /*
      ==========================
      header
      ==========================
    */
    #page-head
    {
        position: relative;
    }

    /* logo and crest */
    /* -------------- */
    #logo
    {
        margin-left: 0;
        padding: 1.6rem 0;
    }


    /* page head utilities */
    /* ------------------- */

    #page-head-utilities
    {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        display: block;
        margin-top: 0.6rem;
        margin-left: -2rem;
        margin-right: -2rem;
        height: auto;
        width: auto;
        padding: 0;
        background-color: #00334c;
    }

    #page-head-util-contact-social
    {
        position: static;
        width: auto;
    }

    #page-head-util-contact-social > *
    {
        padding-right: 0.8rem;
    }

    #page-head-util-contact-social a
    {
        display: inline-block;
        padding: 1.3rem 1.6rem;
    }

    #page-head-util-contact-social a:hover,
    #page-head-util-contact-social a:focus
    {
        background-color: #002b3e;
        color: #ffffff;
        text-decoration: none;
    }

    #page-head-util-contact-social a:before
    {
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 3.2rem;
        line-height: 1;
    }

    #page-head-util-contact-social a > span
    {
        display: inline-block;
        width: 0;
        height: 0;
        visibility: hidden;
        overflow: hidden;
    }

    /* menu toggle */
    #page-head-menu-toggle
    {
        display: table-cell;
    }

    #page-head-menu-toggle > a:before
    {
        content: '\f0c9';
    }

    .menu-active #page-head-menu-toggle a
    {
        background-color: #002b3e;
    }

    /* contact us */
    #page-head-contact > a:before
    {
        content: '\f095';
    }

    /* social links */
    #page-head-utilities .social-links
    {
        display: none;
        visibility: hidden;
    }

    /* search toggle */
    #page-head-search-toggle
    {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
    }

    #page-head-search-toggle > a:before
    {
        content: '\f002';
    }

    /* search */
    #page-head-search
    {
        position: absolute;
        top: 100%;
        width: 100%;
        padding: 1.4rem;
        margin-top: 0;
        background-color: #002b3e;
        -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0,0,0,0.5);
        -moz-box-shadow: 0 0.5rem 0.5rem 0 rgba(0,0,0,0.5);
        box-shadow: 0 0.5rem 0.5rem 0 rgba(0,0,0,0.5);

        visibility: hidden;
        opacity: 0;
        z-index: -1;

        -webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
    }

    .search-active #page-head-search
    {
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }

    #page-head-search-term
    {
        padding: 0.6rem 4.4rem 0.6rem 0.6rem;
    }

    #page-head-search button:before
    {
        font-size: 2.2rem;
    }

    .search-active #page-head-search-toggle a
    {
        background-color: #002b3e;
    }

    /* language selector */
    #page-head-locale-selector
    {
        top: 1.8rem;
        right: 8rem;
        margin-top: 0;
    }

    /*
      ==========================
      primary navigation
      ==========================
    */

    /* social links */
    /* ------------ */
    #page-head nav .social-links
    {
        display: block;
    }

    #page-head nav .social-links a
    {
        display: block;
        padding: 0.7rem 1.4rem;
    }

    #page-head nav .social-links a:hover,
    #page-head nav .social-links a:focus
    {
        background-color: #002332;
    }

    /* main nav */
    /* -------- */
    #primary-nav-holder
    {
        position: absolute;
        z-index: 100;
        top: 100%;
        left: 0;
        right: 0;
        bottom: auto;
        height: auto;
        max-height: 0;
        overflow: hidden;
        background-color: #002b3e;
        font-size: 1.5rem;
        line-height: 1.67;

        -webkit-transform: translate3d(-101%,0,0);
        -moz-transform: translate3d(-101%,0,0);
        -ms-transform: translate3d(-101%,0,0);
        -o-transform: translate3d(-101%,0,0);
        transform: translate3d(-101%,0,0);

        -webkit-transition: all 0s linear 0s, max-height 0s linear 0.2s, -webkit-transform 0.2s linear 0s;
        -moz-transition: all 0s linear 0s, max-height 0s linear 0.2s, -moz-transform 0.2s linear 0s;
        -ms-transition: all 0s linear 0s, max-height 0s linear 0.2s, -ms-transform 0.2s linear 0s;
        -o-transition: all 0s linear 0s, max-height 0s linear 0.2s, -o-transform 0.2s linear 0s;
        transition: all 0s linear 0s, max-height 0s linear 0.2s, transform 0.2s linear 0s;
    }

    .menu-active #primary-nav-holder
    {
        max-height: 10000rem;

        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);

        -webkit-transition: -webkit-transform 0.2s linear 0s;
        -moz-transition: -moz-transform 0.2s linear 0s;
        -ms-transition: -ms-transform 0.2s linear 0s;
        -o-transition: -o-transform 0.2s linear 0s;
        transition: transform 0.2s linear 0s;
    }

    #page-head nav > ul
    {
        display: block;
    }

    #page-head nav li.parent:not(.open) ul{
        display: none;
    }

    #page-head nav ul li
    {
        display: block;
        position: relative;
        width: 100%;
        border-top: solid 0.1rem #36697b;
    }

    #page-head nav > ul > li
    {
        display: block;
        width: 100%;
    }

    #page-head nav > ul > li > a
    {
        height: auto;
        white-space: normal;
    }

    #page-head nav ul li a
    {
        display: block;
        padding: 1.3rem 6rem 1.3rem 2rem !important;
        line-height: 1.2;
        font-size: 1.8rem;
        font-family: 'open_sanslight';
        color: #ffffff;
        text-decoration: none;

        -webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2s;-o-transition: all 0.2s;transition: all 0.2s;
    }

    #page-head nav ul li a:hover,
    #page-head nav ul li a:focus
    {
        background-color: #002332 !important;
        color: #ffffff !important;
    }

    #page-head nav > ul > li > a:before
    {
        content: none;
        display: none;
    }

    #page-head nav > ul > li > a > span.alt
    {
        display: none;
    }

    #page-head nav ul li > span.nav-control
    {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        bottom: 0;
        width: 5rem;
        border-left: solid 0.1rem #36697b;
        text-align: center;
        padding-top: 1rem;
        cursor: pointer;
        background-color: transparent;
    }

    #page-head nav ul li > span.nav-control:hover
    {
        background-color: #002332;
    }

    #page-head nav ul li > span.nav-control:before
    {
        content: '\f105';
        font-family: 'fontawesome';
        font-size: 2.8rem;
        line-height: 1;
    }

    #page-head nav ul li.parent > span.nav-control:before
    {
        content: '\f107';
    }

    #page-head nav ul li.parent.open > span.nav-control:before
    {
        content: '\f106';
    }


    /* home icon override */
    /* ------------------ */
    #page-head nav > ul > #nav-home
    {
        width: auto;
        display: block;
    }

    #page-head nav > ul > #nav-home > a
    {
        display: block;
        height: auto;
        width: auto;
        margin-top: 0;
    }

    #page-head nav > ul > #nav-home > a:before
    {
        line-height: 0.8;
    }

    #page-head nav > ul > #nav-home:hover > a
    {
        background-color: transparent;
    }

    #page-head nav > ul > #nav-home > a:hover,
    #page-head nav > ul > #nav-home > a:focus
    {
        background-color: transparent;
        color: #ffffff;
    }

    /* Homepage quicklinks */
    .quicklink-tile > a .title { font-size: 30px; }

    /* menu drop down overrides */
    /* ------------------------ */

    #page-head nav > ul > li > .menu-drop-down,
    #page-head nav > ul > li > .menu-drop-down[style]
    {
        display: block !important;
        visibility: visible;
        opacity: 1;
        position: static;
        margin: 0;
        padding: 0;
        box-shadow: none;
        line-height: 1.2;
    }

    #page-head nav > ul > li:hover > a
    {
        background-color: transparent;
        color: #ffffff;
    }

    #page-head nav > ul > li > .menu-drop-down > *
    {
        float: none;
    }

    #page-head nav > ul > li > .menu-drop-down > .menu-title
    {
        display: none;
    }

    #page-head nav > ul > li > .menu-drop-down > ul
    {
        display: block;
        width: auto;
        -webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;
        background-color: #003b4e;
    }

    #page-head nav > ul > li > .menu-drop-down > ul > li
    {
        display: block;
    }

    #page-head nav > ul > li > .menu-drop-down > ul > li:before
    {
        content: none;
        display: none;
    }

    #page-head nav > ul > li > .menu-drop-down > ul > li > a:after
    {
        content: none;
        display: none;
    }

    /* quick links */
    #page-head nav > ul > li > .menu-drop-down > .nav-quick-links
    {
        display: none;
    }

    /* allow sub-pages to be displayed */
    #page-head nav > ul > li > .menu-drop-down > ul > li > ul
    {
        display: block;
        background-color: #0B5064;
    }

    #page-head nav > ul > li > .menu-drop-down > ul > li > ul ul
    {
        display: block;
    }

    #page-head nav > ul > li > .menu-drop-down > ul > li > ul > li > ul
    {
        background-color: #1b6074;
    }



    /*
      ==========================
      main body layout
      ==========================
    */

    #main-page-area
    {
        padding-bottom: 5rem;
    }

    #main-page-area > .wrapper > .inner > *
    {
        float: none;
    }


    /* breadcrumbs */
    /* ----------- */
    #breadcrumbs
    {
        font-size: 1.2rem;
    }


    /* lhs nav */
    /* ------- */
    #main-page-area > .wrapper > .inner > nav
    {
        display: none;
    }


    /* main content area */
    /* ----------------- */
    #main-page-area > .wrapper > .inner > main
    {
        width: 100%;
    }

    a#main-content-link + *
    {
        margin-top: 0 !important;
    }


    /* rhs area */
    /* -------- */
    #main-page-area > .wrapper > .inner > aside
    {
        float: none;
        width: auto;
        padding: 3.4rem 2rem 1.4rem 2rem;
        margin-top: 3.4rem;
        margin-left: -2rem;
        margin-right: -2rem;
        border-left: none;
        border-top: solid 0.3rem #cccccc;
        background-color: #f1f1f1;
    }


    /* page layout variations */
    /* ---------------------- */
    #main-page-area.no-nav > .wrapper > .inner > main,
    #main-page-area.no-rhs > .wrapper > .inner > main,
    #main-page-area.no-nav.no-rhs > .wrapper > .inner > main
    {
        width: 100%;
    }



    /*
      ==========================
      rhs aside styles
      ==========================
    */
    #main-page-area > .wrapper > .inner > aside
    {
        /*-webkit-columns: auto 2;
        -moz-columns: auto 2;
        -o-columns: auto 2;
        columns: auto 2;

        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        -o-column-gap: 2rem;
        column-gap: 2rem;*/
    }

    #main-page-area > .wrapper > .inner > aside > *
    {
        /*display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-bottom: 2rem;

        break-inside: avoid;*/
    }

    #main-page-area > .wrapper > .inner > aside > * + *
    {
        /*margin-top: 0;*/
        margin-top: 2rem;
    }



    /*
      ==========================
      footer
      ==========================
    */

    /* upper footer area */
    /* ----------------- */
    #page-foot-upper
    {
        padding: 2.6rem 0;
    }


    /* footer nav */
    #page-foot-nav
    {
        display: none;
    }

    /* contact details */
    #page-foot-upper .wrapper #page-foot-contact
    {
        float: left;
        width: 30%;
    }

    #page-foot-upper .wrapper #page-foot-contact > *
    {
        display: none;
    }

    #page-foot-upper .wrapper #page-foot-contact .social-links
    {
        display: block;
        margin-top: 0.8rem;
    }

    #page-foot-contact .social-links a
    {
        font-size: 1.5rem;
    }

    #page-foot-contact .social-links a:after
    {
        font-size: 2rem;
        margin-left: 1rem;
    }

    /* logos */
    #page-foot-upper #page-foot-logos
    {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        float: right;
        width: 64%;
    }

    #page-foot-safe-travel-logo
    {
        float: left;
        width: 35%;
        max-width: 247px; max-width: 24.7rem;
    }

    #page-foot-safe-travel-logo a,
    #page-foot-safe-travel-logo a img
    {
        display: block;
        width: 100%;
    }

    #footer-logo
    {
        float: right;
        width: 53%;
        max-width: 367px; max-width: 36.7rem;
    }


    /* lower footer area */
    /* ----------------- */
    #page-foot-lower
    {
        padding: 2.6rem 0;
        font-size: 1.3rem;
    }

    #page-foot-utility-nav li
    {
        display: inline;
    }

    #page-foot-utility-nav li + li
    {
        margin-left: 0;
    }

    #page-foot-utility-nav li:after
    {
        content: ',\00a0';
    }

    #page-foot-utility-nav li:nth-last-child(2):after,
    #page-foot-utility-nav li:last-child:after
    {
        content: none;
    }

    #page-foot-nz-govt,
    #page-foot-nz-govt img
    {
        width: 16rem;
    }


    /*
      ===============================================================================
      COMMON OBJECTS
      ===============================================================================
    */


    /*
      ==========================
      default tiles
      ==========================
    */

    /* alternative tiles with shading */
    /* ------------------------------ */
    .tile.alt.with-image
    {
        padding-top: 18.5rem;
    }

    .tile.alt.with-image .image-holder
    {
        height: 17rem;
    }


    /*
      ==========================
      modular row groups
      ==========================
    */

    .modular-group + .modular-group
    {
        margin-top: 0;
    }

    * + .modular-row
    {
        margin-top: 0;
    }

    .modular-row .column
    {
        float: left;
        width: 48.718%;
        margin-bottom: 2rem;
    }

    main h2 + .modular-row
    {
        margin-top: 0 !important;
    }

    .modular-row .column:first-child,
    .modular-row .column.double + .column,
    .modular-row .column.triple + .column,
    .modular-row .column + .column + .column
    {
        margin-left: 0;
        clear: left;
    }

    .modular-row .column.double + .column + .column,
    .modular-row .column:nth-child(4)
    {
        margin-left: 2.564% !important;
        clear: none !important;
    }

    .modular-row .column.double
    {
        width: 100%;
        margin-left: 0;
    }

    .modular-row .column.triple
    {
        width: 100%;
        margin-left: 0;
    }

    .modular-row .column.full
    {
        float: none;
        width: auto;
        margin-left: 0;
    }

    .modular-row .column.empty
    {
        display: none;
    }

    /* view states */
    /* ----------- */
    .modular-group .modular-row
    {
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    .modular-group.active .modular-row
    {
        visibility: visible;
        opacity: 1;
        width: auto;
        height: auto;
    }

    .modular-group > h2
    {
        position: relative;
        padding-right: 3.6rem;
        cursor: pointer;
    }

    .modular-group > h2:after
    {
        position: absolute;
        top: 0.6rem;
        right: 1rem;
        font-family: 'fontawesome';
        font-size: 2.8rem;
        line-height: 1;
        content: '\f107';
        color: #236c89;

        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        transition: transform 0.3s;
    }

    .modular-group.active > h2:after
    {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    main .modular-group.active h2 + .modular-row
    {
        margin-top: 1.2rem !important;
    }


    /* modular row bio lists */
    /* --------------------- */
    .modular-group .modular-row.bio + .modular-row.bio
    {
        margin-top: 0;
        padding-top: 0;
    }

    .modular-group.active .modular-row.bio + .modular-row.bio
    {
        margin-top: 2rem;
        padding-top: 2rem;
    }

    .modular-row.bio > .bio-item
    {
        width: 33.333333%;
    }

    .modular-row.bio > .bio-item:nth-of-type(6n)
    {
        clear: none;
    }

    .modular-row.bio > .bio-item:nth-of-type(3n+1)
    {
        clear: left;
    }

    .modular-row.bio > .bio-item:nth-of-type(n+6)
    {
        margin-top: auto !important;
    }

    .modular-row.bio > .bio-item:nth-of-type(n+4)
    {
        margin-top: 3.4rem !important;
    }

    .modular-row.bio > .bio-item .image-holder
    {
        height: 24rem;
    }


    /*
      ==========================
      abbreviated articles
      ==========================
    */

    article.abbr .image-holder
    {
        height: 18rem;
    }

    /* double column layout */
    /* -------------------- */
    article.abbr.horizontal .image-holder
    {
        width: 38%;
        height: 17.3rem;
    }


    /*
      ==========================
      general article lists
      ==========================
    */

    /* double column layout */
    /* -------------------- */
    .article-list article.abbr.horizontal .image-holder
    {
        width: 36%;
    }


    /*
      ==========================
      share this content
      ==========================
    */
    .share-this-content
    {
        text-align: left;
    }



    /*
      ===============================================================================
      PAGE TYPE OVERRIDES
      ===============================================================================
    */

    /*
      ==========================
      home page
      ==========================
    */

    .home #page-title
    {
        font-size: 1.8rem;
        line-height: 1.44;
    }

    /* announcement */
    /* ------------ */
    .announcement-holder.columns > .column
    {
        width: 66.666%;
    }

    .announcement-holder.columns > .column:first-child
    {
        width: 33.333%;
    }

    .announcement-holder .content-holder
    {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .announcement-holder .content-holder > .inner
    {
        display: block;
        width: auto;
    }

    .announcement-holder .content-holder > .inner > *
    {
        display: block;
        padding: 0 20px;
    }

    .announcement-holder .content-holder > .inner > .headline
    {
        padding-top: 36px;
        padding-right: 20px;
    }

    .announcement-holder .content-holder > .inner > .abstract
    {
        padding-top: 6px;
        padding-left: 20px;
    }



    /* home upper */
    /* ---------- */
    .home-upper > .columns.two
    {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .home-upper > .columns.two > .column
    {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .home-upper > .columns.two > .column + .column
    {
        margin-top: 30px;
    }

    /* large promo tiles */
    /* ----------------- */
    .large-promo > a
    {}

    .large-promo > a > span
    {
        max-width: 50%;
    }

    /* home sections */
    /* ------------- */
    .home-sections > section > .wrapper > .columns.two
    {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .home-sections > section > .wrapper > .columns.two > .column
    {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .home-sections > section > .wrapper > .columns.two > .column + .column
    {
        padding-top: 36px;
    }


    /* home contact info */
    /* ----------------- */
    .home-contact > .wrapper > .columns.two
    {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .home-contact > .wrapper > .columns.two > .column
    {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .home-contact > .wrapper > .columns.two > .column + .column
    {
        padding-top: 30px;
    }



    /*
      ==========================
      landing page
      ==========================
    */

    .landing #main-page-area > .wrapper
    {
        margin-top: 2rem;
    }


    /* upper section of landing page */
    /* ----------------------------- */
    #landing-upper > .carousel-holder,
    #landing-upper > .global-map-holder,
    #landing-upper > .inner
    {
        float: none;
        width: auto;
    }

    #landing-upper > .inner
    {
        margin-top: 2rem;
    }

    #landing-upper > .inner .tile + .tile
    {
        margin-top: 2rem;
    }

    #landing-upper > .inner .tile:first-child
    {
        min-height: 0;
    }

    /* lower section of landing page */
    /* ----------------------------- */
    #landing-lower .intro
    {
        width: auto;
        padding-bottom: 2rem;
    }

    #in-this-section-nav > ul
    {
        -webkit-columns: 2 auto;
        -moz-columns: 2 auto;
        -o-columns: 2 auto;
        -ms-columns: 2 auto;
        columns: 2 auto;

        visibility: hidden;
        opacity: 0;
        height: 0;
        width: 0;
        overflow: hidden;
    }

    #in-this-section-nav.active > ul
    {
        visibility: visible;
        opacity: 1;
        height: auto;
        width: auto;
    }

    #in-this-section-nav > h2 + ul
    {
        margin-top: 0 !important;
    }

    #in-this-section-nav.active > h2 + ul
    {
        margin-top: 1.2rem !important;
    }


    /*
      ==========================
      embassy index
      ==========================
    */


    /* back to top */
    /* ----------- */
    .back-to-top {
        display: none;
    }

    /* embassy / representative tabs */
    /* ----------------------------- */
    #embassy-index-tabs
    {
        padding: 0 1%;
    }

    #embassy-index-tabs li
    {
        width: 48%;
        margin: 0 0.5%;
        padding: 0;
    }

    #embassy-index-tabs li a
    {
        height: 6rem;
        padding: 0 1.6rem;
        font-size: 2rem;
    }


    /* letter filter */
    /* ------------- */
    .letter-filter
    {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .letter-filter > *
    {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        text-align: center;
    }

    .letter-filter > .extra
    {
        display: none !important;
    }

    .letter-filter > * + *,
    .letter-filter > .extra + *
    {
        margin-left: 0;
    }


    /* embassy / rep list */
    /* ------------------ */

    /* letter level */
    .embassy-rep-list > ul
    {
        margin: 0;
    }


    /* embassy / rep map view */
    /* ---------------------- */
    .large-map-holder
    {
        height: 48rem;
    }


    /*
      ==========================
      embassy page
      ==========================
    */

    /* upper section of embassy page */
    /* ----------------------------- */
    #embassy-upper > .inner,
    #embassy-upper-content
    {
        float: none;
        width: auto;
    }

    #embassy-upper > .inner
    {
        position: relative;
    }

    /* rhs contact and tiles */
    .embassy-upper-tile-wrapper
    {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: auto;
        height: auto;
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .embassy-upper-tile-wrapper > *
    {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        height: 100%;
        padding: 0 5px;
    }

    .embassy-upper-tile-wrapper > * + *
    {
        margin-top: 0;
    }

    /* breadcrumbs */
    /* ---------- */
    #embassy-upper #breadcrumbs
    {
        margin-bottom: 3rem;
    }

    /* share this content */
    /* ------------------ */
    #embassy-upper .share-this-content
    {
        position: absolute;
        bottom: 100%;
        right: 0;
        width: auto;
        height: auto !important;
        float: none;
        margin-bottom: 0.6rem;
    }

    #embassy-upper .share-this-content + *
    {
        margin-top: 0 !important;
    }


    /* contact info */
    /* ------------ */
    #embassy-contact-summary
    {
        position: relative;
        padding: 0;
        height: 100%;
    }

    #embassy-contact-summary:before
    {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        min-height: 4rem;
        overflow: hidden;
        vertical-align: middle;
    }

    #embassy-contact-summary:after
    {
        position: absolute;
        top: 50%;
        right: 1.2rem;
        margin-top: -1rem;
        content: '\f105';
        font-family: 'fontawesome';
        font-size: 2.4rem;
        line-height: 0.8;
        color: #005d85;
        cursor: pointer;
    }

    #embassy-contact-summary h2
    {
        display: inline-block;
        border-bottom: none;
        padding-bottom: 0;
        padding: 1rem 1.2rem;
        vertical-align: middle;
        color: #005d85;
        line-height: 1.1;
    }

    #embassy-contact-summary:hover h2
    {
        text-decoration: underline;
        color: #028399;
    }

    #embassy-contact-summary address,
    #embassy-contact-summary p
    {
        display: none;
    }

    #embassy-contact-summary #embassy-contact-link,
    #embassy-contact-summary #embassy-contact-link a
    {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        text-indent: -9999em;
    }

    #embassy-contact-summary #embassy-contact-link:before
    {
        content: none;
    }

    #embassy-upper-content
    {
        margin-top: 2rem;
    }

    /* embassy main content */
    /* -------------------- */
    #embassy-content
    {
        margin-top: 0;
    }


    /* find an embassy tile */
    /* -------------------- */
    #find-an-embassy-tile
    {
        display: none;
    }



    /*
      ==========================
      back to top
      ==========================
    */
    .back-to-top {
        top: 40%;
        left: 1%;
        min-width: 85px;
        min-width: 8.5rem;
    }

    .back-to-top > a {
        width: 50px;
        height: 25px;
        margin: -7px -10px;
        padding: 7px 25px 7px 10px;
        border-radius: 3px;
        font-size: 11px;
    }

    .back-to-top > a:after {
        right: 14px;
        top: 8px;
    }


    /*
      ==========================
      search page
      ==========================
    */

    /* structure */
    /* --------- */
    #search-keywords,
    .search-page .pagination,
    .search-page #result-summary,
    .search-page #result-set
    {
        float: none;
        width: auto;
    }

    #search-filters
    {
        float: none;
        width: auto;
        margin-top: 2rem;
    }


    /* keywords field and fake search button */
    /* ------------------------------------- */
    #search-keywords .field
    {
        width: 100%;
    }


    /* filters */
    /* ------- */
    #search-filters > .inner
    {
        overflow: hidden;
    }

    #search-filters > .inner > .field
    {
        width: 48.5%;
    }

    #search-filters > .inner > .field:nth-of-type(odd)
    {
        float: left;
        clear: left;
    }

    #search-filters > .inner > .field:nth-of-type(even)
    {
        float: right;
    }

    #search-filters > .inner > .field:nth-of-type(n+3)
    {
        padding-top: 1rem;
    }

    #search-filters > .inner > .field + .field
    {
        margin-top: 0;
    }



    /*
      ==========================
      media and resources index page
      ==========================
    */

    /* search term */
    /* ----------- */
    .resource-keyword label
    {
        font-size: 24px;
    }

    .resource-keyword > .inner input.text
    {
        padding: 15px 70px 15px 20px;
        font-size: 24px;
    }

    .resource-keyword > .inner button
    {
        width: 54px;
        font-size: 24px;
        line-height: 54px;
    }


    /* resource filters */
    /* ---------------- */
    .resource-filter-toggle
    {
        margin-top: 28px;
    }

    .resource-filter-toggle button.as-text
    {
        font-size: 18px;
    }

    .resource-filter-toggle button.as-text:after
    {
        font-size: 26px;
    }

    .filter-button-holder
    {
        display: block;
        width: auto;
        height: auto;
        padding-top: 14px;
    }

    .filter-button-holder > *
    {
        display: inline-block;
        vertical-align: text-bottom;
    }


    /* results summary */
    /* --------------- */
    .media-resources-index #result-summary
    {
        font-size: 26px;
    }



    /*
      ===============================================================================
      TYPOGRAPHY
      ===============================================================================
    */

    /*
      ==========================
      headings / titles
      ==========================
    */
    h1#page-title span.wrapper > *
    {
        height: 110px;
    }

    /* sub brand / logo variation */
    h1#page-title.with-sub-brand span.wrapper > span:first-child
    {
        padding-right: 36.5rem;
    }

    h1#page-title .sub-brand-holder
    {
        width: 36.5rem;
    }
}






/*
  ===============================================================================
  SMALL / MOBILE LAYOUT
  ===============================================================================
*/
@media screen and (max-width: 600px){
    /*
      ===============================================================================
      COMMON PAGE STRUCTURE AND ELEMENTS
      ===============================================================================
    */

    /*
      ==========================
      general
      ==========================
    */
    .wrapper
    {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }



    /*
      ==========================
      columns
      ==========================
    */
    .columns
    {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .columns > .column
    {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .columns.two > .column,
    .columns.three > .column,
    .columns.four > .column
    {
        width: auto;
    }


    /*
      ==========================
      header
      ==========================
    */

    /* logo and crest */
    /* -------------- */
    #logo
    {
        padding: 1.4rem 0;
    }

    #logo a,
    #logo img
    {
        width: 100%;
        height: auto;
    }


    /* page head utilities */
    /* ------------------- */

    #page-head-utilities
    {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    #page-head-util-contact-social a
    {
        padding: 0.8rem 1.4rem;
    }

    #page-head-util-contact-social a:before
    {
        font-size: 2.8rem;
    }

    /*
      ==========================
      main body layout
      ==========================
    */

    /* breadcrumbs */
    /* ----------- */
    #breadcrumbs
    {
        display: none;
    }


    /*
      ==========================
      rhs aside styles
      ==========================
    */
    #main-page-area > .wrapper > .inner > aside
    {
        padding: 3.4rem 1rem;
        margin-left: -1rem;
        margin-right: -1rem;

        /*-webkit-columns: 1;
        -moz-columns: 1;
        -o-columns: 1;
        columns: 1;

        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -o-column-gap: 0;
        column-gap: 0;*/
    }

    #main-page-area > .wrapper > .inner > aside > *
    {
        /*display: block;
        width: 100%;
        vertical-align: top;
        margin-bottom: 0;*/
    }

    #main-page-area > .wrapper > .inner > aside > * + *
    {
        /*margin-top: 2rem;*/
    }


    /*
      ==========================
      footer
      ==========================
    */

    /* upper footer area */
    /* ----------------- */
    #page-foot-upper
    {
        padding: 2rem 0;
    }

    /* contact details */
    #page-foot-upper .wrapper #page-foot-contact
    {
        float: none;
        width: 100%;
    }

    #page-foot-upper .wrapper #page-foot-contact .social-links
    {
        margin-top: 0;
        position: static;
    }

    #page-foot-contact .social-links a
    {
        font-size: 1.8rem;
    }

    #page-foot-contact .social-links a:after
    {
        font-size: 2.4rem;
        margin-left: 1.4rem;
    }

    /* logos */
    #page-foot-upper #page-foot-logos
    {
        float: none;
        width: 100%;
        margin-top: 2rem;
        padding-top: 2.4rem;
        border-top: solid 0.2rem #002E3F;
    }

    #page-foot-safe-travel-logo
    {
        float: none;
        width: 23.2rem;
        max-width: none;
        margin-left: 1rem;
    }

    #page-foot-safe-travel-logo a,
    #page-foot-safe-travel-logo a img
    {
        display: block;
        width: 100%;
    }

    #footer-logo
    {
        float: none;
        width: 100%;
        max-width: none;
        margin-top: 2.4rem;
        padding-top: 2.4rem;
        border-top: solid 0.2rem #002E3F;
    }

    #footer-logo img
    {
        width: 100%;
        height: auto;
        max-width: 32rem;
    }


    /* lower footer area */
    /* ----------------- */
    #page-foot-utility-nav #page-foot-nz-govt
    {
        display: block;
        width: 100%;
        margin: 2rem 0 0 0;
        padding: 0;
    }

    #page-foot-nz-govt a,
    #page-foot-nz-govt img
    {
        display: block;
        width: 23rem;
        margin: 0;
    }


    /*
      ==========================
      modular row groups
      ==========================
    */

    .modular-row .column
    {
        float: none;
        width: auto;
        margin-left: 0 !important;
        margin-bottom: 26px;
    }

    .modular-row .column.double + .column + .column,
    .modular-row .column:nth-child(4)
    {
        margin-left: 0 !important;
    }

    .modular-group > h2:after
    {
        top: 0.2rem;
    }

    /* modular row bio lists */
    /* --------------------- */
    .modular-group.active .modular-row.bio + .modular-row.bio
    {
        margin-top: 2rem;
        padding-top: 2rem;
    }

    .modular-row.bio > .bio-item
    {
        width: 100%;
        float: none;
    }

    .modular-row.bio > .bio-item:nth-of-type(n+4)
    {
        margin-top: auto !important;
    }

    .modular-row.bio > .bio-item + .bio-item
    {
        margin-top: 2.6rem !important;
    }

    .modular-row.bio > .bio-item .image-holder
    {
        height: 34rem;
    }



    /*
      ==========================
      abbreviated articles
      ==========================
    */

    article.abbr .image-holder
    {
        display: none;
        height: 18rem;
        margin-bottom: 0;
    }

    article.abbr h3
    {
        margin-top: 1rem;
    }

    /* double column layout */
    /* -------------------- */
    article.abbr.horizontal .image-holder
    {
        float: none;
        width: auto;
        height: 19rem;
        margin-right: 0;
    }


    /*
      ==========================
      general article lists
      ==========================
    */

    .article-list article h2
    {
        margin-top: 1rem;
    }

    /* double column layout */
    /* -------------------- */
    .article-list article.abbr.horizontal .image-holder
    {
        width: auto;
    }



    /*
      ===============================================================================
      TYPOGRAPHY
      ===============================================================================
    */


    /*
      ==========================
      headings / titles
      ==========================
    */

    h1#page-title
    {
        background-image: none;
        background-color: #ededed;
        font-size: 2.8rem;
    }

    h1#page-title.alt
    {
        background-image: none;
        background-color: #195D7B;
    }

    h1#page-title span.wrapper
    {
        display: block;
    }

    h1#page-title span.wrapper > *
    {
        display: block;
        height: auto;
        padding: 1.6rem 0;
    }

    /* sub brand / logo variation */
    h1#page-title.with-sub-brand span.wrapper > span:first-child
    {
        padding-right: 0;
    }

    h1#page-title .sub-brand-holder
    {
        top: 100%;
        right: 0;
        width: 22rem;
    }

    /* heading */
    /* ------- */
    h2
    {
        font-size: 2.4rem;
    }

    main h2
    {
        border-top-width: 0.3rem;
    }

    /* sub-heading */
    /* ----------- */
    h3
    {
        font-size: 2rem;
    }

    /* minor heading */
    /* ------------- */
    h4
    {
        font-size: 1.8rem;
    }


    /* lower minor heading */
    /* ------------------- */
    h5
    {
        font-size: 1.6rem;
    }


    /*
      ==========================
      paragraphs
      ==========================
    */

    main .summary
    {
        font-size: 1.6rem;
    }


    /*
      ==========================
      images
      ==========================
    */

    /* smaller image with wrapping text */
    /* -------------------------------- */

    main * + figure.small
    {
        margin-top: 1.6rem !important;
    }

    figure.small
    {
        float: none;
        width: auto;
        margin: 0;
    }


    /*
      ==========================
      forms
      ==========================
    */
    form .field .left
    {
        font-size: 1.6rem;
    }


    form .field input.text.date-alt
    {
        width: 100%;
    }


    /*
      ==========================
      quotes
      ==========================
    */

    /* smaller blockquote with wrapping text */
    /* ------------------------------------- */
    main * + blockquote.small
    {
        margin-top: 2.4rem !important;
    }

    blockquote.small
    {
        float: none;
        width: auto;
        margin: 0 0 2rem 0;
    }


    /*
      ==========================
      highlight pullout text
      ==========================
    */

    main .highlight
    {
        padding: 3rem 2.8rem 3rem 5rem;
    }

    main .highlight:before
    {
        left: 1.8rem;
    }

    /* smaller pullout with wrapping text */
    /* ---------------------------------- */
    main * + .highlight.small
    {
        margin-top: 2.4rem !important;
    }

    .highlight.small
    {
        float: none;
        width: auto;
        margin: 0;
    }


    /*
      ==========================
      bookmark lists
      ==========================
    */
    main * + ul.bookmarks,
    main * + .bookmarks-wrapper
    {
        margin-top: 24px !important;
    }

    ul.bookmarks,
    .bookmarks-wrapper > ul
    {
        padding-left: 16px;
        padding-right: 16px;
    }

    ul.bookmarks:before,
    .bookmarks-wrapper > ul:before
    {
        left: 16px;
    }


    /*
      ==========================
      crisis / alerts
      ==========================
    */
    .crisis-alert
    {
        padding: 1.8rem 0;
    }

    .crisis-alert .inner
    {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .crisis-alert .inner:before
    {
        font-size: 2.8rem;
        line-height: 1;
    }

    .crisis-alert .inner:after
    {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 2rem;
        height: 2rem;
        border-radius: 2rem;
        background-color: #ffffff;
        content: '\f129';
        font-family: 'fontawesome';
        font-size: 1.4rem;
        line-height: 1.5;
        color: #8D0508;
        text-align: center;
    }

    .crisis-alert h2
    {
        font-size: 2.2rem;
        margin-bottom: 0;
        cursor: pointer;
    }

    .crisis-alert .inner *:not(h2)
    {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
    }


    .crisis-alert-clone
    {
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #8D0508;
        font-size: 1.5rem;
        line-height: 1.44;
        color: #ffffff;
    }

    .crisis-alert-clone.active
    {
        opacity: 1;
        visibility: visible;
        z-index: 1100;
    }

    .crisis-alert-clone .inner
    {
        padding: 7.6rem 0 1rem 0;
    }

    .crisis-alert-clone .inner:before
    {
        position: absolute;
        top: 4rem;
        left: 1rem;
        font-family: 'fontawesome';
        content: '\f071';
        font-size: 30px; font-size: 3rem;
        line-height: 1;
    }

    .crisis-alert-clone .close
    {
        position: absolute;
        top: 1rem;
        right: 1rem;
        padding: 1rem;
        cursor: pointer;
    }

    .crisis-alert-clone .close:before
    {
        font-family: 'fontawesome';
        font-size: 2rem;
        line-height: 1;
        content: '\f00d';
        color: #ffffff;
    }

    .crisis-alert-clone h2
    {
        margin-bottom: 0.6rem;
        font-family: 'open_sanssemibold';
        font-size: 2.2rem;
        color: #ffffff;
    }



    /*
      ==========================
      expanding contact sections
      ==========================
    */
    .expanding-list-set > li
    {
        padding: 1.1rem 1rem;
    }

    .expanding-list-set > li > h3 a
    {
        margin: -1.1rem -1rem;
        padding: 1.1rem 4rem 1.1rem 1rem;
    }

    .expanding-list-set > li > h3 a:after
    {
        right: 1rem;
    }

    .expanding-list-set > li > .inner > *
    {
        float: none;
        width: auto;
    }

    .expanding-list-set > li > .inner > .detail-info
    {
        width: auto;
        margin-left: 0;
        margin-top: 1rem;
    }

    /*
      ======================
      Back to top
      ======================
    */
    .back-to-top  > a{
        border: 2px solid #FFFFFF;
    }



    /*
      ===============================================================================
      PAGE TYPE OVERRIDES
      ===============================================================================
    */


    /*
      ==========================
      home page
      ==========================
    */

    .home #page-title
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        clip: rect(0,0,0,0);
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        font-size: 1.8rem;
        line-height: 1.44;
    }

    .home #page-title + *
    {
        margin-top: 30px;
    }

    .home-section-heading
    {
        padding-top: 16px;
        max-width: none;
        font-size: 30px;
    }


    /* home upper */
    /* ---------- */
    .home-upper > .columns.two > .column + .column
    {
        margin-top: 30px;
    }


    /* announcement */
    /* ------------ */
    .announcement-holder
    {
        min-height: 0;
    }

    .announcement-holder.columns.two
    {
        display: block;
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .announcement-holder.columns.two > .column
    {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }

    .announcement-holder.columns > .column:first-child
    {
        width: auto;
        display: none;
    }

    .announcement-holder .content-holder .tag
    {
        padding-right: 75px;
    }

    .announcement-holder .content-holder > .inner > .abstract
    {
        display: none;
    }


    /* large promo tiles */
    /* ----------------- */
    .large-promo > a
    {
        height: auto;
        padding-top: 120px;
        font-size: 16px;
    }

    .large-promo > a > span
    {
        padding: 20px 20px 82px 20px;
        max-width: none;
        width: 100%;
    }

    .large-promo > a > span:before
    {
        left: 20px;
    }


    /* small promo tiles */
    /* ----------------- */
    .small-promo .content-holder a
    {
        font-size: 16px;
    }


    /* home quicklinks */
    /* --------------- */
    .quicklink-tiles
    {
        margin-top: 30px;
    }


    /* social tiles */
    /* ------------ */
    .social-tile-holder > .column + .column
    {
        margin-top: 30px;
    }


    /* home sections */
    /* ------------- */
    .home-section-tiles > .column + .column
    {
        margin-top: 30px;
    }




    /*
      ==========================
      landing page
      ==========================
    */

    /* lower section of landing page */
    /* ----------------------------- */
    #in-this-section-nav > ul
    {
        -webkit-columns: 1 auto;
        -moz-columns: 1 auto;
        -o-columns: 1 auto;
        -ms-columns: 1 auto;
        columns: 1 auto;
    }


    /*
      ==========================
      embassy index
      ==========================
    */

    /* embassy / representative tabs */
    /* ----------------------------- */
    #embassy-index-tabs
    {
        padding: 0;
        border: none;
    }

    #embassy-index-tabs li
    {
        float: none;
        display: block;
        margin: 0;
        width: auto;
    }

    #embassy-index-tabs li + li
    {
        margin-top: 0.6rem;
    }

    #embassy-index-tabs li a
    {
        position: relative;
        z-index: 2;
        display: block;
        width: auto;
        height: auto;
        padding: 0 0 0 2.6rem;
        border: none;
        background-color: transparent;
        font-size: 2rem;
        color: #666666;
    }

    #embassy-index-tabs li a:hover,
    #embassy-index-tabs li a:focus
    {
        background-color: transparent;
        color: #666666;
    }

    #embassy-index-tabs li a:before
    {
        position: absolute;
        top: 0.2rem;
        left: 0;
        display: block;
        width: 2rem;
        height: auto;
        margin: 0;
        padding: 0;
        font-family: FontAwesome;
        content: '\f096';
        line-height: 1;
    }

    #embassy-index-tabs li a.active
    {
        background-color: transparent;
        color: #000000;
    }

    #embassy-index-tabs li a.active:before
    {
        content: '\f046';
    }

    #embassy-index-tabs li a span
    {
        vertical-align: top;
    }


    /* letter filter */
    /* ------------- */
    .letter-filter
    {
        display: none;
    }


    /* embassy / rep list */
    /* ------------------ */
    /* country level */
    .embassy-rep-list .expanding-list-set
    {
        margin: 0.2rem 0 0 0 !important;
    }

    /* letter level */
    .embassy-rep-list > ul
    {
        margin: 1rem 0 0 0;
    }

    .embassy-rep-list > ul > li
    {
        position: static;
        min-height: 0;
    }

    .embassy-rep-list > ul > li > h2
    {
        position: static;
        margin: 0 !important;
        padding: 1rem !important;
        border-bottom: solid 0.3rem #b2b2b2;
    }


    /* embassy / rep map view */
    /* ---------------------- */
    .large-map-holder
    {
        height: 38rem;
    }


    /*
      ==========================
      embassy page
      ==========================
    */

    /* share this content */
    /* ------------------ */
    #embassy-upper .share-this-content
    {
        position: static;
        margin-bottom: 0;
    }

    #embassy-upper .share-this-content + *
    {
        margin-top: 8px !important;
    }


    /* rhs contact and tiles */
    .embassy-upper-tile-wrapper
    {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .embassy-upper-tile-wrapper > *
    {
        height: auto;
        padding: 0;
    }

    .embassy-upper-tile-wrapper > * + *
    {
        margin-top: 10px;
    }


    /* embassy task tiles */
    /* ------------------ */
    #embassy-task-tiles .tile
    {
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom:0;
        min-height: 0;
    }

    #embassy-task-tiles .tile + .tile
    {
        margin-top: 2rem;
    }


    /* embassy contact page */
    /* -------------------- */
    #embassy-main-contact > .inner > .address
    {
        float: none;
        width: auto;
    }

    #embassy-main-contact > .inner > .address:first-child
    {
        float: none;
    }

    #embassy-main-contact > .inner > .address + .address
    {
        margin-top: 20px;
    }

    #embassy-contact-map-holder
    {
        height: 240px;
    }

    /*
      ==========================
      search page
      ==========================
    */

    /* filters */
    /* ------- */
    #search-filters > h3
    {
        position: relative;
        cursor: pointer;
    }

    #search-filters > h3:after
    {
        position: absolute;
        top: 0.6rem;
        right: 1rem;
        font-family: 'fontawesome';
        font-size: 2.8rem;
        line-height: 1;
        content: '\f107';
        color: #236c89;

        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        transition: transform 0.3s;
    }

    #search-filters > h3 + .inner
    {
        margin-top: 0 !important;
    }

    #search-filters > .inner > .field
    {
        width: 100%;
    }

    #search-filters > .inner > .field:nth-of-type(odd)
    {
        float: none;
    }

    #search-filters > .inner > .field:nth-of-type(even)
    {
        float: none;
    }

    #search-filters > .inner > .field:nth-of-type(n+3)
    {
        padding-top: 0;
    }

    #search-filters > .inner > .field + .field
    {
        margin-top: 1rem;
    }

    #search-filters > .Actions
    {
        margin-top: 0;
    }

    /* view states */
    /* ----------- */
    #search-filters > .inner,
    #search-filters > .Actions
    {
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;

        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
    }

    #search-filters.active > .inner,
    #search-filters.active > .Actions
    {
        visibility: visible;
        opacity: 1;
        width: auto;
        height: auto;
    }

    #search-filters.active > h3 + .inner
    {
        margin-top: 1rem !important;
    }

    #search-filters.active > .Actions
    {
        margin-top: 1rem;
    }

    #search-filters.active > h3:after
    {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    /*
      ==========================
      multipage document page(s)
      ==========================
    */

    .multipage-doc-navigation > div > a > span
    {
        display: inline-block;
        width: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
    }

    .multipage-doc-navigation > div > a,
    .multipage-doc-navigation > div.menu > h2 > a
    {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }

    .multipage-doc-navigation > div.nav-control > a.prev:before{content: '\f137';}
    .multipage-doc-navigation > div.nav-control > a.next:after{content: '\f138';}
    .multipage-doc-navigation > div.download > a:before{content: '\f019\00a0\f02f';}

    /* multipage section page content */
    /* ------------------------------ */
    .multipage-doc-page-container h1.multipage-doc-page-title
    {
        font-size: 2.8rem;
    }

    /* language selector */
    #page-head-locale-selector
    {
        top: 1.3rem;
        right: 6rem;
        margin-top: 0;
        font-size: 1.3rem;
    }

    #page-head-locale-selector > div > span
    {
        display: none;
    }

    #page-head-locale-selector > div > a
    {
        padding-right: 2.2rem;
    }

    #page-head-locale-selector > div > a:after
    {
        right: 0.2rem;
        font-size: 2.4rem;
    }

    #page-head-locale-selector > ul
    {
        max-width: 20rem;
    }

    #page-head-locale-selector > ul > li
    {
        padding-right: 2.2rem;
    }




    /*
      ==========================
      bio page
      ==========================
    */

    figure.person-image
    {
        width: auto;
    }


    /*
      ==========================
      organigram page
      ==========================
    */

    /* nested element styles */
    /* --------------------- */
    .organigram li > ul
    {
        padding-left: 14px;
    }

    .organigram li > ul li
    {
        padding-left: 14px;
    }

    .organigram li > ul > li > .inner:before
    {
        left: -18px;
        width: 18px;
    }

    .organigram li > ul > li > .inner:after
    {
        left: -18px;
    }



    /*
      ==========================
      media and resources index page
      ==========================
    */

    /* type checkboxes */
    /* --------------- */
    .resource-category-checkboxes > .inner
    {
        display: block;
        width: auto;
    }

    .resource-category-checkboxes > .inner > *
    {
        display: block;
        vertical-align: top;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .resource-category-checkboxes > .inner > legend
    {
        width: auto;
        padding-right: 0;
        padding-bottom: 8px;
    }


    /* search term */
    /* ----------- */
    .resource-keyword
    {
        margin-top: 18px;
    }

    .resource-keyword label
    {
        font-size: 22px;
    }

    .resource-keyword > .inner input.text
    {
        padding: 12px 60px 12px 12px;
        font-size: 22px;
    }

    .resource-keyword > .inner button
    {
        width: 48px;
        font-size: 26px;
        line-height: 48px;
    }

    /* resource filters */
    /* ---------------- */
    .resource-filter-toggle
    {
        margin-top: 22px;
    }

    /* results summary */
    /* --------------- */
    .media-resources-index #result-summary
    {
        font-size: 24px;
    }

}