/*
  ===============================================================================
  FONT-FACE EMBEDDING
  ===============================================================================
*/

@font-face {
  font-family: 'open_sanslight';
  src: url('../../../themes/mfatgovtnz/font/OpenSans-Light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sansregular';
  src: url('../../../themes/mfatgovtnz/font/OpenSans-Regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sanssemibold';
  src: url('../../../themes/mfatgovtnz/font/OpenSans-Semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sansbold';
  src: url('../../../themes/mfatgovtnz/font/OpenSans-Bold-webfont.woff2') format('woff2'),
  url('../../../themes/mfatgovtnz/font/OpenSans-Bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sansitalic';
  src: url('../../../themes/mfatgovtnz/font/OpenSans-Italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'open_sanslight_italic';
  src: url('../../../themes/mfatgovtnz/font/OpenSans-LightItalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('../../../themes/mfatgovtnz/font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../../themes/mfatgovtnz/font/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
}


/*
  ===============================================================================
  COMMON PAGE STRUCTURE AND ELEMENTS
  ===============================================================================
*/

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

html,
body
{
  height: 100%;
}

body
{
  min-width: 320px;
}

/* sticky footer */
/* ------------- */
#page-wrapper
{
  display: table;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

#page-wrapper-inner,
#page-foot
{
  display: table-row;
  height: 1px;
  width: 100%;
}

#page-wrapper-inner
{
  height: auto;
}


/* page boundary */
/* ------------- */
.wrapper
{
  margin: 0 auto;
  max-width: 1210px !important;
  padding: 0 20px;
}


/* accessibility links on focus */
/* ---------------------------- */
#accessibility-links.active,
#access-keys.active
{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 30px; padding: 3rem;
  background-color: #ffffff;
  box-shadow: 0 0 1rem rgba(0,0,0,0.5);
  font-size: 16px; font-size: 1.6rem;
}

#accessibility-links h1,
#access-keys h1
{
  font-size: 20px; font-size: 2rem;
}



/*
  ==========================
  columns
  ==========================
*/
.columns
{
  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: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;

  margin-left: -15px;
  margin-right: -15px;
}

.columns > .column
{
  -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;
  padding-left: 15px;
  padding-right: 15px;
}

.columns.two > .column{width: 50%;}
.columns.three > .column{width: 33.333%;}
.columns.four > .column{width: 25%;}


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

#page-head
{
  position: relative;
  background-color: #003a54;
  color: #ffffff;
}

#page-head > .wrapper
{
  position: relative;
}


/* logo and crest */
/* -------------- */
#logo
{
  padding: 18px 0 27px 0;
}

#print-logo
{
  display: none !important;
}

#logo a,
#logo img
{
  display: block;
  width: 539px;
  height: 117px;
}


/* page head utilities */
/* ------------------- */
#page-head-utilities
{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
}

#page-head-util-contact-social
{
  display: table;
  width: 100%;
}

#page-head-util-contact-social > *
{
  display: table-cell;
  padding-right: 24px;
}

#page-head-menu-toggle,
#page-head-search-toggle
{
  display: none;
}

#page-head-util-contact-social > .social-links
{
  padding: 0;
  text-align: right;
}

#page-head-util-contact-social a
{
  color: #ffffff;
  text-decoration: none;
}

#page-head-util-contact-social a:hover,
#page-head-util-contact-social a:focus
{
  color: #7eb0c4;
  text-decoration: underline;
}

#page-head-search
{
  display: block;
  width: 100%;
  min-width: 320px; min-width: 32rem;
  margin-top: 10px; margin-top: 1rem;
}

#page-head-search .inner
{
  position: relative;
}

#page-head-search-term
{
  display: block;
  width: 100%;
  border: solid 1px #B5C6CD;
  padding: 4px 44px 4px 6px; padding: 0.4rem 4.4rem 0.4rem 0.6rem;
  font-family: 'open_sansregular';
  font-size: 15px; font-size: 1.5rem;
}

#page-head-search button
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px; width: 3.8rem;
  padding: 0;
  background-color: #002a3a;
  color: #ffffff;
  text-align: center;

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

#page-head-search button:hover,
#page-head-search button:focus
{
  background-color: #015479;
}

#page-head-search button:before
{
  content: '\f002';
  font-family: 'fontawesome';
  font-size: 20px; font-size: 2rem;
}

/* social links common styling */
/* --------------------------- */
.social-links a
{
  display: inline-block;
  padding: 4px 18px; padding: 0.4rem 1.8rem;
  background-color: transparent;
  font-size: 15px; font-size: 1.5rem;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;

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

.social-links a:hover,
.social-links a:focus
{
  background-color: #002939;
  color: #ffffff !important;
  text-decoration: none !important;
}

.social-links a:after
{
  content: '\f09a\00a0\00a0\f099\00a0\00a0\f0e1\00a0\00a0\f18a';
  display: inline-block;
  margin-left: 10px; margin-left: 1rem;
  font-family: 'fontawesome';
  font-size: 18px;
}


/*
  ==========================
  primary navigation
  ==========================
*/
#page-head nav .social-links
{
  display: none;
}

#primary-nav-holder
{
  position: relative;
  background-color: #00334c;
}

#page-head nav
{
  position: relative;
  font-size: 15px; font-size: 1.5rem;
  line-height: 1.67;
}

#page-head nav ul
{
  list-style-type: none;
}

#page-head nav > ul
{
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

#page-head nav > ul > li
{
  display: table-cell;
  padding: 0;
  vertical-align: top;
}

#page-head nav ul li a
{
  -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
{
  display: block;
  position: relative;
  height: 90px; height: 9rem;
  min-width: 96px; min-width: 9.6rem;
  overflow: hidden;
  padding: 16px 11px 16px 12px; padding: 1.6rem 1.1rem 1.6rem 1.2rem;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;

  -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.active
{
  background-color: #002939;
}

#page-head nav > ul > li > a:hover,
#page-head nav > ul > li > a:focus
{
  background-color: #004665;
  color: #7eb0c4;
}

#page-head nav > ul > li > a:before,
#page-head nav > ul > li:last-child > a:after
{
  content: '';
  position: absolute;
  top: 18px; top: 1.8rem;
  left: 0;
  bottom: 0;
  display: block;
  width: 1px; width: 0.1rem;
  overflow: hidden;
  background-color: #0b5265;
}


#page-head nav > ul > li:last-child > a:after
{
  left: auto;
  right: 0;
}

#page-head nav > ul > li > a.active:before
{
  top: auto;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 5px; height: 0.5rem;
  overflow: hidden;
  background-color: #00526d;
}

#page-head nav > ul > li > a:hover:before,
#page-head nav > ul > li > a:focus:before,
#page-head nav > ul > li:last-child > a.active:after
{
  background-color: transparent;
}

#page-head nav > ul > li > a > span.alt
{
  display: block;
  padding-top: 0;
  font-family: 'open_sanslight_italic';
  font-size: 13px; font-size: 1.3rem;
  color: #dddddd;
  line-height: 1.2;
  white-space: normal;
}

#page-head nav > ul > li > a:hover span.alt,
#page-head nav > ul > li > a:focus span.alt
{
  color: #7eb0c4;
}


/* home icon override */
/* ------------------ */
#page-head nav > ul > #nav-home > a
{
  min-width: 0;
}

#page-head nav > ul > #nav-home > a:after
{
  content: '\f015';
  position: static;
  width: auto;
  height: auto;
  background-color: transparent;
  display: inline-block;
  font-family: 'fontawesome';
  font-size: 26px; font-size: 2.6rem;
  line-height: 1;
}

#page-head nav > ul > #nav-home > a > span
{
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; 
  margin: -9999px; 
  overflow: hidden; 
  position: absolute; 
  width: 1px;
}

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

#page-head nav > ul > li > .menu-drop-down
{
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 20px; left: 2rem;
  right: 20px; right: 2rem;
  margin-top: -6px; margin-top: -0.6rem;
  padding: 10px 0 20px 0; padding: 1rem 0 2rem 0;
  box-shadow: 0 0.6rem 0.6rem -0.6rem #444444, 0.6rem 0 0.6rem -0.6rem #444444, -0.6rem 0 0.6rem -0.6rem #444444;
  background-color: #004665;
  color: #ffffff;
  line-height: 1.3;
}

#page-head nav > ul > li:hover > a
{
  background-color: #004665;
  color: #649bb1;
}

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


/* drop down menu title as link */
#page-head nav > ul > li > .menu-drop-down > .menu-title
{
  float: none;
  width: auto;
  margin: 0 0 10px 0;
}

#page-head nav > ul > li > .menu-drop-down > .menu-title a
{
  display: block;
  width: 66%;
  padding: 12px 38px 12px 34px;
  font-family: open_sanssemibold;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

#page-head nav > ul > li > .menu-drop-down > .menu-title a:hover,
#page-head nav > ul > li > .menu-drop-down > .menu-title a:focus
{
  text-decoration: none;
  background-color: #003a54;
}

/* child pages as list */
#page-head nav > ul > li > .menu-drop-down > ul
{
  list-style-type: none;
  width: 66%;
  -webkit-columns: 2;
  -moz-columns: 2;
  -o-columns: 2;
  columns: 2;
  column-gap: 0;
}

#page-head nav > ul > li > .menu-drop-down > ul > li
{
  position: relative;
  display: inline-block;
  width: 100%;
}

#page-head nav > ul > li > .menu-drop-down > ul > li:before
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 27px;
  right: 20px;
  display: block;
  height: 1px;
  background-color: #003a54;
}

#page-head nav > ul > li > .menu-drop-down > ul > li > a
{
  position: relative;
  display: block;
  padding: 14px 72px 14px 34px;
  color: #ffffff;
  text-decoration: none;
}

#page-head nav > ul > li > .menu-drop-down > ul > li > a:hover,
#page-head nav > ul > li > .menu-drop-down > ul > li > a:focus
{
  background-color: #003a54;
}

#page-head nav > ul > li > .menu-drop-down > ul > li > a:after
{
  content: '\f105';
  position: absolute;
  top: 12px;
  right: 48px;
  font-family: 'fontawesome';
  font-size: 20px;
  line-height: 1;
}


/* quick links */
#page-head nav > ul > li > .menu-drop-down > .nav-quick-links
{
  width: 32%;
  margin-left: 2%;
  margin-top: 8px;
  border-left: solid 1px #003a54;
}

#page-head nav > ul > li > .menu-drop-down > .nav-quick-links h2
{
  padding: 0 38px;
  font-size: 20px;
  color: #ffffff;
}

#page-head nav > ul > li > .menu-drop-down > .nav-quick-links ul
{
  margin-top: 8px;
}

#page-head nav > ul > li > .menu-drop-down > .nav-quick-links ul li a
{
  position: relative;
  display: block;
  padding: 10px 38px 10px 50px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

#page-head nav > ul > li > .menu-drop-down > .nav-quick-links ul li a:hover,
#page-head nav > ul > li > .menu-drop-down > .nav-quick-links ul li a:focus
{
  background-color: #003a54;
}

#page-head nav > ul > li > .menu-drop-down > .nav-quick-links ul li a:before
{
  position: absolute;
  left: 38px;
  top: 9px;
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 15px;
}

/* prevent sub-pages displaying */
#page-head nav > ul > li > .menu-drop-down > ul ul
{
  display: none;
}

/* prevent mobile nav controls from displaying */
#page-head nav ul li span.nav-control
{
  display: none;
}




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

#main-page-area
{
  padding-bottom: 50px;
}

#main-page-area > .wrapper
{
  margin-top: 16px;
}

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


/* breadcrumbs */
/* ----------- */
#breadcrumbs
{
  margin-bottom: 26px;
  font-size: 13px;
  color: #666;
}

#breadcrumbs span
{
  color: #000000;
}


/* lhs nav */
/* ------- */
#main-page-area > .wrapper > .inner > nav
{
  width: 17.1%;
  margin-right: 4.28%;
}


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

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


/* rhs area */
/* -------- */
#main-page-area > .wrapper > .inner > aside
{
  float: right;
  width: 23.1%;
  margin-left: 4.28%;
  padding-bottom: 20px;
}


/* page layout variations */
/* ---------------------- */
#main-page-area.no-nav > .wrapper > .inner > nav{display: none;}
#main-page-area.no-nav > .wrapper > .inner > main{width: 72.62%;}

#main-page-area.no-rhs > .wrapper > .inner > aside{display: none;}
#main-page-area.no-rhs > .wrapper > .inner > main{width: 78.62%;}

#main-page-area.no-nav.no-rhs > .wrapper > .inner > nav{display: none;}
#main-page-area.no-nav.no-rhs > .wrapper > .inner > aside{display: none;}
#main-page-area.no-nav.no-rhs > .wrapper > .inner > main{width: 100%;}


/*
  ==========================
  lhs nav styles
  ==========================
*/
#main-page-area > .wrapper > .inner > nav ul
{
  list-style-type: none;
  font-size: 15px;
  line-height: 1.4;
}

#main-page-area > .wrapper > .inner > nav ul li
{
  position: relative;
  padding-left: 12px;
}

#main-page-area > .wrapper > .inner > nav ul * + li
{
  margin-top: 12px;
}

#main-page-area > .wrapper > .inner > nav ul ul
{
  margin-top: 12px;
  padding: 12px 0;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

#main-page-area > .wrapper > .inner > nav ul li a.active,
#main-page-area > .wrapper > .inner > nav ul li a.active-parent
{
  color: #000000;
}

#main-page-area > .wrapper > .inner > nav > ul li a:before
{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '\f105';
  font-family: 'fontawesome';
}

#main-page-area > .wrapper > .inner > nav ul li a.active:before
{
  content: '\f101';
}


/*
  ==========================
  rhs aside styles
  ==========================
*/
#main-page-area > .wrapper > .inner > aside > * + *
{
  margin-top: 20px;
}



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

#page-foot
{
  font-family: 'open_sanslight';
  font-size: 15px;
  line-height: 1.5;
}

/* upper footer area */
/* ----------------- */
#page-foot-upper
{
  padding: 65px 0;
  background-color: #001926;
  font-size: 18px;
  color: #ffffff;
}

#page-foot-upper .wrapper > *
{
  float: left;
  width: 60%;
}


/* footer nav */
#page-foot-nav
{
  position: relative;
  z-index: 2;
  padding-left: 80px;
}

#page-foot-nav ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

#page-foot-nav ul li
{
  position: relative;
  padding: 0 0 0 11px;
  margin-bottom: 6px;
}

#page-foot-nav li:before
{
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  font-family: 'fontawesome';
  content: '\f105';
  line-height: 1.4;
}

#page-foot-nav ul li#page-foot-home
{
  position: absolute;
  top: -6px;
  left: 0;
  padding: 0;
}

#page-foot-nav ul li#page-foot-home:before
{
  content: none;
}

#page-foot-nav #page-foot-home a:before
{
  font-family: 'fontawesome';
  content: '\f015';
  font-size: 24px;
  line-height: 1;
}

#page-foot-nav #page-foot-home a span
{
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; 
  margin: -9999px; 
  overflow: hidden; 
  position: absolute; 
  width: 1px;
}

#page-foot-nav a
{
  color: #ffffff;
}


/* contact details */
#page-foot-upper .wrapper #page-foot-contact
{
  float: right;
  width: 33%;
  font-size: 16px;
}

#page-foot-contact h2,
#page-foot-contact h3
{
  font-family: 'open_sanslight';
  color: #ffffff;
}

#page-foot-contact h2
{
  font-size: 25px;
  margin-bottom: 14px;
}

#page-foot-contact h3
{
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.5;
}

#page-foot-contact address
{
  margin-bottom: 14px;
  font-size: 15px;
  font-style: normal;
}

#page-foot-contact address p + p
{
  margin-top: 2px;
}

#page-foot-contact .contact-info
{
  margin-bottom: 14px;
}

#page-foot-contact a
{
  color: #699BA8;
}

#page-foot-contact .social-links
{
  position: relative;
  left: -18px;
  margin-top: 20px;
}

#page-foot-contact .social-links a
{
  background-color: #001926;
  font-size: 20px;
  color: #ffffff;
}

#page-foot-contact .social-links a:hover,
#page-foot-contact .social-links a:focus
{
  background-color: #002a3a;
}

#page-foot-contact .social-links a:after
{
  font-size: 24px;
  margin-left: 14px;
}


/* logos */
#page-foot-logos
{
  margin-top: 45px;
  padding-top: 45px;
  border-top: solid 2px #002e3f;
}

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

#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;
}


/* lower footer area */
/* ----------------- */
#page-foot-lower
{
  padding: 29px 0;
  background-color: #003a54;
  color: #ffffff;
}

#page-foot-utility-nav
{
  display: block;
  list-style-type: none;
}

#page-foot-utility-nav li
{
  display: inline-block;
  margin: 0;
  padding: 0;
}

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

#page-foot-utility-nav li a
{
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}

#page-foot-utility-nav li a:hover,
#page-foot-utility-nav li a:focus
{
  text-decoration: underline;
}

#page-foot-nz-govt
{
  display: block;
  float: right;
  width: 200px;
  margin-left: 0;
}

#page-foot-nz-govt img
{
  display: block;
  width: 200px;
}


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


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

.tile
{
  position: relative;
  display: block;
  padding: 20px 18px;
  background-color: #ffffff;
  border: solid 1px #d3d3d3;
  font-size: 15px;
  line-height: 1.3333;
}

.tile h2,
.tile h3
{
  font-family: 'open_sansbold';
  color: #545454;
}
.tile h2
{
  padding: 0 0 10px 0;
  font-size: 20px;
  border-top: none;
  border-bottom: solid 3px #d3d3d3;
}

.tile h3
{
  padding: 0 0 4px 0;
  font-size: 18px;
}

.tile h2 + *,
.tile * + h3
{
  margin-top: 12px;
}


/* tile lists */
/* ---------- */
.tile ul,
ul.link-list
{
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}

.tile * + ul,
* + ul.link-list
{
  margin-top: 14px;
}

.tile ul li,
ul.link-list li
{
  position: relative;
  padding: 0 0 0 12px;
  margin: 0;
}

.tile ul li:before,
ul.link-list li:before
{
  position: absolute;
  top: 0;
  left: 0;
  content: '\f105';
  font-family: 'fontawesome';
}

ul.link-list li:before
{
  color: #005d85;
}

.tile ul li + li,
ul.link-list li + li
{
  margin-top: 10px;
}


/* tile article lists */
/* ------------------ */

.tile article
{
  font-size: 13px;
}

.tile * + article
{
  margin-top: 16px !important;
}

.tile article h3
{
  padding-bottom: 0;
  font-family: 'open_sansregular';
  font-size: 15px;
}

.tile article h3 + *
{
  margin-top: 2px !important;
}


/* tile links */
/* ---------- */
.tile .tile-links
{
  margin-top: 16px;
}

.tile .tile-links > *
{
  display: inline-block;
  margin-right: 14px;
}

.tile .tile-links .all:before
{
  font-family: 'fontawesome';
  content: '\f101\00a0';
}

.tile .tile-links .rss:before
{
  font-family: 'fontawesome';
  content: '\f09e\00a0';
}


/* alternative tiles with shading */
/* ------------------------------ */
.tile.alt
{
  box-shadow: 0 0 0.6rem rgba(0,0,0,0.3);
}


/* tiles with images */
/* ----------------- */
.tile.with-image
{
  padding-top: 160px; padding-top: 16rem;
}

.tile.with-image .image-holder
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 145px;
  border-bottom: solid 5px #cccccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}


/* larger tiles with big image and heading */
/* --------------------------------------- */
.tile.large h2
{
  padding-bottom: 0;
  border-bottom: none;
  font-family: open_sanssemibold;
  font-size: 30px;
  color: #000000;
}

.tile.large.with-image
{
  padding-top: 225px;
}

.tile.large.with-image .image-holder
{
  height: 210px;
}



/*
  ==========================
  aside link sets
  ==========================
*/

.link-set
{
  font-size: 14px;
  color: #333333;
}

* + .link-set
{
  margin-top: 14px;
}

.link-set h2,
.link-set h3
{
  font-family: 'open_sansbold';
  color: #545454;
}
.link-set h2
{
  padding: 0 0 10px 0;
  font-size: 20px;
  border-top: none;
  border-bottom: solid 3px #d3d3d3;
}

.link-set h3
{
  padding: 0 0 4px 0;
  font-size: 18px;
}

.link-set h2 + *,
.link-set h2 + h3
{
  margin-top: 12px;
}

.link-set * + h3
{
  margin-top: 18px;
  padding-top: 12px;
  border-top: solid 1px #d3d3d3;
}

.link-set h2 + h3
{
  border-top: none;
  padding-top: 0;
}


/* link set link lists */
/* ------------------- */
.link-set * + ul.link-list
{
  margin-top: 10px;
}

.link-set ul.link-list li + li
{
  margin-top: 8px;
}

.link-set ul.link-list li.no-bullet
{
  padding-left: 0;
}

.link-set ul.link-list * + li.no-bullet
{
  margin-top: 14px;
}

.link-set ul.link-list li.no-bullet:before
{
  content: none;
  display: none;
}

.link-set article.abbr * + .abstract
{
  margin-top: 0 !important;
}

.link-set article.abbr h3
{
  font-size: 16px;
}



/*
  ==========================
  modular row groups
  ==========================
*/
.modular-group
{
  padding: 20px 0;
  border-top: solid 1px #006088;
  overflow: hidden;
}

* + .modular-group
{
  margin-top: 30px;
}

main .modular-group > h2,
main .modular-group .modular-row .column > h2:first-child
{
  margin-top: 0;
  padding-top: 0;
  border: none;
}

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

main h2 + .modular-row
{
  margin-top: 12px;
}

.modular-row .column
{
  float: left;
  width: 23.077%;
  margin-left: 2.564%;
}

.modular-row .column.double
{
  width: 48.718%;
}

.modular-row .column.triple
{
  width: 74.359%;
}

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

.modular-row .column.empty
{
  min-height: 1px;
}

.modular-row .column:first-child
{
  margin-left: 0;
}


/* modular row group links */
/* ----------------------- */
.modular-row-links
{
  margin-top: 16px;
}

.modular-row-links > *
{
  display: inline-block;
  margin-right: 14px;
}

.modular-row-links .all:before
{
  font-family: 'fontawesome';
  content: '\f101\00a0';
}

.modular-row-links .rss:before
{
  font-family: 'fontawesome';
  content: '\f09e\00a0';
}

/* modular row bio lists */
/* --------------------- */
.modular-row.bio
{
  margin-left: -2.564%;
  margin-right: -2.564%;
}

.modular-row.bio + .modular-row.bio
{
  padding-top: 20px;
  border-top: solid 1px #cccccc;
}

.modular-row.bio > h3
{
  padding-left: 2.44%;
  padding-right: 2.44%;
  margin-bottom: 12px;
}

.modular-row.bio > .bio-item
{
  float: left;
  width: 20%;
  margin: 0 !important;
  padding: 0 2.44%;
  font-size: 14px;
  line-height: 1.3;
}

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

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

.modular-row.bio > .bio-item .image-holder
{
  height: 240px;
  border-bottom: solid 5px #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.modular-row.bio > .bio-item .image-holder + h4
{
  margin-top: 8px !important;
}

.modular-row.bio > .bio-item h4
{
  font-family: open_sanssemibold;
  font-size: 16px;
}

.modular-row.bio > .bio-item h4 + *
{
  margin-top: 6px !important;
}


/*
  ==========================
  abbreviated articles
  ==========================
*/
article.abbr
{
  overflow: hidden;
}

article.abbr .image-holder
{
  margin-bottom: 10px;
  height: 145px;
  border-bottom: solid 5px #cccccc;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}

article.abbr .inner
{
  overflow: hidden;
}

article.abbr h3
{
  font-family: 'open_sansbold';
  font-size: 20px;
}

article.abbr .attributes
{
  padding-top: 4px;
  overflow: hidden;
  font-size: 13px;
}

article.abbr .attributes > *
{
  display: inline;
}

article.abbr .attributes > *:before
{
  display: inline;
  content: '\00a0|\00a0';
}

article.abbr .attributes > *:first-child:before
{
  content: none;
  display: none;
}

article.abbr * + .abstract
{
  margin-top: 4px !important;
}

/* double column layout */
/* -------------------- */
article.abbr.horizontal .image-holder
{
  float: left;
  width: 47.3684%;
  height: 173px;
  margin-bottom: 0;
  margin-right: 2.4%;
}


/*
  ==========================
  general article lists
  ==========================
*/
.article-list article
{
  padding-bottom: 16px;
  border-bottom: solid 1px #cccccc;
}

.article-list article:first-child
{
  padding-top: 16px;
  border-top: solid 1px #cccccc;
}

.article-list article + article
{
  margin-top: 16px;
}

.article-list article h2
{
  margin: 0;
  padding: 0;
  border-top: none;
  font-size: 20px;
  color: #545454;
}

.article-list article h2 + *
{
  margin-top: 0 !important;
}

.article-list article .attributes
{
  font-family: open_sanssemibold;
  font-size: 15px;
  color: #666666;
}

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


/*
  ==========================
  pagination
  ==========================
*/
.pagination
{
  padding: 10px 0;
  font-family: open_sanssemibold;
  text-align: right;
  line-height: 1;
}

.pagination *
{
  display: inline-block;
  vertical-align: middle;
  padding: 0 3px;
}

.pagination a.disabled
{
  color: #000000;
  text-decoration: none;
}

.pagination .prev,
.pagination .next
{
  text-decoration: none;
}

.pagination .prev
{
  margin-right: 4px;
}

.pagination .next
{
  margin-left: 4px;
}

.pagination .prev:before
{
  font-family: FontAwesome;
  content: '\f104';
  font-size: 18px;
  line-height: 1.4;
}

.pagination .next:after
{
  font-family: FontAwesome;
  content: '\f105';
  font-size: 18px;
  line-height: 1.4;
}

.pagination .prev span,
.pagination .next span
{
  display: inline-block;
  width: 0;
  overflow: hidden;
  visibility: hidden;
}



/*
  ==========================
  share this content
  ==========================
*/
.share-this-content
{
  font-family: open_sanssemibold;
  line-height: 1;
  text-align: right;
}

.share-this-content + *
{
  margin-top: 6px !important;
}

* + .share-this-content
{
  margin-top: 12px !important;
}

.share-this-content > p,
.share-this-content > ul,
.share-this-content > ul > li
{
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #005d85;
}

.share-this-content > p
{
  text-transform: uppercase;
}

.share-this-content > ul
{
  list-style-type: none;
}

.share-this-content > ul > li
{
  display: inline-block;
  margin-left: 6px;
}

.share-this-content > ul > li > a
{
  text-decoration: none !important;
}

.share-this-content > ul > li > a:before
{
  font-family: FontAwesome;
  font-size: 17px;
}

.share-this-content > ul > li > a.fb-icon:before{content: '\f09a';}
.share-this-content > ul > li > a.twtr-icon:before{content: '\f099';}
.share-this-content > ul > li > a.linkedin-icon:before{content: '\f0e1';}
.share-this-content > ul > li > a.weibo-icon:before{content: '\f18a';}

.share-this-content > ul > li > a > span
{
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; 
  margin: -9999px; 
  overflow: hidden; 
  position: absolute; 
  width: 1px;
}


/*
  ==========================
  tags (blogs)
  ==========================
*/
.tag-list
{
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  line-height: 1.25;
}

* + .tag-list
{
  margin-top: 14px;
}

.tag-list > *
{
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 10px 0 0 0;
}

.tag-list > span
{
  width: 1px;
  padding: 12px 12px 10px 0;
}

.tag-list > ul
{
  list-style-type: none;
  margin: 0;
}

.tag-list > ul li
{
  display: inline-block;
  margin: 0 6px 10px 0;
}

.tag-list > ul li a
{
  display: block;
  padding: 2px 0.8em;
  background-color: #f1f1f1;
  border-radius: 8px;
}


/*
  ==========================
  previous / next link block
  ==========================
*/
.prev-next-block
{
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

* + .prev-next-block
{
  margin-top: 16px;
}

.prev-next-block > *
{
  display: table-cell;
  margin: 0;
  padding: 0 0 0 1em;
  width: 50%;
  vertical-align: top;
  text-align: right;
}

.prev-next-block > *:first-child
{
  text-align: left;
  padding: 0 1em 0 0;
}

.prev-next-block a.prev:before,
.prev-next-block a.next:after
{
  font-family: 'fontawesome';
}

.prev-next-block a.prev:before
{
  content: '\f104\00a0';
}

.prev-next-block a.next:after
{
  content: '\00a0\f105';
}


/*
  ==========================
  modals
  ==========================
*/
#bg-overlay
{
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.6);
  visibility: hidden;
  opacity: 0;

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

#bg-overlay.active
{
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}



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

/*
  ==========================
  default text
  ==========================
*/

html,
body
{
  font-size: 10px; /* reset size for easy rem denominations of base 10 - note, non-rem supporting browsers fall back to px sizing in specific stylesheets */
}

body,
select,
input,
textarea
{
  font-family: 'open_sansregular', sans-serif;
  color: #000000;
  line-height: 1.5;
}

#main-page-area
{
  font-size: 15px;
}


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

h1#page-title
{
  background: url(../../../themes/mfatgovtnz/images/grey-tukutuku-motif.png) 0 0 repeat;
  margin-bottom: 0;
  font-family: 'open_sanslight';
  font-size: 40px;
  line-height: 1.25;
  font-weight: normal;
  color: #000000;
}

h1#page-title.alt
{
  background: url(../../../themes/mfatgovtnz/images/blue-tukutuku-motif.png) 0 0 repeat;
  color: #ffffff;
}

h1#page-title span.wrapper
{
  display: table;
  width: 100%;
}

h1#page-title span.wrapper > *
{
  display: table-cell;
  height: 123px;
  padding: 10px 20px;
  vertical-align: middle;
  text-align: left;
}

/* sub brand / logo variation */
h1#page-title.with-sub-brand span.wrapper
{
  position: relative;
}

h1#page-title.with-sub-brand span.wrapper > span:first-child
{
  padding-right: 435px;
}

h1#page-title .sub-brand-holder
{
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  width: 430px;
}

h1#page-title .sub-brand-holder img
{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

h1#page-title span.wrapper > span > span.sub
{
  display: block;
  font-family: open_sansregular;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/* sub brand / logo variation */
h1#page-title.with-sub-brand span.wrapper
{
  position: relative;
}

h1#page-title.with-sub-brand span.wrapper > span:first-child
{
  padding-right: 435px;
}

h1#page-title .sub-brand-holder
{
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 20px;
  width: 430px;
}

h1#page-title .sub-brand-holder img
{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* heading */
/* ------- */
h2
{
  font-family: 'open_sanssemibold';
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  color: #39647e;
  clear: both;
}

main h2
{
  clear: both;
  border-top: solid 1px #006088; border-top: solid 0.1rem #006088;
  padding-top: 16px;
}

main #main-content-link + h2
{
  border: none;
  padding-top: 0;
}

/* sub-heading */
/* ----------- */
h3
{
  font-family: 'open_sanssemibold';
  font-size: 24px;
  line-height: 1.2;
  font-weight: normal;
  color: #333333;
  clear: both;
}

main h3
{
  clear: both;
}

/* minor heading */
/* ------------- */
h4
{
  font-family: 'open_sanssemibold';
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #545454;
}



/* lower minor heading */
/* ------------------- */
h5
{
  font-family: 'open_sanssemibold';
  font-size: 18px;
  line-height: 1.2;
  font-weight: normal;
  color: #545454;
}

/* header spacing */
/* -------------- */
main h1 + *,
main h2 + *,
main h3 + *,
main h4 + *,
main h5 + *,
main h6 + *
{
  margin-top: 8px !important;
}

main h2 + *
{
  margin-top: 10px !important;
}

main * + h2
{
  margin-top: 36px !important;
}

main * + h3,
main * + h4,
main * + h5,
main * + h6
{
  margin-top: 30px !important;
}

main h1 + h2,
main h1 + h3,
main h1 + h4,
main h1 + h5,
main h1 + h6,
main h2 + h3,
main h2 + h4,
main h2 + h5,
main h2 + h6,
main h3 + h4,
main h3 + h5,
main h3 + h6,
main h4 + h5,
main h4 + h6,
main h5 + h6
{
  margin-top: 8px !important;
}

main hr + h2,
main hr + h3,
main hr + h4,
main hr + h5,
main hr + h6
{
  margin-top: 18px !important;
}


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

main .summary
{
  font-family: 'open_sanssemibold';
  font-size: 18px;
  line-height: 1.44;
}

main p + p,
main * + p
{
  margin-top: 14px;
}

main b,
main strong
{
  font-weight: normal;
  font-family: 'open_sanssemibold';
}

main i,
main em
{
  font-style: normal;
  font-family: 'open_sansitalic';
}

/*
  ==========================
  links
  ==========================
*/

a
{
  color: #005d85;
  text-decoration: none;
}

a:hover,
a:focus
{
  color: #028399;
  text-decoration: underline;
}


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

main * + figure
{
  margin-top: 16px !important; margin-top: 1.6rem !important;
}

main figure img
{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: solid 5px #cccccc; border-bottom: solid 0.5rem #cccccc;
}

main figure figcaption
{
  display: block;
  padding-top: 6px; padding-top: 0.6rem;
  font-family: 'open_sanssemibold';
  font-size: 13px; font-size: 1.3rem;
  line-height: 1.2;
  color: #666666;
}

/* smaller image with wrapping text */
/* -------------------------------- */
figure.small
{
  float: right;
  width: 278px; width: 27.8rem;
  margin: 0 0 12px 16px; margin: 0 0 1.2rem 1.6rem;
}


/*
  ==========================
  content lists
  ==========================
*/

main * + ol,
main * + ul
{
  margin-top: 14px;
}

main ol ol,
main ol ul,
main ul ol,
main ul ul
{
  margin-top: 0;
}

main ul
{
  margin-left: 24px;
}

main ol
{
  margin-left: 30px;
  list-style-type: decimal;
}

main ol ol
{
  list-style-type: lower-alpha;
}

main * + li,
main ul ul li,
main ol ol li
{
  margin-top: 8px;
}


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

main * + blockquote
{
  margin-top: 24px !important;
}

main blockquote
{
  margin-bottom: 20px;
  padding: 0 30px;
  font-family: 'open_sanssemibold';
  font-size: 20px;
  line-height: 1.7;
  color: #266376;
}

main blockquote .inner
{
  position: relative;
}

main blockquote .inner:before,
main blockquote .inner:after
{
  position: absolute;
  top: 0;
  left: -30px;
  content: '\f10d';
  font-family: 'fontawesome';
  font-size: 26px;
  line-height: 1;
  color: #cccccc;
}

main blockquote .inner:after
{
  top: auto;
  left: auto;
  bottom: 0;
  right: -30px;
  content: '\f10e';
}

main blockquote cite
{
  display: block;
  padding-top: 6px;
  font-family: 'open_sanssemibold';
  font-size: 13px;
  font-style: normal;
  line-height: 1.2;
  color: #666666;
}

/* smaller blockquote with wrapping text */
/* ------------------------------------- */
blockquote.small
{
  float: right;
  width: 278px;
  margin: 0 0 12px 22px;
}


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

main * + .highlight
{
  margin-top: 24px !important; margin-top: 2.4rem !important;
}

main .highlight
{
  position: relative;
  padding: 38px 32px 38px 64px; padding: 3.8rem 3.2rem 3.8rem 6.4rem;
  background-color: #f1f1f1;
  border-bottom: solid 4px #5b9baf;
}

main .highlight:before
{
  position: absolute;
  top: -6px; top: -0.6rem;
  left: 22px; left: 2.2rem;
  width: 16px; width: 1.6rem;
  height: 87px; height: 8.7rem;
  content: url(../../../themes/mfatgovtnz/images/pullout-bg.png);
}

/* smaller pullout with wrapping text */
/* ---------------------------------- */
.highlight.small
{
  float: right;
  width: 278px; width: 27.8rem;
  margin: 0 0 12px 22px; margin: 0 0 1.2rem 2.2rem;
}


/*
  ==========================
  tables
  ==========================
*/

main * + table,
main * + .table-wrapper
{
  margin-top: 14px;
}

main .table-wrapper
{
  width: auto;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 0.5px;
}

main table
{
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  font-size: 13px;
}

main table th,
main table td
{
  padding: 8px 12px;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  text-align: left;
}

main table th
{
  background-color: #C4CDCA;
  border-color: #B7C2BE;
  font-family: 'open_sanssemibold';
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  font-weight: normal;
}

main table tr:nth-child(odd) td
{
  background-color: #f1f1f1;
}



/*
  ==========================
  forms
  ==========================
*/
main * + form
{
  margin-top: 16px;
}

/* standard borders / styles */
/* ------------------------- */
form .field + .field
{
  margin-top: 18px;
}

label
{
  cursor: pointer;
}

form .field .left
{
  font-family: open_sanssemibold;
  font-size: 18px;
  color: #535353;
}

form .field .left:after
{
  content: '';
  display: table;
  height: 0;
  overflow: hidden;
}

form .field.checkbox .left {
  font-family: open_sansregular;
  font-weight: normal;
  font-size: 15px;
  color: #000;
}

form .field .extra
{
  display: block;
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 13px;
}

form .field input.text,
form .field textarea,
form .field select.dropdown
{
  display: block;
  margin: 0;
  padding: 8px 10px;
  width: 100%;
  border: solid 1px #acacac;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;

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

form .field input.text:focus,
form .field textarea:focus,
form .field select.dropdown:focus
{
  border-color: #606060;
}

form .field .req-indicator
{
  font-family: open_sansregular;
  font-size: 80%;
  color: #c96923;
}

form .field .message
{
  display: block;
  font-family: open_sansregular;
  font-size: 80%;
  color: #c96923;
}

form .field.error .left,
form .field.checkbox.error .checkbox,
form .field.error .req-indicator,
form .field span.required.message,
form .field span.message.validation,
form .message.warning
{
  color: #cc0000;
}

form .message.warning
{
  font-weight: bold;
  font-size: 100%;
}

/* date fields */
/* ----------- */
form .field input.text.date-alt
{
  width: 50%;
}


/* radio / check lists */
/* ------------------- */
form .field .optionset
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form .field .optionset li
{
  margin: 0;
  padding: 0;
}

form .field .optionset li + li
{
  margin-top: 2px;
}

form .field .optionset li input:focus
{
  outline: dotted 1px #606060;
}


/* advanced checkboxes and radio buttons */
/* ------------------------------------- */
.adv-checkbox input[type=checkbox]:not(#ie8-random-test),
.adv-radiobutton input[type=radio]:not(#ie8-random-test)
{
  position: absolute;
  left: -9999em;
  display: block;
  width: 0;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1;
}

.adv-checkbox input[type=checkbox]:not(#ie8-random-test) + label,
.adv-radiobutton input[type=radio]:not(#ie8-random-test) + label
{
  position: relative;
  display: inline-block;
  padding-left: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.adv-checkbox input[type=checkbox]:not(#ie8-random-test) + label:before,
.adv-radiobutton input[type=radio]:not(#ie8-random-test) + label:before
{
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #979797;
  background-color: #ffffff;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #ffffff;
  content: '';

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

.adv-checkbox input[type=checkbox]:not(#ie8-random-test) + label > span,
.adv-radiobutton input[type=radio]:not(#ie8-random-test) + label > span
{
  display: inline-block;
}


/* focus state */
/* ----------- */
.adv-checkbox input[type=checkbox]:not(#ie8-random-test):focus + label,
.adv-radiobutton input[type=radio]:not(#ie8-random-test):focus + label
{
  outline: dotted thin;
}

.adv-checkbox input[type=checkbox]:not(#ie8-random-test):focus + label:before,
.adv-radiobutton input[type=radio]:not(#ie8-random-test):focus + label:before
{
   border-color: #444444;
}

/* checked state - checkboxes */
/* -------------------------- */
.adv-checkbox input[type=checkbox]:not(#ie8-random-test):checked + label:before
{
  content: '\f00c';
  border-color: #005d85;
  background-color: #005d85;
}

/* checked state - radio buttons */
/* ----------------------------- */




/*
  ==========================
  buttons
  ==========================
*/

form .Actions
{
  margin-top: 16px;
  text-align: right;
}

button,
.button,
.Actions .action
{
  display: inline-block;
  padding: 12px 20px;
  border: none;
  background-color: #b35c1e;
  font-family: 'open_sanssemibold';
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
  cursor: pointer;

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

button:hover,
button:focus,
.button:hover,
.button:focus,
.Actions .action:hover,
.Actions .action:focus
{
  background-color: #008399;
}


/* text-based button variant */
/* ------------------------- */
button.as-text,
.button.as-text
{
  padding: 0;
  background-color: transparent;
  color: inherit;
  text-transform: none;
}

button.as-text:hover,
button.as-text:focus,
.button.as-text:hover,
.button.as-text:focus
{
  text-decoration: underline;
}


/* actions layout for user forms */
/* ----------------------------- */
.Actions .resetformaction
{
  display: inline-block;
  border: none;
  background-color: transparent;
  font-family: open_sansregular;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  line-height: 1;
  cursor: pointer;
}

.Actions .resetformaction:hover,
.Actions .resetformaction:focus
{
  text-decoration: underline;
}

.Actions > * + *
{
  margin-left: 24px;
}


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


ul.bookmarks,
.bookmarks-wrapper > ul
{
  position: relative;
  margin: 0;
  padding: 38px 28px 20px 28px;
  background-color: #f6f6f6;
  border-top: solid 2px #5b9baf;
  overflow: hidden;
  list-style-type: none;
}

ul.bookmarks:before,
.bookmarks-wrapper > ul:before
{
  position: absolute;
  top: 8px;
  left: 28px;
  content: 'On this page';
  font-family: open_sanssemibold;
  font-size: 18px;
  color: #535353;
}

ul.bookmarks li,
.bookmarks-wrapper > ul li
{
  position: relative;
  margin: 0;
  padding: 0 0 0 14px;
}

ul.bookmarks li:before,
.bookmarks-wrapper > ul li:before
{
  position: absolute;
  top: 1px;
  left: 0;
  content: '\f107';
  font-family: FontAwesome;
  color: #005d85;
}

ul.bookmarks li + li,
.bookmarks-wrapper > ul li + li
{
  margin-top: 4px;
}



/*
  ==========================
  crisis / alerts
  ==========================
*/
.crisis-alert
{
  padding: 26px 0;
  background-color: #8D0508;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  font-size: 15px;
  line-height: 1.44;
  color: #ffffff;
}

.crisis-alert .inner
{
  position: relative;
  padding-left: 46px;
}

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

.crisis-alert h2
{
  margin-bottom: 8px;
  font-family: 'open_sanssemibold';
  font-size: 24px;
  color: #ffffff;
}

.crisis-alert-clone
{
  display: none;
}



/*
  ==========================
  expanding contact sections
  ==========================
*/
.expanding-list-set
{
  position: relative;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.expanding-list-set > li
{
  margin: 0;
  padding: 11px 22px;
  border-bottom: solid 2px #ffffff;
  background-color: #f1f1f1;
}

.expanding-list-set > li + li
{
  margin-top: 0;
}

.expanding-list-set > li > h3
{
  font-family: open_sansregular;
  font-size: 18px;
  color: #ffffff;
}

.expanding-list-set > li > h3 a
{
  position: relative;
  display: block;
  margin: -11px -22px;
  padding: 11px 50px 11px 22px;
  background-color: #006e89;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s;
}

.expanding-list-set > li > h3 a:hover,
.expanding-list-set > li > h3 a:focus
{
  background-color: #003B54;
  cursor: pointer;
}

.expanding-list-set > li > h3 a:after
{
  display: block;
  position: absolute;
  top: 11px;
  right: 22px;
  content: '\f107';
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 0.8;

  transition: all 0.3s;
}

.expanding-list-set > li.active > h3 a
{
  background-color: transparent;
  color: #005d85;
}

.expanding-list-set > li.active > h3 a:after
{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.expanding-list-set > li > .inner
{
  max-height: 0;
  clip: rect(0,0,0,0);
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-top: none;

  transition: all 0.2s;
}

.expanding-list-set > li.active > .inner
{
  max-height: 2000px;
  clip: auto;
  visibility: visible;
  opacity: 1;
  padding-top: 8px !important;
  margin-top: 8px !important;
  border-top: dotted 1px #999999;
}

.expanding-list-set > li > .inner > *
{
  float: left;
  width: 36%;
}

.expanding-list-set > li > .inner > .detail-info
{
  width: 60%;
  margin-left: 4%;
}

.expanding-list-set > li > .inner > .summary-info > *
{
  font-family: open_sanssemibold;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
}

.expanding-list-set > li > .inner > .summary-info > * + *
{
  margin-top: 0;
}

.expanding-list-set > li > .inner > .summary-info h4 a:after
{
  font-family: FontAwesome;
  content: '\00a0\f105';
  font-size: 20px;
  line-height: 1;
}

.expanding-list-set > li > .inner > .detail-info h5
{
  color: #000000;
}

.expanding-list-set > li > .inner > .detail-info address
{
  font-style: normal;
  font-family: open_sansregular;
}

.expanding-list-set > li > .inner > .detail-info .contact-details,
.expanding-list-set > li > .inner > .detail-info .contact-links
{
  margin-top: 14px; margin-top: 1.4rem;
}

.expanding-list-set > li > .inner > .detail-info .contact-details p + p,
.expanding-list-set > li > .inner > .detail-info .contact-links p + p
{
  margin-top: 2px !important;
}

.expanding-list-set > li > .inner > .detail-info .contact-links > p > a:after
{
  display: inline-block;
  margin-left: 6px;
  font-family: FontAwesome;
  content: '\f105';
  font-size: 18px;
  line-height: 0.8;
}

/*
 ==========================
 Nested Accordions
==========================
*/

* + .accordion-holder {
  margin-top: 14px;
}

.accordion-group > li > .inner > * {
  width: auto;
  float: none;
}

* + .accordion-group {
  margin-top: 14px;
}

.accordion-group .accordion-group > li > h3 a {
  background-color: #006E9B;
}

.accordion-group .accordion-group > li > h3 a:hover,
.accordion-group .accordion-group > li > h3 a:focus {
  background-color: #003B54;
  cursor: pointer;
}

.accordion-group .accordion-group > li.active > h3 a {
  background-color: transparent;
}

.accordion-group > li li.active {
  border-bottom: none;
}

.accordion-group > li li.active > .inner,
.accordion-group > li.active > .inner {
  max-height: none;
}

.accordion-group > li ul li {
  border-bottom: solid 2px #f1f1f1;
}

/*
  ==========================
  misc styles
  ==========================
*/

/* horizontal rule */
hr
{
  display: block;
  height: 0.1rem;
  border: 0;
  border-top: 0.1rem solid #ccc;
  margin: 1rem 0;
  padding: 0;
}

/* custom text-selection colors */
::-moz-selection
{
  background-color: #004665;
  color: #ffffff !important;
  text-shadow: none;
}

::selection
{
  background-color: #004665;
  color: #ffffff !important;
  text-shadow: none;
}

/*	custom webkit tap highlight color */
a:link
{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ins
{
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark
{
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}


address
{
  font-style: normal;
}

.iframe-responsive-wrapper
{
  position: relative;
  padding-bottom: 56%;
  padding-top: 20px;
  height: 0;
}

.iframe-responsive-wrapper iframe
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

/*
  ==========================
  home page
  ==========================
*/
.home #main-page-area
{
  padding-bottom: 0;
}

.home #page-title
{
  font-size: 23px; font-size: 2.3rem;
  line-height: 1.43;
  text-align: center;
}

.home #page-title span.wrapper
{
  max-width: 960px !important;
}

.home #page-title span.wrapper > *
{
  text-align: center;
}

.home #page-title + .home-upper
{
  margin-top: 60px !important;
}

.home main > *
{
  overflow: hidden;
}

.home-section-heading
{
  position: relative;
  border-top: none;
  padding-top: 25px;
  max-width: 50%;
  font-family: open_sansbold;
  font-size: 40px;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #555555;
}

.home-section-heading:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 120px;
  height: 5px;
  background-color: #CA6924;
}

a.home-cta-link
{
  font-family: open_sansbold;
  font-size: 19px;
  line-height: 1.2;
  color: #005d85;
  text-transform: uppercase;
  text-decoration: none;

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

a.home-cta-link:hover
{
  color: #038399;
  text-decoration: underline;
}


/* announcement */
/* ------------ */
.home-announcement
{
  margin-bottom: 30px;
  overflow: hidden;
}

.announcement-holder
{
  min-height: 200px;
}

.announcement-holder.columns > .column
{
  width: 75%;
}

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

.announcement-holder .image-holder
{
  display: block;
  height: 100%;
  margin-right: -30px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
}

.announcement-holder .content-holder
{
  position: relative;
  height: 100%;
  background: url(../../../themes/mfatgovtnz/images/grey-tukutuku-motif.png) 0 0 repeat;
  font-size: 16px;
}

.announcement-holder .content-holder:before,
.announcement-holder .content-holder:after
{
  content: '';
  position: absolute;
  top: 0;
  display: block;
  width: 65px;
  height: 65px;
  background-color: #195d7b;
  font-family: FontAwesome;
  font-size: 36px;
  line-height: 65px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;

  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.announcement-holder .content-holder:before{content: '\f0a1';left: 0;font-size: 30px;}
.announcement-holder .content-holder:after{content: '\f105';right: 0;background-color: #CA6924;}

.announcement-holder .content-holder .tag
{
  position: relative;
  display: block;
  padding: 10px 0 7px 80px;
  font-family: open_sanssemibold;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
}

.announcement-holder .content-holder .tag:before
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 65px;
  display: block;
  width: 100px;
  height: 1px;
  background-color: #005d85;
}

.announcement-holder .content-holder > .inner
{
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.announcement-holder .content-holder > .inner > *
{
  display: table-cell;
  vertical-align: top;
  padding: 10px 80px 26px 80px;
}

.announcement-holder .content-holder > .inner > .headline
{
  padding-right: 15px;
}

.announcement-holder .content-holder > .inner > .abstract
{
  padding-left: 15px;
}

.announcement-holder .content-holder h2
{
  padding-top: 0;
  border-top: none;
  font-family: open_sansregular;
  font-size: 24px;
  line-height: 1.36;
  color: #000000;
}

.announcement-holder .content-holder h2 a
{
  color: #000000;
  text-decoration: none;

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

/* hover / focus state */
.announcement-holder:hover
{
  cursor: pointer;
}

.announcement-holder:hover .content-holder:after,
.announcement-holder.hover .content-holder:after
{
  background-color: #195d7b;
}

.announcement-holder:hover .content-holder h2 a,
.announcement-holder .content-holder h2 a:hover,
.announcement-holder .content-holder h2 a:focus
{
  color: #005d85;
}


/* home upper */
/* ---------- */
.home-upper
{
  margin-bottom: 60px;
}


/* large promo tiles */
/* ----------------- */
.large-promo-tiles > .large-promo + .large-promo
{
  margin-top: 30px;
}

.large-promo
{
  display: table;
  width: 100%;
}

.large-promo > a
{
  display: table-cell;
  vertical-align: bottom;
  height: 300px;
  padding-top: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'open_sansbold';
  font-size: 20px;
  line-height: 1.3;
  color: #333333;
  text-decoration: none;

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

.large-promo > a > span
{
  position: relative;
  display: block;
  padding: 25px 28px 88px 30px;
  max-width: 300px;
  background-color: rgba(255,255,255,0.78);

  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.large-promo > a > span:before
{
  content: '\f105';
  position: absolute;
  bottom: 0;
  left: 30px;
  display: block;
  width: 65px;
  height: 65px;
  background-color: #CA6924;
  font-family: FontAwesome;
  font-size: 36px;
  line-height: 65px;
  color: #ffffff;
  text-align: center;

  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}


/* extra tall large promo tile */
.large-promo.tall > a
{
  height: 570px;
}



/* hover/focus states */
.large-promo > a:hover,
.large-promo > a:focus
{
  color: #005d85;
}

.large-promo > a:hover > span,
.large-promo > a:focus > span
{
  background-color: rgba(255,255,255,0.88);
}

.large-promo > a:hover > span:before,
.large-promo > a:focus > span:before
{
  background-color: #195D7B;
}



/* small promo tiles */
/* ----------------- */
.small-promo-tiles > .small-promo + .small-promo
{
  margin-top: 30px;
}

.small-promo
{
  position: relative;
  display: block;
  border-bottom: solid 2px #e2e2e2;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}

.small-promo:after
{
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e2e2e2;
}

.small-promo .image-holder
{
  position: relative;
}

.small-promo .image-holder img
{
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.small-promo .image-holder:after
{
  content: '\f105';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 65px;
  height: 65px;
  background-color: #CA6924;
  font-family: FontAwesome;
  font-size: 36px;
  line-height: 65px;
  color: #ffffff;
  text-align: center;

  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.small-promo .tag
{
  position: relative;
  display: block;
  padding: 12px 0 10px 0;
  font-family: open_sanssemibold;
  font-size: 13px;
  line-height: 1.1;
  color: #666666;
  text-transform: uppercase;
}

.small-promo .tag:before
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 1px;
  background-color: #CA6924;
}

.small-promo .content-holder
{
  display: block;
  padding: 18px 0 20px 0;
}

.small-promo .content-holder p + p
{
  margin-top: 8px;
}

.small-promo .content-holder a
{
  font-family: 'open_sansbold';
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  text-decoration: none;

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

.small-promo .time
{
  font-size: 13px;
}

.small-promo .attributes
{
  padding-bottom: 20px;
}

.small-promo .attributes > *
{
  display: inline-block;
  padding: 0 10px;
  background-color: #f1f1f1;
  height: 22px;
  border-radius: 11px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  color: #005d85;
}


/* no image variation */
.small-promo.no-image
{
  background-color: #f1f1f1;
  border-bottom: none;
}

.small-promo.no-image:after{content: none; display: none;}

.small-promo.no-image:before
{
  content: '\f105';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 65px;
  height: 65px;
  background-color: #CA6924;
  font-family: FontAwesome;
  font-size: 36px;
  line-height: 65px;
  color: #ffffff;
  text-align: center;

  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.small-promo.no-image .tag
{
  padding-left: 10px;
  padding-right: 10px;
}

.small-promo.no-image .tag:before
{
  left: 10px;
}

.small-promo.no-image .content-holder
{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 85px;
}


/* image mask (background image) variant */
.small-promo.image-mask .image-holder
{
  position: relative;
  padding-bottom: 75%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #10b5d1;
  background-size: cover;
}

.small-promo.image-mask .image-holder:after
{
  display: none;
  content: none;
}

.small-promo.image-mask .image-holder .page-type-icon
{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 60px;
  width: 60px;
  margin: -30px 0 0 -30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 56px;
  line-height: 60px;
  color: #ffffff;
}

.small-promo.image-mask .image-holder .page-type-icon.news:before{content: '\f1ea';}
.small-promo.image-mask .image-holder .page-type-icon.features:before{content: '\f10e';}
.small-promo.image-mask .image-holder .page-type-icon.publications:before{content: '\f016';}
.small-promo.image-mask .image-holder .page-type-icon.video:before{content: '\f04b';}
.small-promo.image-mask .image-holder .page-type-icon.ministryStatementsSpeeches:before,.small-promo.image-mask .image-holder .page-type-icon.beehive:before{content: '\f0e5';}
.small-promo.image-mask .image-holder .page-type-icon.oia:before{content: '\f129';}


/* external link tile variation */
.small-promo.no-image.external:before
{
  content: '\f08e';
  width: 45px;
  height: 45px;
  background-color: #195d7b;
  font-size: 20px;
  line-height: 48px;
}

.small-promo.no-image.external .content-holder
{
  padding-bottom: 50px;
}


/* hover/focus states */
.small-promo:hover,
.small-promo.hover
{
  color: #005d85;
  cursor: pointer;
}

.small-promo:hover .content-holder a,
.small-promo .content-holder a:hover,
.small-promo .content-holder a:focus
{
  color: #005d85;
}

.small-promo:hover .image-holder:after,
.small-promo.hover .image-holder:after,
.small-promo.no-image:hover:before,
.small-promo.no-image.hover:before
{
  background-color: #195D7B;
}


/* home quicklinks */
/* --------------- */
.quicklink-tiles
{
  position: relative;
  border-bottom: solid 1px #e2e2e2;
  margin-bottom: 2px;
}

.quicklink-tiles:after
{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
}

.quicklink-tile
{
  border-top: solid 1px #e2e2e2;
  padding-top: 1px;
}

.quicklink-tile > a
{
  position: relative;
  display: block;
  padding: 23px 32px 23px 18px;
  border-top: solid 1px #e2e2e2;
  color: #333333;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;

  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -ms-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.quicklink-tile > a:before,
.quicklink-tile > a:after
{
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  width: 40px;
  height: 1px;
  background-color: #CA6924;

  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.quicklink-tile > a:after
{
  top: -3px;
}

.quicklink-tile > a > span
{
  display: block;
}

.quicklink-tile > a > span + span
{
  margin-top: 10px;
}

.quicklink-tile > a .svg-holder
{
  display: block;
}

.quicklink-tile > a .svg-holder svg
{
  display: block;
  max-width: 100%;
  max-height: 46px;
  width: auto;
}

.quicklink-tile > a .svg-holder svg .line
{
  fill: #333333;

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

.quicklink-tile > a .title
{
  font-family: open_sansbold;
  font-size: 28px; 
  line-height: 1;
  text-transform: uppercase;
  color: #444444;

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

.quicklink-tile > a > *:first-child:after
{
  content: '\f105';
  position: absolute;
  top: 2px;
  right: 12px;
  display: block;
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  color: #CA6924;

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

/* hover/focus state */
.quicklink-tile > a:hover,
.quicklink-tile > a:focus
{
  color: #005d85;
  background-color: #f1f1f1;
}

.quicklink-tile > a:hover:before,
.quicklink-tile > a:focus:before,
.quicklink-tile > a:hover:after,
.quicklink-tile > a:focus:after
{
  background-color: #005d85;
}

.quicklink-tile > a:hover .svg-holder svg .line,
.quicklink-tile > a:focus .svg-holder svg .line
{
  fill: #005d85;
}

.quicklink-tile > a:hover .title,
.quicklink-tile > a:focus .title
{
  color: #005d85;
}

.quicklink-tile > a:hover > *:first-child:after,
.quicklink-tile > a:focus > *:first-child:after
{
  color: #005d85;
}


/* social tiles */
/* ------------ */
.home-social
{
  margin-bottom: 60px;
}

.home-social .home-section-heading .social-tile-holder
{
  margin-top: 60px !important;
}

.social-tile
{
  background-color: #f1f1f1;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
}

.social-tile .image-holder img
{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.social-tile .icon:before
{
  content: '';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
}

.social-tile .icon.twitter:before{content: '\f099';color: #2c85ce;}
.social-tile .icon.facebook:before{content: '\f09a';color: #195d7b;}

.social-tile .content-holder
{
  padding: 14px;
  text-align: center;
}

.social-tile .post-info-holder
{
  padding: 9px 14px;
  border-top: solid 1px #cccccc;
}

.social-tile .post-info-holder > .inner
{
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}

.social-tile .post-info-holder > .inner > *
{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.social-tile .post-info-holder .image-holder
{
  width: 56px;
}

.social-tile .post-info-holder .image-holder a
{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
}

.social-tile .post-info
{
  font-size: 13px;
  color: #333333;
}

.social-tile .post-info a
{
  font-family: open_sansbold;
  font-size: 13px;
  line-height: 1;
  color: #222222;
}


/* home sections */
/* ------------- */
.home-sections
{
  margin-bottom: 30px;
}

.home-sections .home-section-heading
{
  max-width: none;
}

.home-sections > section
{
  padding: 60px 0;
}

.home-sections > section.grey
{
  background-color: #f1f1f1;
}

.home-sections > section.grey .small-promo{border-bottom-color: transparent;}
.home-sections > section.grey .small-promo:after{background-color: transparent;}
.home-sections > section.grey .small-promo.no-image{background-color: #ffffff;}

.home-sections > section .image-holder img
{
  display: block;
  width: 100%;
  max-width: none;
}

.home-sections > section .text-holder
{
  font-family: open_sanssemibold;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}

* + .home-section-tiles
{
  margin-top: 30px;
}


/* home speeches */
/* ------------- */
.home-releases-speeches
{
  margin-bottom: 60px;
}

.home-releases-columns > .column
{
  margin-top: 30px;
}

.home-releases-columns .column .small-promo
{
  height: 100%;
}


/* home contact info */
/* ----------------- */
.home-contact
{
  padding: 60px 0 90px 0;
  background-color: #f1f1f1;
}

.home-contact .home-section-heading
{
  max-width: none;
}

.home-contact .text-holder
{
  font-family: open_sanssemibold;
  font-size: 20px;
  line-height: 1.4;
  color: #333333;
}

.home-contact .quicklink-tiles
{
  border-color: #cccccc;
}

.home-contact .quicklink-tiles:after
{
  background-color: #cccccc;
}

.home-contact .quicklink-tile,
.home-contact .quicklink-tile > a
{
  border-color: #cccccc;
}

.home-contact .quicklink-tile .title
{
  font-size: 20px;
  text-transform: none;
}

.home-contact .quicklink-tile > a:hover,
.home-contact .quicklink-tile > a:focus
{
  background-color: #ffffff;
}


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

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

/* lower section of landing page */
/* ----------------------------- */
#landing-lower
{
  margin-top: 50px; margin-top: 5rem;
}

#landing-lower .intro
{
  width: 74.53%;
  overflow: hidden;
  font-size: 16px; font-size: 1.6rem;
}

#in-this-section-nav > ul
{
  display: block;
  width: auto;

  -webkit-column-count: 4;
  -moz-column-count: 4;
  -o-column-count: 4;
  -ms-column-count: 4;
  column-count: 4;

  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  -o-column-gap: 3rem;
  -ms-column-gap: 3rem;
  column-gap: 3rem;
}

#in-this-section-nav > ul > li
{
  position: static;
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

#in-this-section-nav > ul > li:before
{
  position: static;
  margin-left: -6px; margin-left: -0.6em;
  margin-right: 4px; margin-right: 0.4rem;
}

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

#landing-lower .tile
{
  margin-top: 20px; margin-top: 2rem;
}


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

/* embassy / representative tabs */
/* ----------------------------- */
#embassy-index-tabs
{
  position: relative;
  z-index: 1;
  list-style-type: none;
  margin: 0;
  padding: 0 2%;
  border-bottom: solid 3px #006e89;
}

#embassy-index-tabs li
{
  display: block;
  float: left;
  width: 49%;
  margin: 0 0.5%;
  padding: 0;
  line-height: 1;
}

#embassy-index-tabs li a
{
  display: block;
  margin: 0;
  padding: 0 22px;
  width: 100%;
  height: 60px;
  overflow: hidden;
  border-top: solid 3px #006e89;
  border-left: solid 3px #006e89;
  border-right: solid 3px #006e89;
  background-color: #ffffff;
  font-family: 'open_sansregular';
  font-size: 23px;
  line-height: 1.2;
  color: #444444;
  text-decoration: none;

  -webkit-transition: border 0.3s, background 0.3s, color 0.3s;
  -moz-transition: border 0.3s, background 0.3s, color 0.3s;
  -ms-transition: border 0.3s, background 0.3s, color 0.3s;
  -o-transition: border 0.3s, background 0.3s, color 0.3s;
  transition: border 0.3s, background 0.3s, color 0.3s;
}

#embassy-index-tabs li a.active
{
  color: #ffffff;
  background-color: #006e89;
}

#embassy-index-tabs li a:hover,
#embassy-index-tabs li a:focus
{
  color: #ffffff;
  background-color: #003B54;
  border-color: #003b54;
}

#embassy-index-tabs li a:before
{
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  overflow: hidden;
  vertical-align: middle;
}

#embassy-index-tabs li a span
{
  display: inline-block;
  vertical-align: middle;
}


.tab-content-holder
{
  visibility: hidden;
  opacity: 0;
  clip: rect(0,0,0,0);
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.no-js .tab-content-holder,
.tab-content-holder.active
{
  visibility: visible;
  opacity: 1;
  clip: auto;
  height: auto;
}


/* list / map toggle links */
/* ----------------------- */
.list-map-toggle
{
  list-style-type: none;
  margin-top: 34px;
  text-align: right;
}

.list-map-toggle li
{
  display: inline-block;
}

.list-map-toggle li + li
{
  margin-left: 6px; margin-left: 0.6rem;
  margin-top: 0;
}

.list-map-toggle a
{
  display: inline-block;
  background-color: #ededed;
  padding: 12px 14px; padding: 1.2rem 1.4rem;
  font-size: 18px; font-size: 1.8rem;
  line-height: 1;

  transition: all 0.2s;
}

.list-map-toggle a:after
{
  display: inline-block;
  margin-left: 10px; margin-left: 1rem;
  font-family: FontAwesome;
  font-size: 26px; font-size: 2.6rem;
  line-height: 0.8;
  vertical-align: middle;
}

.list-map-toggle a.list-view:after{content: '\f03a';}
.list-map-toggle a.map-view:after{content: '\f0ac';}

.list-map-toggle a.active
{
  background-color: #006d89;
  color: #ffffff;
}

.list-map-toggle a:hover,
.list-map-toggle a:focus
{
  background-color: #003b54;
  color: #ffffff;
  text-decoration: none;
}


/* letter filter */
/* ------------- */
.letter-filter
{
  margin: 24px 0 5px 0;
  padding-bottom: 16px;
  border-bottom: solid 5px #ededed;
  font-family: open_sanssemibold;
  font-size: 19px;
}

.letter-filter > *
{
  display: inline-block;
  padding: 3px 8px;
}

.letter-filter > * + *
{
  margin-left: 3px;
}

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

.letter-filter a
{
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.letter-filter a:hover,
.letter-filter a:focus
{
  background-color: #ededed;
  text-decoration: none;
  color: #222222;
}


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

/* letter level */
.embassy-rep-list > ul
{
  list-style-type: none;
  margin: 0 0 0 18%;
  padding: 0;
}

.embassy-rep-list > ul > li
{
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 46px; min-height: 4.6rem;
}

.embassy-rep-list > ul > li + li
{
  margin: 0;
}

.embassy-rep-list > ul > li > h2
{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 !important;
  padding: 8px 0 0 18px !important; padding: 0.8rem 0 0 1.8rem !important;
  border-top: none;
  border-bottom: solid 1px #b2b2b2; border-bottom: solid 0.1rem #b2b2b2;
  font-family: open_sansregular;
  font-size: 30px; font-size: 3rem;
  line-height: 0.8;
  color: #545454;
}

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


/* small map */
.contact-links .map-holder
{
  visibility: hidden;
  opacity: 0;
  clip: rect(0,0,0,0);
  overflow: hidden;
  height: 0;
  margin-top: 0;
}

.contact-links.map-active .map-holder
{
  visibility: visible;
  opacity: 1;
  clip: auto;
  width: 100%;
  height: 300px; height: 30rem;
  margin-top: 10px; margin-top: 1rem;
}

.contact-links a.map-toggle:after
{
  transition: all 0.3s;
}

.contact-links.map-active a.map-toggle:after
{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.map-holder img
{
  max-width: none;
}


/* embassy / rep map view */
/* ---------------------- */
.large-map-holder
{
  display: block;
  margin-top: 30px; margin-top: 3rem;
  width: auto;
  height: 600px; height: 60rem;
}

.large-map-holder img, .small-map img
{
  max-width: none;
}


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

/* upper section of embassy page */
/* ----------------------------- */
#embassy-upper
{
  padding-top: 16px;
  padding-bottom: 26px;
}

#embassy-upper > .inner
{
  float: right;
  width: 23.1%;
}

#embassy-upper-content
{
  float: left;
  width: 74.53%;
}


/* rhs contact and tiles */
.embassy-upper-tile-wrapper > * + *
{
  margin-top: 20px;
}

#embassy-contact-summary p + p
{
  margin-top: 2px;
}

#embassy-contact-summary #embassy-contact-link
{
  margin-top: 12px;
}

#embassy-contact-link:before
{
  content: '\f105\00a0';
  font-family: 'fontawesome';
  color: #005d85;
}

#embassy-intro h2
{
  border-top: none;
  padding-top: 0;
}

a.safe-travel-tile
{
  position: relative;
  display: block;
  padding: 15px 80px 15px 15px;
  font-family: open_sansbold;
  font-size: 18px;
  line-height: 1.22;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #003a54;
  text-decoration: none;
}

a.safe-travel-tile:before
{
  content: '';
  display: inline-block;
  height: 100%;
  min-height: 110px;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
}

a.safe-travel-tile:after
{
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -18px;
  content: '\f105';
  font-family: 'fontawesome';
  font-size: 36px;
  line-height: 1;
}

a.safe-travel-tile span
{
  display: inline-block;
  vertical-align: middle;
}

a.safe-travel-tile:hover span,
a.safe-travel-tile:focus span
{
  text-decoration: underline;
}


/* facebook/twitter feed */
/* --------------------- */
#embassy-fb-feed,
#embassy-twtr-feed
{
  margin: 0;
  padding: 0;
  border: none;
}

.fb_iframe_widget
{
  display: block !important;
}

.fb-like-box iframe
{
  width: 100% !important;
}

.fb-like-box span
{
  width: auto !important;
  position: initial !important;
}

.fb_iframe_widget_fluid span
{
  width:100% !important;
}

.fb_iframe_widget span
{
  position: static !important;
}


/* embassy task tiles */
/* ------------------ */
* + #embassy-task-tiles
{
  margin-top: 30px;
}

#embassy-task-tiles .tile
{
  float: left;
  width: 48%;
  margin-left: 4%;
  margin-bottom: 31px;
  min-height: 380px;
}

#embassy-task-tiles .tile:nth-child(3n+1)
{
  margin-left: 0;
  clear: left;
}


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


/* embassy contact page */
/* -------------------- */
#embassy-main-contact > .inner > .address
{
  float: right;
  width: 48%;
}

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

#embassy-main-contact > p + p
{
  margin-top: 2px;
}

#embassy-contact-map-holder
{
  margin: 30px 0;
  width: auto;
  height: 300px;
}

.back-to-embassy-page-link
{
  margin: 20px 0;
}

.back-to-embassy-page-link a:before
{
  font-family: FontAwesome;
  content: '\f104\00a0';
}

/* find an embassy tile */
/* -------------------- */
#find-an-embassy-tile
{
  color: #000000;
}

#find-an-embassy-tile:hover
{
  text-decoration: none;
}

#find-an-embassy-tile:hover *:not(h2)
{
  text-decoration: underline;
}

#find-an-embassy-tile h2
{
  color: #005d85;
}

#find-an-embassy-tile:focus h2
{
  color: #ffffff;
}

#find-an-embassy-tile h2:after
{
  display: inline;
  content: '\00a0\00a0\f002';
  font-family: FontAwesome;
  font-size: 24px; font-size: 2.4rem;
  line-height: 1;
}

/*
  ==========================
  back to top
  ==========================
*/
.back-to-top {
  position: fixed;
  z-index: 10;
  top: 60%;
  left: 1%;
  min-width:121px;
  min-width:12.1rem;
}

.back-to-top > a {
  z-index: 10;
  width: 70px;
  width: 7rem;
  height: 35px;
  height: 3.5rem;
  margin: -10px -16px;
  margin: -1rem -1.6rem;
  padding: 10px 35px 10px 16px;
  padding: 1rem 3.5rem 1rem 1.6rem;
  border-radius: 0.5rem;
  background-color: #006E89;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFFFFF !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.back-to-top > a:hover,
.back-to-top > a:focus {
  background-color: #003B54;
  outline: none;
  text-decoration: none;
}

.back-to-top > a:after {
  content: '\f106';
  font-family: FontAwesome;
  position: absolute;
  right: 1.8rem;
  top: 0.4rem;
}


/*
  ==========================
  search and news page
  ==========================
*/

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

#search-filters
{
  float: left;
  width: 17.1%;
}


/* keywords field and fake search button */
/* ------------------------------------- */
#search-keywords h2
{
  color: #000000;
}

#search-keywords .field
{
  position: relative;
  width: 64%;
}

#search-keywords .field button
{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 40px; width: 4rem;
  font-family: FontAwesome;
  font-size: 20px; font-size: 2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

#search-keywords .field button:before
{
  display: inline-block;
  width: 0;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  content: '';
}


/* filters */
/* ------- */
#search-filters h3
{
  padding-top: 10px; padding-top: 1rem;
  border-top: solid 1px #cccccc; border-top: solid 0.1rem #cccccc;
}

#search-filters button
{
  padding-left: 12px; padding-left: 1.2rem;
  padding-right: 12px; padding-right: 1.2rem;
}


/* search results */
/* -------------- */
#result-summary
{
  margin-top: 20px; margin-top: 2rem;
}

.search-highlight
{
  background-color: #ffff00;
}


/*
  ==========================
  news page
  ==========================
*/
.news-page aside .tile * + p
{
  margin-top: 14px;
}



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

.person-title
{
  font-family: open_sansbold;
  font-size: 20px; font-size: 2rem;
  color: #535353;
}

figure.person-image
{
  width: 280px; width: 28rem;
}

/*
  ==========================
  multipage document page(s)
  ==========================
*/
.multipage-doc-navigation
{
  position: relative;
  margin: 0 0 20px 0; margin: 0 0 2rem 0;
  padding: 0;
  height: 45px; height: 4.5rem;
  background-color: #ffffff;
  border: solid 1px #d3d3d3; border-width: 0.1rem;
}

* + .multipage-doc-navigation
{
  margin-top: 20px; margin-top: 2rem;
}

.multipage-doc-navigation > div
{
  position: relative;
  float: left;
  display: block;
  height: 43px; height: 4.3rem;
  border-right: solid 1px #d3d3d3; border-right-width: 0.1rem;
  font-size: 15px; font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
}

.multipage-doc-navigation > div.download
{
  float: right;
  border: none;
  border-left: solid 1px #d3d3d3; border-left-width: 0.1rem;
}

.multipage-doc-navigation > div.menu > h2
{
  margin: 0 !important;
  padding: 0 !important;
  border-top: none !important;
  font-family: open_sanssemibold;
  font-size: 15px; font-size: 1.5rem;
}

.multipage-doc-navigation > div > a,
.multipage-doc-navigation > div.menu > h2 > a
{
  display: block;
  height: 43px; height: 4.3rem;
  padding: 14px 10px; padding: 1.4rem 1rem;
  font-family: open_sanssemibold;
  font-size: 15px; font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
}

.multipage-doc-navigation > div > a:hover,
.multipage-doc-navigation > div > a:focus,
.multipage-doc-navigation > div.menu > h2 > a:hover,
.multipage-doc-navigation > div.menu > h2 > a:focus
{
  text-decoration: underline;
}

.multipage-doc-navigation > div.download > a:before,
.multipage-doc-navigation > div.nav-control > a.prev:before,
.multipage-doc-navigation > div.nav-control > a.next:after,
.multipage-doc-navigation > div.menu > h2 > a:before
{
  display: inline-block;
  font-family: FontAwesome;
  color: #909090;
  font-size: 20px; font-size: 1.9rem;
  line-height: 1;
  vertical-align: middle;
  text-decoration: underline;
}

/* annoying IE11 fix for pseudo element text-decoration specificity bug :-( */
.multipage-doc-navigation > div.download > a:before,
.multipage-doc-navigation > div.nav-control > a.prev:before,
.multipage-doc-navigation > div.nav-control > a.next:after,
.multipage-doc-navigation > div.menu > h2 > a:before,
.multipage-doc-navigation > div.download > a:hover:before,
.multipage-doc-navigation > div.download > a:focus:before,
.multipage-doc-navigation > div.nav-control > a.prev:hover:before,
.multipage-doc-navigation > div.nav-control > a.prev:focus:before,
.multipage-doc-navigation > div.nav-control > a.next:hover:after,
.multipage-doc-navigation > div.nav-control > a.next:focus:after,
.multipage-doc-navigation > div.menu > h2 > a:hover:before,
.multipage-doc-navigation > div.menu > h2 > a:focus:before
{
  text-decoration: none;
}

.multipage-doc-navigation > div.nav-control > a.inactive,
.multipage-doc-navigation > div.nav-control > a.inactive:before,
.multipage-doc-navigation > div.nav-control > a.inactive:after
{
  cursor: default;
  color: #b6b6b6;
  text-decoration: none !important;
}

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


/* menu drop down */
/* -------------- */
.multipage-doc-navigation .menu:after
{
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  z-index: 8;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-left: solid 10px transparent; border-left-width: 1rem;
  border-right: solid 10px transparent; border-right-width: 1rem;
  border-bottom: solid 9px #4e4e4e; border-bottom-width: 0.9rem;
  margin-left: -10px; margin-left: -1rem;
  margin-top: -10px; margin-top: -1rem;

  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.multipage-doc-navigation .menu ul
{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -99999em;
  width: 0;
  height: 0;
  overflow: hidden;
  list-style-type: none;
  margin: -2px 0 0 0 !important; margin: -0.2rem 0 0 0 !important;
  padding: 0;
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: solid 3px #4e4e4e; border-width: 0.3rem;
  cursor: default;

  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.multipage-doc-navigation .menu ul li
{
  margin: 0;
  padding: 10px; padding: 1rem;
}

.multipage-doc-navigation .menu ul li + li
{
  border-top: solid 1px #cccccc; border-top-width: 0.1rem;
}

.multipage-doc-navigation .menu ul li a
{
  display: inline;
  font-family: open_sansregular;
  text-decoration: none;
  text-transform: none;
}

.multipage-doc-navigation .menu ul li a:hover,
.multipage-doc-navigation .menu ul li a:focus
{
  text-decoration: underline;
}

.multipage-doc-navigation .menu ul li a.active
{
  font-family: open_sanssemibold;
}

/* active menu state */
/* ----------------- */
.multipage-doc-navigation.menu-active .menu:after
{
  opacity: 1;
  visibility: visible;
}

.multipage-doc-navigation.menu-active .menu ul
{
  left: 0;
  width: 240px; width: 24rem;
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* multipage section page content */
/* ------------------------------ */
.multipage-doc-page-container h1.multipage-doc-page-title
{
  font-family: open_sanssemibold;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: normal;
  color: #39647E;
  clear: both;
}

.multipage-doc-cover-image,
.multipage-doc-cover-image img
{
  display: block;
  width: 100%;
  max-width: none;
}

.multipage-doc-cover-image
{
  margin-top: 20px; margin-top: 2rem;
}

h1.multipage-doc-page-title.visuallyhidden + .multipage-doc-cover-image
{
  margin-top: 0 !important;
}

ul.multipage-doc-toc
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.multipage-doc-toc li
{
  font-family: open_sansregular;
  font-size: 16px; font-size: 1.6rem;
}

ul.multipage-doc-toc li a
{
  color: #212121;
}

ul.multipage-doc-toc li a:hover,
ul.multipage-doc-toc li a:focus
{
  color: #028399;
  text-decoration: underline;
}

/* language selector */
/* ----------------- */
#page-head-locale-selector
{
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 20px; margin-top: 2rem;
  text-align: right;
  font-family: open_sansregular;
  font-size: 14px; font-size: 1.4rem;
  line-height: 1.45;
  color: #ffffff;
}

#page-head-locale-selector > div > span
{
  display: inline-block;
  padding-right: 13px; padding-right: 1.3rem;
  margin-right: 12px; margin-right: 1.2rem;
  border-right: solid 1px #ffffff; border-right-width: 0.1rem;
}

#page-head-locale-selector > div > a
{
  position: relative;
  display: inline-block;
  padding-right: 34px; padding-right: 3.4rem;
  color: #ffffff;
}

#page-head-locale-selector > div > a:after
{
  content: '\f107';
  position: absolute;
  top: 0;
  right: 6px; right: 0.6rem;
  font-family: FontAwesome;
  font-size: 26px; font-size: 2.6rem;
  line-height: 0.8;
}

#page-head-locale-selector > ul
{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -4px; top: -0.4rem;
  right: 0;
  z-index: -1;
  list-style-type: none;
  margin: 0;
  padding: 4px 0; padding: 0.4rem 0;
  background-color: #ffffff;
  box-shadow: 0 0 0.4rem 0.3rem rgba(0,0,0,0.4);
  border-radius: 0.4rem;
  text-align: left;
}

#page-head-locale-selector.active > ul
{
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

#page-head-locale-selector > ul > li
{
  position: relative;
  padding-left: 24px; padding-left: 2.4rem;
  padding-right: 34px; padding-right: 3.4rem;
}

#page-head-locale-selector > ul > li  li
{
  margin-top: 1px; margin-top: 0.1rem;
}

#page-head-locale-selector > ul > li > a
{
  color: #222222;
  white-space: nowrap;
}

#page-head-locale-selector > ul > li.current > a:before
{
  content: '\f00c';
  position: absolute;
  top: 0;
  left: 6px; left: 0.6rem;
  font-family: FontAwesome;
}

.spinner
{
  margin: 2rem auto;
  height: 30px;
  width: 30px;
  -webkit-animation: spinner-rotate 0.8s infinite linear;
  animation: spinner-rotate 0.8s infinite linear;
  border: 0.6rem solid #e0e0e0;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes spinner-rotate
{
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}


/*
  ==========================
  organigram page
  ==========================
*/
.organigram
{
  list-style-type: none !important;
  margin-left: 0;
  padding-left: 0;
}

main * + .organigram
{
  margin-top: 20px;
}

.organigram > li ul
{
  display: none;
}

.organigram li
{
  position: relative;
  list-style-type: none !important;
}

/* initial display level of 1 tier */
.organigram > li > ul
{
  display: block;
}

/* nested element styles */
/* --------------------- */
.organigram li > ul
{
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.organigram li > ul li
{
  padding: 0 0 0 20px;
}

.organigram li > ul > li > .inner:before
{
  content: '';
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -2px;
  width: 24px;
  height: 4px;
  background-color: #e8e8e8;
}

.organigram li > ul > li > .inner:after
{
  content: '';
  position: absolute;
  left: -24px;
  top: 0;
  bottom: 50%;
  width: 4px;
  background-color: #e8e8e8;
}

/* inner wrapper for org information and toggle */
/* -------------------------------------------- */
.organigram li > .inner
{
  position: relative;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0;
  padding: 7px 12px 10px 12px;
  border: solid 2px #e8e8e8;
  background-color: #f9f9f9;
}


/* toggle button */
/* ------------- */
.organigram .org-toggle
{
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: auto;
}

.organigram .org-toggle button
{
  display: block;
  width: 42px;
  height: 100%;
  margin: 0;
  padding: 7px 12px 10px 12px;
  text-align: center;
}

.organigram .org-toggle button:after
{
  display: inline-block;
  content: '\f107';
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 1;

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

.organigram li.open > .inner > .org-toggle button:after
{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}


/* org information */
/* --------------- */
.organigram .org-toggle + .org-info
{
  padding-right: 40px;
}

.organigram .org-info .full-name
{
  font-size: 17px;
  font-family: "open_sanssemibold";
}

.organigram .org-info .role
{
  line-height: 1.2;
}



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

/* type checkboxes */
/* --------------- */
.resource-category-checkboxes > .inner
{
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

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

.resource-category-checkboxes > .inner > legend
{
  width: 1%;
  padding-right: 18px;
  font-family: open_sanssemibold;
  font-size: 16px;
  line-height: 20px;
  color: #003a54;
  text-transform: uppercase;
  white-space: nowrap;
}

.resource-category-checkboxes .checkboxes .adv-checkbox
{
  display: inline-block;
  margin: 0 28px 12px 0;
}

.resource-category-checkboxes .checkboxes .adv-checkbox label
{
  font-size: 16px;
  color: #111111;
}

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

.resource-keyword label
{
  display: inline-block;
  font-family: open_sanssemibold;
  font-size: 30px;
  line-height: 1.2;
}

.resource-keyword > .inner
{
  position: relative;
  margin-top: 10px;
}

.resource-keyword > .inner input.text
{
  display: block;
  padding: 15px 75px 15px 20px;
  font-size: 30px;
  line-height: 1;
}

.resource-keyword > .inner button
{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 60px;
}

.resource-keyword > .inner button:before
{
  content: '\f002';
}


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

.resource-filter-toggle button.as-text
{
  font-family: open_sanssemibold;
  font-size: 20px;
  color: #005d85;
}

.resource-filter-toggle button.as-text:after
{
  content: '\f106';
  display: inline-block;
  margin-left: 10px;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 22px;
  vertical-align: middle;

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

.resource-filter-toggle button[aria-expanded=false].as-text:after
{
  -webkit-transform: rotate3d(0,0,1,180deg);
  -moz-transform: rotate3d(0,0,1,180deg);
  -ms-transform: rotate3d(0,0,1,180deg);
  -o-transform: rotate3d(0,0,1,180deg);
  transform: rotate3d(0,0,1,180deg);
}

#resource-advanced-filters .field
{
  margin-top: 14px;
}

#resource-advanced-filters .field label
{
  font-family: open_sanssemibold;
  font-size: 18px;
  color: #555555;
}

.filter-button-holder
{
  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: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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: 100%;
  margin: 0 !important;
  padding: 0;
}

.filter-button-holder > *
{
  -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;
}


/* results summary */
/* --------------- */
.media-resources-index #result-summary
{
  margin-top: 20px;
  font-family: open_sanssemibold;
  font-size: 30px;
}


/* results set */
/* ----------- */
.resource-result-set
{
  margin-top: -30px;
}

.resource-result-set > .column
{
  padding-top: 30px;
}

.resource-result-set > .column > .small-promo
{
  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: 100%;
}

.resource-result-set > .column > .small-promo > *
{
  -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;
}

.resource-result-set > .column > .small-promo > *.content-holder
{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}



/*
  ==========================
  columns
  ==========================
*/
.ie .columns
{
  overflow: hidden;
}

.ie .columns > .column
{
  float: left;
}

.ie .columns.two > .column:nth-child(2n+1),
.ie .columns.three > .column:nth-child(3n+1),
.ie .columns.four > .column:nth-child(4n+1)
{
  clear: left;
}