/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.help-block, .msgFailure {
  color: red !important;
  text-align: center;
  font-weight: bold; }

.msgSuccess {
  color: green !important;
  text-align: center;
  font-weight: bold; }

html {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif; }

.copy {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
  text-align: justify;
  color: #666;
  padding: 5px 6% 30px 6%; }
  @media screen and (min-width: 640px) {
    .copy {
      font-size: 15px; } }
  @media screen and (min-width: 900px) {
    .copy {
      font-size: 16px;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .copy {
      font-size: 17px;
      line-height: 1.4; } }
  .copy strong {
    font-weight: bold; }
  .copy a {
    font-weight: bold;
    color: #2a6496;
    text-decoration: none; }
    .copy a:hover {
      text-decoration: underline; }
  .copy li {
    margin-bottom: 5px; }
  .copy input {
    height: 34px;
    padding: 6px 12px;
    font-size: 12px, 1.5;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    border: 1px solid #ccc;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    outline: none; }
    @media screen and (min-width: 640px) {
      .copy input {
        font-size: 13px; } }
    @media screen and (min-width: 900px) {
      .copy input {
        font-size: 14px; } }
    @media screen and (min-width: 1024px) {
      .copy input {
        font-size: 15px;
        line-height: 1.4; } }
    .copy input:focus {
      box-shadow: 0 0 5px #4b9bce;
      border: 1px solid #4b9bce; }
  .copy button {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px, 1.5;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: white;
    cursor: pointer; }
    @media screen and (min-width: 640px) {
      .copy button {
        font-size: 13px; } }
    @media screen and (min-width: 900px) {
      .copy button {
        font-size: 14px; } }
    @media screen and (min-width: 1024px) {
      .copy button {
        font-size: 15px;
        line-height: 1.4; } }
    @media (max-width: 900px) {
      .copy button {
        padding: 7px 13px; } }
  .copy .address {
    text-align: center;
    white-space: pre-line; }

.copyTable {
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  text-align: left;
  border-spacing: 0px;
  border-collapse: separate; }
  @media (max-width: 640px) {
    .copyTable {
      border: none; } }
  .copyTable tr:first-child td {
    text-align: center;
    background-color: gray;
    color: white;
    font-weight: bold; }
  .copyTable td:first-child {
    width: 35%;
    font-weight: bold; }
    @media (max-width: 640px) {
      .copyTable td:first-child {
        margin: 0 auto;
        width: 95.3%; } }
  .copyTable td {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 10px; }
    @media (max-width: 640px) {
      .copyTable td {
        border-right: none;
        border-left: none; } }

.row {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px; }
  .row::after {
    clear: both;
    content: "";
    display: table; }
  .row .aside {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .row .aside:last-child {
      margin-right: 0; }
  .row .article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-left: 8.5298%; }
    .row .article:last-child {
      margin-right: 0; }

.dockets {
  font-size: 14px; }
  .dockets table {
    width: 100%; }
    .dockets table tr td {
      vertical-align: top; }
    .dockets table tr:nth-child(1) td {
      vertical-align: middle; }
  .dockets form div div a {
    background-image: url("../img/print-page.gif"); }
  .dockets fieldset div {
    z-index: 0; }
  @media screen and (min-width: 640px) {
    .dockets {
      font-size: 15px; } }
  @media screen and (min-width: 900px) {
    .dockets {
      font-size: 16px;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .dockets {
      font-size: 17px;
      line-height: 1.4; } }

.form-group {
  overflow: hidden; }

.faqs input {
  width: 70%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.faqs button {
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 25%;
  display: inline-block; }

.counsel, .counsel-bordered, .counsel-bordered-shaded {
  width: 100%; }
  .counsel th, .counsel-bordered th, .counsel-bordered-shaded th, .counsel td, .counsel-bordered td, .counsel-bordered-shaded td {
    width: 30%;
    padding-left: 2%;
    vertical-align: top; }
  .counsel th, .counsel-bordered th, .counsel-bordered-shaded th {
    text-decoration: underline;
    text-align: center; }
  .counsel td, .counsel-bordered td, .counsel-bordered-shaded td {
    font-size: .8em; }

.counsel-bordered td, .counsel-bordered-shaded td, .counsel-bordered th, .counsel-bordered-shaded th {
  border: 1px solid #666;
  padding: 1%; }

.counsel-bordered-shaded th {
  background-color: #DDD;
  color: #444; }

a.name {
  position: relative;
  bottom: 65px;
  display: block; }
  @media (max-width: 900px) {
    a.name {
      bottom: 82px; } }

.copy h4.section-heading {
  text-align: center;
  padding: 20px 0px 0px 0px;
  color: #666;
  font-size: 14px; }
  @media screen and (min-width: 640px) {
    .copy h4.section-heading {
      font-size: 15px; } }
  @media screen and (min-width: 900px) {
    .copy h4.section-heading {
      font-size: 16px;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .copy h4.section-heading {
      font-size: 17px;
      line-height: 1.4; } }
.copy div.faq-border {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 15px; }
.copy h4.question-title {
  font-size: 14px;
  padding: 10px 0px;
  margin: 0;
  display: block;
  width: 100%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #f5f5f5; }
  @media screen and (min-width: 640px) {
    .copy h4.question-title {
      font-size: 15px; } }
  @media screen and (min-width: 900px) {
    .copy h4.question-title {
      font-size: 16px;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .copy h4.question-title {
      font-size: 17px;
      line-height: 1.4; } }
  .copy h4.question-title table {
    width: 97%;
    margin: 0% 1% 0% 10px; }
.copy span.caretRight {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  border-bottom: 4px solid transparent; }
.copy span.caretDown {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }
.copy div.question-body {
  padding: 0px 10px; }

.highli {
  background-color: #1f4686;
  color: #fff; }

img {
  vertical-align: middle; }

div#leader2 {
  margin-left: 258px; }
  @media (max-width: 900px) {
    div#leader2 {
      margin-left: 2.2%; } }
  div#leader2 ul {
    padding: 0px; }
    div#leader2 ul li.column, div#leader2 ul li.column-full-width {
      width: 46.2%;
      margin-right: 1.6%;
      margin-left: 1.6%;
      background-color: white;
      display: inline-block;
      float: left;
      padding: 0px; }
      @media (max-width: 900px) {
        div#leader2 ul li.column, div#leader2 ul li.column-full-width {
          width: 47.2%; } }
      @media (max-width: 640px) {
        div#leader2 ul li.column, div#leader2 ul li.column-full-width {
          width: 97.6%;
          margin: 0px; } }
    div#leader2 ul li.column-full-width {
      width: 95.8%; }
      @media (max-width: 900px) {
        div#leader2 ul li.column-full-width {
          width: 95.8%; } }
    @media (max-width: 900px) {
      div#leader2 ul li:first-child {
        margin-left: 0; }
      div#leader2 ul li:last-child {
        margin-right: 0; } }
    @media (max-width: 640px) {
      div#leader2 ul li:first-child {
        margin-bottom: 20px; } }
  div#leader2 h1 {
    font-weight: 200;
    color: white;
    background: #2D6387;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    border-bottom: 2px solid black;
    display: block;
    margin: 0px; }
div.column-item {
  border-bottom: 2px solid black;
  color: #2D6387;
  background: white;
  font-size: 14px;
  line-height: 1.125em;
  text-align: center;
  padding: 0px;
  min-height: 64px; }
  @media screen and (min-width: 640px) {
    div.column-item {
      font-size: 15px; } }
  @media screen and (min-width: 900px) {
    div.column-item {
      font-size: 16px;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    div.column-item {
      font-size: 17px;
      line-height: 1.4; } }
  div.column-item a {
    text-decoration: none;
    color: #2D6387;
    display: block;
    min-height: 64px;
    padding-right: 30px;
    position: relative; }
    div.column-item a i {
      float: right;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -5px; }
    div.column-item a:hover {
      background-color: #4B9BCE;
      color: white; }
  div.column-item p {
    margin: 0px;
    padding: 10px 20px;
    font-size: 12px, 1.5;
    font-weight: 400; }
    @media screen and (min-width: 640px) {
      div.column-item p {
        font-size: 13px; } }
    @media screen and (min-width: 900px) {
      div.column-item p {
        font-size: 14px; } }
    @media screen and (min-width: 1024px) {
      div.column-item p {
        font-size: 15px;
        line-height: 1.4; } }
  div.column-item a p {
    text-align: left; }

.note {
  font-style: italic;
  text-align: center;
  font-size: 12px, 1.5; }
  @media screen and (min-width: 640px) {
    .note {
      font-size: 13px; } }
  @media screen and (min-width: 900px) {
    .note {
      font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    .note {
      font-size: 15px;
      line-height: 1.4; } }

footer {
  clear: both;
  padding-top: 20px;
  margin-left: 250px; }
  footer div.contact {
    background-color: white;
    text-align: center;
    padding: 3px 0px; }
    @media (max-width: 450px) {
      footer div.contact {
        font-size: 12px; } }
    footer div.contact div {
      display: inline-block; }
  footer a {
    color: black;
    display: inline-block;
    text-decoration: none; }
    footer a:hover {
      color: #428bca;
      text-decoration: underline; }
    footer a i {
      margin: 0px 5px 0px 10px;
      font-size: 14px; }
      @media screen and (min-width: 640px) {
        footer a i {
          font-size: 15px; } }
      @media screen and (min-width: 900px) {
        footer a i {
          font-size: 16px;
          line-height: 1.2; } }
      @media screen and (min-width: 1024px) {
        footer a i {
          font-size: 17px;
          line-height: 1.4; } }
  @media (max-width: 900px) {
    footer {
      margin-left: 0; } }

div.legal {
  text-align: center;
  color: white;
  font-size: 12px;
  height: 35px;
  padding: 10px 0px 0px 0px; }
  div.legal a {
    color: white;
    text-decoration: underline; }
    div.legal a:hover {
      color: #4B9BCE; }

#mobile-indicator {
  display: none; }
  @media (max-width: 900px) {
    #mobile-indicator {
      display: block; } }

header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 1024px;
  height: 64px; }

.lang-select {
  padding: 15px 2.2% 10px 20px;
  background-color: black;
  color: white;
  text-align: right;
  float: right; }

#leader {
  text-align: center;
  background-color: #2D6387;
  margin-right: 20px;
  margin-left: 270px; }
  #leader a {
    text-decoration: none; }
  @media (max-width: 900px) {
    #leader {
      margin-left: 2.2%;
      margin-right: 2.3%; } }
  @media (max-width: 640px) {
    #leader {
      margin-top: 20px; } }
  #leader h1 {
    color: white;
    font-weight: 200;
    font-size: 24px;
    margin-top: 64px;
    padding: 25px 15px;
    line-height: 1em; }
    @media screen and (min-width: 640px) {
      #leader h1 {
        font-size: 28px; } }
    @media screen and (min-width: 900px) {
      #leader h1 {
        font-size: 29px; } }
    @media screen and (min-width: 1024px) {
      #leader h1 {
        font-size: 32px; } }
    @media (max-width: 900px) {
      #leader h1 {
        border-top: 20px solid black; } }
    @media (max-width: 640px) {
      #leader h1 {
        border-top: none; } }

#container h3 {
  font-size: 22px;
  font-weight: 300;
  color: white;
  margin: 0px 0px 20px 0px;
  padding: 10px 0px 10px 6%;
  text-transform: capitalize;
  background-color: #2D6387;
  border-bottom: #000 2px solid; }

#hearings .hearing {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px; }
#hearings .color {
  border-bottom: 1px solid #dedede;
  border-top: 0px !important; }
#hearings .color td {
  border-top: 0px !important; }
#hearings .printable {
  overflow: auto;
  max-height: 400px; }

#printable {
  overflow: auto;
  max-height: 400px; }

@media only print {
  #printable {
    width: auto;
    height: auto;
    overflow: visible;
    display: inline-block; } }
#motions table {
  border-collapse: collapse;
  border: 0px solid #000;
  margin: auto;
  width: 100%; }

#motions table tr {
  border-top: 1px solid #939393; }

#motions tr.alt td {
  color: #000000;
  background-color: #ededed; }

#motions table tr td {
  border-top: 1px solid #939393;
  padding: 5px 20px; }

#motions .right {
  text-align: center;
  /*vertical-align:middle;*/
  width: 120px;
  background-image: url(imgs/pdf_icon.gif);
  /*adds pdf image in table cell*/
  background-repeat: no-repeat;
  background-position: left center; }

#motions .right2 {
  /*same table cell dimension with PDF image*/
  text-align: center;
  vertical-align: middle;
  width: 120px; }

.highli {
  background-color: #1f4686;
  color: #fff; }

.pocdownload table tr td {
  padding-bottom: 12px; }
  .pocdownload table tr td:nth-child(1) {
    width: 15%;
    text-align: right;
    padding-right: 18px;
    vertical-align: top; }
  .pocdownload table tr td:nth-child(2) {
    width: 85%; }
.pocdownload label {
  font-weight: bold;
  font-size: 14px; }
  @media screen and (min-width: 640px) {
    .pocdownload label {
      font-size: 15px; } }
  @media screen and (min-width: 900px) {
    .pocdownload label {
      font-size: 16px;
      line-height: 1.2; } }
  @media screen and (min-width: 1024px) {
    .pocdownload label {
      font-size: 17px;
      line-height: 1.4; } }
.pocdownload input, .pocdownload select {
  width: 100%;
  padding: 6px 12px;
  border-radius: 4px;
  color: #555;
  border: 1px solid #ccc; }

.form-row {
  margin-bottom: 15px; }
  @media (max-width: 640px) {
    .form-row {
      margin-bottom: 10px; } }

.left-form-cell {
  width: 16%;
  display: inline-block;
  text-align: right;
  padding-right: 2%;
  vertical-align: top;
  padding-top: 6px; }
  @media (max-width: 640px) {
    .left-form-cell {
      display: block;
      text-align: left;
      width: 100%; } }

.right-form-cell {
  width: 81%;
  display: inline-block; }
  @media (max-width: 640px) {
    .right-form-cell {
      width: 100%; } }

.pocdownload button {
  border-radius: 4px;
  margin: auto; }

.btn-burger {
  display: none; }
  @media (max-width: 900px) {
    .btn-burger {
      display: block;
      width: 64px;
      height: 64px;
      background: #444; } }
  @media (max-width: 640px) {
    .btn-burger {
      width: 50px;
      height: 50px; }
      .btn-burger img {
        width: 50px; } }

nav {
  height: 64px;
  background-color: #000; }

a.nav-logo {
  background: #2D6387 url("../img/logo-gcg.png") 50% 50% no-repeat;
  width: 250px;
  height: 64px;
  display: block;
  float: left; }
  @media (max-width: 900px) {
    a.nav-logo {
      margin-left: 64px;
      width: 200px;
      z-index: 10; } }
  @media (max-width: 640px) {
    a.nav-logo {
      width: 100%;
      background-position: 10% 10px;
      height: 50px;
      margin-left: 50px;
      background-size: 84px; } }

.main-nav {
  position: fixed;
  width: 250px;
  margin-top: 64px; }
  @media (max-width: 900px) {
    .main-nav {
      margin-top: 0px; } }
  @media (max-width: 640px) {
    .main-nav {
      width: 100%; } }

@media (max-width: 640px) {
  .lang-select {
    width: 100%; } }
nav menu {
  padding: 0px;
  margin: 0px;
  width: 250px;
  display: block; }
  @media (max-width: 900px) {
    nav menu {
      display: none;
      background-color: black;
      width: 264px; } }
  @media (max-width: 640px) {
    nav menu {
      width: 100%; } }

.nav {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .nav li a {
    display: block;
    margin-top: 2px;
    padding: 10px 15px 40px 15px;
    border-bottom: #b2b2b2 solid 1px;
    color: white;
    height: 44px;
    line-height: 15px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300; }
    @media (max-width: 640px) {
      .nav li a {
        height: 30px; } }
    .nav li a:hover, .nav li a:focus, .nav li a.on {
      background-color: #4B9BCE; }

.cf:before,
.cf:after {
  content: " "; }

.cf:after {
  clear: both; }

.cf ul li {
  *zoom: 1; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#cases_leader {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-left: 25.58941%;
  margin-right: 20px;
  margin-top: 64px;
  min-height: 102px; }
  #cases_leader::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 900px) {
    #cases_leader {
      margin-left: 0%; } }
  @media (max-width: 640px) {
    #cases_leader {
      margin-right: 0px; } }
  #cases_leader .logo {
    height: 102px;
    background-color: white;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    border-left: 15px solid black;
    text-align: center; }
    #cases_leader .logo:last-child {
      margin-right: 0; }
    #cases_leader .logo:before {
      content: "";
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em; }
    #cases_leader .logo .centered {
      display: inline-block;
      vertical-align: middle;
      max-height: 100%; }
    @media (max-width: 640px) {
      #cases_leader .logo {
        height: 51px;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        border-right: 15px solid black; }
        #cases_leader .logo:last-child {
          margin-right: 0; } }
    #cases_leader .logo img {
      display: block;
      max-height: 100%;
      max-width: 100%;
      margin: 0 auto; }
      @media (max-width: 640px) {
        #cases_leader .logo img {
          max-height: 51px; } }
  #cases_leader h1 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    padding-top: 17px;
    padding-bottom: 17px;
    margin: 0px;
    height: 100%;
    background-color: #2d6387;
    text-align: center;
    color: white;
    font-size: 1.75em;
    font-weight: 200; }
    @media (max-width: 640px) {
      #cases_leader h1 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        border: solid black;
        border-right-width: 15px;
        border-bottom-width: 15px;
        border-left-width: 15px; }
        #cases_leader h1:last-child {
          margin-right: 0; } }
    #cases_leader h1:last-child {
      margin-right: 0; }

body {
  background-color: #bebebe;
  margin: 0; }

@media (max-width: 1028px) {
  div#content, nav, header {
    width: 100%; } }
input, select, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#content {
  width: 1024px;
  margin: 0 auto;
  background-color: black; }
  @media (max-width: 900px) {
    #content {
      width: 100%; } }
  @media (max-width: 640px) {
    #content {
      min-width: 350px; } }

#container {
  min-height: 25em;
  background-color: white;
  margin: 20px 20px 20px 270px; }
  @media (max-width: 900px) {
    #container {
      margin-left: 2.2%;
      margin-right: 2.3%; } }
  @media (max-width: 640px) {
    #container {
      min-height: 20em; } }
  @media (max-width: 450px) {
    #container #container {
      min-height: 15em; } }

@media (max-width: 640px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block; }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  #no-more-tables tr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #eee;
    padding-left: 5px;
    white-space: normal;
    text-align: center; }
    #no-more-tables td:before {
      white-space: nowrap;
      font-weight: bold;
      content: attr(data-title); } }

/*# sourceMappingURL=base_style.css.map */
