@charset "UTF-8";
/*------------------------------------------------------------------------------------


  WARNING !!!

  DO NOT EDIT THIS CSS FILE! This file was precompiled using Sass. Any changes made to
  this file will be lost during the next compilation process!


------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  SETTINGS
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Remove unit values
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Opposites
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  PATHS
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  CONFIG
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  BRAND
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  BREAKPOINTS
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  LAYOUT
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  SATIN GRID
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  TYPOGRAPHY
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  BASE
------------------------------------------------------------------------------------*/
html, body {
  height: 100%; }

/*------------------------------------------------------------------------------------
  Breakpoints
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Float clearfix
------------------------------------------------------------------------------------*/
.clearfix:after {
  display: table;
  clear: both;
  content: ""; }

/*------------------------------------------------------------------------------------
  Table layout helpers
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Right-to-left mixins
------------------------------------------------------------------------------------*/
/*

  These is a library of small, reusable mixins to align layout and content left and right,
  while keeping the layout automatically mirrored for right-to-left languages.

*/
.floatLeft {
  float: left !important; }
  [dir='rtl'] .floatLeft {
    float: right !important; }

.floatRight {
  float: right !important; }
  [dir='rtl'] .floatRight {
    float: left !important; }

.textLeft {
  text-align: left !important; }
  [dir='rtl'] .textLeft {
    text-align: right !important; }

.textCenter {
  text-align: center !important; }

.textRight {
  text-align: right !important; }
  [dir='rtl'] .textRight {
    text-align: left !important; }

.icon {
  display: inline-block;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .icon.-black {
    opacity: 0.85; }

.-h14 {
  height: 14px; }

.-h16 {
  height: 16px; }

.-h18 {
  height: 18px; }

.-h20 {
  height: 20px; }

.-h22 {
  height: 22px; }

.-h24 {
  height: 24px; }

.-h32 {
  height: 32px; }

.-h48 {
  height: 48px; }

.-h64 {
  height: 64px; }

html, body, h1, h2, h3, h4, h5, h6, p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans Myanmar UI", sans-serif !important; }

/*----------------------------------------------------------------------------------
    Grid basics
  ----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
    Grid basics
  ----------------------------------------------------------------------------------*/
.grid {
  clear: both;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none !important;
  font-size: 0;
  letter-spacing: -0.31em;
  text-align: center;
  direction: ltr; }
  .grid.-reverse {
    direction: rtl; }
  .grid.-alignRight {
    text-align: right; }
  .grid.-alignLeft {
    text-align: left; }
  .grid_column {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    vertical-align: top;
    font-size: 15px;
    letter-spacing: normal;
    text-align: left;
    direction: ltr; }

.grid .grid,
.container .grid,
.grid.-nested {
  margin-left: -12px;
  margin-right: -12px; }

.grid:not(.-noStackSpacing):not(.-clean) {
  margin-top: -24px; }
  .grid:not(.-noStackSpacing):not(.-clean) > .grid_column {
    margin-top: 24px; }
    .grid:not(.-noStackSpacing):not(.-clean) > .grid_column > *:first-child:before {
      display: block;
      overflow: hidden;
      padding-top: 0.1px; }

/*————————————————————————————————————————————————————————————————————————————————
    Query this shit
  ————————————————————————————————————————————————————————————————————————————————*/
@media only screen and (min-width: 320px) {
  .grid_column {
    padding-left: 8.33333px;
    padding-right: 8.33333px; }
  .-small1 {
    width: 8.33333%; }
  .-small2 {
    width: 16.66667%; }
  .-small3 {
    width: 25%; }
  .-small4 {
    width: 33.33333%; }
  .-small5 {
    width: 41.66667%; }
  .-small6 {
    width: 50%; }
  .-small7 {
    width: 58.33333%; }
  .-small8 {
    width: 66.66667%; }
  .-small9 {
    width: 75%; }
  .-small10 {
    width: 83.33333%; }
  .-small11 {
    width: 91.66667%; }
  .-small12 {
    width: 100%; } }

@media only screen and (min-width: 480px) {
  .-smallPlus1 {
    width: 8.33333%; }
  .-smallPlus2 {
    width: 16.66667%; }
  .-smallPlus3 {
    width: 25%; }
  .-smallPlus4 {
    width: 33.33333%; }
  .-smallPlus5 {
    width: 41.66667%; }
  .-smallPlus6 {
    width: 50%; }
  .-smallPlus7 {
    width: 58.33333%; }
  .-smallPlus8 {
    width: 66.66667%; }
  .-smallPlus9 {
    width: 75%; }
  .-smallPlus10 {
    width: 83.33333%; }
  .-smallPlus11 {
    width: 91.66667%; }
  .-smallPlus12 {
    width: 100%; } }

@media only screen and (min-width: 600px) {
  .grid_column {
    padding-left: 8.33333px;
    padding-right: 8.33333px; }
  .-medium1 {
    width: 8.33333%; }
  .-medium2 {
    width: 16.66667%; }
  .-medium3 {
    width: 25%; }
  .-medium4 {
    width: 33.33333%; }
  .-medium5 {
    width: 41.66667%; }
  .-medium6 {
    width: 50%; }
  .-medium7 {
    width: 58.33333%; }
  .-medium8 {
    width: 66.66667%; }
  .-medium9 {
    width: 75%; }
  .-medium10 {
    width: 83.33333%; }
  .-medium11 {
    width: 91.66667%; }
  .-medium12 {
    width: 100%; } }

@media only screen and (min-width: 800px) {
  .-mediumPlus1 {
    width: 8.33333%; }
  .-mediumPlus2 {
    width: 16.66667%; }
  .-mediumPlus3 {
    width: 25%; }
  .-mediumPlus4 {
    width: 33.33333%; }
  .-mediumPlus5 {
    width: 41.66667%; }
  .-mediumPlus6 {
    width: 50%; }
  .-mediumPlus7 {
    width: 58.33333%; }
  .-mediumPlus8 {
    width: 66.66667%; }
  .-mediumPlus9 {
    width: 75%; }
  .-mediumPlus10 {
    width: 83.33333%; }
  .-mediumPlus11 {
    width: 91.66667%; }
  .-mediumPlus12 {
    width: 100%; } }

@media only screen and (min-width: 1025px) {
  .grid_column {
    padding-left: 12px;
    padding-right: 12px; }
  .-large1 {
    width: 8.33333%; }
  .-large2 {
    width: 16.66667%; }
  .-large3 {
    width: 25%; }
  .-large4 {
    width: 33.33333%; }
  .-large5 {
    width: 41.66667%; }
  .-large6 {
    width: 50%; }
  .-large7 {
    width: 58.33333%; }
  .-large8 {
    width: 66.66667%; }
  .-large9 {
    width: 75%; }
  .-large10 {
    width: 83.33333%; }
  .-large11 {
    width: 91.66667%; }
  .-large12 {
    width: 100%; } }

/*————————————————————————————————————————————————————————————————————————————————
    Collapsed grid
  ————————————————————————————————————————————————————————————————————————————————*/
.grid.-collapse {
  margin-left: auto !important;
  margin-right: auto !important; }
  .grid.-collapse > .grid_column {
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 320px) {
    .grid.-collapse.-smallExpand > .grid_column {
      padding-left: 8.33333px;
      padding-right: 8.33333px; } }
  @media only screen and (min-width: 600px) {
    .grid.-collapse.-mediumExpand > .grid_column {
      padding-left: 8.33333px;
      padding-right: 8.33333px; } }
  @media only screen and (min-width: 1025px) {
    .grid.-collapse.-mediumExpand > .grid_column {
      padding-left: 12px;
      padding-right: 12px; }
    .grid.-collapse.-largeExpand > .grid_column {
      padding-left: 12px;
      padding-right: 12px; } }

/*————————————————————————————————————————————————————————————————————————————————
    Responsive gaps for columns
  ————————————————————————————————————————————————————————————————————————————————*/
.grid.-compact > .grid_column {
  padding-left: 8px;
  padding-right: 8px; }

.container .grid.-compact,
.grid .grid.-compact {
  margin-left: -8px;
  margin-right: -8px; }

.grid.-compact:not(.-noStackSpacing):not(.-clean) {
  margin-top: -16px; }
  .grid.-compact:not(.-noStackSpacing):not(.-clean) > .grid_column {
    margin-top: 16px; }

.showFromSmall, .showFromSmallPlus,
.showFromMedium, .showFromMediumPlus,
.showFromLarge {
  display: none !important; }

@media only screen and (min-width: 320px) {
  .hideFromSmall {
    display: none !important; }
  .showFromSmall {
    display: inherit !important; }
  .grid_column.showFromSmall {
    display: inline-block !important; } }

@media only screen and (min-width: 480px) {
  .hideFromSmallPlus {
    display: none !important; }
  .showFromSmallPlus {
    display: inherit !important; }
  .grid_column.showFromSmallPlus {
    display: inline-block !important; } }

@media only screen and (min-width: 600px) {
  .hideFromMedium {
    display: none !important; }
  .showFromMedium {
    display: inherit !important; }
  .grid_column.showFromMedium {
    display: inline-block !important; } }

@media only screen and (min-width: 800px) {
  .hideFromMediumPlus {
    display: none !important; }
  .showFromMediumPlus {
    display: inherit !important; }
  .grid_column.showFromMediumPlus {
    display: inline-block !important; } }

@media only screen and (min-width: 1025px) {
  .hideFromLarge {
    display: none !important; }
  .showFromLarge {
    display: inherit !important; }
  .grid_column.showFromLarge {
    display: inline-block !important; } }

h1, h2, h3, h4, h5, h6 {
  overflow: visible; }

.link {
  color: #105C8D !important;
  word-wrap: break-word;
  word-break: break-all; 
  text-decoration: none;}


.newPage {
  padding: 12px; }
  @media only screen and (min-width: 600px) {
    .newPage {
      padding: 19.2px; } }
  @media only screen and (min-width: 1025px) {
    .newPage {
      padding: 27px; } }
  .newPage a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .newPage img {
    max-width: 100%; }

.sectionSeparator, .newPage hr {
  border: 0;
  margin: 16px 0;
  width: 100%;
  height: 1px;
  background: #E6E6E6; }
  @media only screen and (min-width: 600px) {
    .sectionSeparator, .newPage hr {
      margin: 21.6px 0; } }
  @media only screen and (min-width: 1025px) {
    .sectionSeparator, .newPage hr {
      margin: 28px 0; } }

.cardContainer {
  padding: 12px; }
  @media only screen and (min-width: 800px) {
    .cardContainer {
      padding: 15px; } }

.grayBackground {
  background: #F7F7F7; }

.gap {
  margin-bottom: 26px !important; }
  .gapSmall {
    margin-bottom: 16px !important; }
  .gapLarge {
    margin-bottom: 42px !important; }

.pageTitle {
  display: block;
  margin-bottom: 0.2em;
  font-size: 20px;
  font-weight: bold;
  color: #1F1F1F; }
  @media only screen and (min-width: 600px) {
    .pageTitle {
      font-size: 24px; } }

.sectionTitle {
  display: block;
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
  color: #1F1F1F; }
  @media only screen and (min-width: 600px) {
    .sectionTitle {
      font-size: 19px; } }

.fontSizeSmall {
  font-size: 14px; }

.fontSizeNormal {
  font-size: 15px; }

.fontSizeLarge {
  font-size: 16px; }

[dir='rtl'] .countryTable,
[dir='rtl'] .header__wrapper .actions li.lang a,
[dir='rtl'] .searchResults_date,
[dir='rtl'] .keepLTR {
  direction: ltr;
  text-align: right; }

.preformat {
  line-height: 1.1;
  letter-spacing: .01em; }
  .preformat h1, .preformat h2, .preformat h3, .preformat h4, .preformat h5, .preformat h6 {
    font-weight: bold; }
  .preformat h1 {
    font-size: 1.8em; }
  .preformat h2 {
    font-size: 1.5em; }
  .preformat h3 {
    font-size: 1.35em; }
  .preformat h4 {
    font-size: 1.2em; }
  .preformat h5 {
    font-size: 1.15em; }
  .preformat h6 {
    font-size: 1.1em; }
  .preformat h1 {
    margin-top: 1.5em;
    margin-bottom: 0.9425em; }
  .preformat h2 {
    margin-top: 1.35em;
    margin-bottom: 0.47125em; }
  .preformat h3, .preformat h4 {
    margin-top: 1.25em;
    margin-bottom: 0.35344em; }
  .preformat h5, .preformat h6 {
    margin-bottom: 0.23562em; }
  .preformat > h1:first-child,
  .preformat > h2:first-child,
  .preformat > h3:first-child,
  .preformat > h4:first-child,
  .preformat > h5:first-child,
  .preformat > h6:first-child {
    margin-top: -0.2em; }
  .preformat > :last-child {
    margin-bottom: 0 !important; }
  .preformat p {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: 1.1; }
  .preformat ul {
    margin: 0;
    margin-left: 1.1em;
    padding: 0;
    list-style-type: disc; }
    .preformat ul li {
      margin-bottom: 0.9425em; }
      .preformat ul li:last-child {
        margin-bottom: 0; }
    @media only screen and (min-width: 600px) {
      .preformat ul {
        margin-left: 2em; } }
  .preformat b, .preformat strong {
    font-weight: bold;
    color: #1F1F1F; }
  .preformat small {
    font-size: 0.9em; }
  .preformat abbr {
    cursor: help;
    border-bottom: 1px dotted; }
  .preformat del, .preformat s {
    text-decoration: line-through; }
  .preformat p, .preformat ul, .preformat ol, .preformat dl, .preformat pre, .preformat blockquote, .preformat iframe, .preformat > figure, .preformat > img {
    margin-top: 0;
    margin-bottom: 1em; }

.preformat ul ul, .preformat ul ol {
  margin-top: 0.9425em;
  margin-bottom: 0; }

.preformat ul ul {
  margin-left: 1.18em;
  list-style-type: circle; }
  .preformat ul ul ul {
    list-style-type: disc; }

.preformat ul ol {
  margin-left: 1.45em; }

/*------------------------------------------------------------------------------------
  VENDOR
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  BOOTSTRAP OVERWRITES
------------------------------------------------------------------------------------*/
.form-group {
  height: 30px; }
  .form-group.-clean {
    height: auto;
    margin-bottom: 0; }
  @media (max-width: 1024px) {
    .searchForm .form-group {
      margin-bottom: 8px;
      height: auto; }
      .searchForm .form-group .control-label {
        margin-bottom: 2px;
        padding-top: 0; } }

.form-control.-stackFirst {
  border-radius: 3px 3px 0 0; }

.form-control.-stack {
  margin-top: -1px;
  border-radius: 0; }

.form-control.-stackLast {
  margin-top: -1px;
  border-radius: 0 0 3px 3px; }

.btn.btn-primary {
  color: white; }

.pagination.pagination {
  margin-bottom: 20px;
  font-size: 0; }
  .pagination.pagination li {
    float: none;
    display: inline-block;
    font-size: 14px; }
    .pagination.pagination li a, .pagination.pagination li span {
      float: none;
      display: block;
      font-size: 14px;
      height: 34px; }

.table.table.table thead th {
  background: #F4F4F4; }

.table.table.table th, .table.table.table td {
  padding: 0.55em 0.75em; }

/*------------------------------------------------------------------------------------
  BITS
------------------------------------------------------------------------------------*/
.newLogo {
  display: inline-block;
  font-size: 15px;
  color: #2B2B2B !important;
  line-height: 1.3;
  text-transform: uppercase; }
  .newLogo_name, .newLogo_slogan {
    display: block;
    margin: 0 !important;
    padding: 0 !important; }
  .newLogo_name {
    margin-bottom: 0.2em;
    font-size: 1.075em;
    font-weight: 800; }
    @media only screen and (min-width: 480px) {
      .newLogo_name {
        font-size: 1.15em; } }
  .newLogo_slogan {
    font-size: 0.85em;
    font-weight: normal;
    opacity: 0.65; }

.documentThumbnail {
  display: inline-block;
  position: relative; }
  .documentThumbnail img {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.25); }
  .documentThumbnail:before {
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 3px;
    width: 100%;
    height: 100%;
    background: white;
    -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.25);
    content: ''; }

/*------------------------------------------------------------------------------------
  COMPONENTS
------------------------------------------------------------------------------------*/
.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 0.54em 0.68em 0.5832em;
  width: auto;
  height: auto;
  vertical-align: middle;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1.2;
  text-rendering: geometricPrecision;
  text-align: center;
  border: 0 !important; }
  .button small {
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    opacity: 0.8; }
  .button:hover, .button:active, .button:focus, .button:visited {
    text-decoration: none; }
  .button:hover:before, .button:active:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
    content: ''; }
  .button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .button.-tall {
    padding-top: 0.702em;
    padding-bottom: 0.7452em; }
  .button.-fullWidth {
    display: block;
    width: 100%; }

.button.-cta,
.button.-primary {
  color: white !important;
  background: #DB6451 -webkit-gradient(linear, left top, left bottom, from(#dc6855), to(#da604d)) !important;
  background: #DB6451 -webkit-linear-gradient(#dc6855, #da604d) !important;
  background: #DB6451 -o-linear-gradient(#dc6855, #da604d) !important;
  background: #DB6451 linear-gradient(#dc6855, #da604d) !important; }

.button.-secondary, .button.-admin {
  color: white !important;
  background: #105C8D -webkit-gradient(linear, left top, left bottom, from(#115f92), to(#0f5988)) !important;
  background: #105C8D -webkit-linear-gradient(#115f92, #0f5988) !important;
  background: #105C8D -o-linear-gradient(#115f92, #0f5988) !important;
  background: #105C8D linear-gradient(#115f92, #0f5988) !important; }
  .button.-secondary:hover, .button.-admin:hover, .button.-secondary:active, .button.-admin:active {
    background: #1880B4 -webkit-gradient(linear, left top, left bottom, from(#1983b9), to(#177db0)) !important;
    background: #1880B4 -webkit-linear-gradient(#1983b9, #177db0) !important;
    background: #1880B4 -o-linear-gradient(#1983b9, #177db0) !important;
    background: #1880B4 linear-gradient(#1983b9, #177db0) !important; }
    .button.-secondary:hover:before, .button.-admin:hover:before, .button.-secondary:active:before, .button.-admin:active:before {
      display: none; }

.button.-neutral {
  color: #3A3A3A !important;
  background: #DEDEDE -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#dbdbdb)) !important;
  background: #DEDEDE -webkit-linear-gradient(#e1e1e1, #dbdbdb) !important;
  background: #DEDEDE -o-linear-gradient(#e1e1e1, #dbdbdb) !important;
  background: #DEDEDE linear-gradient(#e1e1e1, #dbdbdb) !important; }

.button.-border {
  color: #3A3A3A !important;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background: transparent !important; }

.button.-admin {
  padding: 0.24em 0.68em;
  font-size: 13px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50px; }
  .button.-admin.-icon {
    margin-left: 5px;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px; }
    [dir='rtl'] .button.-admin.-icon {
      margin-left: 0;
      margin-right: 5px; }

.media {
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible; }
  .media > .media_left {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-right: 18px; }
    [dir='rtl'] .media > .media_left {
      padding-left: 18px; }
  .media > .media_right {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-left: 18px; }
    [dir='rtl'] .media > .media_right {
      padding-right: 18px; }
  .media.-compact > .media_left {
    padding-right: 10px; }
    [dir='rtl'] .media.-compact > .media_left {
      padding-left: 10px; }
  .media.-compact > .media_right {
    padding-left: 10px; }
    [dir='rtl'] .media.-compact > .media_right {
      padding-right: 10px; }

.media:not(.-table):after {
  display: table;
  clear: both;
  content: ""; }

[dir='ltr'] .media:not(.-table) > .media_left {
  float: left; }

[dir='rtl'] .media:not(.-table) > .media_left {
  float: right; }

[dir='ltr'] .media:not(.-table) > .media_right {
  float: right; }

[dir='rtl'] .media:not(.-table) > .media_right {
  float: left; }

.media:not(.-table) > .media_body {
  zoom: 1;
  overflow: hidden; }

.media.-table {
  float: none !important;
  display: table;
  width: 100%; }
  .media.-table > .media_left {
    float: none !important;
    display: table-cell;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .media.-table > .media_right {
    float: none !important;
    display: table-cell;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .media.-table > .media_body {
    display: table-cell;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    overflow: visible; }

.card {
  display: block;
  background: white;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2); }
  .card_header {
    display: block;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: bold;
    background: #E6E6E6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.01)), to(rgba(0, 0, 0, 0.01)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.01) 100%); }
  .card_section {
    display: block;
    padding: 10px 12px;
    border-bottom: 1px solid #E6E6E6; }
    .card_section.-extraPadding {
      padding: 20px 22px; }
    .card_section.-clean {
      padding: 0; }
  .card_section:last-child {
    border-bottom-width: 0; }

.card.-flat {
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: none;
          box-shadow: none; }

.inlineList {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .inlineList > .inlineList_item {
    display: inline-block; }
    [dir='ltr'] .inlineList > .inlineList_item {
      margin-right: 0.5em; }
      [dir='ltr'] .inlineList > .inlineList_item:last-child {
        margin-right: 0; }
    [dir='rtl'] .inlineList > .inlineList_item {
      margin-left: 0.5em; }
      [dir='rtl'] .inlineList > .inlineList_item:last-child {
        margin-left: 0; }
  .inlineList.-separated > .inlineList_item:not(:last-child):after {
    display: inline;
    content: '|';
    opacity: 0.5; }
    [dir='ltr'] .inlineList.-separated > .inlineList_item:not(:last-child):after {
      padding-left: 0.35em; }
    [dir='rtl'] .inlineList.-separated > .inlineList_item:not(:last-child):after {
      padding-right: 0.35em; }

.stackList {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .stackList > .stackList_item {
    display: block; }
  .stackList.-gaps > .stackList_item {
    margin-bottom: 26px; }
  .stackList.-smallGaps > .stackList_item {
    margin-bottom: 0.2em; }
  .stackList > .stackList_item:last-child {
    margin-bottom: 0; }
  .stackList.-lvl2 {
    margin-bottom: 0.25em;
    padding-left: 1.6em;
    list-style: disc; }
    .stackList.-lvl2 > .stackList_item {
      display: list-item; }

.definitionTable_title, .definitionTable_desc {
  padding-bottom: 0.6em;
  vertical-align: top; }
  tr:last-child .definitionTable_title, tr:last-child .definitionTable_desc {
    padding-bottom: 0 !important; }

.definitionTable.-compact .definitionTable_title,
.definitionTable.-compact .definitionTable_desc {
  padding-bottom: 0.24em; }

.definitionTable_title {
  padding-right: 0.6em; }
  [dir='rtl'] .definitionTable_title {
    padding-right: 0;
    padding-left: 0.6em; }

.definitionTable.-minimal {
  color: #6C6C6C; }
  .definitionTable.-minimal .definitionTable_title {
    font-weight: normal; }

.sort {
  font-size: 15px; }
  .sort_label {
    display: inline-block; }
    [dir='ltr'] .sort_label {
      margin-right: 0.3em; }
    [dir='rtl'] .sort_label {
      margin-left: 0.3em; }
  .sort_options {
    display: inline-block; }
    .sort_options_item {
      color: #105C8D;
      text-decoration: none;
      cursor: pointer; }
      .sort_options_item.-selected {
        color: #DB6451; }
    .sort_options i, .sort_options .fa, .sort_options .asc, .sort_options .desc {
      color: #DB6451 !important; }

.share {
  position: relative;
  display: inline-block;
  font-size: 15px; }
  .share_link {
    color: #105C8D; }
    .share_link_icon {
      margin: 0 1px;
      display: inline-block;
      width: 15px;
      height: 15px;
      vertical-align: -2px;
      background: url("../img/icons/share-blue.svg") center center no-repeat;
      background-size: contain; }
    .share_link:hover, .share_link:active {
      color: #105C8D;
      border-bottom: 1px solid rgba(16, 92, 141, 0.5); }
  .share_dialog {
    position: absolute;
    z-index: 100;
    bottom: 100%;
    left: -9999px;
    width: 300px;
    padding: 7px;
    background: #105C8D;
    -webkit-transition: opacity 280ms, left 0ms 336ms, -webkit-transform 280ms;
    transition: opacity 280ms, left 0ms 336ms, -webkit-transform 280ms;
    -o-transition: transform 280ms, opacity 280ms, left 0ms 336ms;
    transition: transform 280ms, opacity 280ms, left 0ms 336ms;
    transition: transform 280ms, opacity 280ms, left 0ms 336ms, -webkit-transform 280ms;
    -webkit-transform: translateX(-50%) translateY(0%);
        -ms-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
    margin-left: 50%;
    opacity: 0;
    border-radius: 2px;
    -webkit-box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.25); }
    .share_dialog:after {
      position: absolute;
      top: 99.5%;
      left: 0;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-top-color: #105C8D;
      margin-left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      content: '';
      pointer-events: none; }
    .share_dialog[aria-hidden='false'] {
      left: 0;
      -webkit-transition: opacity 280ms, -webkit-transform 280ms;
      transition: opacity 280ms, -webkit-transform 280ms;
      -o-transition: transform 280ms, opacity 280ms;
      transition: transform 280ms, opacity 280ms;
      transition: transform 280ms, opacity 280ms, -webkit-transform 280ms;
      -webkit-transform: translateX(-50%) translateY(-10%);
          -ms-transform: translateX(-50%) translateY(-10%);
              transform: translateX(-50%) translateY(-10%);
      opacity: 1; }
    .share_dialog_close {
      position: absolute;
      top: 6px;
      right: 10px;
      opacity: 0.5;
      line-height: 1; }
      .share_dialog_close img {
        height: 13px; }
      .share_dialog_close:hover {
        opacity: 1; }
    .share_dialog_services {
      margin-left: 2px;
      margin-bottom: 8px; }
      .share_dialog_services i, .share_dialog_services img {
        display: inline-block;
        height: 16px;
        color: white; }
    .share_dialog_link_input {
      width: 100%;
      padding: 5px;
      height: 30px;
      background: white;
      background: rgba(255, 255, 255, 0.92);
      border: 0 !important;
      border-radius: 2px !important; }

.pill {
  display: inline-block;
  padding: 4px 8px;
  background: #F2F2F2;
  border-radius: 25px;
  color: #535353;
  line-height: 1; }

a.pill:hover {
  color: black;
  background: #D4D4D4; }

/*------------------------------------------------------------------------------------
  WIDGETS
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  PAGES
------------------------------------------------------------------------------------*/
.newPage {
  font-size: 15px; }
  .newPage img {
    display: inline-block;
    max-width: 100%; }
  .newPage ~ .main-footer {
    margin-top: 0 !important; }

.pgAdminLogin {
  padding: 1em;
  background: #105C8D url(../img/photos/loginBg-small.jpg) center center no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 600px) {
    .pgAdminLogin {
      background-image: url(../img/photos/loginBg-medium.jpg); } }
  @media only screen and (min-width: 1025px) {
    .pgAdminLogin {
      background-image: url(../img/photos/loginBg-large.jpg); } }
  .pgAdminLogin_container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: auto;
    padding: 4em 0;
    max-width: 600px;
    background: white; }
    .pgAdminLogin_container_inner {
      margin: auto;
      max-width: 260px; }
  .pgAdminLogin_logo {
    margin-bottom: 1.5em;
    font-size: 1.2em; }
  .pgAdminLogin_submit {
    margin-top: 1.25em; }
  .pgAdminLogin_forgotPass {
    display: block;
    margin-top: 0.5em; }
    .pgAdminLogin_forgotPass a {
      color: gray;
      text-decoration: none; }
      .pgAdminLogin_forgotPass a:hover {
        color: #105C8D;
        text-decoration: none; }

/*# sourceMappingURL=maps/admin.css.map */
