/* Footer */
#ilmn-global-footer {
  clear: both;
  padding: 40px 0;
  background-color: #e9e9e9; }
  #ilmn-global-footer .row {
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }
  #ilmn-global-footer .col-md-8, #ilmn-global-footer .col-md-4 {
    padding: 0px 15px; }
  #ilmn-global-footer .fa {
    font-size: 30.5px !important; }
  #ilmn-global-footer .social-footer a {
    display: inline-block; }
  #ilmn-global-footer .social-footer a img {
    display: block;
    width: 26px; }
  #ilmn-global-footer p {
    color: #444648;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 12px !important;
    line-height: 1.42em; }
  #ilmn-global-footer p b {
    font-size: 14px; }
  #ilmn-global-footer .col-md-4 {
    text-align: right; }
  #ilmn-global-footer #customFooter {
    padding-top: 15px; }

/* Location Selector */
.select-language {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  opacity: 1;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  margin: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  display: block; }
  .select-language--hidden {
    display: none; }
  .select-language--faded .select-language__modal-dialog {
    opacity: 0;
    pointer-events: none;
    margin-top: 30px; }
  .select-language--faded .select-language__backdrop {
    opacity: 0; }
  .select-language__backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    z-index: 1;
    opacity: 1; }
  .select-language__modal-dialog {
    opacity: 1;
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 2;
    -webkit-transition: all 0.65s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.65s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 0.65s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.65s cubic-bezier(0, 0, 0.2, 1); }
    @media (min-width: 992px) {
      .select-language__modal-dialog {
        width: 600px;
        margin: 60px auto; } }
  .select-language__header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
  .select-language__sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }
  .select-language__content {
    position: relative;
    background-color: #fff;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
    @media (min-width: 992px) {
      .select-language__content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
  .select-language__title {
    font-size: 32px;
    margin: 0; }
  .select-language__body {
    position: relative;
    padding: 15px; }
  .select-language__checkbox {
    margin: 20px 0; }
  .select-language__select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
    @media (min-width: 992px) {
      .select-language__select {
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s; } }
  .select-language__btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: normal;
    text-align: left;
    background-color: #3e7ebe;
    color: #fff; }
    @media (min-width: 992px) {
      .select-language__btn {
        -webkit-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        -moz-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out; } }
    .select-language__btn:hover, .select-language__btn:active, .select-language__btn:focus {
      background-color: #328ed1;
      border-color: transparent; }
  .select-language label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .select-language label input {
      margin-left: -20px;
      margin-top: 4px;
      position: absolute; }
  .select-language p {
    font-size: 14px;
    margin: 0 0 15px; }
