/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
a {
  text-decoration: none;
}
a:active {
  outline: none;
}
input,
textarea,
submit {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
  -moz-outline-style: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* HTML 5 Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Accordion */
.ui-corner-all,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-right,
.ui-corner-tl,
.ui-corner-tr,
.ui-corner-bl,
.ui-corner-br {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-image: none !important;
  border-top: inherit !important;
  border-right: inherit !important;
}
.accordions {
  border-top: 1px solid rgba(77, 77, 77, 0.2);
  clear: both;
  display: block;
  margin: 1px 0 30px;
}
.accordions h3.ui-accordion-header {
  background: #fff !important;
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  border-left: 3px solid #a4d0d2;
  color: #4f5f73 !important;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  letter-spacing: normal !important;
  margin: 0 !important;
  padding: 25px;
  text-transform: none !important;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.accordions h3.ui-accordion-header.ui-state-active {
  background: #4f5f73 !important;
  border-bottom: 4px solid #a4d0d2 !important;
  border-left: 0 solid #a4d0d2;
  color: #fff !important;
}
@media screen and (min-width: 901px) {
  .accordions h3.ui-accordion-header:hover {
    background: #4f5f73 !important;
    color: #fff !important;
  }
}
.accordions h3.ui-accordion-header i {
  color: #a4d0d2;
  font-size: 12px;
  padding-right: 5px;
  position: relative;
  top: -1px;
}
.accordions h3.ui-accordion-header .ui-icon {
  display: none;
}
.accordions .ui-accordion-content {
  background: #fcfcfc;
  border-right: 1px solid rgba(77, 77, 77, 0.1);
  border-bottom: 1px solid rgba(77, 77, 77, 0.2);
  border-left: 1px solid rgba(77, 77, 77, 0.1);
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 25px 25px 2px;
  top: 0 !important;
}
.accordions .ui-accordion-content table {
  margin-bottom: 40px;
}
/* CTAs ////////////////////////////////////////////////////////// */
#page-home #ctas {
  top: -40px;
}
#page-inside #ctas {
  background: url(https://www.plaintiffallocations.com/wp-content/themes/pas2018/less/../img/bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  border-top: 1px solid #e9e9e9;
  margin-top: 40px;
  padding: 40px 0;
}
#ctas {
  position: relative;
  z-index: 3;
}
#ctas:after {
  clear: both;
  content: '';
  display: block;
}
#ctas .two .cta {
  display: inline;
  float: left;
  width: calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  #ctas .two .cta {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  #ctas .two .cta {
    width: 100%;
  }
}
#ctas .two .cta + .cta {
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  #ctas .two .cta + .cta {
    margin-left: 20px;
  }
}
@media screen and (max-width: 720px) {
  #ctas .two .cta + .cta {
    margin-left: 0;
    margin-top: 20px;
  }
}
#ctas .four .cta {
  display: inline;
  float: left;
  width: calc(25% - 30px);
  width: -moz-calc(25% - 30px);
  width: -webkit-calc(25% - 30px);
}
@media screen and (max-width: 900px) {
  #ctas .four .cta {
    width: calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  #ctas .four .cta {
    width: 100%;
  }
}
@media screen and (min-width: 901px) {
  #ctas .four .cta + .cta {
    margin-left: 40px;
  }
}
@media screen and (min-width: 720px) and (max-width: 900px) {
  #ctas .four .cta:nth-of-type(even) {
    margin-left: 20px;
  }
}
#ctas .cta {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  width: 100%;
}
#ctas .cta.large {
  background: url(https://www.plaintiffallocations.com/wp-content/themes/pas2018/less/../img/bg.jpg) no-repeat;
  background-position: center 0;
  background-size: cover;
  border-top: 5px solid #edd7b5;
  padding: 40px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#ctas .cta.large h2 {
  color: #4f5f73;
  font-size: 22px;
  line-height: 1.36;
  max-width: 340px;
  padding-right: 90px;
  position: relative;
  z-index: 1;
}
#ctas .cta.large i {
  background: #4f5f73;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  opacity: 1;
  position: absolute;
  right: 40px;
  text-align: center;
  top: 40px;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  width: 50px;
}
@media screen and (min-width: 901px) {
  #ctas .cta.large:hover {
    background-position: center -80px;
    border-top: 5px solid #4f5f73;
  }
  #ctas .cta.large:hover i {
    opacity: .7;
  }
}
#ctas .cta.large a {
  display: block;
  left: 0;
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
#ctas .cta.small {
  background: #4f5f73;
  margin-top: 40px;
  text-align: center;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 901px) {
  #ctas .cta.small {
    border-bottom: 5px solid #fff;
  }
}
@media screen and (max-width: 900px) {
  #ctas .cta.small {
    margin-top: 20px;
  }
}
#ctas .cta.small a {
  display: block;
  padding: 20px 0;
}
#ctas .cta.small h2 {
  color: #fff;
  font-size: 16px;
  transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
}
#ctas .cta.small h2 i {
  font-size: 10px;
}
@media screen and (min-width: 901px) {
  #ctas .cta.small:hover {
    background: #a4d0d2;
  }
  #ctas .cta.small:hover h2 {
    color: #4f5f73;
  }
}
/* Elements  ////////////////////////////////////////////////////////// */
#cta {
  background: #4f5f73;
  border-top: 5px solid #edd7b5;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 15px;
}
@media screen and (max-width: 720px) {
  #cta {
    padding: 15px 15px 1px;
  }
}
#cta p {
  color: #fff;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 28px;
}
#cta p a {
  color: #4f5f73;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#cta p a:hover {
  color: #000;
}
#cta p a {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* Columns  ////////////////////////////////////////////////////////// */
.cols:after {
  clear: both;
  content: '';
  display: block;
}
.cols .col {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  display: inline;
  float: left;
  padding: 20px 0;
  text-align: center;
  width: 33.3333%;
}
@media screen and (max-width: 720px) {
  .cols .col {
    border-top-width: 1px;
    border-right: none;
    border-bottom-width: 1px;
    border-left: none;
    padding: 15px 0;
    width: 100%;
  }
}
.cols .col:first-of-type {
  border-left: none;
}
@media screen and (max-width: 720px) {
  .cols .col:first-of-type {
    border-top: none;
  }
}
.cols .col:last-of-type {
  border-right: none;
}
@media screen and (max-width: 720px) {
  .cols .col:last-of-type {
    border-bottom: none;
  }
}
.cols .col p {
  font-family: Georgia, Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .cols .col p {
    font-size: 16px;
  }
}
.cols .col p small {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .4em;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .cols .col p small {
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .cols .col p small {
    margin-bottom: 10px;
  }
}
.cols .col p small span {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 720px) and (max-width: 900px) {
  .cols .col p small span {
    display: none;
  }
}
.cols .col p a {
  transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
}
.cols .col p a i {
  padding-right: 10px;
}
/* Forms */
body .gform_wrapper {
  min-width: 100%;
}
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=email],
body .gform_wrapper textarea {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding: 15px !important;
  width: 100% !important;
}
body .gform_wrapper label {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
body .gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
  appearance: checkbox;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  margin-left: 5px !important;
  position: relative;
  top: 1px;
}
body .gform_wrapper.gf_browser_chrome ul.gfield_checkbox li input[type=checkbox] {
  top: 0px;
}
body .gform_wrapper ul.gfield_radio li input[type=radio] {
  appearance: radio-button;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  margin-left: 5px !important;
  position: relative;
  top: 3px;
}
body .gform_wrapper.gf_browser_chrome ul.gfield_radio li input[type=radio] {
  top: -1px;
}
body .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
  /*float: right;*/
}
body .gform_wrapper li {
  background: none;
  margin-bottom: 10px;
  padding-left: 0;
}
body .gform_wrapper .top_label .gfield_label {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
body .gform_wrapper .ginput_complex label {
  color: #757575;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  margin-bottom: 0;
}
body .gform_wrapper .ginput_full {
  width: 100%;
}
body .gform_wrapper .ginput_complex span {
  display: inline-block;
  margin-bottom: 6px;
}
body .gform_wrapper ul,
body .container-container .page-content .gform_wrapper ul {
  padding-left: 0;
}
body .container-container .gform_wrapper li {
  border: none;
  line-height: 20px;
  list-style: none;
  text-indent: 0 !important;
}
body .gform_wrapper li::before,
body .container-container .page-content .gform_wrapper li::before {
  content: none;
}
body .gform_wrapper li:before {
  content: none;
}
body .gform_wrapper .ginput_left {
  clear: left;
}
body .gform_wrapper label.gfield_label {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
body .gform_wrapper .gfield_description {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
}
body .gform_wrapper .gfield_html p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}
body .gform_wrapper .gfield_html ul li {
  font-size: 12px;
  list-style: disc;
  margin: 0 0 10px 20px;
}
body .gform_wrapper .gform_footer {
  margin: 30px 0 0;
  padding: 0;
}
body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit] {
  background: #4f5f73;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1;
  margin: 0;
  padding: 18px 24px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  width: 100%;
}
body .gform_wrapper .gform_footer input:hover {
  background: #a4d0d2;
}
body #gforms_confirmation_message {
  border: 3px solid #fafce9;
  padding: 20px;
}
body .gforms_confirmation_message {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
/* Accordion */
#main #accordion-loop {
  clear: both;
  display: block;
  margin: 1px 0 30px;
}
#main #accordion-loop .accordion h2 {
  border-bottom: 1px solid rgba(77, 77, 77, 0.5);
  color: #000000;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
  margin: 0 !important;
  padding: 20px;
  text-transform: uppercase;
}
#main #accordion-loop .accordion h2.ui-state-active {
  /* other sheet */
}
#main #accordion-loop .ui-accordion-content {
  background: #fcfcfc;
  color: #333333;
  font-size: 17px;
  padding: 25px 25px 5px;
}
#main #accordion-loop .ui-accordion-content p,
#main #accordion-loop .ui-accordion-content li {
  color: #595959;
  display: block;
  font-size: 1em !important;
  line-height: 2;
}
#main #accordion-loop .ui-accordion-content p strong,
#main #accordion-loop .ui-accordion-content li strong {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
#main #accordion-loop .ui-accordion-content li a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
}
#main #accordion-loop .ui-accordion-content li a:hover {
  color: #000;
}
#main #accordion-loop .ui-accordion-content ul {
  margin: 0;
}
#main #accordion-loop .ui-accordion-content img {
  display: inline;
  float: left;
  height: auto;
  padding: 4px 20px 10px 0;
  width: 30%;
}
@media screen and (max-width: 720px) {
  #main #accordion-loop .ui-accordion-content img {
    padding: 0 0 30px;
    width: 100%;
  }
}
#main #accordion-loop .accordion div ul {
  color: #474747;
  font-size: 1em;
  margin: 0 0 30px;
  padding: 0;
}
#main #accordion-loop .accordion div ul ul {
  margin: 0;
}
#main #accordion-loop .accordion div li {
  display: block;
  text-align: left;
}
#main #accordion-loop .accordion div h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
}
/* Image Gallery */
#html-home #image-gallery,
#html-inside #image-gallery {
  clear: both;
  line-height: 0;
}
#html-home #image-gallery li,
#html-inside #image-gallery li {
  display: inline;
  float: left;
}
#html-home #image-gallery li a,
#html-inside #image-gallery li a {
  display: block;
}
@media screen and (min-width: 901px) {
  #html-home #image-gallery li,
  #html-inside #image-gallery li {
    margin: 0 10px 10px 0;
  }
  #html-home #image-gallery li:nth-child(5n+5),
  #html-inside #image-gallery li:nth-child(5n+5) {
    margin-right: 0;
  }
  #html-home #image-gallery li img,
  #html-inside #image-gallery li img {
    height: auto;
    width: 112px;
  }
}
@media screen and (max-width: 900px) {
  #html-home #image-gallery li,
  #html-inside #image-gallery li {
    margin: 0 2% 15px 0;
    width: 18.4%;
  }
  #html-home #image-gallery li:nth-child(5n+5),
  #html-inside #image-gallery li:nth-child(5n+5) {
    margin-right: 0;
  }
  #html-home #image-gallery li img,
  #html-inside #image-gallery li img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #html-home #image-gallery li,
  #html-inside #image-gallery li {
    margin: 0 6% 15px 0;
    width: 47%;
  }
  #html-home #image-gallery li:nth-child(even),
  #html-inside #image-gallery li:nth-child(even) {
    margin-right: 0;
  }
  #html-home #image-gallery li:nth-child(odd),
  #html-inside #image-gallery li:nth-child(odd) {
    margin-right: 6%;
  }
  #html-home #image-gallery li img,
  #html-inside #image-gallery li img {
    height: auto;
    width: 100%;
  }
}
#html-inside div.ilightbox-overlay.dark {
  background: rgba(27, 40, 108, 0.8) !important;
}
#html-inside a.ilightbox-button {
  background-color: #3e4b5b;
  background-position: center center;
  background-repeat: no-repeat;
  display: block !important;
  width: 60px;
  height: 60px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#html-inside a.ilightbox-button:hover {
  background-color: #000;
}
#html-inside a.ilightbox-button.ilightbox-prev-button {
  left: 0;
  top: 45%;
  background-image: url(https://www.plaintiffallocations.com/wp-content/themes/pas2018/less/../img/arrow-left.png);
}
#html-inside a.ilightbox-button.ilightbox-next-button {
  right: 0;
  top: 45%;
  background-image: url(https://www.plaintiffallocations.com/wp-content/themes/pas2018/less/../img/arrow-right.png);
}
#html-inside .ilightbox-toolbar {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
#html-inside .ilightbox-toolbar .ilightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #3e4b5b;
  background-image: url(https://www.plaintiffallocations.com/wp-content/themes/pas2018/less/../img/gallery-close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
/* Global Usage ////////////////////////////////////////////////////////// */
.clearboth {
  clear: both;
  height: 0;
}
article,
section {
  clear: both;
}
a.trans {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.wow {
  visibility: hidden;
}
/* Video ////////////////////////////////////////////////////////// */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Hero ////////////////////////////////////////////////////////// */
#page-home #hero {
  background: #4f5f73;
  display: block;
  padding: 130px 0 180px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  #page-home #hero {
    padding: 200px 0 80px;
  }
}
#page-home #hero h1 {
  color: #fff;
  line-height: inherit;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 901px) {
  #page-home #hero h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 900px) {
  #page-home #hero h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 720px) {
  #page-home #hero h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 340px) {
  #page-home #hero h1 {
    font-size: 26px;
  }
  #page-home #hero h1 br {
    display: none;
  }
}
#page-home #hero .hero .container {
  height: 100%;
  padding: 0;
}
#page-home #hero .hero .container .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: absolute;
  width: 70%;
}
@media screen and (min-width: 901px) {
  #page-home #hero .hero .container .img {
    right: -80px;
  }
}
@media screen and (max-width: 900px) {
  #page-home #hero .hero .container .img {
    right: 0;
  }
}
@media screen and (max-width: 720px) {
  #page-home #hero .hero .container .img {
    height: 70%;
    width: 100%;
  }
}
#page-home #hero .hero .container .img:before {
  background: -webkit-linear-gradient(-90deg, #4f5f73 0, rgba(79, 95, 115, 0) 30%);
  background: -moz-linear-gradient(-90deg, #4f5f73 0, rgba(79, 95, 115, 0) 30%);
  background: linear-gradient(-90deg, #4f5f73 0, rgba(79, 95, 115, 0) 30%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 720px) {
  #page-home #hero .hero .container .img:before {
    background: -webkit-linear-gradient(0deg, #4f5f73 0, rgba(79, 95, 115, 0) 30%);
    background: -moz-linear-gradient(0deg, #4f5f73 0, rgba(79, 95, 115, 0) 30%);
    background: linear-gradient(0deg, #4f5f73 0, rgba(79, 95, 115, 0) 30%);
  }
}
#page-home #hero .hero .container .img:after {
  background: -webkit-linear-gradient(90deg, #4f5f73 0, rgba(79, 95, 115, 0) 30%);
  background: -moz-linear-gradient(90deg, #4f5f73 0, rgba(79, 95, 115, 0) 30%);
  background: linear-gradient(90deg, #4f5f73 0, rgba(79, 95, 115, 0) 30%);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 720px) {
  #page-home #hero .hero .container .img:after {
    display: none;
  }
}
/* Pages  ////////////////////////////////////////////////////////// */
#page-inside #main {
  padding-top: 40px;
}
#page-inside #main:after {
  clear: both;
  content: '';
  display: block;
}
#page-inside #main #content {
  position: relative;
}
@media screen and (min-width: 720px) {
  #page-inside #main #content {
    display: inline;
    float: right;
    width: 70%;
  }
}
#page-inside #main #content h1 {
  color: #1f1f1f;
  font-family: Georgia, Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 720px) {
  #page-inside #main #content h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#page-inside #main #content .details {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}
#page-inside #main #content h2 {
  color: #5d5d5d;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}
#page-inside #main #content h2 a {
  color: #4f5f73;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
#page-inside #main #content h3 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}
#page-inside #main #content p {
  color: #747373;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 28px;
}
#page-inside #main #content p a {
  color: #4f5f73;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-inside #main #content p a:hover {
  color: #000;
}
@media screen and (max-width: 720px) {
  #page-inside #main #content p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
#page-inside #main #content p em {
  color: #3e4b5b;
}
#page-inside #main #content p a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
#page-inside #main #content ul {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
#page-inside #main #content ul a {
  color: #4f5f73;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-inside #main #content ul a:hover {
  color: #000;
}
#page-inside #main #content ul li {
  font-size: 14px;
  line-height: 1.5;
  list-style: disc;
  margin-left: 20px;
  padding: 0 0 15px 5px;
  position: relative;
  /*&:before {
			color: @themeBlue;
			content: "\f178 ";
			font-family: FontAwesome;
			left: 0;
			position: absolute;
		}*/
}
#page-inside #main #content ul ul {
  margin-bottom: 5px;
}
#page-inside #main #content ol {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
#page-inside #main #content ol a {
  color: #4f5f73;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-inside #main #content ol a:hover {
  color: #000;
}
#page-inside #main #content ol li {
  font-size: 14px;
  line-height: 1.5;
  list-style: decimal;
  margin-left: 30px;
  padding-bottom: 15px;
  position: relative;
}
#page-inside #main #content ol ol {
  margin-bottom: 5px;
}
#page-inside #main #content strong {
  color: #5d5d5d;
}
#page-inside #main #content hr {
  background: #e9e9e9;
  border: none;
  display: block;
  height: 1px;
  margin: 30px 0;
}
#page-inside #main #content img {
  height: auto;
  max-width: 100%;
}
#page-inside #main #content img.alignleft {
  display: inline-block;
  float: left;
  margin: 7px 20px 6px 0;
  width: 35%;
}
#page-inside #main #content img.alignright {
  display: inline-block;
  float: right;
  margin: 7px 0 6px 20px;
  width: 35%;
}
#page-inside #main #content form ul li {
  padding-left: 0;
}
#page-inside #main #content form ul li:before {
  display: none;
}
#page-inside #main #content .post-excerpt {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#page-inside #main #content .post-excerpt a.post-link {
  display: block;
}
#page-inside #main #content .post-excerpt a.post-link i {
  background: #4f5f73;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  opacity: 1;
  text-align: center;
  transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  width: 36px;
}
@media screen and (min-width: 901px) {
  #page-inside #main #content .post-excerpt a.post-link:hover i {
    opacity: .7;
  }
}
#page-inside #main #content #share {
  margin: 20px 0;
}
#page-inside #main #content #paginate {
  display: block;
  margin: 20px 0;
  text-align: center;
}
#page-inside #main #content #paginate:after {
  clear: both;
  content: '';
  display: block;
}
#page-inside #main #content #paginate a {
  color: #4f5f73;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-inside #main #content #paginate a i {
  color: #4f5f73;
  transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
}
@media screen and (min-width: 901px) {
  #page-inside #main #content #paginate a:hover {
    background: #4f5f73;
    color: #fff;
  }
  #page-inside #main #content #paginate a:hover i {
    color: #fff;
  }
}
@media screen and (min-width: 720px) {
  #page-inside #main #sidebar {
    display: inline;
    float: left;
    width: 24%;
  }
}
#page-inside #main #sidebar #service-list {
  margin-bottom: 30px;
}
#page-inside #main #sidebar #service-list:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 720px) {
  #page-inside #main #sidebar #service-list {
    display: none;
  }
}
#page-inside #main #sidebar #service-list h3 {
  background: #4f5f73;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 15px;
}
#page-inside #main #sidebar #service-list ul {
  border-top: 4px solid #4f5f73;
}
#page-inside #main #sidebar #service-list ul li {
  border-bottom: 1px solid #e9e9e9;
}
#page-inside #main #sidebar #service-list ul li a {
  color: #4f5f73;
  display: block;
  font-family: Georgia, Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  padding: 10px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
#page-inside #main #sidebar #service-list ul li a:hover {
  background: #4f5f73;
  color: #fff;
}
#page-inside #main #sidebar #service-list ul li a.current {
  background: #dceff2;
}
#page-inside #main #sidebar #service-list ul li a.current:hover {
  color: #4f5f73;
}
/* Services Landing Page */
#page-inside.page-id-11 #main {
  display: none;
}
#page-inside.page-id-11 #ctas {
  border-top: none;
  margin-top: 0;
}
/* Slider ////////////////////////////////////////////////////////// */
ul.hero {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
ul.hero li {
  background-position: center center;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
ul.hero li.current {
  opacity: 1;
  z-index: 2;
}
.slider-slide .slide-in-next {
  animation: ssl_sin 1000ms ease-in-out;
  -moz-animation: ssl_sin 1000ms ease-in-out;
  -webkit-animation: ssl_sin 1000ms ease-in-out;
}
.slider-slide .slide-in-prev {
  animation: ssl_sip 1000ms ease-in-out;
  -moz-animation: ssl_sip 1000ms ease-in-out;
  -webkit-animation: ssl_sip 1000ms ease-in-out;
}
.slider-slide .slide-out-next {
  animation: ssl_son 1000ms ease-in-out;
  -moz-animation: ssl_son 1000ms ease-in-out;
  -webkit-animation: ssl_son 1000ms ease-in-out;
}
.slider-slide .slide-out-prev {
  animation: ssl_sop 1000ms ease-in-out;
  -moz-animation: ssl_sop 1000ms ease-in-out;
  -webkit-animation: ssl_sop 1000ms ease-in-out;
}
@keyframes ssl_sip {
  0% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@keyframes ssl_sin {
  0% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@keyframes ssl_sop {
  0% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@keyframes ssl_son {
  0% {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
.slider-scale .slide-in-next {
  animation: ssc_sin 1000ms ease-in-out;
  -moz-animation: ssc_sin 1000ms ease-in-out;
  -webkit-animation: ssc_sin 1000ms ease-in-out;
}
.slider-scale .slide-in-prev {
  animation: ssc_sip 1000ms ease-in-out;
  -webkit-animation: ssc_sip 1000ms ease-in-out;
}
.slider-scale .slide-out-next {
  animation: ssc_son 1000ms ease-in-out;
  -moz-animation: ssc_son 1000ms ease-in-out;
  -webkit-animation: ssc_son 1000ms ease-in-out;
}
.slider-scale .slide-out-prev {
  animation: ssc_sop 1000ms ease-in-out;
  -moz-animation: ssc_sop 1000ms ease-in-out;
  -webkit-animation: ssc_sop 1000ms ease-in-out;
}
@keyframes ssc_sip {
  0% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
}
@keyframes ssc_sin {
  0% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
}
@keyframes ssc_sop {
  0% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes ssc_son {
  0% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
/* -moz- */
@-moz-keyframes ssc_sip {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@-moz-keyframes ssc_sin {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 1;
  }
}
@-moz-keyframes ssc_sop {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-moz-keyframes ssc_son {
  0% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-moz-keyframes ssl_sip {
  0% {
    -moz-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes ssl_sin {
  0% {
    -moz-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes ssl_sop {
  0% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@-moz-keyframes ssl_son {
  0% {
    -moz-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -moz-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
/* -webkit- */
@-webkit-keyframes ssc_sip {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes ssc_sin {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 1;
  }
}
@-webkit-keyframes ssc_sop {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes ssc_son {
  0% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes ssl_sip {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ssl_sin {
  0% {
    -webkit-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes ssl_sop {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes ssl_son {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    opacity: 0;
  }
}
/* Typography ////////////////////////////////////////////////////////// */
/* Base ////////////////////////////////////////////////////////// */
html,
body {
  background: #3e4b5b;
  color: #747373;
  font-family: Georgia, Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  width: 100%;
}
strong {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
/* Contain ////////////////////////////////////////////////////////// */
#container {
  background: #fff;
  margin: auto;
  max-width: 1600px;
  position: relative;
}
#container:after {
  clear: both;
  content: '';
  display: block;
}
.container {
  margin: auto;
  max-width: 1160px;
  padding: 0 6%;
  position: relative;
}
/* Header ////////////////////////////////////////////////////////// */
#header {
  border-bottom: 5px solid #edd7b5;
  position: relative;
  width: 100%;
}
#header:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (min-width: 1080px) {
  #header {
    padding-bottom: 35px;
  }
}
#header #top {
  border-top: 5px solid #4f5f73;
  margin-bottom: 40px;
}
#header #top:after {
  clear: both;
  content: '';
  display: block;
}
@media screen and (max-width: 720px) {
  #header #top {
    margin-bottom: 20px;
  }
}
#header #top a {
  background: #4f5f73;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .08em;
  padding: 15px;
  position: absolute;
  right: 6%;
  top: -5px;
}
@media screen and (max-width: 720px) {
  #header #top a {
    border-radius: none;
    display: block;
    font-size: 14px;
    padding: 15px 0;
    position: relative;
    right: inherit;
    text-align: center;
    width: 100%;
  }
}
#header #top a i {
  color: #a4d0d2;
}
#header a#logo {
  display: inline-block;
}
@media screen and (max-width: 720px) {
  #header a#logo {
    display: block;
    text-align: center;
  }
}
#header a#logo img {
  height: auto;
  width: 218px;
}
@media screen and (max-width: 720px) {
  #header a#logo img {
    width: 200px;
  }
}
#header #nav-btn {
  background: #4f5f73;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: .3em;
  text-align: center;
  text-transform: uppercase;
}
#header #nav-btn i {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 3px;
}
@media screen and (min-width: 720px) {
  #header #nav-btn {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header #nav-btn {
    line-height: 40px;
    margin-top: 22px;
  }
}
#header #nav {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 901px) {
  #header #nav {
    float: right;
    padding-top: 36px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1080px) {
  #header #nav {
    border-top: 1px solid #e9e9e9;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 720px) and (max-width: 900px) {
  #header #nav {
    border-top: 1px solid #e9e9e9;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #header #nav {
    background: url(https://www.plaintiffallocations.com/wp-content/themes/pas2018/less/../img/bg.jpg) top center no-repeat;
    background-size: cover;
    display: block;
    left: 0;
    height: 100%;
    opacity: 0;
    margin-left: 0;
    min-width: inherit;
    pointer-events: none;
    position: fixed;
    display: table;
    top: 0;
    width: 100%;
    z-index: 105;
    transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out;
  }
  #header #nav.in {
    opacity: 1;
    pointer-events: inherit;
  }
  #header #nav.out {
    opacity: 0;
    pointer-events: none;
  }
}
#header #nav #nav-close {
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 40px;
  left: -20px;
  margin-left: 50%;
  opacity: .7;
  position: absolute;
  top: 70px;
  width: 40px;
}
@media screen and (min-width: 720px) {
  #header #nav #nav-close {
    display: none;
  }
}
#header #nav #nav-close .close-x {
  height: 14px;
  position: relative;
  top: 11px;
  width: 14px;
  z-index: 2;
}
#header #nav #nav-close .close-x polygon {
  fill: #4f5f73 !important;
}
@media screen and (max-width: 900px) {
  #header #nav ul.nav {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #header #nav ul.nav {
    display: table-cell;
    vertical-align: middle;
  }
}
#header #nav ul.nav li {
  display: inline-block;
}
@media screen and (max-width: 720px) {
  #header #nav ul.nav li {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -webkit-transition: opacity 0.35s ease-in-out;
  }
}
#header #nav ul.nav li.in {
  opacity: 1;
  pointer-events: inherit;
}
#header #nav ul.nav li.out {
  opacity: 0;
  pointer-events: none;
}
#header #nav ul.nav li a {
  color: #4f5f73;
  display: block;
  font-family: Georgia, Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  height: 40px;
  letter-spacing: .1em;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  transition: color 0.35s ease-in-out;
  -moz-transition: color 0.35s ease-in-out;
  -o-transition: color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out;
}
@media screen and (max-width: 720px) {
  #header #nav ul.nav li a {
    font-size: 10px;
  }
}
#header #nav ul.nav li a.current {
  color: #a4d0d2;
}
#header #nav ul.nav li a.current:hover {
  color: #a4d0d2;
}
#header #nav ul.nav li a:hover {
  color: #a4d0d2;
}
/* Hero ////////////////////////////////////////////////////////// */
#hero {
  position: relative;
}
/* Bottom / Footer ////////////////////////////////////////////////////////// */
#footer {
  background: #dceff2;
  color: #818181;
  font-size: 10px;
  padding: 50px 0;
}
#footer a {
  color: #4f5f73;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  #footer a {
    display: inline-block;
    float: right;
  }
}
@media screen and (min-width: 901px) {
  #footer a span {
    display: none;
  }
}
