@charset "UTF-8";
/* NOTE: using the compiled version because it was quicker to setup
Downloaded from http://foundation.zurb.com/sites/download.html/
All defaults were left as is and selected the following option (if its not listed it was unchecked)
Grid, Typography, Float Classes, Forms, Visibility Classes, Accordion, Dropdown, Off Canvas, Reveal, Tabs, Tooltip, Equalizer, Sticky

 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source

*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: not-allowed; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*, :after, :before {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select, textarea {
  border-radius: 3px; }

select {
  width: 100%; }

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

[data-whatinput=mouse] button {
  outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em, i {
  font-style: italic; }

b, em, i, strong {
  line-height: inherit; }

b, strong {
  font-weight: 700; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: .5rem;
  line-height: 1.4; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  color: #cacaca;
  line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }

a:focus, a:hover {
  color: #258faf; }

a img {
  border: 0; }

hr {
  max-width: 62.5rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

dl, ol, ul {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc; }

ol, ul {
  margin-left: 1.25rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: .3rem;
  font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: .8125rem;
  color: #8a8a8a; }

cite:before {
  content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-weight: 400;
  border: 1px solid #cacaca;
  padding: .125rem .3125rem .0625rem; }

code, kbd {
  font-family: Consolas,Liberation Mono,Courier,monospace;
  color: #0a0a0a;
  background-color: #e6e6e6; }

kbd {
  padding: .125rem .25rem 0;
  margin: 0;
  border-radius: 3px; }

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }

p + .stat {
  margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print, th.show-for-print {
    display: table-cell !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after, a[href^='#']:after, a[href^='javascript:']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  blockquote, pre {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: .5cm; }

  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 3px;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  outline: none;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow .5s, border-color .25s ease-in-out; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder, textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type=button], [type=submit] {
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  box-sizing: border-box; }

[type=checkbox], [type=file], [type=radio] {
  margin: 0 0 1rem; }

[type=checkbox] + label, [type=radio] + label {
  display: inline-block;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer; }

label > [type=checkbox], label > [type=radio] {
  margin-right: .5rem; }

[type=file] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0; }

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group > :first-child {
  border-radius: 3px 0 0 3px; }

.input-group > :last-child > * {
  border-radius: 0 3px 3px 0; }

.input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }

.input-group-button a, .input-group-button button, .input-group-button input {
  margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: .5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }

.fieldset legend {
  background: #fefefe;
  padding: 0 .1875rem;
  margin: 0;
  margin-left: -.1875rem; }

select {
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed; }

select::-ms-expand {
  display: none; }

select[multiple] {
  height: auto;
  background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(198, 15, 19, 0.1);
  border-color: #c60f13; }

.form-error, .is-invalid-label {
  color: #c60f13; }

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700; }

.form-error.is-visible {
  display: block; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix:after, .clearfix:before {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.hide-for-portrait, .show-for-landscape {
  display: block !important; }

@media screen and (orientation: landscape) {
  .hide-for-portrait, .show-for-landscape {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .hide-for-portrait, .show-for-landscape {
    display: none !important; } }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important; } }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: .75rem;
  color: #2ba6cb;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }

:last-child:not(.is-active) > .accordion-title {
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #e6e6e6; }

.accordion-title:focus, .accordion-title:hover {
  background-color: #e6e6e6; }

.accordion-title:before {
  content: '+';
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -.5rem; }

.is-active > .accordion-title:before {
  content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 3px;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 3; }

.dropdown-pane.is-open {
  visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

body, html {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease; }

.off-canvas-wrapper-inner:after, .off-canvas-wrapper-inner:before {
  content: ' ';
  display: table; }

.off-canvas-wrapper-inner:after {
  clear: both; }

.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  padding-bottom: .1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: background .5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0); }

[data-whatinput=mouse] .off-canvas {
  outline: 0; }

.off-canvas.position-left {
  left: -250px;
  top: 0;
  width: 250px; }

.is-open-left {
  -webkit-transform: translateX(250px);
  transform: translateX(250px); }

.off-canvas.position-right {
  right: -250px;
  top: 0;
  width: 250px; }

.is-open-right {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; } }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }

.tabs:after, .tabs:before {
  content: ' ';
  display: table; }

.tabs:after {
  clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }

.tabs.simple > li > a:hover {
  background: transparent; }

.tabs.primary {
  background: #2ba6cb; }

.tabs.primary > li > a {
  color: #fefefe; }

.tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
  background: #299ec1; }

.tabs-title {
  float: left; }

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  font-size: .75rem; }

.tabs-title > a:hover {
  background: #fefefe; }

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all .5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }

.tabs-panel.is-active {
  display: block; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open, html.is-reveal-open body {
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 5;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 3px;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }

[data-whatinput=mouse] .reveal {
  outline: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }

.reveal .column, .reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 62.5rem; } }

@media screen and (min-width: 40em) {
  .reveal .reveal {
    left: auto;
    right: auto;
    margin: 0 auto; } }

.reveal.collapse {
  padding: 0; }

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 62.5rem; } }

@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 62.5rem; } }

@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 62.5rem; } }

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none;
  margin-left: 0;
  border: 0;
  border-radius: 0; }

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; } }

.reveal.without-overlay {
  position: fixed; }

.badge {
  display: inline-block;
  padding: .3em;
  min-width: 2.1em;
  font-size: .6rem;
  text-align: center;
  border-radius: 50%;
  background: #2ba6cb;
  color: #fefefe; }

.badge.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.badge.alert {
  background: #c60f13;
  color: #fefefe; }

.badge.success {
  background: #5da423;
  color: #fefefe; }

.badge.warning {
  background: #ffae00;
  color: #fefefe; }

.badge.body-font, .badge.header {
  background: #222;
  color: #fefefe; }

.label {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 3px;
  background: #2ba6cb;
  color: #fefefe; }

.label.secondary {
  background: #e9e9e9;
  color: #0a0a0a; }

.label.alert {
  background: #c60f13;
  color: #fefefe; }

.label.success {
  background: #5da423;
  color: #fefefe; }

.label.warning {
  background: #ffae00;
  color: #fefefe; }

.label.body-font, .label.header {
  background: #222;
  color: #fefefe; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px; }

.progress.primary .progress-meter {
  background-color: #2ba6cb; }

.progress.secondary .progress-meter {
  background-color: #e9e9e9; }

.progress.alert .progress-meter {
  background-color: #c60f13; }

.progress.success .progress-meter {
  background-color: #5da423; }

.progress.warning .progress-meter {
  background-color: #ffae00; }

.progress.body-font .progress-meter, .progress.header .progress-meter {
  background-color: #222; }

.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background-color: #2ba6cb;
  border-radius: 3px; }

.progress-meter-text {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: .75rem;
  font-weight: 700;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px; }

.has-tip {
  border-bottom: 1px dotted #8a8a8a;
  font-weight: 700;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: .75rem;
  position: absolute;
  z-index: 3;
  top: calc(100% + .6495rem);
  max-width: 10rem !important;
  border-radius: 3px; }

.tooltip:before {
  border-color: transparent transparent #0a0a0a;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.tooltip.top:before, .tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: .75rem inset; }

.tooltip.top:before {
  border-color: #0a0a0a transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto; }

.tooltip.left:before {
  border-color: transparent transparent transparent #0a0a0a;
  border-left-style: solid;
  border-right-width: 0;
  left: 100%; }

.tooltip.left:before, .tooltip.right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: .75rem inset;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.tooltip.right:before {
  border-color: transparent #0a0a0a transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  left: auto;
  right: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex-video.widescreen {
  padding-bottom: 56.25%; }

.flex-video.vimeo {
  padding-top: 0; }

.orbit, .orbit-container {
  position: relative; }

.orbit-container {
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-caption, .orbit-next, .orbit-previous {
  position: absolute;
  padding: 1rem;
  color: #fefefe; }

.orbit-next, .orbit-previous {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3; }

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0; }

.orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: .8rem;
  margin-bottom: .8rem;
  text-align: center; }

[data-whatinput=mouse] .orbit-bullets {
  outline: 0; }

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem;
  background-color: #cacaca;
  border-radius: 50%; }

.orbit-bullets button.is-active, .orbit-bullets button:hover {
  background-color: #8a8a8a; }

.thumbnail {
  border: 4px solid #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow .2s ease-out;
  border-radius: 3px;
  margin-bottom: 1rem; }

.thumbnail:focus, .thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 2; }

.sticky.is-stuck.is-at-top {
  top: 0; }

.sticky.is-stuck.is-at-bottom {
  bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }

.sticky.is-anchored.is-at-bottom {
  bottom: 0; }

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto; }

.row:after, .row:before {
  content: ' ';
  display: table; }

.row:after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  max-width: none;
  margin-left: -.9375rem;
  margin-right: -.9375rem; }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: .9375rem;
  padding-right: .9375rem; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both; }

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both; }

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both; }

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both; }

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both; }

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both; }

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both; }

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none; }

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both; }

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.expanded.row .small-collapse.row, .small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: .9375rem;
  padding-right: .9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-pull-0, .small-push-0, .small-uncentered {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .expanded.row .medium-collapse.row, .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-pull-0, .medium-push-0, .medium-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .expanded.row .large-collapse.row, .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-pull-0, .large-push-0, .large-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

.slide-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active, .hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active, .scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active, .spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.spin-in-ccw.mui-enter, .spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.spin-in-ccw.mui-enter.mui-enter-active, .spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  opacity: 0; }

.slow {
  transition-duration: .75s !important; }

.fast {
  transition-duration: .25s !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important; }

.short-delay {
  transition-delay: .3s !important; }

.long-delay {
  transition-delay: .7s !important; }

.shake {
  -webkit-animation-name: a;
  animation-name: a; }

@-webkit-keyframes a {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes a {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }

  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: b;
  animation-name: b; }

@-webkit-keyframes b {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes b {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }

  to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: b;
  animation-name: b; }

@keyframes b {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: c;
  animation-name: c; }

@-webkit-keyframes c {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }

  0%, 30%, 70%, to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes c {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }

  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }

  0%, 30%, 70%, to {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.shake, .spin-ccw, .spin-cw, .wiggle {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: .75s !important;
  animation-duration: .75s !important; }

.fast {
  -webkit-animation-duration: .25s !important;
  animation-duration: .25s !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important; }

.long-delay {
  -webkit-animation-delay: .7s !important;
  animation-delay: .7s !important; }

/*!
 *  Font Awesome 4.6.3 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('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.table {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%; }
  .table th, .table td {
    border: 1px solid #ccc;
    padding: 4px 10px;
    text-align: left; }
  .table tr.header-background {
    background-color: #eee;
    font-size: 14px; }
    .table tr.header-background th {
      text-align: center; }

#xml-table {
  border-collapse: collapse; }
  #xml-table th, #xml-table td {
    border: 1px solid black; }
    #xml-table th tr:nth-child(even), #xml-table td tr:nth-child(even) {
      background-color: #f2f2f2; }

.skip-link {
  top: -2.1875rem;
  left: 50%;
  position: absolute;
  margin-left: -3.75rem;
  background: rgba(0, 0, 0, 0.9);
  color: #fff !important;
  display: block;
  padding: 0.0625rem 0.625rem 0.125rem 0.625rem;
  text-decoration: none;
  border-radius: 0 0 0.3125rem 0.3125rem;
  z-index: 1;
  font-size: 0.75rem; }

.allow-focus.skip-link:focus {
  top: 0; }

.off-canvas-wrapper, .off-canvas {
  height: 100%; }

.off-canvas-wrapper-inner {
  min-height: 100%;
  height: auto;
  background-color: #fff; }
  .off-canvas-wrapper-inner.is-open-right {
    -webkit-transform: translateX(-90%);
    -ms-transform: translateX(-90%);
    transform: translateX(-90%); }
  .off-canvas-wrapper-inner .off-canvas.position-right {
    right: -90%;
    top: 0;
    width: 90%; }

.lt-ie10 .off-canvas-wrapper-inner.is-open-right .usaid-head .sticky {
  position: static !important; }
.lt-ie10 .off-canvas-wrapper-inner.is-open-right .js-off-canvas-exit {
  left: -90% !important;
  margin-left: -0.625rem; }
.lt-ie10 .off-canvas-wrapper-inner.is-open-right .quick-menu ul, .lt-ie10 .off-canvas-wrapper-inner.is-open-right .quick-menu ul.sticky.is-stuck.is-at-top {
  position: static !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .off-canvas-wrapper-inner.is-open-right .usaid-head .column {
    position: static !important; }
  .off-canvas-wrapper-inner.is-open-right .js-off-canvas-exit {
    left: -90% !important;
    margin-left: -0.625rem; }
  .off-canvas-wrapper-inner.is-open-right .quick-menu ul, .off-canvas-wrapper-inner.is-open-right .quick-menu ul.sticky.is-stuck.is-at-top {
    position: static !important; } }

.off-canvas-wrapper {
  background-color: #666;
  -webkit-overflow-scrolling: touch; }

.off-canvas-content {
  position: relative;
  box-shadow: none;
  height: 100vh; }

.js-off-canvas-exit {
  z-index: 6;
  position: fixed; }

.maxwidth-off .row, .row.maxwidth-off {
  max-width: none; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 400; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #095893; }
    body h1.black, body h2.black, body h3.black, body h4.black, body h5.black, body h6.black {
      font-weight: 900; }
  body h2 {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    text-transform: uppercase; }
  body h3 {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    color: #4785b3; }
  body h4 {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    color: #4785b3; }
  body p.tagline, body #source-list #source-data h3 + p, #source-list #source-data body h3 + p {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: #bd132e;
    font-weight: 300; }
  body a {
    color: #bd132e;
    text-decoration: underline; }
    body a:hover, body a:focus, body a:active {
      color: #a0031c; }
  body ul {
    margin-left: 2rem; }
  body .hero img {
    width: 100%; }

/*****
EADS menu
*/
.eads-menu {
  background-color: #666;
  box-shadow: 0.125rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.3) inset;
  padding: 0.5rem 0.625rem; }
  .eads-menu .sticky-container {
    padding: 0; }
  .eads-menu .sticky-content {
    padding: 0; }
  .eads-menu .eads-logo {
    background: url('../images/eads.png') no-repeat right bottom transparent;
    width: 100%;
    min-height: 3.5rem;
    display: inline-block;
    text-indent: -62.5rem;
    overflow: hidden;
    background-size: inherit;
    margin: 0;
    width: 10.875rem;
    padding: 0; }
  .eads-menu .usaid-logo {
    background: url('../images/logo.png') no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 3.75rem;
    margin: 0 0 0.125rem;
    top: 0;
    width: 11.75rem;
    position: relative;
    overflow: hidden;
    text-indent: -62.5rem;
    left: -0.0625rem; }
  .eads-menu .menu-tile {
    background-color: #fff; }
    .eads-menu .menu-tile .eads-logo {
      margin: 0.75rem 0.5rem -0.6875rem 0.5rem; }
    .eads-menu .menu-tile .usaid-logo {
      margin: 0.5625rem 0.5rem 0.125rem 0.5rem; }
    .eads-menu .menu-tile + ul {
      margin-top: 0.5rem; }
  .eads-menu ul {
    list-style-type: none;
    margin: 0;
    background-color: #fff;
    padding: 0.625rem 0.5rem; }
    .eads-menu ul + .menu-tile {
      margin-top: 0.5rem; }
    .eads-menu ul li {
      margin-left: 0.25rem;
      position: relative; }
      .eads-menu ul li a {
        padding: 0.25rem 0.125rem;
        display: inline-block;
        font-weight: normal;
        font-size: 1rem;
        line-height: 1.1em;
        position: relative;
        text-decoration: none;
        color: #336799; }
        .eads-menu ul li a:hover, .eads-menu ul li a:focus {
          color: #666; }
          .eads-menu ul li a:hover .fa-chevron-circle-right, .eads-menu ul li a:focus .fa-chevron-circle-right {
            color: #bcbcbc; }
        .eads-menu ul li a:active .fa-chevron-circle-right {
          color: #666; }
      .eads-menu ul li .fa {
        color: transparent;
        position: absolute;
        left: -1.1875rem;
        top: 0.25rem;
        display: block;
        font-size: 1.1875rem;
        padding-right: 0.0625rem; }
      .eads-menu ul li.is-active > a {
        color: #111; }
        .eads-menu ul li.is-active > a .fa {
          color: #666; }
        .eads-menu ul li.is-active > a:hover .fa-chevron-circle-right, .eads-menu ul li.is-active > a:focus .fa-chevron-circle-right {
          color: #666; }
    .eads-menu ul ul {
      padding: 0; }
    .eads-menu ul ul.mm-active {
      margin-bottom: 0.625rem;
      margin-left: 0.875rem; }
      .eads-menu ul ul.mm-active ul {
        list-style-type: none;
        padding: 0; }
        .eads-menu ul ul.mm-active ul li {
          border-bottom: 0.0625rem solid #ccc;
          margin-left: 0.3125rem; }
          .eads-menu ul ul.mm-active ul li.first-child {
            border-top: 0.0625rem solid #ccc; }
      .eads-menu ul ul.mm-active ul.accordion li:first-child {
        border-top: 0; }
      .eads-menu ul ul.mm-active ul.no-margin {
        margin: 0; }
  .eads-menu .accordion-title {
    display: block;
    color: #336799 !important;
    border: 0;
    background-color: #f6f6f6 !important;
    margin-bottom: 0 !important;
    font-size: 1rem !important;
    font-weight: 400 !important; }
    .eads-menu .accordion-title .fa {
      color: #666;
      font-size: 0.875rem;
      top: 0;
      left: -0.9375rem;
      background-color: #fff;
      z-index: 1;
      border-top: 0.375rem solid #fff; }
    .eads-menu .accordion-title .fa-plus-square-o {
      z-index: 2; }
    .eads-menu .accordion-title:before {
      display: none; }
  .eads-menu .is-active > .accordion-title .fa-plus-square-o {
    z-index: 0; }
  .eads-menu .accordion-content {
    padding: 0 !important;
    border: 0; }
    .eads-menu .accordion-content ul {
      border-top: 0.0625rem solid #ccc; }
      .eads-menu .accordion-content ul:before {
        border-left: 0.0625rem dashed #ccc;
        height: 100%;
        position: absolute;
        top: 0;
        left: -0.625rem;
        width: 0;
        content: " "; }
      .eads-menu .accordion-content ul li:last-child {
        border-bottom: 0; }

@media only screen and (min-width: 40em) {
  .off-canvas-wrapper-inner.is-open-right {
    -webkit-transform: translateX(-34%);
    -ms-transform: translateX(-34%);
    transform: translateX(-34%); }
  .off-canvas-wrapper-inner .off-canvas.position-right {
    right: -34%;
    top: 0;
    width: 34%; }
  .lt-ie10 .off-canvas-wrapper-inner.is-open-right .js-off-canvas-exit {
    left: -34% !important; } }

@media all and (-ms-high-contrast: none) and (min-width: 40em), (-ms-high-contrast: active) and (min-width: 40em) {
  .off-canvas-wrapper-inner.is-open-right .js-off-canvas-exit {
    left: -34% !important; } }

/***END*/
/*** 
USAID header
*/
.usaid-head {
  position: relative;
  max-width: none !important;
  width: 100%;
  z-index: 3; }
  .usaid-head .column {
    background-color: #fff;
    box-shadow: 0 0.0625rem 0 0 rgba(0, 0, 0, 0.2);
    min-height: 3.75rem; }
    .usaid-head .column.sticky.is-stuck.is-at-top {
      margin-top: 0 !important;
      left: 0 !important; }
  .usaid-head .usaid-logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    background-size: 9.75rem 3.0625rem;
    display: inline-block;
    height: 3.0625rem;
    width: 9.75rem;
    position: relative;
    top: 0.375rem; }
  .usaid-head .eads-menu-toggle {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    height: 1.25rem;
    width: 1.625rem;
    transition: margin 380ms ease 0s;
    position: absolute;
    right: .9375rem;
    top: 1.25rem;
    overflow: hidden; }
    .usaid-head .eads-menu-toggle span {
      background: none repeat scroll 0 0 #46474c;
      border: 0.125rem solid #333;
      border-radius: 0.3125rem;
      display: block;
      height: 0.0625rem;
      position: relative;
      text-indent: -62.5rem;
      width: 1.625rem;
      top: 0;
      left: 0; }
      .usaid-head .eads-menu-toggle span:before, .usaid-head .eads-menu-toggle span:after {
        position: absolute;
        top: -0.5625rem;
        left: -0.125rem;
        content: " ";
        background-color: #46474c;
        border: 0.125rem solid #333;
        border-radius: 0.3125rem;
        display: block;
        height: 0.0625rem;
        width: 1.625rem; }
      .usaid-head .eads-menu-toggle span:after {
        top: 0.3125rem; }

/***END*/
/***
Quick Menu
*/
.quick-menu {
  transition-duration: 147ms;
  transition-timing-function: ease;
  transition-property: all;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 8.125rem;
  height: 100% !important;
  padding-top: 3.75rem;
  margin-top: 0 !important;
  overflow-y: hidden; }
  .quick-menu ul {
    width: 100%;
    background-color: #205493;
    margin: 0;
    list-style: none;
    transition-duration: 147ms;
    transition-timing-function: ease;
    transition-property: left;
    z-index: 2; }
    .quick-menu ul:after {
      content: "";
      position: absolute;
      width: 130px;
      height: 4000px;
      z-index: 1;
      background: #205493; }
    .quick-menu ul.sticky.is-stuck.is-at-top {
      margin-top: 3.75rem !important;
      left: 0 !important; }
    .quick-menu ul a {
      display: block;
      font-size: 1rem;
      line-height: 1.125rem;
      color: #fff;
      font-weight: 700;
      padding: 1.125rem 0.25rem 1.25rem;
      text-align: center;
      text-decoration: none; }
      .quick-menu ul a .fa {
        font-size: 1.6875rem;
        color: #abc6ed;
        display: block;
        margin-top: 0;
        margin-bottom: 0.25rem; }
      .quick-menu ul a.is-active {
        background-color: #ba0c2f;
        box-shadow: 0.25rem 0 0 0 #ba0c2f; }
        .quick-menu ul a.is-active .fa {
          color: #fff; }
    .quick-menu ul li {
      display: block;
      border-top: 0.0625rem solid #183d68;
      background-color: #205493; }
      .quick-menu ul li:first-child {
        border-top: 0; }
      .quick-menu ul li:last-child {
        border-bottom: 0.0625rem solid #183d68; }
    .quick-menu ul .qm-main {
      background-color: #0c3f6a;
      color: #a2c8ef;
      padding: 0.5625rem 0.25rem;
      height: 5.625rem;
      font-size: 0.75rem;
      line-height: 0.875rem; }
      .quick-menu ul .qm-main strong {
        font-size: 1.75rem;
        line-height: 2.25rem;
        font-weight: 900;
        display: block;
        color: #fff; }
      .quick-menu ul .qm-main.is-active {
        color: #531c2c; }
  .quick-menu .eads-promotion {
    transition-duration: 147ms;
    transition-timing-function: ease;
    transition-property: left;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 0.0625rem solid #183d68;
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 1.125rem 0.25rem 1.25rem;
    display: block;
    color: #fff;
    width: 8.125rem;
    text-align: center;
    text-decoration: none;
    z-index: 3; }
    .quick-menu .eads-promotion .fa {
      font-size: 1.6875rem;
      color: #abc6ed;
      display: block;
      margin-top: 0;
      margin-bottom: 0.25rem; }
    .quick-menu .eads-promotion strong {
      font-size: 1rem;
      line-height: 1.125rem;
      display: block;
      font-weight: 700; }

.off-canvas-wrapper .is-open-right .quick-menu .eads-promotion {
  position: relative; }

.quick-menu ul .qm-aid-dashboard .fa {
  margin-top: 0.0625rem;
  margin-bottom: 0.1875rem; }
.quick-menu ul .qm-about .fa {
  margin-bottom: 0.1875rem; }

.main-content {
  transition-duration: 127ms;
  transition-timing-function: ease;
  transition-property: all;
  padding-left: 8.125rem;
  box-shadow: inset 8.125rem 0 0 #205493; }

#loading {
  left: 0; }
  #loading > div {
    left: 4.0625rem; }

@media only screen and (max-height: 48em) {
  .quick-menu ul a {
    font-size: 0.9375rem;
    line-height: 1rem;
    padding: 0.6875rem 0.5rem 0.75rem; }
    .quick-menu ul a .fa {
      font-size: 1.5rem; }
  .quick-menu .eads-promotion {
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 0.75rem 0.25rem 0.75rem; }
    .quick-menu .eads-promotion .fa {
      font-size: 1.5rem; }
    .quick-menu .eads-promotion strong {
      font-size: 1rem;
      line-height: 0.9375rem; } }

@media only screen and (max-height: 39.25em), screen and (max-width: 64em) {
  .quick-menu {
    transition-duration: 147ms;
    transition-timing-function: ease;
    transition-property: left;
    left: -8.5rem;
    top: -100rem; }
    .quick-menu ul, .quick-menu ul.sticky.is-stuck.is-at-top {
      transition-duration: 147ms;
      transition-timing-function: ease;
      transition-property: left;
      left: -8.5rem !important; }
    .quick-menu .eads-promotion {
      transition-duration: 147ms;
      transition-timing-function: ease;
      transition-property: left;
      left: -10rem; }
  .main-content {
    transition-duration: 127ms;
    transition-timing-function: ease;
    transition-property: all;
    padding-left: 0;
    box-shadow: inset 0 0 0 #205493; }
  #loading > div {
    left: 0; } }

/***END*/
/***
IDEA Hero, works with tiles
*/
.hero {
  background: none;
  min-height: 14.4375rem;
  position: relative; }
  .hero .show-for-large {
    height: 11rem;
    position: absolute;
    top: 50%;
    margin-top: -5.5rem;
    padding-left: 8%; }
  .hero h1 {
    background-color: #ba0c2f;
    display: inline-block;
    font-size: 1.875rem;
    font-weight: 900;
    padding: 0 0.4375rem;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0.25rem; }
  .hero h2 {
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.875rem;
    font-weight: 900;
    text-transform: none; }

@media only screen and (min-height: 50em) {
  .hero .show-for-large {
    height: 15.3125rem;
    position: absolute;
    top: 50%;
    margin-top: -7.9375rem;
    padding-left: 8%; }
  .hero h1 {
    font-size: 2.25rem;
    padding: 0 0.625rem; }
  .hero h2 {
    font-size: 3.4375rem;
    line-height: 4.0625rem; } }

/***
Tiles
*/
.tile {
  padding: 2.25rem 2.375rem; }
  .tile h3 {
    text-transform: uppercase;
    color: #0067b9;
    margin-bottom: 1.75rem;
    position: relative;
    padding-left: 4.125rem;
    margin-left: -0.25rem;
    font-size: 1.375rem;
    line-height: 1.5em; }
    .tile h3 .fa {
      width: 1.8em;
      height: 1.8em;
      font-size: 1.6875rem;
      text-align: center;
      padding-top: .24em;
      border: 0.125rem solid #0067b9;
      border-radius: 1em;
      position: absolute;
      left: 0;
      top: -0.4375rem; }
      .tile h3 .fa.fa-envelope-o {
        padding-top: .28em; }
  .tile.tile-bg {
    background-color: #edf4fb; }
  .tile.tile-border-left {
    border-top: 0.0625rem solid #dfebf8; }
  .tile.tile-border-right {
    border-bottom: 0.0625rem solid #dfebf8; }
  .tile p {
    color: #212721;
    font-size: 1.125rem;
    line-height: 1.75rem; }
  .tile .margin-left {
    margin-left: 1.25rem; }
  .tile .button {
    margin-left: 2.5rem;
    margin-top: 1.25rem;
    display: block; }

@media only screen and (min-width: 64em) {
  .hero {
    background: transparent url("../images/hero-background.jpg") no-repeat center center;
    background-size: cover; }
  .tile.tile-border-left {
    border-top: 0;
    border-left: 0.0625rem solid #dfebf8; }
  .tile.tile-border-right {
    border-bottom: 0;
    border-right: 0.0625rem solid #dfebf8; } }

/*
//IDEA specific style
#home-tiles {background-color:#fff;}
.tile {
  #country-search {margin-top: rem-calc(20);margin-bottom:0;}
  .Select-control {
    border-radius: 0;
    border: 0;
    border-bottom: rem-calc(2) solid #c2113a;
    border-top: rem-calc(1) solid #ededed;
    background-color: #fafafa;
    height: rem-calc(43);
    font-size: 1rem;
  }
  .Select-placeholder {
    color: #819cb4;
    font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: rem-calc(15);
    line-height: rem-calc(42);
    padding-left: rem-calc(54);
    padding-right: rem-calc(20);
  }
  .Select-input {
    height: rem-calc(41);
    padding-left: rem-calc(54);

    & > input {
      padding:0;
      line-height: rem-calc(41);
      height: rem-calc(41);
      color:#305d85;
    }

    &:before {
      content: " ";
      position: absolute;
      width: rem-calc(36);
      height: rem-calc(23);
      border: rem-calc(1) dashed #ebe9e1;
      background-color: #fff;
      top: rem-calc(9);
      left: rem-calc(8);
    }
  }
  .Select-arrow {
    border-color:#ba0c2f transparent transparent;
  }
  .Select-menu-outer {
    max-height:rem-calc(130);
    top: auto;
    bottom: 100%;
    border: 0;
    box-shadow: rem-calc(-1 -1 1) rgba(0,0,0,.12);
  }
  .Select-menu {
    max-height:rem-calc(128);
    .Select-option {
      padding: rem-calc(4 8);
      border-bottom: rem-calc(1) solid #ececec;

      img {
        max-width: rem-calc(36);
        margin-right: rem-calc(6);
      }
    }
  }
  h3 .query-icon {
    width: 1.8em;
    height: 1.8em;
    font-size: rem-calc(27);
    border: rem-calc(2) solid #0067b9;
    border-radius: 1em;
    position: absolute;
    left: 0;
    top: rem-calc(-7);
    display: block;
    margin-top: 0;
    padding: 0;
    svg {
      width: rem-calc(68);
      height: rem-calc(68);
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: rem-calc(-34);
      margin-left: rem-calc(-33);
    }
    path {fill:#0067b9;}
  }
}
*/
/***END*/
/***
Panels
*/
.panel {
  background-color: #f3f3f3;
  padding: 1.25rem; }
  .panel p, .panel li, .panel a {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .panel li {
    margin-bottom: 0.375rem; }
    .panel li:last-child {
      margin-bottom: 0; }
  .panel p:last-child {
    margin-bottom: 0; }

.panel-support {
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem; }

/***END*/
.sticky {
  position: relative; }

/***
Tab Styles
*/
.tabs {
  background-color: transparent;
  border: 0;
  height: 5.6875rem; }
  .tabs:before {
    height: 5.625rem;
    background-color: #f3f3f3;
    box-shadow: 0 0.0625rem 0 #e6e6e6;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0; }
  .tabs .tabs-title {
    height: 100%;
    min-height: 5.6875rem;
    overflow-y: hidden; }
    .tabs .tabs-title + .tabs-title {
      padding-left: 0.25rem; }
    .tabs .tabs-title > a {
      height: 100%;
      margin-top: 2.6rem;
      font-weight: 700;
      font-size: 1rem;
      text-decoration: none;
      border-radius: 0.3125rem;
      padding: 1rem 1.5rem;
      background-color: #d7d9d8;
      color: #002e6e; }
    .tabs .tabs-title > a:focus, .tabs .tabs-title > a[aria-selected='true'] {
      background-color: #fff;
      margin-top: 2.3rem;
      color: #bd132e;
      padding-top: 1.3rem; }

.tabs-content {
  border: 0; }

.tabs-panel {
  padding: 1.5rem 0 2rem; }

#about-tabs .tabs-title > a {
  padding: 1rem 1.2rem; }
#about-tabs .tabs-title > a:focus, #about-tabs .tabs-title > a[aria-selected='true'] {
  padding-top: 1.3rem; }

@media only screen and (min-width: 64em) {
  .tabs .tabs-title > a {
    padding: 1rem 2rem; }
  #about-tabs .tabs-title > a {
    padding: 1rem 2rem; }
  #about-tabs .tabs-title > a:focus, #about-tabs .tabs-title > a[aria-selected='true'] {
    padding-top: 1.3rem; } }

/***END*/
/***
Accordion Styles
*/
.accordion {
  background-color: transparent; }
  .accordion .accordion-title {
    background-color: #f3f3f3;
    border: 0 !important;
    box-shadow: 0 0.0625rem 0 #e6e6e6;
    border-radius: 0 !important;
    margin-bottom: 0.125rem;
    color: #0a0a0a;
    font-size: 1.25rem;
    font-weight: 900;
    text-decoration: none; }
    .accordion .accordion-title:before {
      margin-top: -0.7rem; }
  .accordion .accordion-content {
    border: 0 !important;
    padding: .8rem 1rem 1rem; }
    .accordion .accordion-content h3 {
      font-size: 1.125rem;
      margin-bottom: .2rem; }
    .accordion .accordion-content p {
      font-size: 0.9375rem;
      line-height: 1.5; }

/***END*/
/***
Button Styles
*/
.button {
  color: #fff;
  background-color: #ba0c2f;
  display: inline-block;
  text-decoration: none;
  padding: 0.5625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0.25rem;
  position: relative; }
  .button:after {
    display: inline-block;
    font: normal normal normal .875rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    color: #651d32;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5625rem; }
  .button:hover, .button:focus, .button:active {
    color: #fff; }
    .button:hover:after, .button:focus:after, .button:active:after {
      color: #eaa5b9; }

/***END*/
/***
Dropdown Styles
*/
.button-dropdown {
  text-align: left;
  padding: 0.875rem 0.5rem 0.9375rem !important;
  background-color: #fff;
  color: #bd132e;
  border-radius: 0;
  text-transform: capitalize;
  width: 100%;
  border: 0.0625rem solid #e2e2e2; }
  .button-dropdown .fa-angle-down {
    width: 3rem;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 0.0625rem solid #ececec; }
  .button-dropdown:hover, .button-dropdown:focus, .button-dropdown:active {
    color: #bd132e; }
    .button-dropdown:hover .fa-angle-down, .button-dropdown:focus .fa-angle-down, .button-dropdown:active .fa-angle-down {
      color: #eaa5b9; }
  .button-dropdown:after {
    display: none; }
  .button-dropdown + .dropdown-pane {
    padding: 0;
    width: 100%;
    border-radius: 0;
    border-color: #dadada;
    background-color: #eaeaea; }
    .button-dropdown + .dropdown-pane.is-open {
      margin-top: -0.125rem !important; }
    .button-dropdown + .dropdown-pane ul {
      list-style: none;
      margin: 0; }
      .button-dropdown + .dropdown-pane ul a {
        color: #002e6e;
        padding: .6rem 1rem;
        display: block;
        border-top: 0.0625rem solid #dadada;
        text-decoration: none; }
        .button-dropdown + .dropdown-pane ul a:focus, .button-dropdown + .dropdown-pane ul a:hover {
          background-color: #fdfdfd; }
      .button-dropdown + .dropdown-pane ul li:first-child a {
        border-top: 0; }

.dropdown-container {
  position: relative; }

.row.header-background {
  background-color: #f6f6f6;
  border-bottom: 0.0625rem solid #e6e6e6; }
  .row.header-background .button-dropdown {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem 3rem 1rem 1rem !important; }

/***END*/
/***
Country Dashboard Search
*/
input.country-search {
  background-color: #fafafa;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: block;
  border-top: 0.0625rem solid #ededed;
  border-bottom: 0.125rem solid #c2113a;
  color: #819cb4;
  padding: 1.375rem 1.25rem 1.375rem 1.875rem; }
  input.country-search:focus {
    background-color: #fafafa;
    border-top: 0.0625rem solid #eaeaea;
    border-bottom: 0.125rem solid #c2113a;
    border-left: none;
    border-right: none;
    box-shadow: 0 -0.0625rem 0.125rem 0 #eaeaea inset; }

/***END*/
/***
Search Container

.search-container-header {
  position: relative;
  .fa-search {
    position: absolute;
    font-size: rem-calc(28);
    top: rem-calc(6);
    left: rem-calc(8);
  }
  input {
    padding-left:rem-calc(38);
  }
}
.search-container {
  position:relative;
  margin-bottom:2rem;

  .search-list {
    background-color: #fbfbfb;
    border: rem-calc(1) solid #ddd;
    box-shadow: rem-calc(0 1 2) rgba(0, 0, 0, 0.1) inset;
    margin: 0;
    max-height: rem-calc(710);
    overflow: auto;
    min-height:rem-calc(80);
    padding-top: rem-calc(10);
    transition: background 300ms ease;

    &:hover {
      background-color:#fefefe;
      border-color:#ccc;
      box-shadow: rem-calc(0 1 3) rgba(0, 0, 0, 0.1) inset;
      transition: background 300ms ease;
    }

    ul {
      margin:0;
      list-style:none;
    }

    li {
      margin: 0;
      min-height: rem-calc(60);
      padding-bottom: 0;

      &.search-list-category {
        clear:both !important;
        padding-bottom:rem-calc(15);
        border-bottom:rem-calc(1) solid #ddd;
        width:100%;

        &.disabled {
          min-height:rem-calc(25);

          h3 {
            color:#ccc;
            margin-top:rem-calc(5);

            span {
              display: inline-block;
              font-size: rem-calc(12);
              margin-left:rem-calc(5);
              text-transform: none;
            }
          }

          &:first-child h3 {margin-top:rem-calc(-5);}
        }

        h3 {
          font-weight: normal;
          margin: rem-calc(10 0 8 10);
          text-transform: uppercase;
          width: auto;
        }

        &:first-child h3 {margin-top:0;}
        h3 > span{display:none;}
      }

      &.no-results-found {
        background: none repeat fixed 0 0 rgba(255, 255, 255, 1);
        border-left: rem-calc(30) solid #ff6;
        box-shadow: rem-calc(0 0 1) rgba(0, 0, 0, 0.2);
        left: 1%;
        list-style-type: none;
        margin-top: rem-calc(35);
        padding: rem-calc(20 0 5 10);
        position: absolute;
        top: 0;
        width: 90%;
      }

      a {
        background-color:#fff;
        color:#336799;
        text-decoration: none;
        border: rem-calc(1) solid #ccc;
        border-radius:rem-calc(1);
        box-shadow: rem-calc(0 1 1) rgba(0, 0, 0, 0.1);
        display: block;
        min-height: rem-calc(48);
        padding: rem-calc(4 7);
        transition: all 725ms ease;

        &:hover,
        &:focus {
          background-color:#f6f6f6;
          border-color:#cacaca;
          box-shadow: rem-calc(0 1 1) rgba(0, 0, 0, 0.19);
          transition: all 289ms ease;
        }
      }
    }

    &#search_countries {
      li {
        min-height: 0;
        margin-bottom: rem-calc(8);
        &:last-child {margin-bottom:0;}

        a {
          min-height: rem-calc(5);
          padding: rem-calc(7 7 7 50);
          position: relative;
          line-height: rem-calc(28);


          span.country-icon {
            background-position: 0 0;
            background-size: rem-calc(42 26);
            box-shadow: none;
            height: rem-calc(26);
            left: rem-calc(4);
            top: rem-calc(8);
            width: rem-calc(42);
          }
        }
      }
    }
  }
  [class*="block-grid-"] > li:nth-of-type(3n+1) {clear:none;}
}
*/
/***END*/
/***
Country Icons
*/
span.country-icon {
  background: url('../images/country-icon-blank.png') no-repeat scroll -0.25rem -0.1875rem/4.375rem 2.9375rem transparent;
  box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0.1) inset, 0 0.1875rem 0.1875rem rgba(0, 0, 0, 0.2);
  height: 2.5rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 4rem; }
  span.country-icon.country-ai {
    background-image: url('../images/country-icon-AI.png'); }
  span.country-icon.country-bm {
    background-image: url('../images/country-icon-BM.png'); }
  span.country-icon.country-ck {
    background-image: url('../images/country-icon-CK.png'); }
  span.country-icon.country-cw {
    background-image: url('../images/country-icon-CW.png'); }
  span.country-icon.country-io {
    background-image: url('../images/country-icon-IO.png'); }
  span.country-icon.country-ky {
    background-image: url('../images/country-icon-KY.png'); }
  span.country-icon.country-ms {
    background-image: url('../images/country-icon-MS.png'); }
  span.country-icon.country-nc {
    background-image: url('../images/country-icon-NC.png'); }
  span.country-icon.country-pf {
    background-image: url('../images/country-icon-PF.png'); }
  span.country-icon.country-tc {
    background-image: url('../images/country-icon-TC.png'); }
  span.country-icon.country-tw {
    background-image: url('../images/country-icon-TW.png'); }
  span.country-icon.country-vg {
    background-image: url('../images/country-icon-VG.png'); }
  span.country-icon.country-sb {
    background-image: url('../images/country-icon-SB.png'); }
  span.country-icon.country-gb {
    background-image: url('../images/country-icon-UK.png'); }
  span.country-icon.country-af {
    background-image: url('../images/country-icon-AF.png'); }
  span.country-icon.country-am {
    background-image: url('../images/country-icon-AM.png'); }
  span.country-icon.country-bd {
    background-image: url('../images/country-icon-BD.png'); }
  span.country-icon.country-ba {
    background-image: url('../images/country-icon-BA.png'); }
  span.country-icon.country-br {
    background-image: url('../images/country-icon-BR.png'); }
  span.country-icon.country-cd {
    background-image: url('../images/country-icon-CD.png'); }
  span.country-icon.country-sv {
    background-image: url('../images/country-icon-SV.png'); }
  span.country-icon.country-et {
    background-image: url('../images/country-icon-ET.png'); }
  span.country-icon.country-ge {
    background-image: url('../images/country-icon-GE.png'); }
  span.country-icon.country-gh {
    background-image: url('../images/country-icon-GH.png'); }
  span.country-icon.country-gt {
    background-image: url('../images/country-icon-GT.png'); }
  span.country-icon.country-ht {
    background-image: url('../images/country-icon-HT.png'); }
  span.country-icon.country-hn {
    background-image: url('../images/country-icon-HN.png'); }
  span.country-icon.country-in {
    background-image: url('../images/country-icon-IN.png'); }
  span.country-icon.country-id {
    background-image: url('../images/country-icon-ID.png'); }
  span.country-icon.country-iq {
    background-image: url('../images/country-icon-IQ.png'); }
  span.country-icon.country-jo {
    background-image: url('../images/country-icon-JO.png'); }
  span.country-icon.country-ke {
    background-image: url('../images/country-icon-KE.png'); }
  span.country-icon.country-xk {
    background-image: url('../images/country-icon-XK.png'); }
  span.country-icon.country-lr {
    background-image: url('../images/country-icon-LR.png'); }
  span.country-icon.country-mw {
    background-image: url('../images/country-icon-MW.png'); }
  span.country-icon.country-ma {
    background-image: url('../images/country-icon-MA.png'); }
  span.country-icon.country-mz {
    background-image: url('../images/country-icon-MZ.png'); }
  span.country-icon.country-np {
    background-image: url('../images/country-icon-NP.png'); }
  span.country-icon.country-ni {
    background-image: url('../images/country-icon-NI.png'); }
  span.country-icon.country-ng {
    background-image: url('../images/country-icon-NG.png'); }
  span.country-icon.country-pe {
    background-image: url('../images/country-icon-PE.png'); }
  span.country-icon.country-ph {
    background-image: url('../images/country-icon-PH.png'); }
  span.country-icon.country-rw {
    background-image: url('../images/country-icon-RW.png'); }
  span.country-icon.country-sn {
    background-image: url('../images/country-icon-SN.png'); }
  span.country-icon.country-ss {
    background-image: url('../images/country-icon-SS.png'); }
  span.country-icon.country-tz {
    background-image: url('../images/country-icon-TZ.png'); }
  span.country-icon.country-tl {
    background-image: url('../images/country-icon-TL.png'); }
  span.country-icon.country-ug {
    background-image: url('../images/country-icon-UG.png'); }
  span.country-icon.country-ua {
    background-image: url('../images/country-icon-UKR.png'); }
  span.country-icon.country-ps {
    background-image: url('../images/country-icon-PS.png'); }
  span.country-icon.country-ae {
    background-image: url('../images/country-icon-AE.png'); }
  span.country-icon.country-ag {
    background-image: url('../images/country-icon-AG.png'); }
  span.country-icon.country-al {
    background-image: url('../images/country-icon-AL.png'); }
  span.country-icon.country-ao {
    background-image: url('../images/country-icon-AO.png'); }
  span.country-icon.country-ar {
    background-image: url('../images/country-icon-AR.png'); }
  span.country-icon.country-at {
    background-image: url('../images/country-icon-AT.png'); }
  span.country-icon.country-au {
    background-image: url('../images/country-icon-AU.png'); }
  span.country-icon.country-aw {
    background-image: url('../images/country-icon-AW.png'); }
  span.country-icon.country-az {
    background-image: url('../images/country-icon-AZ.png'); }
  span.country-icon.country-bb {
    background-image: url('../images/country-icon-BB.png'); }
  span.country-icon.country-be {
    background-image: url('../images/country-icon-BE.png'); }
  span.country-icon.country-bf {
    background-image: url('../images/country-icon-BF.png'); }
  span.country-icon.country-bg {
    background-image: url('../images/country-icon-BG.png'); }
  span.country-icon.country-bh {
    background-image: url('../images/country-icon-BH.png'); }
  span.country-icon.country-bi {
    background-image: url('../images/country-icon-BI.png'); }
  span.country-icon.country-bj {
    background-image: url('../images/country-icon-BJ.png'); }
  span.country-icon.country-bn {
    background-image: url('../images/country-icon-BN.png'); }
  span.country-icon.country-bo {
    background-image: url('../images/country-icon-BO.png'); }
  span.country-icon.country-bs {
    background-image: url('../images/country-icon-BS.png'); }
  span.country-icon.country-bt {
    background-image: url('../images/country-icon-BT.png'); }
  span.country-icon.country-bw {
    background-image: url('../images/country-icon-BW.png'); }
  span.country-icon.country-by {
    background-image: url('../images/country-icon-BY.png'); }
  span.country-icon.country-bz {
    background-image: url('../images/country-icon-BZ.png'); }
  span.country-icon.country-ca {
    background-image: url('../images/country-icon-CA.png'); }
  span.country-icon.country-cf {
    background-image: url('../images/country-icon-CF.png'); }
  span.country-icon.country-cg {
    background-image: url('../images/country-icon-CG.png'); }
  span.country-icon.country-ch {
    background-image: url('../images/country-icon-CH.png'); }
  span.country-icon.country-ci {
    background-image: url('../images/country-icon-CI.png'); }
  span.country-icon.country-cl {
    background-image: url('../images/country-icon-CL.png'); }
  span.country-icon.country-cm {
    background-image: url('../images/country-icon-CM.png'); }
  span.country-icon.country-cn {
    background-image: url('../images/country-icon-CN.png'); }
  span.country-icon.country-co {
    background-image: url('../images/country-icon-CO.png'); }
  span.country-icon.country-cr {
    background-image: url('../images/country-icon-CR.png'); }
  span.country-icon.country-cu {
    background-image: url('../images/country-icon-CU.png'); }
  span.country-icon.country-cv {
    background-image: url('../images/country-icon-CV.png'); }
  span.country-icon.country-cy {
    background-image: url('../images/country-icon-CY.png'); }
  span.country-icon.country-cz {
    background-image: url('../images/country-icon-CZ.png'); }
  span.country-icon.country-de {
    background-image: url('../images/country-icon-DE.png'); }
  span.country-icon.country-dj {
    background-image: url('../images/country-icon-DJ.png'); }
  span.country-icon.country-dk {
    background-image: url('../images/country-icon-DK.png'); }
  span.country-icon.country-dm {
    background-image: url('../images/country-icon-DM.png'); }
  span.country-icon.country-do {
    background-image: url('../images/country-icon-DO.png'); }
  span.country-icon.country-dz {
    background-image: url('../images/country-icon-DZ.png'); }
  span.country-icon.country-ec {
    background-image: url('../images/country-icon-EC.png'); }
  span.country-icon.country-ee {
    background-image: url('../images/country-icon-EE.png'); }
  span.country-icon.country-eg {
    background-image: url('../images/country-icon-EG.png'); }
  span.country-icon.country-eh {
    background-image: url('../images/country-icon-EH.png'); }
  span.country-icon.country-er {
    background-image: url('../images/country-icon-ER.png'); }
  span.country-icon.country-es {
    background-image: url('../images/country-icon-ES.png'); }
  span.country-icon.country-fi {
    background-image: url('../images/country-icon-FI.png'); }
  span.country-icon.country-fj {
    background-image: url('../images/country-icon-FJ.png'); }
  span.country-icon.country-fm {
    background-image: url('../images/country-icon-FM.png'); }
  span.country-icon.country-fr {
    background-image: url('../images/country-icon-FR.png'); }
  span.country-icon.country-ga {
    background-image: url('../images/country-icon-GA.png'); }
  span.country-icon.country-gd {
    background-image: url('../images/country-icon-GD.png'); }
  span.country-icon.country-gm {
    background-image: url('../images/country-icon-GM.png'); }
  span.country-icon.country-gn {
    background-image: url('../images/country-icon-GN.png'); }
  span.country-icon.country-gq {
    background-image: url('../images/country-icon-GQ.png'); }
  span.country-icon.country-gr {
    background-image: url('../images/country-icon-GR.png'); }
  span.country-icon.country-gw {
    background-image: url('../images/country-icon-GW.png'); }
  span.country-icon.country-gy {
    background-image: url('../images/country-icon-GY.png'); }
  span.country-icon.country-hk {
    background-image: url('../images/country-icon-HK.png'); }
  span.country-icon.country-hr {
    background-image: url('../images/country-icon-HR.png'); }
  span.country-icon.country-hu {
    background-image: url('../images/country-icon-HU.png'); }
  span.country-icon.country-ie {
    background-image: url('../images/country-icon-IE.png'); }
  span.country-icon.country-il {
    background-image: url('../images/country-icon-IL.png'); }
  span.country-icon.country-ir {
    background-image: url('../images/country-icon-IR.png'); }
  span.country-icon.country-is {
    background-image: url('../images/country-icon-IS.png'); }
  span.country-icon.country-it {
    background-image: url('../images/country-icon-IT.png'); }
  span.country-icon.country-jm {
    background-image: url('../images/country-icon-JM.png'); }
  span.country-icon.country-jp {
    background-image: url('../images/country-icon-JP.png'); }
  span.country-icon.country-kg {
    background-image: url('../images/country-icon-KG.png'); }
  span.country-icon.country-kh {
    background-image: url('../images/country-icon-KH.png'); }
  span.country-icon.country-ki {
    background-image: url('../images/country-icon-KI.png'); }
  span.country-icon.country-km {
    background-image: url('../images/country-icon-KM.png'); }
  span.country-icon.country-kn {
    background-image: url('../images/country-icon-KN.png'); }
  span.country-icon.country-kp {
    background-image: url('../images/country-icon-KP.png'); }
  span.country-icon.country-kr {
    background-image: url('../images/country-icon-KR.png'); }
  span.country-icon.country-kw {
    background-image: url('../images/country-icon-KW.png'); }
  span.country-icon.country-kz {
    background-image: url('../images/country-icon-KZ.png'); }
  span.country-icon.country-la {
    background-image: url('../images/country-icon-LA.png'); }
  span.country-icon.country-lb {
    background-image: url('../images/country-icon-LB.png'); }
  span.country-icon.country-lc {
    background-image: url('../images/country-icon-LC.png'); }
  span.country-icon.country-lk {
    background-image: url('../images/country-icon-LK.png'); }
  span.country-icon.country-ls {
    background-image: url('../images/country-icon-LS.png'); }
  span.country-icon.country-lt {
    background-image: url('../images/country-icon-LT.png'); }
  span.country-icon.country-lu {
    background-image: url('../images/country-icon-LU.png'); }
  span.country-icon.country-lv {
    background-image: url('../images/country-icon-LV.png'); }
  span.country-icon.country-ly {
    background-image: url('../images/country-icon-LY.png'); }
  span.country-icon.country-md {
    background-image: url('../images/country-icon-MD.png'); }
  span.country-icon.country-me {
    background-image: url('../images/country-icon-ME.png'); }
  span.country-icon.country-mg {
    background-image: url('../images/country-icon-MG.png'); }
  span.country-icon.country-mh {
    background-image: url('../images/country-icon-MH.png'); }
  span.country-icon.country-mk {
    background-image: url('../images/country-icon-MK.png'); }
  span.country-icon.country-ml {
    background-image: url('../images/country-icon-ML.png'); }
  span.country-icon.country-mm {
    background-image: url('../images/country-icon-MM.png'); }
  span.country-icon.country-mn {
    background-image: url('../images/country-icon-MN.png'); }
  span.country-icon.country-mo {
    background-image: url('../images/country-icon-MO.png'); }
  span.country-icon.country-mr {
    background-image: url('../images/country-icon-MR.png'); }
  span.country-icon.country-mt {
    background-image: url('../images/country-icon-MT.png'); }
  span.country-icon.country-mu {
    background-image: url('../images/country-icon-MU.png'); }
  span.country-icon.country-mv {
    background-image: url('../images/country-icon-MV.png'); }
  span.country-icon.country-mx {
    background-image: url('../images/country-icon-MX.png'); }
  span.country-icon.country-my {
    background-image: url('../images/country-icon-MY.png'); }
  span.country-icon.country-na {
    background-image: url('../images/country-icon-NA.png'); }
  span.country-icon.country-ne {
    background-image: url('../images/country-icon-NE.png'); }
  span.country-icon.country-nl {
    background-image: url('../images/country-icon-NL.png'); }
  span.country-icon.country-no {
    background-image: url('../images/country-icon-NO.png'); }
  span.country-icon.country-nr {
    background-image: url('../images/country-icon-NR.png'); }
  span.country-icon.country-nz {
    background-image: url('../images/country-icon-NZ.png'); }
  span.country-icon.country-om {
    background-image: url('../images/country-icon-OM.png'); }
  span.country-icon.country-pa {
    background-image: url('../images/country-icon-PA.png'); }
  span.country-icon.country-pg {
    background-image: url('../images/country-icon-PG.png'); }
  span.country-icon.country-pk {
    background-image: url('../images/country-icon-PK.png'); }
  span.country-icon.country-pl {
    background-image: url('../images/country-icon-PL.png'); }
  span.country-icon.country-pt {
    background-image: url('../images/country-icon-PT.png'); }
  span.country-icon.country-pw {
    background-image: url('../images/country-icon-PW.png'); }
  span.country-icon.country-py {
    background-image: url('../images/country-icon-PY.png'); }
  span.country-icon.country-qa {
    background-image: url('../images/country-icon-QA.png'); }
  span.country-icon.country-ro {
    background-image: url('../images/country-icon-RO.png'); }
  span.country-icon.country-rs {
    background-image: url('../images/country-icon-RS.png'); }
  span.country-icon.country-ru {
    background-image: url('../images/country-icon-RU.png'); }
  span.country-icon.country-sa {
    background-image: url('../images/country-icon-SA.png'); }
  span.country-icon.country-sc {
    background-image: url('../images/country-icon-SC.png'); }
  span.country-icon.country-sd {
    background-image: url('../images/country-icon-SD.png'); }
  span.country-icon.country-se {
    background-image: url('../images/country-icon-SE.png'); }
  span.country-icon.country-sg {
    background-image: url('../images/country-icon-SG.png'); }
  span.country-icon.country-si {
    background-image: url('../images/country-icon-SI.png'); }
  span.country-icon.country-sk {
    background-image: url('../images/country-icon-SK.png'); }
  span.country-icon.country-sl {
    background-image: url('../images/country-icon-SL.png'); }
  span.country-icon.country-so {
    background-image: url('../images/country-icon-SO.png'); }
  span.country-icon.country-sr {
    background-image: url('../images/country-icon-SR.png'); }
  span.country-icon.country-st {
    background-image: url('../images/country-icon-ST.png'); }
  span.country-icon.country-sy {
    background-image: url('../images/country-icon-SY.png'); }
  span.country-icon.country-sz {
    background-image: url('../images/country-icon-SZ.png'); }
  span.country-icon.country-td {
    background-image: url('../images/country-icon-TD.png'); }
  span.country-icon.country-tg {
    background-image: url('../images/country-icon-TG.png'); }
  span.country-icon.country-th {
    background-image: url('../images/country-icon-TH.png'); }
  span.country-icon.country-tj {
    background-image: url('../images/country-icon-TJ.png'); }
  span.country-icon.country-tm {
    background-image: url('../images/country-icon-TM.png'); }
  span.country-icon.country-tn {
    background-image: url('../images/country-icon-TN.png'); }
  span.country-icon.country-to {
    background-image: url('../images/country-icon-TO.png'); }
  span.country-icon.country-tr {
    background-image: url('../images/country-icon-TR.png'); }
  span.country-icon.country-tt {
    background-image: url('../images/country-icon-TT.png'); }
  span.country-icon.country-tv {
    background-image: url('../images/country-icon-TV.png'); }
  span.country-icon.country-uy {
    background-image: url('../images/country-icon-UY.png'); }
  span.country-icon.country-uz {
    background-image: url('../images/country-icon-UZ.png'); }
  span.country-icon.country-vc {
    background-image: url('../images/country-icon-VC.png'); }
  span.country-icon.country-ve {
    background-image: url('../images/country-icon-VE.png'); }
  span.country-icon.country-vn {
    background-image: url('../images/country-icon-VN.png'); }
  span.country-icon.country-vu {
    background-image: url('../images/country-icon-VU.png'); }
  span.country-icon.country-ws {
    background-image: url('../images/country-icon-WS.png'); }
  span.country-icon.country-ye {
    background-image: url('../images/country-icon-YE.png'); }
  span.country-icon.country-za {
    background-image: url('../images/country-icon-ZA.png'); }
  span.country-icon.country-zm {
    background-image: url('../images/country-icon-ZM.png'); }
  span.country-icon.country-zw {
    background-image: url('../images/country-icon-ZW.png'); }

/***END*/
/***
SOURCE TAB
*/
#source-list .pull-right .panel {
  border-left: 0 solid #fff;
  border-bottom: 1.875rem solid #fff; }
#source-list #source-data h2 {
  background: #f3f3f3;
  box-shadow: 0 0.0625rem 0 #e6e6e6;
  padding: 1.25rem 1rem;
  margin-top: 4rem;
  display: block;
  width: 100%;
  font-size: 1.25rem;
  color: #0a0a0a;
  font-weight: 900; }
  #source-list #source-data h2:first-child {
    margin-top: 2rem; }
  #source-list #source-data h2 hr {
    display: none; }
  #source-list #source-data h2 + hr {
    display: none; }
#source-list #source-data h3 {
  margin-left: 0.9375rem;
  margin-bottom: .1rem;
  margin-top: 1rem; }
  #source-list #source-data h3 + p {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-bottom: .6rem; }
#source-list #source-data hr {
  border-bottom: 0.0625rem solid #e0e0e0;
  margin-left: 0.9375rem;
  clear: none; }
#source-list #source-data p {
  margin-left: 0.9375rem;
  margin-bottom: .3rem; }
  #source-list #source-data p span {
    font-weight: 700; }

@media only screen and (min-width: 40em) {
  #source-list .pull-right .panel {
    border-left: 1.875rem solid #fff; } }

/***END*/