/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: "proximanova_regular";
  src: url("../fonts/proximanova/proximanova-regular-webfont.eot");
  src:
    url("../fonts/proximanova/proximanova-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/proximanova-regular-webfont.woff2")
      format("woff2"),
    url("../fonts/proximanova/proximanova-regular-webfont.woff") format("woff"),
    url("../fonts/proximanova/proximanova-regular-webfont.ttf")
      format("truetype"),
    url("../fonts/proximanova/proximanova-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proximanova_bold";
  src: url("../fonts/proximanova/proximanova-bold-webfont.eot");
  src:
    url("../fonts/proximanova/proximanova-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/proximanova-bold-webfont.woff2") format("woff2"),
    url("../fonts/proximanova/proximanova-bold-webfont.woff") format("woff"),
    url("../fonts/proximanova/proximanova-bold-webfont.ttf") format("truetype"),
    url("../fonts/proximanova/proximanova-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proximanova_extrabold";
  src: url("../fonts/proximanova/proximanova-extrabold-webfont.eot");
  src:
    url("../fonts/proximanova/proximanova-extrabold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/proximanova-extrabold-webfont.woff2")
      format("woff2"),
    url("../fonts/proximanova/proximanova-extrabold-webfont.woff")
      format("woff"),
    url("../fonts/proximanova/proximanova-extrabold-webfont.ttf")
      format("truetype"),
    url("../fonts/proximanova/proximanova-extrabold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proximanova_black";
  src: url("../fonts/proximanova/proximanova-black-webfont.eot");
  src:
    url("../fonts/proximanova/proximanova-black-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/proximanova-black-webfont.woff2") format("woff2"),
    url("../fonts/proximanova/proximanova-black-webfont.woff") format("woff"),
    url("../fonts/proximanova/proximanova-black-webfont.ttf") format("truetype"),
    url("../fonts/proximanova/proximanova-black-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proximanova_extrabold";
  src: url("../fonts/proximanova/proximanova-extrabold-webfont.eot");
  src:
    url("../fonts/proximanova/proximanova-extrabold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/proximanova-extrabold-webfont.woff2")
      format("woff2"),
    url("../fonts/proximanova/proximanova-extrabold-webfont.woff")
      format("woff"),
    url("../fonts/proximanova/proximanova-extrabold-webfont.ttf")
      format("truetype"),
    url("../fonts/proximanova/proximanova-extrabold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "proximanova_medium";
  src: url("../fonts/proximanova/proximanova-medium-webfont.eot");
  src:
    url("../fonts/proximanova/proximanova-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/proximanova-medium-webfont.woff2") format("woff2"),
    url("../fonts/proximanova/proximanova-medium-webfont.woff") format("woff"),
    url("../fonts/proximanova/proximanova-medium-webfont.ttf")
      format("truetype"),
    url("../fonts/proximanova/proximanova-medium-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.padding-100 {
  padding: 150px 0px !important;
}
@media (max-width: 400px) {
  .padding-100 {
    padding: 50px 0px !important;
  }
}
html {
  overflow-x: hidden;
}

body {
  font:
    100% "proximanova_regular",
    Helvetica,
    Arial,
    sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimize;
}

#content {
  margin: 0 auto;
  overflow-x: hidden;
  min-width: 375px;
  max-width: 1440px;
}

header {
  height: 90px;
  position: relative;
  padding: 32px;
  color: #fff;
  background-color: #d8d8d8;
}
header #logo {
  float: left;
  margin: 0px;
  transition: all 0.25s ease;
}
header #logo a {
  text-decoration: none;
}
header #logo h1 {
  font-family: "proximanova_black", Helvetica, Arial, sans-serif;
  font-size: 40px;
  color: #000000;
  margin: 0px;
  text-decoration: none;
  line-height: 32px;
}
header #logo img {
  height: 58px;
}
@media (max-width: 1000px) {
  header #logo {
    text-align: center;
    width: 100%;
    margin-top: -10px;
  }
}
header nav {
  padding: 45px 0 0 0px;
  font:
    16px "proximanova_extrabold",
    Gotham,
    Montserrat,
    Trebuchet,
    sans-serif;
  color: #000000;
}
@media (max-width: 1000px) {
  header nav {
    position: absolute;
    top: 86px;
    right: 0px;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 5;
  }
  header nav.hide-show {
    opacity: 1;
  }
  header nav a {
    float: none;
    margin: 20px 0 0 0;
    color: #000000;
  }
}
header nav ul {
  width: 100%;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1000px) {
  header nav ul {
    display: block;
    width: 190px;
    margin: 0 auto;
  }
}
header nav ul li {
  list-style: none;
  margin-left: 4%;
}
@media (max-width: 1000px) {
  header nav ul li {
    display: block;
    margin-right: 4%;
  }
}
header nav ul li.chat a {
  background-color: #000;
  border-radius: 5px;
  padding: 10px 30px;
  margin: -10px 0 0 0;
}
header nav ul li.chat a:hover {
  background-color: #ffa778;
  border-bottom: none !important;
}
@media (max-width: 1000px) {
  header nav ul li.chat a {
    padding: 10px 20px;
  }
}
header nav a {
  text-decoration: none;
  color: #000000;
  transition: all 0.25s ease;
}
header nav a:hover,
header nav a.active {
  border-bottom: 3px solid #000;
}
header .mobile-nav {
  margin: 100px auto 0 auto;
  display: block;
  width: 22px;
  height: 18px;
  background-image: url(../img/mobile-menu.svg);
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 1000px) {
  header .mobile-nav {
    display: none;
  }
}
.text-excerpt {
  padding: 100px 0 0 0;
}
@media (max-width: 400px) {
  .text-excerpt {
    padding: 100px 30px 0 10px;
  }
}
.text-excerpt.margin-botton-25 p {
  margin-bottom: 25px !important;
}
.text-excerpt h1,
.text-excerpt h2,
.text-excerpt h3,
.text-excerpt h4,
.text-excerpt h5,
.text-excerpt h6 {
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 44px;
  color: #000000;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .text-excerpt h1,
  .text-excerpt h2,
  .text-excerpt h3,
  .text-excerpt h4,
  .text-excerpt h5,
  .text-excerpt h6 {
    padding: 20px;
  }
}
.text-excerpt h2 {
  font-size: 30px;
}
.text-excerpt p {
  font-family: "proximanova_regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  max-width: 1000px;
  margin: 25px auto 25px auto;
  position: relative;
}
@media (max-width: 1000px) {
  .text-excerpt p {
    padding-left: 20px;
  }
}
.text-excerpt p.accent {
  padding-top: 40px;
  margin-top: -50px;
}
.text-excerpt p.accent:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 86px;
  height: 10px;
  background-color: #ff762d;
}
.text-excerpt ul {
  max-width: 960px;
  margin: 30px auto 100px auto;
  font-family: "proximanova_regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  display: block;
  list-style-type: disc;
  margin-block-start: 30px;
  margin-block-end: 100px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  padding-inline-start: 0px;
}
.text-excerpt ul .chat {
  background-color: #ff762d;
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 16px;
  border: 1px transparent;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 20px 0 0 0;
  display: inline-block;
  color: #000000;
  text-decoration: none;
}
.text-excerpt ul .chat:hover {
  background-color: #ffa778;
}
@media (max-width: 400px) {
  .text-excerpt ul .chat {
    margin: 30px 0 0 16px;
  }
}
@media (max-width: 400px) {
  .text-excerpt ul {
    padding: 10px;
  }
}
.text-excerpt button {
  background-color: #ff762d;
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 16px;
  border: 1px transparent;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 25px 0 0 0;
}
.text-excerpt button:hover {
  background-color: #ffa778;
}
@media (max-width: 400px) {
  .text-excerpt button {
    margin: 30px 0 0 16px;
  }
}
.masthead {
  position: relative;
  background-repeat: no-repeat;
  max-width: 1440px;
  min-width: 375px;
  height: 200px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #fff;
}
@media (max-width: 400px) {
  .masthead {
    height: 130px;
  }
}
.masthead h1,
.masthead h2,
.masthead h3,
.masthead h4,
.masthead h5,
.masthead h6 {
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 44px;
  color: #000000;
  position: relative;
  margin: 78px auto;
  opacity: 1;
  text-align: center;
}
@media (max-width: 400px) {
  .masthead h1,
  .masthead h2,
  .masthead h3,
  .masthead h4,
  .masthead h5,
  .masthead h6 {
    margin: 53px auto;
    font-size: 24px;
  }
}
.masthead h1 span,
.masthead h2 span,
.masthead h3 span,
.masthead h4 span,
.masthead h5 span,
.masthead h6 span {
  font-size: 18px;
  ont-family: "proximanova_regular", Helvetica, Arial, sans-serif;
}
.masthead p {
  font-family: "proximanova_regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  max-width: 500px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 400px) {
  .masthead p {
    font-size: 18px;
    max-width: 365px;
    margin: 0px;
    padding: 10px 0px 0 10px;
  }
}
.masthead .platforms {
  width: 1150px;
  border: 1px solid red;
  margin: 0 auto;
}
.masthead ul {
  position: absolute;
  width: 100%;
  border: 1px solid blue;
}
.masthead ul li {
  list-style: none;
  float: left;
  margin: 0 30px 0 0px;
}
.masthead #message-3 {
  max-width: 1040px;
  width: 100%;
}
.masthead #message-3 img {
  border-style: none;
  margin: 50px 10px 0 0;
}
.masthead #message-4 {
  max-width: 1040px;
  width: 100%;
}
.masthead #message-4 img {
  border-style: none;
  margin: 50px 40px 0 0;
}
.masthead #message-5 img {
  border-style: none;
  margin: 50px 0 0 0;
}
.masthead .chat {
  background-color: #ff762d;
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 16px;
  border: 1px transparent;
  border-radius: 5px;
  padding: 10px 30px;
  margin: 20px 0 0 0;
  display: inline-block;
  color: #000000;
  text-decoration: none;
}
.masthead .chat:hover {
  background-color: #ffa778;
}
@media (max-width: 400px) {
  .masthead .chat {
    margin: 30px 0 0 16px;
  }
}
.masthead.center {
  display: flex;
  justify-content: left;
  align-items: center;
}
.masthead.center h1 {
  padding: 0;
  margin: 0 0 0 116px;
}

footer {
  position: relative;
  background-color: #f5f5f6;
  max-width: 1440px;
  min-width: 375px;
  height: 188px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1000px) {
  footer {
    height: 370px;
  }
}
footer nav {
  display: flex;
  flex-wrap: no-wrap;
  justify-content: space-around;
  padding: 90px 0 0 0px;
  font:
    16px "proximanova_bold",
    Helvetica,
    Arial,
    sans-serif;
  color: #000000;
  width: 680px;
}
footer nav ul {
  width: 100%;
  list-style-type: disc;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}
@media (max-width: 1000px) {
  footer nav ul {
    display: block;
  }
}
footer nav ul li {
  list-style: none;
  float: left;
  margin-left: 4%;
}
@media (max-width: 1000px) {
  footer nav ul li {
    float: none;
    display: block;
    margin: 20px 0 0 0;
    margin-bottom: 50px;
  }
}
footer nav ul li.chat a {
  background-color: #ff762d;
  border-radius: 5px;
  padding: 10px 30px;
  margin: -10px 0 0 0;
}
footer nav ul li.chat a:hover {
  background-color: #ffa778;
  border-bottom: none !important;
}
@media (max-width: 1000px) {
  footer nav ul li.chat a {
    margin: 20px 35%;
    padding: 10px 0px;
  }
}
footer nav a {
  text-decoration: none;
  color: #000000;
  transition: all 0.25s ease;
}
footer nav a:hover,
footer nav a.active {
  border-bottom: 3px solid #000;
}
@media (max-width: 1000px) {
  footer nav {
    width: 100%;
    text-align: center;
    padding: 50px 0 0 0;
    z-index: 5;
  }
  footer nav.hide-show {
    opacity: 1;
  }
  footer nav a {
    float: none;
  }
}
footer .copyright {
  margin: 30px 0px 0px 30px;
  font-family: "proximanova_regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
@media (max-width: 1000px) {
  footer .copyright {
    margin: 0px 0px 0px 130px;
  }
}
@media (max-width: 400px) {
  footer .copyright {
    margin: 0px 0px 0px 65px;
  }
}
.about-us {
  background-image: url("../img/about-us-bg.jpg");
  height: 512px;
}
@media (max-width: 400px) {
  .about-us {
    background-image: url("../img/about-us-bg-mobile.jpg");
    height: 256px;
  }
  .about-us h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0 !important;
  }
}
.cases {
  background-image: url("../img/cases-bg.jpg");
  height: 512px;
}
@media (max-width: 400px) {
  .cases {
    background-image: url("../img/cases-bg-mobile.jpg");
    height: 256px;
  }
  .cases h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0 !important;
  }
}
.process {
  background-image: url("../img/process-bg.jpg");
  height: 512px;
}
@media (max-width: 400px) {
  .process {
    background-image: url("../img/process-bg-mobile.jpg");
    height: 256px;
  }
  .process h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0 !important;
  }
}
.contact {
  background-image: url("../img/contact-bg.jpg");
  height: 512px;
}
@media (max-width: 400px) {
  .contact {
    background-image: url("../img/contact-bg-mobile.jpg");
    height: 256px;
  }
  .contact h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0 !important;
  }
}
.column-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: 200px;
  padding: 10px;
}
.column-container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 86px;
  height: 10px;
  background-color: #ff762d;
}
.column-container .column {
  float: left;
  width: 50%;
  position: relative;
}
@media (max-width: 400px) {
  .column-container .column {
    float: none;
    width: 100%;
  }
}
.column-container .column p {
  font-family: "proximanova_regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}

.recent-cases {
  background-color: #000f24;
  min-height: 1092px;
  padding: 128px 0 0 218px;
}
@media (max-width: 400px) {
  .recent-cases {
    padding: 64px 0 0 16px;
  }
}
.recent-cases h1 {
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  margin: 0;
  color: #ffffff;
  font-size: 44px;
  margin-bottom: 122px;
}
.recent-cases .recent-cases-container {
  width: 100%;
  max-width: 1000px;
  min-height: 200px;
}
.recent-cases .recent-cases-container .dates {
  float: left;
  width: 40%;
  position: relative;
}
@media (max-width: 1000px) {
  .recent-cases .recent-cases-container .dates {
    float: none;
    width: 100%;
  }
}
.recent-cases .recent-cases-container .dates h2 {
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 32px;
  padding: 20px 0 0 0;
  color: #ffffff;
}
.recent-cases .recent-cases-container .dates h2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 86px;
  height: 10px;
  background-color: #ff762d;
}
.recent-cases .recent-cases-container .details {
  float: left;
  width: 60%;
  position: relative;
}
@media (max-width: 1000px) {
  .recent-cases .recent-cases-container .details {
    float: none;
    width: 100%;
  }
}
.recent-cases .recent-cases-container .details p {
  font-family: "proximanova_regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin: 0;
  color: #ffffff;
  padding: 20px 20px 0px 0px;
  line-height: 26px;
}
.recent-cases .recent-cases-container .details p:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 2px;
  background-color: #454550;
}

.lawyer-callout-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 700px) {
  .lawyer-callout-wrapper {
    float: none;
    display: block;
  }
}
.lawyer-callout {
  max-width: 532px;
  min-width: 300px;
  min-height: 440px;
  float: left;
  margin: 0 20px 0 20px;
  border: 1px solid #ff762d;
  padding: 10px;
}
.lawyer-callout img {
  margin: -140px 0 0 0;
}
.lawyer-callout h1 {
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 36px;
}
.lawyer-callout p {
  font-family: "proximanova_regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 700px) {
  .lawyer-callout {
    float: none;
    margin: 0;
    max-width: 83%;
    margin-left: 10px;
  }
  .lawyer-callout.last {
    margin-top: 200px;
  }
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.grid {
  position: relative;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, auto));
  grid-auto-rows: minmax(250px, auto);
}
.grid div {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.grid div .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.grid div .hover h1 {
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 25px 0px;
}
.grid div .hover a {
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  padding: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
}
.grid div .hover a:hover {
  text-decoration: underline;
}
.grid div img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .grid {
    margin: 10px;
  }
}
.image-1 {
  position: relative;
}
.image-1:hover .hover {
  background-image: url("../img/grid-info-bg.png");
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
}

.banner-list {
  text-align: center;
}
.banner-list h1 {
  margin: 100px auto 50px auto;
  text-align: center;
  font-family:
    "proximanova_extrabold", Gotham, Montserrat, Trebuchet, sans-serif;
  font-size: 55px;
}
.banner-list h2 {
  margin: 25px auto;
  text-align: center;
}
.banner-list .banner-set {
  width: 300px;
  margin: 0 auto 100px auto;
  border-bottom: 1px solid black;
}
.banner-list .banner-set img {
  margin: 10px 0px;
}
.banner-list .banner-set ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  margin: 20px 0;
}
.banner-list .banner-set ul li {
  width: fit-content;
  margin: 5px auto;
  list-style: none;
}
.banner-list .banner-set ul li a {
  color: #000;
  text-decoration: none;
}
.banner-list .banner-set ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  #map {
    margin-left: -510px;
  }
}

a {
  color: #000;
}
