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

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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 {
  outline: 0; }

a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

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: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 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"] {
  box-sizing: content-box;
  -webkit-appearance: textfield; }

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

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

@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 34em) {
    html {
      font-size: 18px; } }

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #73ade9;
  text-decoration: none; }

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

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.container {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }
  .container::after {
    display: table;
    clear: both;
    content: ""; }
  @media (min-width: 576px) {
    .container {
      max-width: 544px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 768px) {
    .container.container-sm {
      max-width: 544px; } }
  @media (min-width: 992px) {
    .container.container-sm {
      max-width: 720px; } }
  @media (min-width: 1200px) {
    .container.container-sm {
      max-width: 940px; } }
  @media (min-width: 768px) {
    .container.container-xs {
      max-width: 544px; } }
  @media (min-width: 992px) {
    .container.container-xs {
      max-width: 544px; } }
  @media (min-width: 1200px) {
    .container.container-xs {
      max-width: 720px; } }

.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid::after {
    display: table;
    clear: both;
    content: ""; }

.row {
  margin-right: -1rem;
  margin-left: -1rem; }
  .row::after {
    display: table;
    clear: both;
    content: ""; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.333333%; }

.col-xs-2 {
  width: 16.666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.333333%; }

.col-xs-5 {
  width: 41.666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.333333%; }

.col-xs-8 {
  width: 66.666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.333333%; }

.col-xs-11 {
  width: 91.666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.333333%; }

.col-xs-pull-2 {
  right: 16.666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.333333%; }

.col-xs-pull-5 {
  right: 41.666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.333333%; }

.col-xs-pull-8 {
  right: 66.666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.333333%; }

.col-xs-pull-11 {
  right: 91.666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.333333%; }

.col-xs-push-2 {
  left: 16.666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.333333%; }

.col-xs-push-5 {
  left: 41.666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.333333%; }

.col-xs-push-8 {
  left: 66.666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.333333%; }

.col-xs-push-11 {
  left: 91.666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.333333%; }

.col-xs-offset-2 {
  margin-left: 16.666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.333333%; }

.col-xs-offset-5 {
  margin-left: 41.666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.333333%; }

.col-xs-offset-8 {
  margin-left: 66.666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.333333%; }

.col-xs-offset-11 {
  margin-left: 91.666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 544px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.333333%; }

  .col-sm-2 {
    width: 16.666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.333333%; }

  .col-sm-5 {
    width: 41.666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.333333%; }

  .col-sm-8 {
    width: 66.666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.333333%; }

  .col-sm-11 {
    width: 91.666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.333333%; }

  .col-sm-pull-2 {
    right: 16.666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.333333%; }

  .col-sm-pull-5 {
    right: 41.666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.333333%; }

  .col-sm-pull-8 {
    right: 66.666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.333333%; }

  .col-sm-pull-11 {
    right: 91.666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.333333%; }

  .col-sm-push-2 {
    left: 16.666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.333333%; }

  .col-sm-push-5 {
    left: 41.666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.333333%; }

  .col-sm-push-8 {
    left: 66.666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.333333%; }

  .col-sm-push-11 {
    left: 91.666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.333333%; }

  .col-sm-offset-2 {
    margin-left: 16.666667%; }

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

  .col-sm-offset-4 {
    margin-left: 33.333333%; }

  .col-sm-offset-5 {
    margin-left: 41.666667%; }

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

  .col-sm-offset-7 {
    margin-left: 58.333333%; }

  .col-sm-offset-8 {
    margin-left: 66.666667%; }

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

  .col-sm-offset-10 {
    margin-left: 83.333333%; }

  .col-sm-offset-11 {
    margin-left: 91.666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.333333%; }

  .col-md-2 {
    width: 16.666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.333333%; }

  .col-md-5 {
    width: 41.666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.333333%; }

  .col-md-8 {
    width: 66.666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.333333%; }

  .col-md-11 {
    width: 91.666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.333333%; }

  .col-md-pull-2 {
    right: 16.666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.333333%; }

  .col-md-pull-5 {
    right: 41.666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.333333%; }

  .col-md-pull-8 {
    right: 66.666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.333333%; }

  .col-md-pull-11 {
    right: 91.666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.333333%; }

  .col-md-push-2 {
    left: 16.666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.333333%; }

  .col-md-push-5 {
    left: 41.666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.333333%; }

  .col-md-push-8 {
    left: 66.666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.333333%; }

  .col-md-push-11 {
    left: 91.666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.333333%; }

  .col-md-offset-2 {
    margin-left: 16.666667%; }

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

  .col-md-offset-4 {
    margin-left: 33.333333%; }

  .col-md-offset-5 {
    margin-left: 41.666667%; }

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

  .col-md-offset-7 {
    margin-left: 58.333333%; }

  .col-md-offset-8 {
    margin-left: 66.666667%; }

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

  .col-md-offset-10 {
    margin-left: 83.333333%; }

  .col-md-offset-11 {
    margin-left: 91.666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.333333%; }

  .col-lg-2 {
    width: 16.666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.333333%; }

  .col-lg-5 {
    width: 41.666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.333333%; }

  .col-lg-8 {
    width: 66.666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.333333%; }

  .col-lg-11 {
    width: 91.666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.333333%; }

  .col-lg-pull-2 {
    right: 16.666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.333333%; }

  .col-lg-pull-5 {
    right: 41.666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.333333%; }

  .col-lg-pull-8 {
    right: 66.666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.333333%; }

  .col-lg-pull-11 {
    right: 91.666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.333333%; }

  .col-lg-push-2 {
    left: 16.666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.333333%; }

  .col-lg-push-5 {
    left: 41.666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.333333%; }

  .col-lg-push-8 {
    left: 66.666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.333333%; }

  .col-lg-push-11 {
    left: 91.666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.333333%; }

  .col-lg-offset-2 {
    margin-left: 16.666667%; }

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

  .col-lg-offset-4 {
    margin-left: 33.333333%; }

  .col-lg-offset-5 {
    margin-left: 41.666667%; }

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

  .col-lg-offset-7 {
    margin-left: 58.333333%; }

  .col-lg-offset-8 {
    margin-left: 66.666667%; }

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

  .col-lg-offset-10 {
    margin-left: 83.333333%; }

  .col-lg-offset-11 {
    margin-left: 91.666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }

  .col-xl-1 {
    width: 8.333333%; }

  .col-xl-2 {
    width: 16.666667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.333333%; }

  .col-xl-5 {
    width: 41.666667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.333333%; }

  .col-xl-8 {
    width: 66.666667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.333333%; }

  .col-xl-11 {
    width: 91.666667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.333333%; }

  .col-xl-pull-2 {
    right: 16.666667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.333333%; }

  .col-xl-pull-5 {
    right: 41.666667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.333333%; }

  .col-xl-pull-8 {
    right: 66.666667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.333333%; }

  .col-xl-pull-11 {
    right: 91.666667%; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.333333%; }

  .col-xl-push-2 {
    left: 16.666667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.333333%; }

  .col-xl-push-5 {
    left: 41.666667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.333333%; }

  .col-xl-push-8 {
    left: 66.666667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.333333%; }

  .col-xl-push-11 {
    left: 91.666667%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-offset-0 {
    margin-left: 0; }

  .col-xl-offset-1 {
    margin-left: 8.333333%; }

  .col-xl-offset-2 {
    margin-left: 16.666667%; }

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

  .col-xl-offset-4 {
    margin-left: 33.333333%; }

  .col-xl-offset-5 {
    margin-left: 41.666667%; }

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

  .col-xl-offset-7 {
    margin-left: 58.333333%; }

  .col-xl-offset-8 {
    margin-left: 66.666667%; }

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

  .col-xl-offset-10 {
    margin-left: 83.333333%; }

  .col-xl-offset-11 {
    margin-left: 91.666667%; }

  .col-xl-offset-12 {
    margin-left: 100%; } }
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/ZLqKeelYbATG60EpZBSDy4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/oHi30kwQWvpCWqAhzHcCSIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/rGvHdJnr2l75qb0YND9NyIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/mx9Uck6uB63VIKFYnEMXrYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/mbmhprMH69Zi6eEPBYVFhYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/oOeFwZNlrTefzLYmlVV1UIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v15/s7gftie1JANC-QmDJvMWZoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v15/3Y_xCyt7TNunMGg0Et2pnoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v15/WeQRRE07FDkIrr29oHQgHIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v15/jyIYROCkJM3gZ4KV00YXOIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v15/phsu-QZXz1JBv0PbFoPmEIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v15/9_7S_tWeGDh5Pq3u05RVkoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v15/mnpfi9pxYH-Go5UiibESIpBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v15/WxrXJa0C3KdtC7lMafG4dRkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v15/OpXUqTo0UgQQhGj_SFdLWBkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v15/1hZf02POANh32k2VkgEoUBkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v15/cDKhRaXnQTOVbaoxwdOr9xkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v15/K23cxWVTrIFD6DJsEVi07RkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v15/vSzulfKSK0LLjjfeaxcREhkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v15/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0fZraR2Tg8w2lzm7kLNL0-w.woff2) format("woff2");
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F; }
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0V4sYYdJg5dU2qzJEVSuta0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0VBW26QxpSj-_ZKm_xT4hWw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0Qt_Rm691LTebKfY2ZkKSmI.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0dDiNsR5a-9Oe_Ivpu8XWlY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0aE8kM4xWR1_1bYURRojRGc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0Ygp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/*!
 *  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 #eee;
  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);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

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

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

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

.container {
  width: 100%; }

.bg-faded {
  background-color: #eee !important;
  color: #333; }

.bg-one {
  background-color: #73ade9 !important;
  color: white; }

.bg-two {
  background-color: #344f69 !important;
  color: white; }

.bg-dark {
  background-color: #333 !important;
  color: white; }

.btn {
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin: 2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  padding: .5rem 1rem;
  -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
  min-width: 180px;
  background-color: #73ade9;
  border-color: #73ade9;
  color: white;
  text-decoration: none !important;
  cursor: pointer; }
  .btn:hover, .btn:active, .btn:focus {
    text-decoration: none;
    background-color: #3186df;
    border-color: #3186df;
    color: white; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

form {
  text-align: left; }
  form br {
    display: none; }

.form-control {
  border-radius: 2px;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: white;
  background-image: none;
  border: 2px solid #ccc; }
  .form-control:focus {
    border-color: #73ade9;
    outline: none; }
  .form-control::-ms-expand {
    background-color: white;
    border: 0; }
  .form-control::-webkit-input-placeholder {
    color: #333;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #333;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #333;
    opacity: 1; }
  .form-control::placeholder {
    color: #333;
    opacity: 1; }

.form-group {
  margin-bottom: 1rem; }

div.wpcf7 {
  margin: 0;
  padding: 0; }
  div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0; }
  div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px; }
  div.wpcf7 div.ajax-error {
    display: none; }
  div.wpcf7 .placeheld {
    color: white; }
  div.wpcf7 br {
    display: none; }
  div.wpcf7 label .fa {
    color: #73ade9; }

div.wpcf7-response-output {
  margin: 2rem 0 1rem;
  padding: 0.5rem 1rem;
  text-align: center; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14; }

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000; }

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500; }

div.wpcf7-validation-errors {
  border: 2px solid #f7e700; }

.wpcf7-form-control-wrap {
  position: relative; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: block; }

.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: white;
  padding: .2em .8em; }

span.wpcf7-list-item {
  margin-left: 0.5em; }

.wpcf7-display-none {
  display: none; }

body {
  position: relative; }

.site {
  position: relative;
  background-color: white;
  color: #333;
  margin-bottom: 310px;
  overflow-x: hidden; }
  @media (min-width: 48em) {
    .site {
      padding-top: 131px; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }
.error {
  text-align: center; }
  .error .error-img {
    padding: 1rem; }
    .error .error-img img {
      height: auto;
      width: 170px;
      max-width: 100%; }

.site-content {
  position: relative;
  background-color: white; }

.site-header {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  color: #333;
  background-color: white;
  position: relative;
  z-index: 99; }
  .site-header > .container {
    -webkit-transition: padding .3s ease-in-out;
            transition: padding .3s ease-in-out;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  @media (min-width: 48em) {
    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: auto;
      z-index: 99; }
      .admin-bar .site-header {
        top: 32px; }
      .site-header.small-padding > .container {
        padding-top: .5rem;
        padding-bottom: .5rem; } }
  .site-header a {
    color: inherit; }
    .site-header a:hover, .site-header a:active, .site-header a:focus {
      text-decoration: none;
      color: #73ade9; }
  .site-header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .site-header .menu-item-object-custom a {
    border-radius: 2px;
    background-color: #73ade9;
    color: white; }
    .site-header .menu-item-object-custom a:hover, .site-header .menu-item-object-custom a:focus, .site-header .menu-item-object-custom a:active {
      background-color: #344f69;
      color: white; }
  @media (min-width: 75em) {
    .site-header .header-sub-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .site-header .header-sub-row .contact-info {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-left: 2rem; } }
  .site-header .logo {
    font-size: 1.15rem;
    font-weight: 500;
    display: block;
    padding-right: 1rem; }
    .site-header .logo img {
      max-width: 100%;
      height: auto; }
      @media (max-width: 33.99em) {
        .site-header .logo img {
          width: 150px; } }
  @media (max-width: 33.99em) {
    .site-header .hidden-mobile {
      display: none; } }
  @media (max-width: 61.99em) {
    .site-header nav {
      display: none; } }
  .site-header nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right; }
    .site-header nav > ul > li {
      display: inline-block;
      border: 2px solid transparent; }
      .site-header nav > ul > li a {
        display: inline-block;
        font-size: .9rem;
        padding: 0.5rem 0.2rem; }
        @media (min-width: 75em) {
          .site-header nav > ul > li a {
            font-size: 1rem;
            padding: .5rem; } }
      .site-header nav > ul > li.current_page_item, .site-header nav > ul > li:hover {
        border-color: white; }
      .site-header nav > ul > li.menu-item-has-children, .site-header nav > ul > li.menu_item_has_children {
        position: relative; }
        .site-header nav > ul > li.menu-item-has-children > ul, .site-header nav > ul > li.menu_item_has_children > ul {
          position: absolute;
          top: 100%;
          z-index: 1000;
          display: none;
          float: left;
          left: -2px;
          min-width: 160px;
          padding: 0;
          margin: 0;
          color: white;
          text-align: left;
          list-style: none;
          background-color: #73ade9;
          background-clip: padding-box;
          border: 2px solid white; }
          .site-header nav > ul > li.menu-item-has-children > ul > li a, .site-header nav > ul > li.menu_item_has_children > ul > li a {
            padding: .5rem .75rem;
            font-size: 1rem;
            display: block;
            text-align: left;
            -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
                    transition: background-color .3s ease-in-out, color .3s ease-in-out;
            white-space: nowrap; }
            .site-header nav > ul > li.menu-item-has-children > ul > li a:hover, .site-header nav > ul > li.menu-item-has-children > ul > li a:focus, .site-header nav > ul > li.menu-item-has-children > ul > li a:active, .site-header nav > ul > li.menu_item_has_children > ul > li a:hover, .site-header nav > ul > li.menu_item_has_children > ul > li a:focus, .site-header nav > ul > li.menu_item_has_children > ul > li a:active {
              background-color: #eee;
              text-decoration: none;
              color: #333; }
        .site-header nav > ul > li.menu-item-has-children:hover > ul,
        .site-header nav > ul > li.menu-item-has-children a:active > ul, .site-header nav > ul > li.menu-item-has-children:focus > ul, .site-header nav > ul > li.menu_item_has_children:hover > ul,
        .site-header nav > ul > li.menu_item_has_children a:active > ul, .site-header nav > ul > li.menu_item_has_children:focus > ul {
          display: block; }
  .site-header .contact-info {
    text-align: right;
    font-size: .9rem; }
    .site-header .contact-info .contact-info-social {
      display: inline-block; }
      @media (max-width: 61.99em) {
        .site-header .contact-info .contact-info-social {
          display: none; } }
    .site-header .contact-info .btn {
      padding: .25rem .5rem;
      color: white;
      margin-left: .5rem; }
    @media (min-width: 34em) and (max-width: 47.99em) {
      .site-header .contact-info a {
        display: block; } }
    .site-header .contact-info a + a {
      margin-left: .7rem; }
  .site-header .logo-icon {
    display: none; }
  .site-header.small-padding hr {
    display: none; }
  .site-header.small-padding .contact-info {
    display: none; }
  .site-header.small-padding .logo {
    display: none; }
  .site-header.small-padding .logo-icon {
    display: block; }

.hamburger {
  display: block;
  z-index: 999999999;
  font-size: 1rem;
  margin-right: 0;
  margin-left: auto;
  width: 2rem;
  cursor: pointer; }
  @media (min-width: 62em) {
    .hamburger {
      display: none; } }
  .hamburger span {
    background-color: #333;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
    -webkit-transform-origin: center center;
            transform-origin: center center; }
    .hamburger span:after {
      content: '';
      height: 2px;
      width: 4px;
      background-color: white;
      position: absolute;
      top: 0;
      left: -4px;
      -webkit-transition: left .3s ease-in-out;
              transition: left .3s ease-in-out; }
    .hamburger span + span {
      margin-top: .5rem; }
    .hamburger span:first-child {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      top: 0; }
    .hamburger span:nth-child(2) {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .hamburger span:nth-child(2):after {
        -webkit-transition-delay: .1s;
                transition-delay: .1s; }
    .hamburger span:nth-child(3) {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      top: 0; }
      .hamburger span:nth-child(3):after {
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
  .hamburger div {
    position: relative;
    z-index: 999999997;
    width: 38px;
    top: 10px;
    right: 7px;
    text-transform: uppercase;
    color: #333;
    font-size: 11px; }
    .hamburger div:after {
      text-align: center;
      content: "menu"; }
  .hamburger.open span {
    background-color: white; }
    .hamburger.open span:after {
      display: none; }
    .hamburger.open span:first-child {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: .6rem; }
    .hamburger.open span:nth-child(2) {
      opacity: 0;
      -webkit-transform: translateX(-30px);
              transform: translateX(-30px); }
    .hamburger.open span:nth-child(3) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: -.6rem; }
  .hamburger.open div {
    color: white; }
    .hamburger.open div:after {
      content: "close"; }
  .hamburger:hover span:after {
    left: 100%; }

.side-menu {
  position: fixed;
  box-shadow: 0 0 0.5rem rgba(51, 51, 51, 0.2);
  background-color: #333;
  color: white;
  height: 100%;
  text-align: center;
  min-height: 100%;
  width: 100%;
  top: 0;
  right: -100%;
  padding-top: 2rem;
  z-index: 998;
  -webkit-transition: right 1s ease-in-out;
          transition: right 1s ease-in-out; }
  @media (min-width: 34em) {
    .side-menu {
      width: 350px;
      right: -350px; } }
  @media (max-width: 61.99em) {
    .side-menu.open {
      right: 0;
      -webkit-transition: right .3s ease-in-out;
              transition: right .3s ease-in-out; } }
  .admin-bar .side-menu {
    padding-top: 50px; }
  .side-menu .hamburger span:after {
    display: none; }
  .side-menu .contact-info {
    margin-bottom: 1.5rem;
    position: relative; }
    .side-menu .contact-info a {
      color: #eee; }
      .side-menu .contact-info a:hover, .side-menu .contact-info a:focus, .side-menu .contact-info a:active {
        color: #73ade9;
        text-decoration: none; }
      .side-menu .contact-info a .fa {
        color: #73ade9; }
  .side-menu .btn {
    min-width: inherit; }
  .side-menu nav {
    font-size: 0;
    background: #333;
    padding: 0;
    margin-top: .5rem;
    text-align: center; }
    .side-menu nav > ul {
      display: block;
      vertical-align: top;
      list-style: none;
      padding: 0; }
      .side-menu nav > ul > li {
        display: block;
        position: relative;
        width: 100%; }
        .side-menu nav > ul > li > a {
          padding: .5rem 1rem;
          text-decoration: none;
          font-size: .9rem;
          color: white;
          display: block;
          position: relative;
          z-index: 1;
          -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
                  transition: background-color .3s ease-in-out, color .3s ease-in-out; }
          .side-menu nav > ul > li > a:hover, .side-menu nav > ul > li > a:active, .side-menu nav > ul > li > a:focus {
            text-decoration: none; }
        .side-menu nav > ul > li.active > a, .side-menu nav > ul > li:focus > a, .side-menu nav > ul > li:hover > a {
          background-color: #73ade9;
          color: #333; }

@media (max-width: 61.99em) {
  .overlay {
    background-color: rgba(115, 173, 233, 0);
    -webkit-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out; }
    .overlay.open {
      position: fixed;
      background-color: rgba(115, 173, 233, 0.5);
      height: 100%;
      width: 100%;
      z-index: 100;
      top: 0;
      left: 0;
      cursor: url(../img/x.gif), url(../img/x.cur), auto; } }
.section {
  background: center no-repeat white;
  background-size: cover;
  padding: 4rem 0;
  position: relative; }
  .section .section-header > *:first-child,
  .section .section-main > *:first-child,
  .section .section-footer > *:first-child {
    margin-top: 0; }
  .section .section-header > *:last-child,
  .section .section-main > *:last-child,
  .section .section-footer > *:last-child {
    margin-bottom: 0; }
  .section .section-header {
    margin-bottom: 2rem; }
    .section .section-header .title {
      font-size: 1.5rem;
      font-weight: 300;
      line-height: 1.2;
      color: #73ade9; }
      @media (min-width: 34em) {
        .section .section-header .title {
          font-size: 2.5rem; } }
    .section .section-header .lead {
      font-size: 1.25rem; }
    .section .section-header .date {
      color: #73ade9; }
  .section .section-footer {
    margin-top: 2rem; }
  .section .overlay {
    background-color: rgba(115, 173, 233, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .section .image {
    margin-bottom: 1rem; }
    .section .image img {
      max-width: 100%;
      height: auto; }

article.section {
  padding: 0 0 4rem; }
  article.section .section-header a {
    text-decoration: none; }
    article.section .section-header a .title {
      color: #333;
      font-size: 1.75rem; }
    article.section .section-header a:hover, article.section .section-header a:active, article.section .section-header a:focus {
      text-decoration: none; }
      article.section .section-header a:hover .title, article.section .section-header a:active .title, article.section .section-header a:focus .title {
        color: #73ade9; }

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  font-weight: bold; }

.widget-dropdown {
  position: relative;
  overflow: hidden;
  margin: 0 0 1px; }
  .widget-dropdown + .widget-dropdown {
    margin-top: 2rem; }
  .widget-dropdown.widget_recent_entries .post-date {
    display: block;
    font-size: .8rem; }
  .widget-dropdown .widget-title-dropdown {
    display: block;
    border-bottom: 2px solid #ccc;
    cursor: pointer;
    padding: 0 0 .5rem;
    margin: 0 0 .5rem;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    position: relative; }
    .widget-dropdown .widget-title-dropdown:after {
      font-family: 'FontAwesome';
      content: '\f077';
      float: right; }
  .widget-dropdown input[type=radio],
  .widget-dropdown input[type=checkbox] {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    height: 2.5rem;
    width: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer; }
  .widget-dropdown ul,
  .widget-dropdown .tagcloud {
    overflow: hidden; }
  .widget-dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .widget-dropdown ul li {
      color: #73ade9;
      margin-bottom: .5rem; }
      .widget-dropdown ul li a {
        color: #333; }
        .widget-dropdown ul li a:hover, .widget-dropdown ul li a:focus, .widget-dropdown ul li a:active {
          color: #333; }
  .widget-dropdown input[type=radio]:checked ~ .widget-title-dropdown:after,
  .widget-dropdown input[type=checkbox]:checked ~ .widget-title-dropdown:after {
    content: '\f078'; }
  .widget-dropdown ul,
  .widget-dropdown .tagcloud {
    height: 0px; }
  .widget-dropdown input[type=radio]:checked ~ .widget-title-dropdown ~ ul,
  .widget-dropdown input[type=radio]:checked ~ .widget-title-dropdown ~ .tagcloud,
  .widget-dropdown input[type=checkbox]:checked ~ .widget-title-dropdown ~ ul,
  .widget-dropdown input[type=checkbox]:checked ~ .widget-title-dropdown ~ .tagcloud {
    height: 100%; }

.searchform {
  position: relative; }
  .searchform input {
    width: calc(100% - 48px); }
  .searchform .search-submit {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    border: 2px solid #ccc;
    background-color: #eee; }

.widget {
  padding: 1rem 0;
  text-align: center; }
  .widget + .widget {
    border-top: 2px solid white; }
  .widget .widget-title {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #73ade9;
    font-weight: bold; }
  .widget img {
    max-width: 100%;
    height: auto; }

.widget-contact .phone {
  padding: .5rem;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold; }
.widget-contact .question h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #73ade9; }

.widget-marketing a img {
  border: 2px solid white; }
.widget-marketing a:hover img {
  border-color: #73ade9; }

.custom-widgets {
  background-color: #eee;
  padding: .5rem;
  border-radius: 4px; }

.site-footer {
  padding: 2rem 0;
  color: white;
  background-color: #333;
  text-align: center; }
  .site-footer .name {
    font-size: 1.15rem; }
  .site-footer .logo {
    display: block;
    height: 4rem;
    width: 4rem;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
    margin: 1rem auto 0; }

#copyright {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0; }
  #copyright .inner {
    height: 310px;
    padding: 3em 1rem;
    text-align: center;
    background: #333;
    color: #ccc;
    font-weight: 300;
    text-transform: uppercase;
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5); }
    #copyright .inner .email {
      font-size: .9rem;
      font-weight: 500;
      color: white; }
      @media (min-width: 34em) {
        #copyright .inner .email {
          font-size: 1.25rem;
          letter-spacing: .15em; } }
      #copyright .inner .email:hover, #copyright .inner .email:active, #copyright .inner .email:focus {
        color: #ccc;
        text-decoration: none; }
    #copyright .inner .did {
      width: 90px;
      height: 90px;
      margin: .5em auto 0;
      background: url(../img/bydid.png) center no-repeat;
      background-size: contain;
      display: block;
      -webkit-transition: width 0s;
              transition: width 0s; }
      #copyright .inner .did:hover {
        opacity: .9; }
      #copyright .inner .did:focus {
        opacity: .8; }

.single-post .image {
  margin-bottom: 1rem; }
  .single-post .image img {
    max-width: 100%;
    width: 100%;
    height: auto; }
.single-post .section .section-header .title {
  font-size: 2rem; }

.single-project .hero {
  padding: 4rem 0; }
  .single-project .hero .title,
  .single-project .hero .lead {
    font-weight: 300; }
@media (min-width: 62em) {
  .single-project .project-main .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* autoprefixer: off */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /* autoprefixer: on */ } }
.single-project .project-main .section-header .gallery {
  margin-bottom: 1rem; }
  @media (min-width: 62em) {
    .single-project .project-main .section-header .gallery {
      width: 66.66%;
      margin-bottom: 0; } }
  .single-project .project-main .section-header .gallery > * {
    min-height: 0;
    min-width: 0; }
  .single-project .project-main .section-header .gallery img {
    width: 100%;
    height: auto; }
@media (min-width: 62em) {
  .single-project .project-main .section-header .meta {
    width: 33.34%;
    padding-left: 2rem; } }
.single-project .project-main .section-header .meta .title {
  font-size: 1.5rem; }
.single-project .project-main .section-header .meta .summary {
  font-size: .9rem; }
.single-project .project-main .section-header .meta .socialmedia {
  margin-bottom: 1rem; }
.single-project .project-main .section-header .meta .links .btn {
  padding: .5rem;
  width: 100%;
  min-width: inherit; }
  @media (min-width: 34em) {
    .single-project .project-main .section-header .meta .links .btn {
      margin: 0;
      width: 48%; } }
  .single-project .project-main .section-header .meta .links .btn:hover, .single-project .project-main .section-header .meta .links .btn:focus, .single-project .project-main .section-header .meta .links .btn:active {
    background-color: #333;
    border-color: #333;
    color: white; }
.single-project .project-main .section-header .meta .links .btn-share {
  border-color: #73ade9;
  background-color: transparent;
  color: #73ade9; }
  .single-project .project-main .section-header .meta .links .btn-share:hover, .single-project .project-main .section-header .meta .links .btn-share:focus, .single-project .project-main .section-header .meta .links .btn-share:active {
    border-color: #333;
    background-color: transparent;
    color: #333; }
.single-project .testimonials {
  background-color: #eee; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: #333;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 0; }
  [dir="rtl"] .slick-next {
    left: 0;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #333;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      content: "";
      color: #73ade9;
      opacity: 0.75; }

.hero {
  padding: 4rem 0;
  background-color: #73ade9;
  color: white;
  text-align: center; }
  @media (min-width: 48em) {
    .hero {
      padding: 8rem 0; } }
  .hero.hero-small {
    padding: 4rem 0; }
  .hero .container {
    position: relative; }
  .hero .title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2; }
    @media (min-width: 34em) {
      .hero .title {
        font-size: 2.5rem; } }
  .hero .lead {
    font-size: 1.15rem;
    font-weight: 400;
    color: #344f69; }
    @media (min-width: 34em) {
      .hero .lead {
        font-size: 1.5rem; } }
  .hero .btn {
    border-color: white;
    background-color: transparent;
    color: white; }
    .hero .btn:hover, .hero .btn:active, .hero .btn:focus {
      border-color: white;
      background-color: white;
      color: #73ade9; }

.hero-slideshow .slick-next:before,
.hero-slideshow .slick-prev:before {
  color: white; }
.hero-slideshow .slick-prev {
  left: 1rem; }
.hero-slideshow .slick-next {
  right: 1rem; }

.intro {
  text-align: center;
  padding: 4rem 0; }
  .intro .container > *:last-child {
    margin-bottom: 0; }
  .intro .title {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #73ade9;
    margin-bottom: 2rem; }
    .intro .title:after {
      content: '';
      display: block;
      width: 3rem;
      height: 4px;
      background-color: #ccc;
      margin: 1.5rem auto .5rem; }
  .intro p {
    font-size: 1.15rem; }

.banner-small {
  text-align: center;
  padding: 4rem 0; }
  .banner-small .container > *:last-child {
    margin-bottom: 0; }

.banner-big {
  text-align: center;
  padding: 4rem 0; }
  .banner-big .lead {
    font-size: 1.5rem; }

.content-image,
.image-content {
  position: relative;
  background: no-repeat;
  background-size: cover; }
  @media (min-width: 48em) {
    .content-image,
    .image-content {
      background-attachment: fixed; } }
  .content-image .content,
  .image-content .content {
    padding: 8rem 1rem;
    text-align: center; }
    .content-image .content .title,
    .image-content .content .title {
      font-size: 1.75rem; }
    @media (min-width: 62em) {
      .content-image .content,
      .image-content .content {
        padding: 16rem 1rem;
        width: 50%; }
        .content-image .content .title,
        .image-content .content .title {
          margin-bottom: 2rem; }
        .content-image .content .text,
        .image-content .content .text {
          margin-bottom: 2.5rem; } }

.content-image {
  background-position: left center; }
  @media (min-width: 62em) {
    .content-image {
      background-position: right center; }
      .content-image .content {
        padding-right: 10%; } }

.image-content {
  background-position: right center; }
  @media (min-width: 62em) {
    .image-content {
      background-position: left center; }
      .image-content .content {
        padding-left: 10%;
        margin-left: 50%; } }

@media (max-width: 47.9em) {
  .banner-icon img {
    display: block;
    margin: 0 auto 1rem; } }
@media (min-width: 48em) {
  .banner-icon .col-md-push-8 {
    text-align: right; } }

.latest-news {
  text-align: center;
  background-color: #eee; }
  .latest-news .section-header .title {
    margin-bottom: 2rem; }
    .latest-news .section-header .title:after {
      content: '';
      display: block;
      width: 3rem;
      height: 4px;
      background-color: #ccc;
      margin: 1.5rem auto .5rem; }
  @media (max-width: 61.9em) {
    .latest-news .row > div:last-child {
      display: none; } }

.blog-post {
  cursor: pointer;
  color: #333;
  text-align: left;
  display: block; }
  @media (max-width: 33.9em) {
    .blog-post {
      margin-bottom: 2rem; } }
  .blog-post .image {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    background: center no-repeat rgba(0, 0, 0, 0.5);
    background-size: cover; }
    .blog-post .image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(115, 173, 233, 0);
      -webkit-transition: background-color .3s ease-in-out;
              transition: background-color .3s ease-in-out; }
  .blog-post .post-content {
    padding-left: 0;
    padding-right: 0; }
    .blog-post .post-content .time {
      text-transform: uppercase;
      color: #73ade9;
      padding-bottom: .5rem;
      font-size: .9rem; }
    .blog-post .post-content .title {
      font-weight: 500; }
      .blog-post .post-content .title:after {
        content: ' \f054';
        font-family: 'FontAwesome';
        opacity: 0;
        margin-left: -.5rem;
        color: #73ade9;
        font-size: .9rem;
        -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out; }
  .blog-post:hover, .blog-post:active, .blog-post:focus {
    color: inherit;
    text-decoration: none; }
    .blog-post:hover .image:after, .blog-post:active .image:after, .blog-post:focus .image:after {
      background-color: rgba(115, 173, 233, 0.3); }
    .blog-post:hover .post-content .title:after, .blog-post:active .post-content .title:after, .blog-post:focus .post-content .title:after {
      margin-left: .5rem;
      opacity: 1; }

.featured-services {
  background-color: #344f69;
  color: white;
  text-align: center; }
  .featured-services .featured-services-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .featured-services .featured-services-row .featured-service {
      display: block;
      margin: 1rem auto;
      width: 50%;
      max-width: 100%;
      color: inherit;
      text-decoration: none;
      cursor: pointer; }
      @media (min-width: 48em) {
        .featured-services .featured-services-row .featured-service {
          width: auto; } }
      .featured-services .featured-services-row .featured-service:hover, .featured-services .featured-services-row .featured-service:active, .featured-services .featured-services-row .featured-service:focus {
        text-decoration: none; }
      .featured-services .featured-services-row .featured-service .icon {
        position: relative;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        -webkit-transition: -webkit-transform .3s ease-in-out;
                transition: transform .3s ease-in-out;
        width: 6rem;
        height: 6rem;
        overflow: hidden;
        -webkit-transition: background-color .3s ease-in-out;
                transition: background-color .3s ease-in-out; }
        @media (min-width: 34em) {
          .featured-services .featured-services-row .featured-service .icon {
            width: 8rem;
            height: 8rem; } }
        .featured-services .featured-services-row .featured-service .icon .img,
        .featured-services .featured-services-row .featured-service .icon .img-inv {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 4rem;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          height: auto;
          -webkit-transition: left .3s ease-in-out;
                  transition: left .3s ease-in-out; }
          @media (min-width: 34em) {
            .featured-services .featured-services-row .featured-service .icon .img,
            .featured-services .featured-services-row .featured-service .icon .img-inv {
              width: 6rem; } }
        .featured-services .featured-services-row .featured-service .icon .img {
          left: 50%; }
        .featured-services .featured-services-row .featured-service .icon .img-inv {
          left: -200%; }
      .featured-services .featured-services-row .featured-service .title {
        font-weight: 500;
        font-size: 1.25rem;
        -webkit-transition: color .3s ease-in-out;
                transition: color .3s ease-in-out; }
      .featured-services .featured-services-row .featured-service .icon + .title {
        margin-top: 1rem; }
      .featured-services .featured-services-row .featured-service:hover .icon {
        background-color: white; }
        .featured-services .featured-services-row .featured-service:hover .icon .img {
          left: -200%; }
        .featured-services .featured-services-row .featured-service:hover .icon .img-inv {
          left: 50%; }

.featured-testimonials {
  padding: 0;
  background-color: #eee;
  text-align: center; }
  @media (min-width: 62em) {
    .featured-testimonials .featured-testimonials-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .featured-testimonials .testimonials,
  .featured-testimonials .video-container {
    padding: 4rem; }
    @media (min-width: 62em) {
      .featured-testimonials .testimonials,
      .featured-testimonials .video-container {
        width: 50%; } }
    @media (max-width: 33.9em) {
      .featured-testimonials .testimonials,
      .featured-testimonials .video-container {
        padding: 4rem 1rem; } }

.video-container {
  position: relative;
  background: center no-repeat #333;
  background-size: cover;
  color: white;
  text-align: center;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.25); }
  @media (max-width: 61.9em) {
    .video-container {
      height: 0;
      padding: 0 0 50% !important; } }
  @media (max-width: 47.9em) {
    .video-container {
      padding: 0 0 75% !important; } }
  @media (max-width: 33.9em) {
    .video-container {
      padding: 0 0 100% !important; } }
  .video-container .overlay {
    background-color: rgba(51, 51, 51, 0.5); }
    .video-container .overlay .button i {
      width: 5rem;
      height: 5rem;
      font-size: 5rem;
      color: white;
      top: 50%;
      position: absolute;
      left: 50%;
      margin-top: -2.5rem;
      margin-left: -2.5rem; }
    .video-container .overlay .title {
      font-size: 1.25rem;
      font-weight: bold;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 2rem; }

/** Donna Galletta | LIGHTBOX MARKUP **/
.video-lightbox {
  cursor: url(../img/x.gif), url(../img/x.cur), auto;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9; }

.video-lightbox:target {
  outline: none;
  display: block; }

/** videoModal **/
#videoModal {
  width: 100%;
  height: 100%;
  margin: auto; }
  #videoModal .video {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0; }
    #videoModal .video iframe,
    #videoModal .video video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }

.testimonial {
  min-height: 0;
  min-width: 0;
  text-align: center; }
  .testimonial .image {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background-color: #ccc;
    margin: 0 auto 1rem; }
    .testimonial .image img {
      border-radius: 50%;
      width: 150px;
      height: 150px;
      margin: 0 auto; }
  .testimonial .name {
    font-size: 1.5rem;
    margin-bottom: .5rem; }
  .testimonial .location,
  .testimonial .practice {
    display: inline-block;
    font-style: italic;
    font-size: 1.15rem;
    margin-bottom: .5rem; }

.featured-projects {
  text-align: center; }
  .featured-projects .section-header {
    margin-bottom: 4rem; }
    .featured-projects .section-header .title {
      margin-bottom: 2rem; }
      .featured-projects .section-header .title:after {
        content: '';
        display: block;
        width: 3rem;
        height: 4px;
        background-color: #ccc;
        margin: 1.5rem auto .5rem; }
  .featured-projects .section-footer {
    margin-top: 4rem; }
  .featured-projects .slick-slider {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); }
  .featured-projects .slick-prev,
  .featured-projects .slick-next {
    top: auto;
    bottom: -3rem; }
  .featured-projects .slick-next {
    right: 1rem; }
  .featured-projects .slick-prev {
    left: 1rem; }

.project-trigger {
  display: none; }
  .project-trigger:checked + .project-overlay {
    display: block; }

.project {
  width: 100%;
  height: 330px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: center no-repeat #333;
  background-size: cover;
  border-left: 4px solid white;
  border-right: 4px solid white; }
  .project .project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
    background-color: #73ade9;
    text-align: center;
    display: none; }
    .project .project-overlay h3 {
      margin-top: 3.5rem;
      font-weight: 500;
      margin-bottom: 1rem; }
    .project .project-overlay .date {
      color: #344f69;
      margin-bottom: 2rem; }
  .project .btn {
    background-color: white;
    border-color: white;
    color: #73ade9;
    min-width: inherit; }
  .project:hover .project-overlay {
    display: block; }

.sign-up-banner {
  text-align: center;
  background-color: #73ade9;
  text-align: center;
  color: white; }
  .sign-up-banner .container {
    position: relative; }
  .sign-up-banner .section-header .title {
    color: white; }
  .sign-up-banner .section-main form .form-control {
    border: 2px solid white; }
    .sign-up-banner .section-main form .form-control:focus {
      border-color: #73ade9; }
  .sign-up-banner .section-main form .btn {
    background-color: #73ade9;
    border-color: white;
    color: white;
    margin-top: 1.5rem; }
    .sign-up-banner .section-main form .btn:hover, .sign-up-banner .section-main form .btn:active, .sign-up-banner .section-main form .btn:focus {
      background-color: #344f69;
      border-color: #344f69;
      color: white; }
  .sign-up-banner .section-footer {
    font-size: 1.25rem; }
    .sign-up-banner .section-footer a {
      font-size: 2.5rem;
      color: white;
      display: block;
      font-weight: bold; }

.stats {
  text-align: center;
  background-color: #344f69;
  background-attachment: scroll;
  color: white; }
  .stats .stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .stats .stats-row > div {
      width: 50%;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      @media (min-width: 34em) {
        .stats .stats-row > div {
          width: auto;
          padding-bottom: 0; } }

.stat {
  text-align: center;
  line-height: 1.2;
  padding: 0 .5rem; }
  .stat img {
    height: auto;
    width: 100px; }
    @media (min-width: 48em) {
      .stat img {
        width: 130px; } }
  .stat .number {
    font-weight: 500;
    font-size: 1.5rem; }
    @media (min-width: 48em) {
      .stat .number {
        font-size: 3rem; } }
    .stat .number.plus:after {
      content: '+'; }
  .stat .title {
    font-size: 1rem; }
    @media (min-width: 48em) {
      .stat .title {
        font-size: 1.25rem; } }

.portfolio .project {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: none;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.2); }

.contact-page .frame {
  margin-bottom: 1rem; }
  @media (max-width: 61.9em) {
    .contact-page .frame {
      margin-top: 2rem; } }
  .contact-page .frame .image {
    margin-bottom: 0; }
    .contact-page .frame .image img {
      width: 100%; }
.contact-page .contact-info {
  margin-top: 1rem; }
  .contact-page .contact-info div {
    margin-bottom: .5rem; }
  .contact-page .contact-info a {
    color: inherit; }
    .contact-page .contact-info a:hover, .contact-page .contact-info a:active, .contact-page .contact-info a:focus {
      color: #73ade9; }
  .contact-page .contact-info .fa {
    color: #73ade9;
    font-size: 1.5rem;
    margin-right: .5rem;
    vertical-align: middle; }

.card-share {
  -webkit-transition: opacity .3s ease-in-out, z-index .3s ease-in-out .3s;
          transition: opacity .3s ease-in-out, z-index .3s ease-in-out .3s;
  opacity: 0;
  padding: 1rem;
  position: fixed;
  z-index: -99999;
  width: 90%;
  max-width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: none;
  background-color: white;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1); }
  @media (min-width: 34em) {
    .card-share {
      max-width: 400px; } }
  .card-share .card-header {
    background-color: white;
    border: none;
    text-align: center;
    color: #73ade9;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem; }
    .card-share .card-header .close {
      font-size: 1rem;
      display: block;
      position: absolute;
      top: .5em;
      right: .5em;
      cursor: pointer;
      color: #eee; }
      .card-share .card-header .close:hover {
        color: #ccc; }
  .card-share .card-block .share-icon {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background-color: #eee;
    display: block;
    margin-bottom: 1em; }
    .card-share .card-block .share-icon i {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 2em;
      color: #333; }
    .card-share .card-block .share-icon:hover, .card-share .card-block .share-icon:focus, .card-share .card-block .share-icon:active {
      background-color: #73ade9; }
      .card-share .card-block .share-icon:hover i, .card-share .card-block .share-icon:focus i, .card-share .card-block .share-icon:active i {
        color: white; }
  .card-share.active {
    opacity: 1;
    z-index: 99999;
    -webkit-transition: opacity .3s ease-in-out, z-index 0s ease-in-out;
            transition: opacity .3s ease-in-out, z-index 0s ease-in-out; }

.overlay-one {
  opacity: 0;
  background-color: rgba(115, 173, 233, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -99998;
  -webkit-transition: opacity .3s ease-in-out, z-index .3s ease-in-out .3s;
          transition: opacity .3s ease-in-out, z-index .3s ease-in-out .3s; }
  .overlay-one.active {
    opacity: 1;
    z-index: 99998;
    -webkit-transition: opacity .3s ease-in-out, z-index 0s ease-in-out;
            transition: opacity .3s ease-in-out, z-index 0s ease-in-out; }

.assets {
  background-color: #73ade9;
  color: white; }
  .assets .section-header {
    text-align: center; }
    .assets .section-header .title {
      color: white; }
  .assets .assets-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* autoprefixer: off */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    /* autoprefixer: on */ }
  .assets .asset {
    display: flex;
    justify-content: space-between;
    /* autoprefixer: off */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    /* autoprefixer: on */
    padding: 2rem 0; }
    @media (min-width: 48em) {
      .assets .asset {
        width: 300px; } }
    .assets .asset .asset-icon {
      max-width: 100%;
      width: 80px;
      padding-right: .5rem; }
      .assets .asset .asset-icon img {
        max-width: 100%; }
    .assets .asset .asset-text {
      width: 100%; }
      @media (min-width: 48em) {
        .assets .asset .asset-text {
          padding-right: 1rem; } }
    .assets .asset .asset-title {
      font-size: 1.5rem;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 1.2; }
    .assets .asset .asset-content {
      font-size: .9rem;
      line-height: 1.2; }

.featured-testimonial {
  background-size: auto 100%;
  background-position: left center;
  background-color: #eee; }

.all-testimonials {
  padding: 0; }

.testimonial-row {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (min-width: 48em) {
    .testimonial-row {
      /* autoprefixer: off */
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: stretch;
      align-items: stretch;
      /* autoprefixer: on */ } }
  .testimonial-row > div {
    /* autoprefixer: off */
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    /* autoprefixer: on */
    padding: 2rem; }
    .testimonial-row > div > div {
      width: 100%; }
    .testimonial-row > div:nth-child(even) {
      background-color: #e1e1e1; }
  .testimonial-row:nth-child(even) > div {
    background-color: #eee; }
    .testimonial-row:nth-child(even) > div:nth-child(even) {
      background-color: #d5d5d5; }
  .testimonial-row .video-testimonial {
    text-align: center; }
    .testimonial-row .video-testimonial .embed-container {
      margin-bottom: 1rem;
      background-color: #333; }
    .testimonial-row .video-testimonial .name {
      font-weight: bold;
      margin-bottom: 0;
      line-height: 1.2; }
  .testimonial-row .testimonial .name {
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.2; }
  .testimonial-row .testimonial .practice {
    color: #73ade9;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.2; }
  .testimonial-row .testimonial .city {
    font-style: italic;
    margin-bottom: 1rem;
    line-height: 1.2; }
  .testimonial-row .testimonial .content {
    font-size: .9rem; }
