/*
Theme Name: FCLC
Theme URI: http://southernweb.com/
Author: Southern Web
Author URI: http://southernweb.com/
Description: Custom WordPress theme for FCLC
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fclc

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
@import url("https://use.typekit.net/rhb6biu.css");
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

body {
  background: #f2f4f1;
  overflow-x: hidden;
  width: 100%; }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

.clear {
  clear: both; }

/* Breakpoints */
/* Clearfix */
.wrap:before, .grid:before, .main-navigation:before, .widget.widget-recent-posts ul li:before, .wrap:after, .grid:after, .main-navigation:after, .widget.widget-recent-posts ul li:after {
  content: "";
  display: table; }

.wrap:after, .grid:after, .main-navigation:after, .widget.widget-recent-posts ul li:after {
  clear: both; }

/* Wrap */
.wrap {
  margin: 0 auto;
  position: relative;
  width: 96%;
  max-width: 1200px;
  zoom: 1; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Avenir", sans-serif;
  font-size: 15px;
  line-height: 1.8; }

p {
  margin-bottom: 1.5em; }

b,
strong {
  font-weight: bold; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font: 15px "Courier 10 Pitch", Courier, monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase; }

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

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

[data-icon]:before {
  font-family: "Avenir" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="myicon-"]:before,
[class*=" myicon-"]:before {
  font-family: "Avenir" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.myicon-arrow-previous:before {
  content: "a"; }

.myicon-arrow-next:before {
  content: "b"; }

.myicon-watch-video-final:before {
  content: "w"; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  height: 10px;
  display: block;
  background: url(ui/hr.png) center center no-repeat;
  border: none;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

.button, .nav-links a, .widget .gform_wrapper input.gform_button[type=submit],
.button:visited,
.nav-links a:visited,
.widget .gform_wrapper input.gform_button:visited[type=submit] {
  border: 1px solid #91908f;
  display: inline-block;
  padding: 12px 20px;
  font-family: "Avenir", sans-serif;
  font-size: 14px;
  color: #91908f;
  font-weight: 300;
  text-transform: uppercase;
  background: none;
  border-radius: 0; }
  @media all and (min-width: 769px) {
    .button, .nav-links a, .widget .gform_wrapper input.gform_button[type=submit],
    .button:visited,
    .nav-links a:visited,
    .widget .gform_wrapper input.gform_button:visited[type=submit] {
      font-size: 17px; } }
  .button:hover, .nav-links a:hover, .widget .gform_wrapper input.gform_button:hover[type=submit],
  .button:visited:hover,
  .nav-links a:visited:hover,
  .widget .gform_wrapper input.gform_button:visited:hover[type=submit] {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none; }

/* =Grid
-------------------------------------------------------------- */
@media all and (min-width: 1025px) {
  .col-2-5, #secondary,
  .col-3-5,
  #primary,
  .col-1-4,
  .col-3-4,
  .col-1-3,
  .col-2-3,
  .col-1-2,
  .col-1-1 {
    float: left;
    padding: 0 40px; }
  .col-2-5, #secondary {
    width: 40%; }
  
  .col-3-5,
  #primary {
    width: 60%; }
  .col-1-4 {
    width: 25%; }
  .col-3-4 {
    width: 75%; }
  .col-1-3 {
    width: 33.33%; }
  .col-2-3 {
    width: 66.67%; }
  .col-1-2 {
    width: 50%; }
  .col-1-1 {
    width: 100%; } }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */ }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:focus, button:active,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="submit"]:focus,
  input[type="submit"]:active {
    border-color: #aaa #bbb #bbb; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #a6000d;
  text-decoration: none; }
  a:visited {
    color: #a6000d; }
  a:hover, a:focus, a:active {
    color: #a6000d;
    text-decoration: underline; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.sub-menu {
  width: 300px; }
  .sub-menu a {
    width: 300px; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background: #a6000d;
  position: relative;
  z-index: 101; }
  @media all and (min-width: 769px) {
    .main-navigation #menu-main {
      width: 743px;
      margin: 0 auto; } }
  @media all and (min-width: 1025px) {
    .main-navigation #menu-main {
      width: 875px;
      margin: 0 auto; } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: none; }
    .main-navigation ul li {
      font-family: "Avenir", sans-serif; }
      .main-navigation ul li:hover > ul {
        display: block; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      left: -999em;
      position: absolute;
      top: 100%;
      padding-top: 10px;
      z-index: 99999;
      background: #3a3834;
      padding-bottom: 10px; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 300px;
        border: none;
        line-height: 30px;
        height: 30px;
        text-transform: none;
        font-size: 14px; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
        .main-navigation ul ul ul li a {
          width: 420px; }
  .main-navigation li a {
    padding: 1em 25px; }
  @media all and (min-width: 769px) {
    .main-navigation li {
      float: left;
      position: relative; }
      .main-navigation li a {
        font-size: 12px; } }
  @media all and (min-width: 1025px) {
    .main-navigation li a {
      padding-top: 18px;
      padding-top: 3vw;
      font-size: 13px; } }
  @media all and (min-width: 1200px) {
    .main-navigation li a {
      font-size: 13px; } }
  .main-navigation li:hover > ul {
    left: auto; }
  .main-navigation li:last-child a {
    border: none; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #f2f4f1;
    text-transform: uppercase;
    font-weight: 300;
    border-right: 2px solid #f2f4f1;
    padding: 0 7px; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-page-ancestor > a {
    background: #CD2828; }
  .main-navigation .sub-menu li a {
    padding: 0 25px; }
  .main-navigation .sub-menu li.current-page-ancestor a {
    background: transparent; }
  .main-navigation .sub-menu li.current_page_item a {
    background: transparent; }
  .main-navigation .sub-menu li.current_page_item > a {
    background: #474747; }
  .main-navigation .sub-menu a:hover {
    background: #474747; }
  .main-navigation #menu-item-795 .sub-menu, .main-navigation #menu-item-796 .sub-menu {
    width: 250px; }
    .main-navigation #menu-item-795 .sub-menu li, .main-navigation #menu-item-796 .sub-menu li {
      width: 250px; }
    .main-navigation #menu-item-795 .sub-menu a, .main-navigation #menu-item-796 .sub-menu a {
      width: 250px; }

.menu > li a:hover {
  background: #CD2828; }

.sub-menu > li a:hover {
  background: #474747; }

/* Small menu */
.menu-toggle {
  cursor: pointer;
  display: block; }

.main-navigation.toggled ul.nav-menu {
  display: block; }

@media all and (min-width: 769px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: none;
    cursor: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.paging-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none; }

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  background: #0c1923;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999; }

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700; }

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #a6000d;
  margin-top: 44px; }

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none; }

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%; }

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible; }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #474747; }

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 29px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9); }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
  box-sizing: content-box; }

.mean-remove {
  display: none !important; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.last {
  float: right !important;
  margin-right: 0; }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

header.mobile-header {
  display: none;
  visibility: hidden; }

@media all and (max-width: 1024px) {
  header.desktop-header {
    display: none;
    visibility: hidden; }
  header.mobile-header {
    display: block;
    visibility: visible; } }

.new-site-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  z-index: 1000; }
  .new-site-header .menu-header {
    -webkit-flex-basis: 35%;
            flex-basis: 35%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1; }
    .new-site-header .menu-header .navigation-section .menu > .menu-item {
      position: relative; }
    .new-site-header .menu-header .navigation-section .menu > .menu-item > a {
      position: absolute;
      height: 80px;
      width: 100%;
      left: 50%;
      top: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      @media all and (min-width: 1550px) {
        .new-site-header .menu-header .navigation-section .menu > .menu-item > a {
          padding-top: 20%; } }
      .new-site-header .menu-header .navigation-section .menu > .menu-item > a > span {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }
      .new-site-header .menu-header .navigation-section .menu > .menu-item > a:hover {
        background-color: #f2f4f1; }
    .new-site-header .menu-header .navigation-section .menu {
      height: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      margin: 0; }
      .new-site-header .menu-header .navigation-section .menu .menu-item {
        list-style-type: none;
        -webkit-flex-basis: 25%;
                flex-basis: 25%;
        height: 80px;
        text-align: center;
        border-right: 1px solid #D9D9D9;
        background-color: white;
        line-height: 1.2;
        position: relative; }
        .new-site-header .menu-header .navigation-section .menu .menu-item a {
          color: #373739;
          text-transform: uppercase;
          font-size: 0.8125em; }
          .new-site-header .menu-header .navigation-section .menu .menu-item a:hover {
            text-decoration: none;
            background: none; }
        .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children {
          position: relative; }
          .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu {
            width: 200px;
            margin: 0;
            position: absolute;
            left: 0;
            top: 100%;
            background-color: #AC162C;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
            color: white;
            height: 0px;
            z-index: 100; }
            .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
              background-color: #AC162C;
              height: auto;
              border: none;
              text-align: left;
              width: 100%; }
              .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
                color: white;
                line-height: 1.4;
                padding: 5px 10px;
                width: 100%;
                display: block; }
                .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
                  background: none;
                  text-decoration: none; }
              .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu {
                left: 100%;
                top: 0;
                background-color: #272729; }
                .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children .sub-menu .menu-item {
                  background-color: #272729; }
              .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a {
                position: relative; }
                .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a:after {
                  position: absolute;
                  content: '\f054';
                  right: 10px;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                          transform: translateY(-50%);
                  font-size: 0.875em;
                  color: white;
                  font-family: 'Font Awesome 5 Pro';
                  font-weight: 700; }
              .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu .menu-item:first-of-type a {
                padding-top: 10px; }
              .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-of-type a {
                padding-bottom: 10px; }
          .new-site-header .menu-header .navigation-section .menu .menu-item.menu-item-has-children:hover > .sub-menu {
            opacity: 1;
            visibility: visible;
            height: auto;
            -webkit-transition-delay: .05s;
                    transition-delay: .05s;
            z-index: 101; }
        .new-site-header .menu-header .navigation-section .menu .menu-item:last-of-type {
          border: none; }
    .new-site-header .menu-header .top-bar {
      background-color: #AC162C;
      padding: 5px; }
      .new-site-header .menu-header .top-bar p {
        color: white;
        text-align: center;
        margin: 0;
        font-size: 1.33em;
        font-family: "minion-pro", serif; }
        .new-site-header .menu-header .top-bar p a {
          color: white; }
  .new-site-header .middle-logo {
    -webkit-flex-basis: 30%;
            flex-basis: 30%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0;
    padding: 15px 40px;
    background-color: white;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100; }
    .new-site-header .middle-logo img {
      max-height: 180px;
      width: auto;
      display: block;
      margin: auto; }

header.mobile-header {
  background-color: white; }
  header.mobile-header .contact {
    background-color: #AC162C; }
    header.mobile-header .contact a {
      color: white;
      text-align: center;
      text-transform: uppercase;
      font-family: "minion-pro", serif; }
      header.mobile-header .contact a p {
        margin: 0;
        padding: 5px; }
  header.mobile-header .header-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 0 20px;
    position: relative;
    height: 60px;
    background-color: white; }
    header.mobile-header .header-flex .phone {
      position: absolute;
      top: 55%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      header.mobile-header .header-flex .phone a {
        text-transform: uppercase; }
        header.mobile-header .header-flex .phone a i {
          color: #AC162C;
          font-size: 1.8em; }
    header.mobile-header .header-flex .logo {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 20px;
      background-color: white;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
      height: 100px;
      padding: 20px 5px;
      position: relative;
      z-index: 101; }
      header.mobile-header .header-flex .logo img {
        height: 100%;
        width: auto;
        display: block;
        margin: auto; }
    header.mobile-header .header-flex .nav.open .menu-button .hamburger span:first-of-type {
      -webkit-transform: rotate(-45deg) translate(-11px);
              transform: rotate(-45deg) translate(-11px); }
    header.mobile-header .header-flex .nav.open .menu-button .hamburger span:nth-of-type(2) {
      opacity: 0; }
    header.mobile-header .header-flex .nav.open .menu-button .hamburger span:last-of-type {
      -webkit-transform: rotate(45deg) translate(-11px);
              transform: rotate(45deg) translate(-11px); }
    header.mobile-header .header-flex .nav .menu-button .hamburger {
      position: absolute;
      right: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      header.mobile-header .header-flex .nav .menu-button .hamburger span {
        display: block;
        height: 3px;
        width: 30px;
        margin: 5px;
        background: #AC162C;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
    header.mobile-header .header-flex .nav nav.mobile-navigation {
      position: absolute;
      width: 100%;
      left: 0px;
      top: 60px;
      background-color: white;
      z-index: 100;
      padding: 50px 20px 20px 20px;
      height: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3); }
      header.mobile-header .header-flex .nav nav.mobile-navigation.opened {
        height: auto;
        opacity: 1;
        visibility: visible; }
      header.mobile-header .header-flex .nav nav.mobile-navigation .menu {
        margin: 0; }
        header.mobile-header .header-flex .nav nav.mobile-navigation .menu .menu-item {
          list-style-type: none;
          display: block;
          padding: 5px 0;
          border-bottom: 1px solid #373739; }
          header.mobile-header .header-flex .nav nav.mobile-navigation .menu .menu-item a:hover {
            background: none;
            text-decoration: none; }
          header.mobile-header .header-flex .nav nav.mobile-navigation .menu .menu-item .button-drop {
            margin-left: 20px; }
            header.mobile-header .header-flex .nav nav.mobile-navigation .menu .menu-item .button-drop i {
              font-family: 'Font Awesome 5 Pro';
              font-style: normal; }
          header.mobile-header .header-flex .nav nav.mobile-navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item {
            border: none; }
            header.mobile-header .header-flex .nav nav.mobile-navigation .menu .menu-item.menu-item-has-children .sub-menu .menu-item a {
              color: #373739; }
          header.mobile-header .header-flex .nav nav.mobile-navigation .menu .menu-item:last-of-type {
            border: none; }

.hero-homepage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -7%; }
  @media all and (max-width: 1024px) {
    .hero-homepage {
      margin-top: 0; } }
  .hero-homepage .hero-content {
    padding-top: 187px;
    padding-bottom: 200px;
    position: relative; }
    @media all and (max-width: 1024px) {
      .hero-homepage .hero-content {
        padding-top: 100px;
        padding-bottom: 140px; } }
    @media all and (max-width: 768px) {
      .hero-homepage .hero-content {
        padding: 60px 20px; } }
    .hero-homepage .hero-content:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(63, 61, 56, 0.5); }
    .hero-homepage .hero-content .hero-content-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between;
      max-width: 1210px;
      padding: 0 20px;
      margin: auto;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 850px) {
        .hero-homepage .hero-content .hero-content-inner {
          -webkit-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      @media all and (max-width: 480px) {
        .hero-homepage .hero-content .hero-content-inner {
          padding: 0; } }
      .hero-homepage .hero-content .hero-content-inner .hero-text {
        color: white;
        -webkit-flex-basis: 50%;
                flex-basis: 50%; }
        @media only screen and (max-width: 850px) {
          .hero-homepage .hero-content .hero-content-inner .hero-text {
            text-align: center;
            margin-bottom: 60px;
            -webkit-flex-basis: 100%;
                    flex-basis: 100%; } }
        .hero-homepage .hero-content .hero-content-inner .hero-text h1 {
          font-size: 2em; }
          @media all and (max-width: 480px) {
            .hero-homepage .hero-content .hero-content-inner .hero-text h1 {
              font-size: 1.6em; } }
        .hero-homepage .hero-content .hero-content-inner .hero-text ul {
          padding: 0;
          margin: 0;
          padding-left: 17px; }
        .hero-homepage .hero-content .hero-content-inner .hero-text span.serif {
          font-family: "minion-pro", serif;
          font-size: 1.47em;
          line-height: 1.4; }
          @media all and (max-width: 480px) {
            .hero-homepage .hero-content .hero-content-inner .hero-text span.serif {
              font-size: 1em; } }
        .hero-homepage .hero-content .hero-content-inner .hero-text h3 {
          font-size: 1.2em; }
      .hero-homepage .hero-content .hero-content-inner .hero-video {
        padding-left: 40px;
        -webkit-flex-basis: 50%;
                flex-basis: 50%; }
        @media only screen and (max-width: 850px) {
          .hero-homepage .hero-content .hero-content-inner .hero-video {
            padding: 0;
            -webkit-flex-basis: 100%;
                    flex-basis: 100%; } }
        .hero-homepage .hero-content .hero-content-inner .hero-video .hero-video-content {
          position: relative;
          overflow: hidden;
          height: 294px;
          width: 525px; }
          @media all and (max-width: 1024px) {
            .hero-homepage .hero-content .hero-content-inner .hero-video .hero-video-content {
              height: 250px;
              width: 500px; } }
          @media only screen and (max-width: 850px) {
            .hero-homepage .hero-content .hero-content-inner .hero-video .hero-video-content {
              display: block;
              margin: auto; } }
          @media only screen and (max-width: 580px) {
            .hero-homepage .hero-content .hero-content-inner .hero-video .hero-video-content {
              height: 230px;
              width: 409px; } }
          @media all and (max-width: 480px) {
            .hero-homepage .hero-content .hero-content-inner .hero-video .hero-video-content {
              height: 181px;
              width: 320px; } }
          @media only screen and (max-width: 320px) {
            .hero-homepage .hero-content .hero-content-inner .hero-video .hero-video-content {
              margin-left: -20px; } }
          .hero-homepage .hero-content .hero-content-inner .hero-video .hero-video-content iframe {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%; }

.book-page-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5% 0;
  position: relative; }
  .book-page-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0; }
  .book-page-header .site-title {
    color: white;
    font-size: 3em;
    text-align: center;
    margin-top: 5%;
    position: relative;
    z-index: 1; }
    @media all and (max-width: 768px) {
      .book-page-header .site-title {
        font-size: 2em;
        margin: 5%; } }

@media all and (max-width: 1024px) {
  .safari .site-header {
    padding-top: 7.5em; } }

.curve {
  display: none; }

@media all and (min-width: 1025px) {
  .curve {
    display: block;
    position: absolute;
    top: 0px;
    width: 110%;
    height: 36%;
    z-index: 102;
    margin-top: -1px;
    margin-left: -5%; }
    .curve svg {
      width: 100%;
      display: block; }
    .curve path {
      fill: #f2f4f1; } }

.caption h3 {
  margin-top: 15px;
  font-size: 0.5em; }
  @media all and (max-width: 768px) {
    .caption h3 {
      font-size: 1em; } }

.italic {
  font-style: italic;
  border-bottom: none !important;
  font-size: 1em !important;
  display: inline !important;
  position: initial !important; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.entry-title {
  display: none; }

.single .entry-title,
.blog .entry-title,
.page-title,
.archive .entry-title {
  display: block;
  font-weight: 300;
  line-height: 1.7em;
  margin-bottom: 0.5em;
  color: #a6000d;
  font-size: 2em; }

.blog .entry-title,
.search .entry-title,
.archive .entry-title {
  font-size: 1.6em; }

.blog article,
.search article,
.archive article {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 30px; }

.search .entry-title {
  display: block; }

.entry-content {
  margin-top: 0 !important; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-weight: 300;
    line-height: 1.7em;
    margin-bottom: 0.5em;
    color: #a6000d; }
  .entry-content h1 {
    font-size: 2em; }
  .entry-content h2 {
    font-size: 1.6em; }
  .entry-content h3 {
    font-family: "Avenir", sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 400; }
  .entry-content h4 {
    font-size: 1.2em; }
  .entry-content h5 {
    font-size: 1.1em; }
  .entry-content ul {
    margin-left: 20px; }
    .entry-content ul li {
      list-style: none; }
      .entry-content ul li:before {
        font-family: "genericons";
        content: '\f405';
        position: relative;
        top: 2px;
        margin-right: 5px;
        color: #a6000d; }
  .entry-content blockquote {
    position: relative;
    margin-left: 40px;
    font-style: italic; }
    .entry-content blockquote:before {
      font-family: "genericons";
      content: '\f106';
      position: absolute;
      left: -40px;
      font-size: 24px;
      top: -10px;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-filter: FlipH;
              filter: FlipH;
      -ms-filter: "FlipH";
      font-style: normal; }
  .entry-content img {
    background: url(ui/bg-pattern.jpg);
    padding: 10px;
    display: block; }
    .entry-content img.alignright, .entry-content img.alignleft {
      max-width: 47.5%; }

.header-list li:before {
  float: left;
  top: 8px !important; }

#primary.full-width {
  width: 100%;
  float: none; }

.banner {
  padding: 40px 0;
  margin-top: -40px; }
  @media all and (min-width: 1025px) {
    .banner {
      margin-top: 50px; } }
  .banner .col-1-1 {
    position: relative; }
    .banner .col-1-1 h1 {
      font-weight: 300;
      font-size: 24px;
      color: #fff;
      border-bottom: 1px solid #fff;
      text-align: center;
      position: absolute;
      bottom: 20px;
      line-height: 1em; }
      @media all and (min-width: 769px) {
        .banner .col-1-1 h1 {
          left: 60px;
          font-size: 30px; } }
      @media all and (min-width: 1025px) {
        .banner .col-1-1 h1 {
          font-size: 40px; } }
    .banner .col-1-1 img {
      display: block;
      width: 150%;
      margin-left: -25%;
      max-width: 150%; }
      @media all and (min-width: 769px) {
        .banner .col-1-1 img {
          width: 100%;
          max-width: 100%;
          margin-left: 0; } }

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.nav-links a span {
  display: inline-block;
  position: absolute;
  top: 7px;
  margin-right: 10px; }

.nav-links a:hover {
  background: none;
  color: #91908f; }

.entry-meta {
  margin-bottom: 20px; }

.page-closer {
  clear: both;
  margin: 3em 0; }

.infographic-embed {
  margin-top: 2em;
  border-top: 2px dashed rgba(166, 0, 13, 0.3);
  padding-top: 2em;
  padding-bottom: 2em; }
  .infographic-embed h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: .75em; }
  .infographic-embed .actions-row {
    padding-top: 1em;
    text-align: center; }
    .infographic-embed .actions-row button:hover {
      color: #a6000d; }
  .infographic-embed p {
    text-align: center;
    font-size: 1.25em;
    color: #91908f; }
  .infographic-embed textarea {
    padding: .75em 1em; }

.share-bar {
  margin-bottom: 2em; }
  .share-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  .share-bar li {
    display: inline-block;
    margin: .5em; }
  .share-bar a {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 2px solid #a6000d;
    position: relative;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    display: block; }
    .share-bar a:hover {
      background: #a6000d; }
      .share-bar a:hover i {
        color: white; }
    .share-bar a i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      -webkit-transition: .3s ease;
      transition: .3s ease;
      font-size: 1.75em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.practice-area-menu ul li a {
  padding: 15px !important; }

.crimes-area {
  max-width: 1123px;
  margin: 0 auto; }

/*--------------------------------------------------------------
10.4 BOOK PAGE
--------------------------------------------------------------*/
.content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 5% 0; }
  @media all and (max-width: 768px) {
    .content-row {
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .content-row .content-photo {
    -webkit-flex-basis: 40%;
            flex-basis: 40%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    margin-right: 20px; }
    @media all and (max-width: 768px) {
      .content-row .content-photo {
        margin: 0;
        margin-bottom: 40px; } }
    .content-row .content-photo img {
      width: 100%;
      max-width: 400px; }
      @media all and (max-width: 768px) {
        .content-row .content-photo img {
          display: block;
          margin: auto; } }
  .content-row .content-description {
    -webkit-flex-basis: 60%;
            flex-basis: 60%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
            flex-grow: 0; }
    @media all and (max-width: 768px) {
      .content-row .content-description {
        text-align: center;
        -webkit-flex-basis: 100%;
                flex-basis: 100%; } }
    .content-row .content-description h2 {
      font-weight: 300;
      line-height: 1.7em;
      margin-bottom: 0.5em;
      color: #a6000d;
      font-size: 1.6em; }

@media all and (max-width: 768px) {
  .author-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.author-row .author-photo {
  margin-right: 0;
  margin-left: 60px;
  -webkit-flex-basis: 30%;
          flex-basis: 30%; }
  @media all and (max-width: 768px) {
    .author-row .author-photo {
      margin: 0;
      margin-bottom: 40px; } }

.author-row .author-description {
  -webkit-flex-basis: 70%;
          flex-basis: 70%; }
  @media all and (max-width: 768px) {
    .author-row .author-description {
      text-align: center;
      -webkit-flex-basis: 100%;
              flex-basis: 100%; } }

.cta-button-div {
  padding: 6% 0;
  width: 128%;
  margin: 0 0 0 -14%; }
  .cta-button-div .cta-button {
    background-color: #a6000d;
    color: white;
    text-transform: uppercase;
    padding: 20px;
    display: block;
    margin: auto;
    width: 30%;
    text-align: center;
    font-weight: 300;
    line-height: 1.7em;
    margin-bottom: 0.5em;
    font-size: 1em;
    letter-spacing: 1px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    position: relative;
    z-index: 1; }
    @media all and (max-width: 1024px) {
      .cta-button-div .cta-button {
        width: 50%; } }
    @media all and (max-width: 480px) {
      .cta-button-div .cta-button {
        width: 70%; } }
    .cta-button-div .cta-button:hover {
      text-decoration: none;
      background-color: #77000e; }

.gray-background-cta {
  background-color: rgba(184, 184, 184, 0.5); }

.photo-background-cta {
  background-size: cover;
  background-position: center;
  position: relative; }
  .photo-background-cta .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5); }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.free-eval-form {
  max-width: 990px;
  display: block;
  margin: auto;
  background-color: #AC162C;
  padding: 50px;
  padding-bottom: 70px;
  position: relative;
  margin-top: -8%; }
  @media all and (max-width: 768px) {
    .free-eval-form {
      margin-top: 0; } }
  .free-eval-form h3 {
    color: white;
    font-size: 1.5em; }
  .free-eval-form:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: none;
    border: 1px solid white; }
  .free-eval-form .gform_wrapper {
    position: relative;
    z-index: 1;
    margin: 0; }
    .free-eval-form .gform_wrapper .gfield_label {
      display: none;
      visibility: hidden; }
    .free-eval-form .gform_wrapper .gform_body {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      @media all and (max-width: 480px) {
        .free-eval-form .gform_wrapper .gform_body {
          -webkit-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .free-eval-form .gform_wrapper .gform_body .top_label {
        display: none;
        visibility: hidden; }
      .free-eval-form .gform_wrapper .gform_body .gform_fields:nth-of-type(2) {
        -webkit-flex-basis: 40%;
                flex-basis: 40%;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
                flex-grow: 0; }
        @media all and (max-width: 480px) {
          .free-eval-form .gform_wrapper .gform_body .gform_fields:nth-of-type(2) {
            -webkit-flex-basis: 100%;
                    flex-basis: 100%; } }
      .free-eval-form .gform_wrapper .gform_body .gform_fields:nth-of-type(3) {
        -webkit-flex-basis: 60%;
                flex-basis: 60%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
                flex-grow: 1; }
        @media all and (max-width: 480px) {
          .free-eval-form .gform_wrapper .gform_body .gform_fields:nth-of-type(3) {
            -webkit-flex-basis: 100%;
                    flex-basis: 100%; } }
      .free-eval-form .gform_wrapper .gform_body .gform_fields .gsection {
        display: none;
        visibility: hidden; }
      .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container {
        width: 100% !important;
        margin-left: 0 !important; }
        .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container textarea {
          border-radius: 3px;
          box-shadow: none;
          border: none;
          padding: 10px;
          font-size: 0.875em; }
          .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container textarea:focus {
            outline: none; }
        .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container textarea {
          height: 160px; }
          .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container textarea:focus {
            outline: none; }
        .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container ::-webkit-input-placeholder {
          text-transform: uppercase;
          color: #939292; }
        .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container :-ms-input-placeholder {
          text-transform: uppercase;
          color: #939292; }
        .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container ::-ms-input-placeholder {
          text-transform: uppercase;
          color: #939292; }
        .free-eval-form .gform_wrapper .gform_body .gform_fields .ginput_container ::placeholder {
          text-transform: uppercase;
          color: #939292; }
    .free-eval-form .gform_wrapper .gform_footer {
      position: relative; }
      .free-eval-form .gform_wrapper .gform_footer .button, .free-eval-form .gform_wrapper .gform_footer .nav-links a, .nav-links .free-eval-form .gform_wrapper .gform_footer a, .free-eval-form .widget .gform_wrapper .gform_footer input.gform_button[type=submit], .widget .free-eval-form .gform_wrapper .gform_footer input.gform_button[type=submit] {
        position: absolute;
        right: 15px;
        top: 0;
        font-family: "minion-pro", serif;
        background-color: white;
        color: #AC162C;
        padding: 10px 50px;
        border: none;
        box-shadow: none;
        border-radius: 3px;
        font-size: 0.875em;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        @media all and (max-width: 480px) {
          .free-eval-form .gform_wrapper .gform_footer .button, .free-eval-form .gform_wrapper .gform_footer .nav-links a, .nav-links .free-eval-form .gform_wrapper .gform_footer a, .free-eval-form .widget .gform_wrapper .gform_footer input.gform_button[type=submit], .widget .free-eval-form .gform_wrapper .gform_footer input.gform_button[type=submit] {
            right: 0; } }
        .free-eval-form .gform_wrapper .gform_footer .button:focus, .free-eval-form .gform_wrapper .gform_footer .nav-links a:focus, .nav-links .free-eval-form .gform_wrapper .gform_footer a:focus, .free-eval-form .widget .gform_wrapper .gform_footer input.gform_button:focus[type=submit], .widget .free-eval-form .gform_wrapper .gform_footer input.gform_button:focus[type=submit] {
          outline: none; }
        .free-eval-form .gform_wrapper .gform_footer .button:hover, .free-eval-form .gform_wrapper .gform_footer .nav-links a:hover, .nav-links .free-eval-form .gform_wrapper .gform_footer a:hover, .free-eval-form .widget .gform_wrapper .gform_footer input.gform_button:hover[type=submit], .widget .free-eval-form .gform_wrapper .gform_footer input.gform_button:hover[type=submit] {
          background-color: #F2F4F1; }

section.cases {
  max-width: 970px;
  padding: 0 20px;
  display: block;
  margin: 100px auto;
  border: none; }
  @media all and (max-width: 768px) {
    section.cases {
      margin: 60px auto 0 auto; } }
  section.cases .intro-text {
    text-align: center; }
    section.cases .intro-text h3 {
      color: #AC162C;
      font-size: 1.87em;
      margin-bottom: 30px; }
      @media all and (max-width: 480px) {
        section.cases .intro-text h3 {
          font-size: 1.2em; } }
  section.cases .federal-sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 60px 80px 0 80px;
    margin: 0 -20px;
    font-family: "Avenir", sans-serif; }
    @media all and (max-width: 768px) {
      section.cases .federal-sections {
        padding: 40px 20px;
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap; } }
    @media all and (max-width: 480px) {
      section.cases .federal-sections {
        padding: 0 20px 20px 20px; } }
    section.cases .federal-sections .federal-section {
      text-align: center;
      padding: 50px 30px;
      background-color: white;
      border-top: 10px solid #AC162C;
      margin: 0 20px; }
      @media all and (max-width: 768px) {
        section.cases .federal-sections .federal-section {
          padding: 20px 20px 30px 20px;
          margin: 20px 0; } }
      section.cases .federal-sections .federal-section img {
        height: 101px;
        width: auto; }
      section.cases .federal-sections .federal-section h3 {
        color: #a6000d;
        text-transform: uppercase;
        font-size: 17px;
        padding: 25px 0; }
      section.cases .federal-sections .federal-section a {
        text-transform: uppercase;
        color: white;
        background-color: #AC162C;
        border-radius: 3px;
        padding: 12px 40px;
        font-family: "minion-pro", serif;
        font-size: 0.93em;
        letter-spacing: 1px; }
        section.cases .federal-sections .federal-section a:hover {
          text-decoration: none;
          color: #a6000d; }

section.interests h2 {
  text-align: center;
  font-size: 1.8em;
  color: #a6000d;
  padding-bottom: 40px; }
  @media all and (max-width: 480px) {
    section.interests h2 {
      font-size: 1.2em;
      margin: 0 20px; } }

section.interests .crime-thumb {
  position: relative; }

section.interests .col-6 {
  margin: 0 auto;
  text-align: center; }
  section.interests .col-6 .on-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    width: 150px;
    margin-left: -75px; }
    section.interests .col-6 .on-hover p {
      position: relative; }
  section.interests .col-6 p {
    line-height: 1.8em;
    width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    margin: 0;
    margin-left: -75px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Avenir", sans-serif;
    font-size: 0.8em;
    z-index: 11; }
  section.interests .col-6 ul {
    margin: 0; }
  section.interests .col-6 li {
    background-image: url(ui/bg-pattern-new.jpg);
    list-style: none;
    float: left;
    vertical-align: top;
    width: 50%;
    line-height: 0; }
    section.interests .col-6 li:first-child {
      margin-left: 0; }
    section.interests .col-6 li:last-child {
      margin-right: 0; }
    section.interests .col-6 li:nth-child(6) {
      margin-right: 0; }
    section.interests .col-6 li:nth-child(7) {
      margin-left: 0; }
    section.interests .col-6 li img {
      height: auto;
      width: 100%;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    section.interests .col-6 li .wp-caption-text {
      width: 100%; }
    section.interests .col-6 li .wp-caption {
      width: 100% !important; }
    @media all and (min-width: 769px) {
      section.interests .col-6 li {
        display: inline-block;
        vertical-align: top;
        width: 25%; } }
    @media all and (min-width: 1025px) {
      section.interests .col-6 li {
        line-height: 0;
        display: inline-block;
        vertical-align: top;
        width: 20%; } }

section.interests .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(63, 61, 56, 0.5);
  /*dim the background*/ }

section.interests .arrow {
  background-image: url(ui/arrow.png);
  width: 16px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  margin-left: -8px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

section.interests .on-hover, section.interests .arrow {
  opacity: 0; }

section.interests .crime-thumb:hover img {
  opacity: 0; }

section.interests .crime-thumb:hover .off-hover {
  opacity: 0; }

section.interests .crime-thumb:hover .on-hover {
  opacity: 1; }

section.interests .crime-thumb:hover .arrow {
  opacity: 1; }

section.attorney-profiles {
  max-width: 1010px;
  padding: 0 20px;
  display: block;
  margin: auto;
  margin-bottom: 100px;
  text-align: center;
  padding-top: 100px;
  clear: both; }
  @media all and (max-width: 768px) {
    section.attorney-profiles {
      margin-bottom: 60px;
      padding-top: 0; } }
  section.attorney-profiles h2 {
    color: #AC162C;
    font-size: 1.87em;
    padding-bottom: 54px; }
    @media all and (max-width: 768px) {
      section.attorney-profiles h2 {
        padding-top: 60px; } }
    @media all and (max-width: 480px) {
      section.attorney-profiles h2 {
        padding-bottom: 20px;
        font-size: 1.2em; } }
  section.attorney-profiles .single-attorney {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center; }
    @media all and (max-width: 768px) {
      section.attorney-profiles .single-attorney {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        background-color: white;
        border-top: 10px solid #AC162C;
        padding: 20px;
        margin: 20px 0; } }
    section.attorney-profiles .single-attorney .headshot {
      height: 380px;
      width: 380px;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
      -webkit-flex-basis: 380px;
              flex-basis: 380px;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
              flex-grow: 0; }
      @media all and (max-width: 768px) {
        section.attorney-profiles .single-attorney .headshot {
          height: 200px;
          width: 200px;
          -webkit-flex-basis: 40%;
                  flex-basis: 40%; } }
      @media all and (max-width: 480px) {
        section.attorney-profiles .single-attorney .headshot {
          -webkit-flex-basis: 80%;
                  flex-basis: 80%; } }
    section.attorney-profiles .single-attorney .attorney-profile {
      -webkit-flex-basis: 380px;
              flex-basis: 380px;
      margin: 6px 0;
      height: 380px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
              flex-grow: 1;
      padding: 60px;
      background-color: white;
      border-top: 10px solid #AC162C;
      text-align: left; }
      @media all and (max-width: 768px) {
        section.attorney-profiles .single-attorney .attorney-profile {
          background-color: none;
          border: none;
          padding: 20px;
          height: auto;
          -webkit-flex-basis: 100%;
                  flex-basis: 100%;
          text-align: center; } }
      section.attorney-profiles .single-attorney .attorney-profile h4 {
        color: #AC162C;
        font-size: 1.13em; }
      section.attorney-profiles .single-attorney .attorney-profile a.read-more {
        color: white;
        background-color: #AC162C;
        padding: 12px 40px;
        font-family: "minion-pro", serif;
        text-transform: uppercase;
        border-radius: 3px;
        letter-spacing: 1px; }
        section.attorney-profiles .single-attorney .attorney-profile a.read-more:hover {
          text-decoration: none; }
  section.attorney-profiles .super-lawyer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: 762px;
    margin: 60px auto; }
    @media all and (max-width: 768px) {
      section.attorney-profiles .super-lawyer {
        margin-bottom: 0; } }
    @media all and (max-width: 480px) {
      section.attorney-profiles .super-lawyer {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap; } }
    section.attorney-profiles .super-lawyer a {
      -webkit-flex-basis: 30%;
              flex-basis: 30%;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
              flex-grow: 0;
      border-right: 1px solid #373739; }
      section.attorney-profiles .super-lawyer a img {
        width: 179px;
        height: auto; }
      @media all and (max-width: 480px) {
        section.attorney-profiles .super-lawyer a {
          -webkit-flex-basis: 100%;
                  flex-basis: 100%;
          border: none; } }
    section.attorney-profiles .super-lawyer h4 {
      -webkit-flex-basis: 70%;
              flex-basis: 70%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
              flex-grow: 1;
      padding-left: 20px;
      font-size: 1.47em;
      letter-spacing: 1px;
      color: #AC162C; }
      @media all and (max-width: 480px) {
        section.attorney-profiles .super-lawyer h4 {
          -webkit-flex-basis: 100%;
                  flex-basis: 100%;
          padding: 0;
          padding-top: 20px;
          font-size: 1em; } }

.cases-won {
  background: #a6000d;
  padding: 1.4em 0; }
  .cases-won .cases-number {
    color: #fff;
    text-transform: uppercase;
    font-family: "Avenir", sans-serif;
    font-size: 1.4em;
    text-align: center; }

section.testimonials {
  background: url("/wp-content/uploads/2019/07/iStock-899906838.jpg");
  padding: 4em 0;
  text-align: center;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  position: relative; }
  @media all and (max-width: 480px) {
    section.testimonials {
      padding: 30px 20px 20px 20px; } }
  section.testimonials:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(63, 61, 56, 0.5);
    z-index: 0; }
  section.testimonials .wrap {
    position: relative;
    z-index: 1; }
    section.testimonials .wrap .stories {
      font-family: "Avenir", sans-serif;
      color: white; }
      section.testimonials .wrap .stories .story {
        padding: 3em 14em 0 14em;
        font-size: 1em;
        line-height: 2em; }
        @media all and (max-width: 768px) {
          section.testimonials .wrap .stories .story {
            padding: 1em 5em; } }
        @media all and (max-width: 480px) {
          section.testimonials .wrap .stories .story {
            font-size: 0.875em;
            padding: 20px; } }
      section.testimonials .wrap .stories .author-name {
        margin-top: 60px;
        font-family: "minion-pro", serif;
        text-transform: uppercase; }
    section.testimonials .wrap i.fa {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: white;
      font-size: 3em;
      font-weight: 100;
      cursor: pointer; }
      @media all and (max-width: 480px) {
        section.testimonials .wrap i.fa {
          top: -4%;
          font-size: 2em;
          -webkit-transform: none;
                  transform: none; } }
    section.testimonials .wrap .fa-angle-left {
      left: -2%; }
      @media all and (max-width: 1024px) {
        section.testimonials .wrap .fa-angle-left {
          left: 2%; } }
      @media all and (max-width: 480px) {
        section.testimonials .wrap .fa-angle-left {
          left: calc(50% - 20px); } }
    section.testimonials .wrap .fa-angle-right {
      right: -2%; }
      @media all and (max-width: 1024px) {
        section.testimonials .wrap .fa-angle-right {
          right: 2%; } }
      @media all and (max-width: 480px) {
        section.testimonials .wrap .fa-angle-right {
          right: calc(50% - 20px); } }

.in-the-news {
  clear: both; }
  .in-the-news .wrap {
    width: 100%; }
  .in-the-news .meet-team-icon {
    display: block; }
  .in-the-news h2 {
    text-align: center;
    font-size: 1.87em;
    color: #a6000d;
    padding-top: 100px;
    margin-bottom: 60px; }
    @media all and (max-width: 768px) {
      .in-the-news h2 {
        padding-top: 60px; } }
    @media all and (max-width: 480px) {
      .in-the-news h2 {
        font-size: 1.2em; } }
  .in-the-news .shadow5l div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
    /*dim the background*/ }
  .in-the-news .shadow5l .vidicon {
    z-index: 12; }
  .in-the-news .shadow5l:hover div {
    display: none; }
  .in-the-news .shadow5l:hover .vidicon {
    display: block; }

#content .youtube-videos {
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  #content .youtube-videos img {
    width: 100%;
    -webkit-filter: brightness(0.5);
    -ms-filter: brightness(0.5);
    -moz-filter: brightness(0.5);
    -o-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #content .youtube-videos img:hover {
      -webkit-filter: brightness(0.8);
      -ms-filter: brightness(0.8);
      -moz-filter: brightness(0.8);
      -o-filter: brightness(0.8);
      filter: brightness(0.8); }
    @media all and (max-width: 1024px) {
      #content .youtube-videos img {
        width: 100%;
        padding: 0 1em; } }
    @media all and (max-width: 768px) {
      #content .youtube-videos img {
        width: 80%;
        margin: 1em auto;
        display: block; } }

#content .youtube-videos li {
  background: url("ui/youtube-play.png") -9999px -9999px no-repeat;
  /* preload */
  cursor: pointer;
  float: left;
  list-style: none;
  position: relative;
  margin-bottom: 3em; }
  @media all and (max-width: 480px) {
    #content .youtube-videos li {
      margin-bottom: 20px; } }
  #content .youtube-videos li:nth-of-type(4n+1) {
    clear: both;
    margin-left: 0; }

.youtube-videos li:hover {
  z-index: 100; }

.youtube-videos {
  margin: 0 -8px; }
  .youtube-videos .col-1-3 {
    width: 33.3%;
    padding: 0 8px; }
    @media all and (max-width: 768px) {
      .youtube-videos .col-1-3 {
        width: 100%;
        clear: both; } }

.youtube-videos span {
  display: block; }

.youtube-videos .youtube-play {
  background: url("ui/youtube-play.png") no-repeat;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 100px; }

.youtube-videos .youtube-info {
  padding: 15px;
  position: relative; }

.youtube-videos li:hover .youtube-play,
.youtube-videos li:hover .youtube-info {
  display: block; }

.youtube-videos .youtube-title {
  color: #a6000d;
  font-family: "Avenir", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.875em; }

.youtube-videos .youtube-desc {
  padding-top: 10px;
  text-align: center; }

.youtube-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }

.youtube-lightbox iframe {
  position: relative;
  width: 60%;
  min-height: 550px;
  display: block;
  margin: 0 auto; }
  @media all and (max-width: 768px) {
    .youtube-lightbox iframe {
      width: 95%;
      min-height: 400px; } }

.popup-youtube {
  position: relative;
  display: block; }
  .popup-youtube img {
    display: block; }

.play-button-icon {
  color: #fff;
  font-size: 4em;
  font-weight: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block; }

.image-brighten {
  -webkit-filter: brightness(0.8) !important;
  -ms-filter: brightness(0.8) !important;
  -moz-filter: brightness(0.8) !important;
  -o-filter: brightness(0.8) !important;
  filter: brightness(0.8) !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  background: url(ui/bg-pattern.jpg);
  color: #fff;
  /* Make sure select elements fit in widgets */
  /* Forms */
  /* Recent Articles */ }
  .widget #e2wget5widget .e2w-theme-transparent * {
    color: #fff !important; }
  .widget #e2wget5widget .e2w-new-theme .e2get5writeReviewLink {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: #a6000d;
    font-size: 18px;
    width: 200px; }
  .widget #e2wget5widget .e2get5writeReviewLink {
    height: auto; }
  .widget #e2wget5widget .e2w-new-theme .e2get5writeReviewLink span {
    font-size: 14px;
    line-height: 40px; }
  .widget select {
    max-width: 100%; }
  .widget .widget-title {
    font-family: "minion-pro", serif;
    font-size: 1.2em;
    text-transform: none;
    font-weight: 300;
    color: #fff;
    padding: 0 0 0 0;
    line-height: 60px;
    margin: 0;
    text-align: center; }
    @media all and (min-width: 1200px) {
      .widget .widget-title {
        font-size: 1.4em; } }
    .widget .widget-title svg {
      float: right;
      width: 60px;
      height: 60px;
      padding: 15px;
      fill: #fff; }
  .widget .widget-content {
    padding: 20px; }
  .widget .gform_wrapper {
    margin: 0;
    padding: 0; }
    .widget .gform_wrapper input[type=text],
    .widget .gform_wrapper textarea {
      background: #302f2b;
      border: none;
      margin-bottom: 20px;
      padding-left: 10px;
      width: 100% !important;
      border-radius: 0; }
      .widget .gform_wrapper input[type=text]:focus, .widget .gform_wrapper input[type=text]:active,
      .widget .gform_wrapper textarea:focus,
      .widget .gform_wrapper textarea:active {
        color: #fff; }
    .widget .gform_wrapper .gfield_checkbox li label {
      display: block !important; }
    .widget .gform_wrapper #field_1_5 .gfield_required {
      display: none !important; }
    .widget .gform_wrapper input[type=submit].gform_button {
      margin-bottom: 0; }
    .widget .gform_wrapper .gform_footer {
      margin-bottom: 0;
      padding-bottom: 0; }
  .widget.widget-recent-posts .widget-title {
    background: #34322d; }
    .widget.widget-recent-posts .widget-title svg {
      background: #2f2421; }
  .widget.widget-recent-posts ul {
    margin: 0; }
    .widget.widget-recent-posts ul li {
      list-style: none;
      display: block;
      margin-bottom: 20px; }
      .widget.widget-recent-posts ul li .featured-image {
        float: left;
        width: 70px;
        margin-right: 20px; }
        .widget.widget-recent-posts ul li .featured-image img {
          display: block; }
      .widget.widget-recent-posts ul li a {
        color: #7f7e7c;
        font-family: "Avenir", sans-serif;
        text-transform: uppercase;
        font-size: 12px; }
      .widget.widget-recent-posts ul li h3 {
        margin-bottom: 0; }
        .widget.widget-recent-posts ul li h3 a {
          color: #fff;
          font-family: "minion-pro", serif;
          font-size: 13px;
          text-transform: none;
          font-weight: 300;
          line-height: 1em; }

w .widget_search .search-submit {
  display: none; }

.hero .practice-area-menu .widget-content {
  border: 7px solid #fff; }

.widget.gform_widget .widget-title {
  background: #a6000d; }

.practice-area-menu {
  background: rgba(58, 56, 52, 0.5);
  border: 1px solid #5f6b75;
  border-bottom: none; }
  .practice-area-menu.widget ul li a {
    background: #373631; }
  .practice-area-menu ul {
    margin: 0; }
    .practice-area-menu ul li {
      list-style: none;
      border-bottom: 1px solid #5f6b75; }
      .practice-area-menu ul li a {
        color: #b8b8b8;
        font-family: "Avenir", sans-serif;
        font-size: 12px;
        display: block;
        padding: 15px 40px 15px 20px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative; }
        .practice-area-menu ul li a:hover {
          background: rgba(58, 56, 52, 0.5);
          color: #fff; }
        .practice-area-menu ul li a:after {
          font-family: "genericons";
          content: '\f501';
          position: absolute;
          right: 20px;
          border: 1px solid #b8b8b8;
          height: 20px;
          width: 20px;
          display: block;
          top: 50%;
          margin-top: -10px;
          line-height: 20px;
          padding-left: 7px;
          border-radius: 50%; }
          .practice-area-menu ul li a:after:hover {
            border: 1px solid #fff; }
        @media all and (min-width: 769px) {
          .practice-area-menu ul li a {
            padding-top: 20px;
            padding-bottom: 20px; } }
        @media all and (min-width: 1025px) {
          .practice-area-menu ul li a {
            padding-top: 25px;
            padding-bottom: 25px; } }

.page-id-1370 .widget {
  background: url(ui/bg-pattern-new.jpg); }

.page-id-1370 .widget.gform_widget .widget-title {
  background: none; }

.page-id-1370 .practice-area-menu {
  background: none;
  border: none;
  border-bottom: none; }
  .page-id-1370 .practice-area-menu.widget ul li a {
    background: #373631; }
  .page-id-1370 .practice-area-menu ul {
    margin: 0; }
    .page-id-1370 .practice-area-menu ul li {
      list-style: none;
      border-bottom: none; }
      .page-id-1370 .practice-area-menu ul li a {
        color: #b8b8b8;
        font-family: "Avenir", sans-serif;
        font-size: 12px;
        display: block;
        padding: 15px 40px 15px 20px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative; }
        .page-id-1370 .practice-area-menu ul li a:hover {
          background: rgba(58, 56, 52, 0.5);
          color: #fff; }
        .page-id-1370 .practice-area-menu ul li a:after {
          display: none; }
        @media all and (min-width: 769px) {
          .page-id-1370 .practice-area-menu ul li a {
            padding-top: 20px;
            padding-bottom: 20px; } }
        @media all and (min-width: 1025px) {
          .page-id-1370 .practice-area-menu ul li a {
            padding-top: 25px;
            padding-bottom: 25px; } }

#widget-free-evaluation {
  margin: 90px 0 180px 0; }

.site-content #widget-free-evaluation {
  margin: 0px 0 22px 0; }

#label_1_5_1 a {
  display: inline;
  padding: .2em; }

#field_1_1 .gfield .gfield_label {
  margin-top: 25px !important; }

.gform_footer {
  width: 100%; }

#gform_submit_button_1 {
  margin: 0 auto;
  width: 50%; }

.practice-area-menu {
  width: 100%; }
  @media all and (max-width: 1024px) {
    .practice-area-menu {
      width: 50%;
      margin: 0 auto;
      position: relative; } }
  @media all and (max-width: 768px) {
    .practice-area-menu {
      width: 90%; } }
  .practice-area-menu li {
    line-height: 0; }

.clipboard {
  background-image: url("ui/clipboard.png");
  width: 20px;
  height: 30px;
  margin: 0 auto; }

.cta-section {
  background-color: #AC162C;
  text-align: center;
  padding: 0 20px;
  position: relative; }
  .cta-section:after {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: none;
    border: 1px solid white;
    z-index: 0; }
  .cta-section h2 {
    color: #fff;
    font-size: 1.87em;
    letter-spacing: 1px; }
    .cta-section h2.phone-number {
      font-family: "minion-pro", serif;
      margin-bottom: 3em; }
  .cta-section .contact-2015 {
    position: relative;
    z-index: 1;
    max-width: 1210px;
    margin: auto;
    padding: 100px 0; }
    @media all and (max-width: 768px) {
      .cta-section .contact-2015 {
        padding: 60px 0; } }
    @media all and (max-width: 480px) {
      .cta-section .contact-2015 {
        padding: 40px 0; } }
    @media all and (max-width: 480px) {
      .cta-section .contact-2015 h2 {
        font-size: 1.2em; } }
    .cta-section .contact-2015 a:hover {
      text-decoration: none; }
    @media all and (max-width: 480px) {
      .cta-section .contact-2015 .conversation-form {
        margin-top: -50px; } }
    .cta-section .contact-2015 .conversation-form .gform_wrapper {
      margin: 0;
      margin-top: -15px; }
      .cta-section .contact-2015 .conversation-form .gform_wrapper form {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center; }
        @media all and (max-width: 480px) {
          .cta-section .contact-2015 .conversation-form .gform_wrapper form {
            -webkit-flex-wrap: wrap;
                    flex-wrap: wrap; } }
        .cta-section .contact-2015 .conversation-form .gform_wrapper form .validation_error {
          display: none;
          visibility: hidden; }
        .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body {
          -webkit-flex-basis: 95%;
                  flex-basis: 95%;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
                  flex-grow: 1;
          max-width: 100%; }
          @media all and (max-width: 480px) {
            .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body {
              -webkit-flex-basis: 100%;
                      flex-basis: 100%; } }
          .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body .gfield_error {
            margin-bottom: 0 !important;
            margin-top: 0 !important;
            padding-top: 0;
            padding-bottom: 0; }
            .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body .gfield_error .validation_message {
              color: white;
              padding: 0; }
          .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
            border: none;
            border-radius: 3px;
            padding: 10px; }
            .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
              outline: none;
              border: none; }
          .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body .ginput_container ::-webkit-input-placeholder {
            text-transform: uppercase;
            color: #939292;
            font-size: 0.875em; }
          .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body .ginput_container :-ms-input-placeholder {
            text-transform: uppercase;
            color: #939292;
            font-size: 0.875em; }
          .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body .ginput_container ::-ms-input-placeholder {
            text-transform: uppercase;
            color: #939292;
            font-size: 0.875em; }
          .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_body .ginput_container ::placeholder {
            text-transform: uppercase;
            color: #939292;
            font-size: 0.875em; }
        .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer {
          -webkit-flex-basis: 5%;
                  flex-basis: 5%;
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
                  flex-grow: 0; }
          @media all and (max-width: 480px) {
            .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer {
              -webkit-flex-basis: 100%;
                      flex-basis: 100%;
              margin-top: 0; } }
          .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .button, .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .nav-links a, .nav-links .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer a, .cta-section .contact-2015 .conversation-form .widget .gform_wrapper form .gform_footer input.gform_button[type=submit], .widget .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer input.gform_button[type=submit] {
            color: #AC162C;
            border: none;
            position: relative;
            padding: 0; }
            @media all and (max-width: 480px) {
              .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .button, .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .nav-links a, .nav-links .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer a, .cta-section .contact-2015 .conversation-form .widget .gform_wrapper form .gform_footer input.gform_button[type=submit], .widget .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer input.gform_button[type=submit] {
                width: 100%; } }
            .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .button:after, .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .nav-links a:after, .nav-links .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer a:after, .cta-section .contact-2015 .conversation-form .widget .gform_wrapper form .gform_footer input.gform_button[type=submit]:after, .widget .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer input.gform_button[type=submit]:after {
              position: absolute;
              content: '\f054';
              font-family: 'Font Awesome 5 Pro';
              color: #AC162C;
              font-size: 1em;
              background-color: white;
              height: 46px;
              width: 46px;
              left: 33%;
              top: 50%;
              -webkit-transform: translateX(-50%) translateY(-50%);
                      transform: translateX(-50%) translateY(-50%);
              border-radius: 3px;
              padding: 8px;
              -webkit-transition: 0.3s ease;
              transition: 0.3s ease; }
              @media all and (max-width: 480px) {
                .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .button:after, .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .nav-links a:after, .nav-links .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer a:after, .cta-section .contact-2015 .conversation-form .widget .gform_wrapper form .gform_footer input.gform_button[type=submit]:after, .widget .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer input.gform_button[type=submit]:after {
                  left: 0;
                  top: 0;
                  width: 100%;
                  -webkit-transform: none;
                          transform: none;
                  padding-top: 12px;
                  content: 'Submit \f054'; } }
            .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .button:hover, .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .nav-links a:hover, .nav-links .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer a:hover, .cta-section .contact-2015 .conversation-form .widget .gform_wrapper form .gform_footer input.gform_button:hover[type=submit], .widget .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer input.gform_button:hover[type=submit] {
              background: none; }
              .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .button:hover:after, .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer .nav-links a:hover:after, .nav-links .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer a:hover:after, .cta-section .contact-2015 .conversation-form .widget .gform_wrapper form .gform_footer input.gform_button[type=submit]:hover:after, .widget .cta-section .contact-2015 .conversation-form .gform_wrapper form .gform_footer input.gform_button[type=submit]:hover:after {
                background-color: rgba(255, 255, 255, 0.8); }
  .cta-section .gfield_label {
    display: none !important; }

.main-footer {
  background-color: #272729; }
  .main-footer .top-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    @media all and (max-width: 480px) {
      .main-footer .top-buttons {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        border: none; } }
    .main-footer .top-buttons .footer-button {
      -webkit-flex-basis: 50%;
              flex-basis: 50%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
              flex-grow: 1;
      text-align: center;
      font-size: 1.33em;
      letter-spacing: 1.43px;
      font-family: "minion-pro", serif;
      text-transform: uppercase;
      color: white;
      padding: 37px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media all and (max-width: 480px) {
        .main-footer .top-buttons .footer-button {
          -webkit-flex-basis: 100%;
                  flex-basis: 100%;
          border-bottom: 2px solid rgba(255, 255, 255, 0.3);
          padding: 20px;
          font-size: 1em; } }
      .main-footer .top-buttons .footer-button:first-of-type {
        border-right: 2px solid rgba(255, 255, 255, 0.3); }
      .main-footer .top-buttons .footer-button:hover {
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.3); }
  .main-footer .footer-content {
    max-width: 1210px;
    padding: 60px 20px;
    margin: auto; }
    @media all and (max-width: 768px) {
      .main-footer .footer-content {
        padding: 40px 20px; } }
    @media all and (max-width: 480px) {
      .main-footer .footer-content {
        padding: 20px; } }
    .main-footer .footer-content .footer-menu .menu {
      margin: 0;
      text-align: center; }
      @media all and (max-width: 768px) {
        .main-footer .footer-content .footer-menu .menu {
          -webkit-columns: 2;
                  columns: 2; } }
      .main-footer .footer-content .footer-menu .menu .menu-item {
        display: inline-block;
        list-style-type: none;
        text-align: center;
        padding: 0 20px; }
        @media all and (max-width: 768px) {
          .main-footer .footer-content .footer-menu .menu .menu-item {
            display: block;
            padding: 5px 0; } }
        .main-footer .footer-content .footer-menu .menu .menu-item a {
          font-size: 1em;
          color: white;
          text-transform: uppercase;
          letter-spacing: 0.94px; }
          .main-footer .footer-content .footer-menu .menu .menu-item a:hover {
            background: none;
            text-decoration: none; }
    .main-footer .footer-content .footer-lower-row {
      margin-top: 74px;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
              justify-content: space-between; }
      @media all and (max-width: 768px) {
        .main-footer .footer-content .footer-lower-row {
          -webkit-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
                  justify-content: center;
          margin-top: 40px; } }
      .main-footer .footer-content .footer-lower-row .badges {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start;
        margin: 0 -10px; }
        @media all and (max-width: 768px) {
          .main-footer .footer-content .footer-lower-row .badges {
            -webkit-flex-basis: 100%;
                    flex-basis: 100%; } }
        .main-footer .footer-content .footer-lower-row .badges .badge {
          border-radius: 50%;
          -webkit-flex-basis: auto;
                  flex-basis: auto;
          margin: 0 10px;
          height: 104px;
          width: auto; }
          @media all and (max-width: 768px) {
            .main-footer .footer-content .footer-lower-row .badges .badge {
              display: block;
              margin: auto; } }
          @media all and (max-width: 480px) {
            .main-footer .footer-content .footer-lower-row .badges .badge {
              height: 75px; } }
      .main-footer .footer-content .footer-lower-row .company-info {
        -webkit-flex-basis: auto;
                flex-basis: auto; }
        @media all and (max-width: 768px) {
          .main-footer .footer-content .footer-lower-row .company-info {
            -webkit-flex-basis: 100%;
                    flex-basis: 100%;
            text-align: center;
            margin: 40px 0; } }
        .main-footer .footer-content .footer-lower-row .company-info p {
          margin: 0;
          color: white;
          font-size: 0.875em; }
          .main-footer .footer-content .footer-lower-row .company-info p a {
            color: white; }
          .main-footer .footer-content .footer-lower-row .company-info p.name {
            text-transform: uppercase; }
      .main-footer .footer-content .footer-lower-row .copyright {
        -webkit-flex-basis: auto;
                flex-basis: auto; }
        @media all and (max-width: 768px) {
          .main-footer .footer-content .footer-lower-row .copyright {
            -webkit-flex-basis: 100%;
                    flex-basis: 100%;
            text-align: center; } }
        .main-footer .footer-content .footer-lower-row .copyright p {
          color: white;
          font-size: 0.875em; }
          .main-footer .footer-content .footer-lower-row .copyright p a {
            color: white; }
