@import url("owl.carousel.min.css");
@import url("owl.theme.default.css");
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
/* font-family: 'Open Sans', sans-serif; */
.circle {
  width: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* Start of "Micro clearfix" */
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* End of "Micro clearfix" */
.w-20 {
  -webkit-box-flex: 0;
  flex: 0 0 20% !important;
  max-width: 20%;
  padding: 0 2%;
}
.myButton {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}
.myButton:hover,
.myButton:focus {
  color: #fff;
  outline: 0;
}
.third {
  border-color: #900027;
  color: #fff;
  box-shadow: 0 0 40px 40px #900027 inset, 0 0 0 0 #900027;
  transition: all 150ms ease-in-out;
}
.third:hover {
  box-shadow: 0 0 40px 40px #ccc inset, 0 0 0 0 #ccc;
  color: #000;
}
@media all and (min-width: 992px) {
  .container.widerContainer {
    max-width: 1100px;
  }
}
@media all and (min-width: 1200px) {
  .container.widerContainer {
    max-width: 1300px;
  }
}
@media all and (max-width: 575px) {
  .owl-carousel-fours .owl-nav {
    display: none;
  }
}
/* STEVE SAYS: I have used a .fa.fa-bars.dl-trigger and font awesome for my menu trigger, because I don't like the "button" solution they have */
/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  max-width: 300px;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 1000000000;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: #900027;
  border: none;
  width: 45px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}
.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 68%;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  top: 10px;
  left: 16%;
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.5), 0 20px 0 rgba(255, 255, 255, 0.5);
}
.dl-menuwrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.dl-menuwrapper li {
  position: relative;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
  text-decoration: none;
  background-color: #000;
  border-bottom: 1px dotted #999;
}
.no-touch .dl-menuwrapper li a:hover {
  /*background: rgba(255,248,213,0.1);*/
  background-color: #900027;
  color: #fff;
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  /*background: rgba(0,0,0,0.1);*/
  background-color: #a63352;
  color: #fff;
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 36px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(255, 255, 255, 0.7);
}
.dl-menuwrapper > .dl-menu {
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  animation: MenuAnimOut2 0.3s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  animation: MenuAnimOut3 0.4s ease;
}
.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  animation: MenuAnimOut4 0.4s ease;
}
.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  animation: MenuAnimOut5 0.4s ease;
}
@-webkit-keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut3 {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut4 {
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut5 {
  100% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  animation: MenuAnimIn2 0.3s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  animation: MenuAnimIn3 0.4s ease;
}
.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  animation: MenuAnimIn4 0.4s ease;
}
.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  animation: MenuAnimIn5 0.4s ease;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  animation: SubMenuAnimIn2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  animation: SubMenuAnimIn4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  animation: SubMenuAnimIn5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  animation: SubMenuAnimOut2 0.3s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  animation: SubMenuAnimOut3 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  animation: SubMenuAnimOut4 0.4s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  animation: SubMenuAnimOut5 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
.desktopSliderWrap {
  background-color: #f7f7f7;
}
.mobileSliderWrap {
  display: none;
}
@media all and (max-width: 890px) {
  .desktopSliderWrap {
    display: none;
  }
  .mobileSliderWrap {
    display: block;
  }
}
.hzArea {
  position: relative;
  width: 100%;
  height: 750px;
  background-color: white;
  z-index: 0;
  max-width: 1400px;
  margin: 0 auto;
}
.hzBackgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hzMainBack,
.hzItemBack {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.hzItemBack {
  opacity: 0;
  /*   -webkit-transition: opacity ease-in 700ms; */
  transition: opacity ease-in 700ms;
}
.hzItemBackActive {
  opacity: 1;
  /*   -webkit-transition: opacity ease-in 700ms; */
  transition: opacity ease-in 700ms;
}
.hzMainBack {
  opacity: 1;
  -webkit-transition: opacity ease-in 700ms;
  transition: opacity ease-in 700ms;
}
.hzMainBackOut {
  opacity: 0;
  /*   -webkit-transition: opacity ease-in 700ms; */
  transition: opacity ease-in 700ms;
}
.hzContents {
  display: flex;
  flex-flow: row wrap;
  z-index: 10;
  height: 100%;
  align-items: stretch;
}
.hzItemInfo {
  width: 33%;
  max-height: 750px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 90px 30px;
  background-color: rgba(0, 0, 0, 0);
  /*   -webkit-transition: width ease-in 1s; */
  transition: width cubic-bezier(0, 0.78, 0.43, 1) 1s;
  text-align: center;
}
.hzItemInfo .hzDescription {
  opacity: 0;
  /*   -webkit-transition: opacity 0.2s eas2-out 0s; */
  transition: opacity 0.2s eas2-out 0s;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.8+15,0.8+50,0.8+85,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  padding: 0 10% 15px 10%;
}
.hzItemInfo .hzDescription .hzClose {
  text-align: center;
  opacity: 0.8;
  z-index: 999;
  pointer-events: auto;
  margin-top: 10px;
  font-size: 50px;
  color: #fff;
}
.hzItemInfo .hzDescription .hzClose:hover {
  opacity: 1;
  cursor: pointer;
}
.hzItemInfo .hzDescription .linkTo {
  z-index: 999;
  pointer-events: auto;
  margin-top: 10px;
}
.hzItemInfo .hzDescription .linkTo:hover {
  opacity: 1;
  cursor: pointer;
}
.hzItemInfo.hzItemInfoShow .hzDescription {
  opacity: 1;
  /*   -webkit-transition: opacity 0.2s ease-out 1.2s; */
  transition: opacity 0.2s ease-out 1.2s;
}
.hzItemInfo.hzItemInfoShow .hzTitle {
  opacity: 1;
  /*   -webkit-transition: opacity 0.1s ease-out 1s; */
  transition: opacity 0.1s ease-out 1.2s;
}
.hzItemInfo.hzItemInfoHide .hzTitle {
  opacity: 0;
  /*   -webkit-transition: opacity 0.2s ease-out 0s; */
  transition: opacity 0.2s ease-out 0s;
}
.hzItemInfo.hzItemInfoHide .hzTitleV {
  opacity: 1;
  /*   -webkit-transition: opacity 0.2s cubic-bezier(.03,.27,.26,1) 0.9s; */
  transition: opacity 0.2s cubic-bezier(0.03, 0.27, 0.26, 1) 0.9s, top 1s;
}
.hzItemInfo.zItemLoading .hzTitle {
  opacity: 0 !important;
  /*   transition: opacity 0.1s ease-out 0s;*/
}
.hzItemInfo .hzTitle {
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0+0,0.8+15,0.8+50,0.8+85,0+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  padding: 10px 15px 10px 15px;
  font-weight: bold;
  color: #900027;
  opacity: 1;
  /*   -webkit-transition: opacity 0.1s ease-out 1s; */
  transition: opacity 0.1s ease-out 1s;
  position: relative;
  top: 0;
  left: 0;
  transition: all 1s;
}
.hzItemInfo .hzTitleV {
  height: 80%;
  /*use this to cotrol positioning of the horizontal stuff */
  opacity: 0;
  text-orientation: mixed;
  line-height: 3vw;
  writing-mode: vertical-lr;
  position: relative;
  top: 0;
  left: 0;
  /*   -webkit-transition: opacity 0.2s ease-out 0.1s; */
  transition: opacity 0.2s ease-out 0.1s, top 1s, left 1s;
}
.hzItemInfoShow {
  width: 94%;
  /*   -webkit-transition: width cubic-bezier(0,.78,.43,1) 1s; */
  transition: width cubic-bezier(0, 0.78, 0.43, 1) 1s;
  pointer-events: none;
}
.hzItemInfoHide {
  width: 3%;
  padding: 50px 0;
  /*   -webkit-transition: all cubic-bezier(0,.78,.43,1) 1s; */
  transition: all cubic-bezier(0, 0.78, 0.43, 1) 1s;
  background-color: rgba(245, 245, 220, 0.7);
  cursor: pointer;
}
.hzItemInfo:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.hzItemInfo.hzItemInfoShow:hover {
  background-color: rgba(0, 0, 0, 0);
}
.hzItemInfo.hzItemInfoShow:hover > .hzTitle {
  top: 0;
}
.hzItemInfo:hover > .hzTitle {
  top: -30px;
  transition: top 1s;
}
.hzItemInfo:hover > .hzTitleV {
  top: 20px;
  transition: top 1s;
}
@media only screen and (max-width: 767px) {
  .hzArea {
    position: relative;
    width: 100%;
    height: 560px;
    background-color: white;
    z-index: 0;
  }
  .hzItemInfo {
    width: 100%;
    height: 33.33%;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0);
    /*   -webkit-transition: width ease-in 1s; */
    transition: height cubic-bezier(0, 0.78, 0.43, 1) 1s;
  }
  .hzItemInfo .hzTitleV {
    writing-mode: horizontal-tb;
  }
  .hzItemInfoShow {
    height: 80%;
    /*   -webkit-transition: width cubic-bezier(0,.78,.43,1) 1s; */
    transition: height cubic-bezier(0, 0.78, 0.43, 1) 1s;
    pointer-events: none;
  }
  .hzItemInfoHide {
    height: 5%;
    padding: 7px 30px;
    /*   -webkit-transition: all cubic-bezier(0,.78,.43,1) 1s; */
    transition: all cubic-bezier(0, 0.78, 0.43, 1) 1s;
  }
  .hzItemInfo .hzItemInfo:hover > .hzTitle {
    top: 0;
    left: 10px;
    transition: left 1s;
  }
  .hzItemInfo:hover > .hzTitleV {
    top: 0;
    left: 10px;
    transition: left 1s;
  }
  .hzItemInfo.hzItemInfoShow:hover > .hzTitle {
    top: 0;
    left: 0;
  }
}
.openCircle {
  margin-top: 20px;
  font-size: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.hzItemInfoShow .openCircle,
.hzItemInfoHide .openCircle {
  display: none;
}
body:before {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 10px;
  text-align: center;
  position: fixed;
  bottom: 33px;
  width: 100%;
  content: 'All (Smallest Up)';
  z-index: 111111111111;
  display: none;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  line-height: 1.3;
}
h1 {
  margin-bottom: 36px;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #900027;
}
a:hover {
  color: #1a3d5e;
}
p {
  margin-top: 0;
}
main {
  margin-top: 40px;
}
.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.alignCenter {
  align-items: center;
}
#theLogo {
  max-width: 100%;
  max-height: 43px;
}
#topStrip,
#subFooter {
  color: #fff;
  background-color: #900027;
  padding: 10px 0;
  font-size: 0.9em;
}
#topStrip a,
#subFooter a,
#topStrip a:link,
#subFooter a:link,
#topStrip a:visited,
#subFooter a:visited,
#topStrip a[href^="tel:"],
#subFooter a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
}
#topStrip a[href^="tel:"],
#subFooter a[href^="tel:"] {
  font-weight: bold;
}
#topStrip .sn,
#subFooter .sn {
  text-align: right;
}
#topStrip .sn a,
#subFooter .sn a,
#topStrip .sn a:link,
#subFooter .sn a:link,
#topStrip .sn a:visited,
#subFooter .sn a:visited {
  font-size: 1.3em;
  margin: 0 5px;
}
#topStrip .sn a:hover,
#subFooter .sn a:hover {
  color: #FFFC19;
}
#logoStrip {
  padding-top: 40px;
  padding-bottom: 14px;
  background-color: #fff;
}
#mySearch {
  display: flex;
  width: 275px;
  margin: 10px auto;
}
#mySearch input {
  flex: 1 1 auto;
  background: #eee;
  padding: 10px 0 10px 10px;
  border-radius: 5px 0 0 5px;
  border: 0 none;
  font-size: 14px;
  border-width: 0px;
}
#mySearch button {
  flex: 0 0 50px;
  background: #900027;
  color: white;
  border-radius: 0 5px 5px 0;
  border: 0 none;
  font-weight: bold;
  font-size: 14px;
}
#utilityNav {
  text-align: right;
  background-color: #fff;
  padding-bottom: 10px;
  text-transform: lowercase;
  font-size: 0.8em;
  font-weight: bold;
}
#utilityNav a,
#utilityNav a:link,
#utilityNav a:visited {
  color: #949391;
  display: inline-block;
  margin-left: 10px;
}
#utilityNav a:hover {
  color: #900027;
}
#utilityNav a.theTel,
#utilityNav a.theTel:link,
#utilityNav a.theTel:visited {
  color: #900027;
  font-size: 1.3em;
}
#navSection {
  background-color: #900027;
  width: 100%;
  z-index: 100;
}
.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li > ul {
  margin-left: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
}
.main-navigation a:hover {
  background-color: #999;
}
.main-navigation ul.nav-menu {
  font-size: 0;
  margin: 0;
}
.main-navigation ul.nav-menu > li > a,
.main-navigation ul.nav-menu > li > a:link,
.main-navigation ul.nav-menu > li > a:visited {
  text-transform: uppercase;
  color: #fff;
}
.main-navigation ul.nav-menu ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 0;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.main-navigation ul.nav-menu ul > li {
  text-align: left;
}
.main-navigation ul.nav-menu ul ul {
  left: -999em;
  top: 0;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 250px;
  font-size: 0.8em;
  color: #900027;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}
.main-navigation ul ul a:hover {
  color: #fff;
}
.main-navigation ul ul li:last-child a {
  border-bottom: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  opacity: 1;
}
.sticky {
  position: fixed;
  top: 0;
}
.spotlightItems {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.spotlightItems .spotlightItem {
  margin: 0px 0;
  box-sizing: border-box;
}
.spotlightItems .spotlightItem img {
  width: 100%;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.spotlightItems .spotlightItem.spotlightImage {
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  margin-right: 15px;
}
.spotlightItems .spotlightItem.spotlightImage .secondaryImage {
  margin-top: 15px;
}
.spotlightItems .spotlightItem.spotlightText {
  flex-grow: 1;
  flex-shrink: 1;
}
.spotlightItems .spotlightItem.spotlightText .legalBlogTitles {
  margin-top: 0;
}
.spotlightItems .spotlightItem.spotlightText .entry p {
  margin-bottom: 1em;
}
@media all and (max-width: 575px) {
  .spotlightItems {
    flex-direction: column;
  }
  .spotlightItems .spotlightItem.spotlightImage {
    margin-right: 0px;
    margin-bottom: 10px;
    justify-content: center;
    width: 100%;
  }
  .spotlightItems .spotlightItem.spotlightText {
    text-align: center;
  }
}
.legalBlogTitles {
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 20px;
  margin-bottom: 4px;
  line-height: 1.1;
}
.posted {
  font-size: 0.9em;
  margin: 0;
}
.posted span {
  font-weight: bold;
  color: #000;
}
.entry {
  margin-top: 8px;
}
.entry p {
  margin-top: 0px;
}
.alignRight {
  text-align: right;
}
.swp_social_panel {
  margin-bottom: 50px !important;
}
.btn,
a.btn,
a.btn:link,
a.btn:visited {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  background-color: #454545;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  font-size: 0.8em;
  text-transform: uppercase;
}
a.btn:hover {
  background-color: #900027;
  color: white;
}
.permalinkWrap {
  margin-bottom: 0;
}
.blogFooterWrap {
  border-bottom: 1px dotted #BEBEBE;
  margin: 40px 0;
}
.smallBottomMargin {
  margin-bottom: 5px;
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.myRightSide ul.laurensExtras {
  margin-top: -28px;
}
.articlesBy li,
.laurensExtras li {
  margin-bottom: 20px;
  line-height: 1.4;
}
#lawyerCredentials,
.myRightSide {
  color: #000;
  font-size: 14px;
}
#lawyerCredentials ul,
.myRightSide ul {
  margin-top: -10px;
  margin-bottom: 40px;
  padding-left: 15px;
  margin-left: 8px;
}
#lawyerCredentials ul li,
.myRightSide ul li {
  margin-bottom: 8px;
}
#lawyerCredentials h3,
.myRightSide h3 {
  font-size: 1.2em !important;
}
footer {
  color: #b3b3b4;
}
footer a,
footer a:link,
footer a:visited {
  color: #ddd;
  text-decoration: none;
}
footer h4 {
  margin-bottom: 4px;
  color: #ddd;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 0;
  line-height: 1.5;
}
footer #mainFooter {
  background-color: #363839;
  padding: 20px 0;
  font-size: 13px;
}
footer #mainFooter p {
  margin-bottom: 10px;
}
footer #mainFooter #officeInfo {
  order: 1;
}
footer #mainFooter #socialInfo {
  order: 2;
}
footer #mainFooter #practiceInfo {
  order: 3;
}
footer #subFooter {
  background-color: #282a2b;
  color: #b3b3b4;
}
footer #subFooter a,
footer #subFooter a:link,
footer #subFooter a:visited,
footer #subFooter a[href^="tel:"] {
  color: #b3b3b4;
}
#copyright {
  font-size: 0.8em;
}
ul#menu-footer-menu-1,
ul#menu-footer-menu-2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul#menu-footer-menu-1 li,
ul#menu-footer-menu-2 li {
  line-height: normal;
  padding: 5px 5px 5px 0px;
  border-bottom: 1px solid #555;
  position: relative;
}
ul#menu-footer-menu-1 li a,
ul#menu-footer-menu-2 li a {
  padding: 0;
  margin: 0;
  display: block;
}
ul#menu-footer-menu-1 li a:before,
ul#menu-footer-menu-2 li a:before {
  position: absolute;
  font-size: 10px;
  font-family: 'Font Awesome 5 Pro';
  content: '\f054';
  margin-left: -12px;
  color: #BFBFBF;
  font-weight: 100;
  top: 9px;
  left: 3px;
}
ul#menu-footer-menu-1 li a:hover,
ul#menu-footer-menu-2 li a:hover {
  color: #fff;
}
.fa-facebook-f,
.fa-linkedin-in {
  display: none;
}
.circleSocial {
  margin-bottom: 30px;
}
.circleSocial a {
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #909090;
  border-radius: 100%;
  margin-right: 7px;
  /*space between*/
}
.circleSocial a i {
  font-size: 20px;
  line-height: 38px;
  color: #909090;
}
.circleSocial a .fa-facebook-square,
.circleSocial a .fa-linkedin {
  display: none;
}
.circleSocial a .fa-facebook-f,
.circleSocial a .fa-linkedin-in {
  display: inline-block;
}
.hideNewsletter #newsletter {
  display: none;
}
.owl-carousel {
  margin-bottom: 30px;
}
.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  background: #FAFAFA;
  padding-bottom: 10px;
}
.cardWrap .imageWrap {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  max-height: 313px;
}
.cardWrap .imageWrap img {
  display: block;
}
.cardWrap p.title {
  margin: 0;
  padding: 0 20px;
}
.owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  left: -35px;
  display: block !important;
  border: 0px solid black;
}
.owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 40%;
  right: -35px;
  display: block !important;
  border: 0px solid black;
}
.owl-prev i,
.owl-next i {
  font-size: 2em;
  color: #ccc;
}
#homeEvents .owl-prev i,
#homeEvents .owl-next i {
  color: #000;
}
#homeEvents .owl-dots .owl-dot {
  border: 1px solid #000;
}
.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dots .owl-dot {
  width: 10px;
  background-color: #c5c4ca !important;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}
.owl-dots .owl-dot.active {
  background-color: #000 !important;
}
h3 {
  color: #111;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  /* background: #ddd; */
  /* letter-spacing: -1px; */
  line-height: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#myTopMenu {
  font-size: 0.7em;
  text-transform: uppercase;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  border-right: 1px dotted #ccc;
}
.well {
  padding: 60px 0;
}
.well.lawyers {
  margin-bottom: 60px;
  text-align: center;
}
.lawyerHome {
  text-align: center;
}
.parallax.bg1 {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/library.jpg');
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax.bg2 {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/networking.jpg');
  /* Full height */
  height: 100%;
  /* Create the parallax scrolling effect */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* -------- School & Position Filters on Lawyer Page -------- */
.transition {
  transition: all 0.3s ease-out;
}
.radioWrap {
  text-align: center;
  color: #fff;
}
.radioWrap input[type="radio"] {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.radioWrap label {
  display: inline-block;
  margin: 5px;
  text-align: center;
  cursor: pointer;
  background-color: #454545;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  transition: all 0.3s ease-out;
}
.radioWrap input[type="radio"]:checked + label {
  background-color: #901227;
}
.radioDisplays {
  text-align: center;
  margin-top: 5px;
}
.radioDisplays > div {
  display: none;
}
.radioDisplays .nice-select {
  display: inline-block;
  float: none;
  height: 32px;
  line-height: 30px;
}
.nice-select .list,
.nice-select.open .list {
  margin-left: 0;
}
/* -------- Spinner Overlay -------- */
#spinnerOverlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100vw;
  height: 100vh;
  text-align: center;
  padding-top: 40vh;
  z-index: 100000;
  display: none;
}
#spinnerOverlay i {
  color: #fff;
  font-size: 50px;
}
#mobileToggler {
  color: #900027;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3em;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 10px 10px 6px 10px;
  background-color: #fff;
}
#schoolDisplay .nice-select.open .list {
  height: 360px;
  overflow: scroll;
  position: absolute;
  margin: 0;
}
.scrollWrapper {
  display: none;
}
#schoolDisplay .nice-select.open .scrollWrapper {
  display: block;
  position: absolute;
  top: 390px;
  height: 45px;
  width: 500px;
  text-align: center;
  font-size: 1em;
  z-index: 1;
  left: 0;
}
#schoolDisplay .nice-select.open .scrollWrapper .fa-circle {
  color: rgba(255, 255, 255, 0.8);
}
#schoolDisplay .nice-select.open .scrollWrapper .fa-caret-down {
  color: #000;
}
/* --------------- Lawyer Table ---------------- */
#lawyerTable {
  font-size: 0.9em;
  margin-top: 20px;
}
#lawyerTable th {
  background-color: #000;
  padding: 2%;
  color: #fff;
  font-weight: normal;
  font-size: 0.9em;
}
#lawyerTable td {
  padding: 15px 2%;
  border-bottom: 1px solid #f6f6f6;
}
#lawyerTable tr:nth-child(even) td {
  background-color: #d9d9da;
}
#lawyerTable tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
#lawyerTable .thePic {
  width: 9%;
}
#lawyerTable .thePicWrap {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
#lawyerTable .thePic img {
  width: 100%;
}
#lawyerTable th {
  text-align: left;
}
#lawyerTable th#emailTh {
  text-align: center;
}
#lawyerTable .theName {
  /*cursor: pointer;*/
  width: 25%;
}
#lawyerTable .thePosition {
  width: 20%;
}
#lawyerTable .theOffice {
  width: 15%;
}
#lawyerTable .thePhone {
  width: 25%;
}
#lawyerTable .theEmail {
  text-align: center;
  width: 15%;
}
@media all and (max-width: 767px) {
  /*	.team-member {
		margin-right: 2%;
		width: 48%;
	}


	.team-members div:nth-child(5n + 1) {
		clear: none;

	} 

	.team-members div:nth-child(2n + 1) {
		clear: left;

	} 
*/
  #lawyerTable .thePic,
  #picTh,
  #lawyerTable .thePosition,
  #positionTh,
  #lawyerTable .theOffice,
  #officeTh,
  #lawyerTable .theEmail,
  #emailTh {
    display: none;
  }
  #lawyerTable th {
    padding: 5px 10px;
    font-size: 0.8em;
    box-sizing: border-box;
  }
  #lawyerTable td {
    padding: 15px 0;
    font-size: 0.8em;
    line-height: 1.3;
    box-sizing: border-box;
  }
  ul.schoolList {
    font-size: 1em;
  }
  .onlySmall {
    display: inline;
  }
  #lawyerTable .theName {
    width: 50%;
    padding-left: 10px;
  }
  #lawyerTable .thePhone {
    width: 50%;
  }
}
#locations img {
  max-width: 325px;
  margin: 0 auto;
}
.centerIt {
  text-align: center;
}
.cardGrid {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 25px;
}
.cardGrid .item {
  background: #fff;
  border: 1px solid #ccc;
}
.cardGrid .item .imageWrap {
  width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  max-height: 211px;
}
.cardGrid .item .imageWrap img {
  display: block;
  width: 100%;
  max-width: none;
}
.cardGrid .item .cardContent {
  padding: 0 20px 0px 20px;
}
.cardGrid .item .cardContent .legalBlogTitles {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 15px;
  margin-bottom: 4px;
  line-height: 1.2;
}
.cardGrid .item .cardContent .legalBlogTitles.practiceAreaTitles {
  margin-bottom: 15px;
}
.cardGrid .item .cardContent .entry {
  font-size: 0.9em;
}
#myPagination.pagination {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
  display: block;
}
#myPagination.pagination a,
#myPagination.pagination a:link,
#myPagination.pagination a:active,
#myPagination.pagination span {
  display: inline-block;
  margin: 0 5px;
}
#myPagination.pagination a.prev,
#myPagination.pagination a:link.prev,
#myPagination.pagination a:active.prev,
#myPagination.pagination span.prev,
#myPagination.pagination a.next,
#myPagination.pagination a:link.next,
#myPagination.pagination a:active.next,
#myPagination.pagination span.next {
  transition: background-color 0.5s ease, border-color 0.5s ease;
  border: 2px solid #900027;
  border-radius: 5px;
  background-color: #900027;
  color: #fff;
  padding: 0px 5px;
  font-size: 0.9em;
}
#myPagination.pagination a.prev:hover,
#myPagination.pagination a:link.prev:hover,
#myPagination.pagination a:active.prev:hover,
#myPagination.pagination span.prev:hover,
#myPagination.pagination a.next:hover,
#myPagination.pagination a:link.next:hover,
#myPagination.pagination a:active.next:hover,
#myPagination.pagination span.next:hover {
  background-color: #363839;
  border-color: #363839;
  text-decoration: none;
}
#myPagination.pagination .page-numbers {
  border: 1px solid #b3b3b4;
  padding: 3px;
}
#myPagination.pagination .page-numbers:hover {
  background-color: #363839;
  color: #fff;
}
#myPagination.pagination .page-numbers.current,
#myPagination.pagination .page-numbers.dots {
  border: none;
}
#myPagination.pagination .page-numbers.current:hover,
#myPagination.pagination .page-numbers.dots:hover {
  background-color: transparent;
  color: inherit;
}
#myPagination.pagination .page-numbers.current {
  font-weight: bold;
}
.backgroundCover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.practiceLeft {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 60px 40px;
  color: #fff;
  font-size: 0.9em;
}
.practiceLeft .leftContent {
  line-height: 1.6;
}
.practiceLeft .smallTitle {
  text-transform: uppercase;
  margin-bottom: 3px;
}
.practiceLeft h2 {
  font-variant: small-caps;
  font-weight: normal;
  font-size: 3em;
  margin-bottom: 3px;
  line-height: 1;
  color: #6e99b4;
}
.practiceLeft a,
.practiceLeft a:link,
.practiceLeft a:visited {
  color: #e5c453;
}
.practiceLeft a:hover {
  text-decoration: underline;
}
.practiceRight {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 60px;
}
#mainNoTopMargin {
  margin-top: 0;
  padding-top: 0;
}
.repMatterTitle {
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #6e99b4;
}
.repMatterList {
  margin: 0;
  padding-left: 20px;
}
.repMatterList li {
  margin-bottom: 15px;
}
.practiceWrapper .practiceRight h1 {
  margin-bottom: 20px;
  color: #900027;
}
#teamTopWrap {
  color: #fff;
  background-color: #0d5582;
  position: relative;
}
#teamTopWrap:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background-color: #430012;
  z-index: 0;
}
#teamTopWrap::before {
  content: "";
  background: url('gravel.png');
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
#teamTopWrap .part1 {
  padding-top: 20px;
  text-align: center;
}
#teamTopWrap .part1 h1 {
  font-variant: small-caps;
  font-weight: normal;
  font-size: 3em;
  margin-bottom: 3px;
  line-height: 1;
}
#teamTopWrap .part1 .position {
  text-transform: uppercase;
  color: #ccc;
}
#teamTopWrap .part1 .telephone {
  font-style: italic;
}
#teamTopWrap .part1 .office {
  font-size: 0.8em;
  margin-bottom: 3px;
}
#teamTopWrap .part1 .emailLine .fas,
#teamTopWrap .part1 .emailLine .fab {
  font-size: 2em;
  margin-right: 10px;
  display: inline-block;
}
#teamTopWrap .part2 {
  z-index: 1;
  padding-left: 0;
}
#teamTopWrap .part2 img {
  display: block;
  height: auto;
  width: 90%;
  max-width: none;
  margin: 10px auto;
}
#teamTopWrap .teamTopRow {
  flex-direction: column;
  /* row small up */
  position: relative;
  z-index: 2;
}
.followOn {
  font-size: 0.9em;
  text-align: center;
}
.followOn .fab {
  font-size: 2em;
  margin: 4px 8px;
}
.greyBacker {
  background-color: #eee;
  padding: 20px 10px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.entry-content-bio {
  line-height: 1.7;
}
.rightSideBio p strong,
.myRightSide h2,
.sideWrap h3,
h3.mySmallCaps {
  color: #0d5582;
  text-transform: uppercase;
  font-size: 14px;
}
.myRightSide h2 {
  margin-bottom: 22px;
}
#topImage img {
  width: 100%;
  display: block;
  max-width: none;
}
.darkerGreyBack {
  background-color: #ccc;
}
.greyBack {
  background-color: #f7f7f7;
  padding: 20px;
}
.greyBack h3 {
  color: #0d5582;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 0px;
  margin-top: 20px;
  border-bottom: none;
}
.red {
  color: #900027;
}
.cff-likebox {
  margin: 0 !important;
}
.cff-header {
  display: none;
}
.tag-cloud {
  font-size: 0.9em;
  text-align: center;
}
.whiteBacker {
  background-color: #fff;
}
.greyBorder {
  margin-bottom: 20px;
}
.noPadding {
  padding: 0;
}
.paddingSome {
  padding: 20px;
}
.sideWrap {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  margin: 0 0 0 20px;
  border-radius: 10px;
}
.postContent {
  line-height: 1.5;
}
.spotlightSingle .post-thumbnail img,
.spotlightSingle .singleImageWrapper .post-thumbnail img {
  margin: 20px auto 0 auto;
  display: block;
  padding: 0 10px;
  width: auto;
  max-width: 955px;
}
.inNewsSide .widget_nav_menu {
  margin: 0;
}
.inNewsSide ul {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}
.inNewsSide ul li {
  padding: 0;
  margin: 0 0 5px 10px;
}
.inNewsSide ul li:last-child {
  margin: 0 0 0px 10px;
}
#theMobileUl {
  max-height: 500px;
  overflow: scroll;
}
.singleImageWrapper .post-thumbnail img {
  width: 100%;
  max-width: none;
  display: block;
}
li.moreArticles {
  list-style-type: none;
  font-weight: bold;
}
li.moreArticles a {
  text-decoration: underline;
}
.hideMore {
  display: none;
}
.owl-carousel.owl-carousel-top .owl-item {
  padding-bottom: 0;
}
.owl-carousel.owl-carousel-top a,
.owl-carousel.owl-carousel-top a:link,
.owl-carousel.owl-carousel-top a:visited {
  color: #fff;
}
.owl-carousel.owl-carousel-top .theTitle {
  color: #fff;
  background-color: #900027;
  text-align: center;
  margin: 0;
  padding: 5px 10px;
}
.owl-carousel.owl-carousel-top .theDesc {
  color: #000;
  font-size: 0.8em;
  text-align: center;
  padding: 10px 10px 10px 10px;
  margin-bottom: 0;
}
.owl-carousel.owl-carousel-top .owl-dots {
  margin-top: 0;
}
body .userway.userway_p5,
body .userway.userway_p1 {
  top: auto !important;
  bottom: 10px !important;
  left: 10px !important;
  right: auto !important;
}
ul.li35 li {
  margin-bottom: 26px;
}
#homeEvents .owl-carousel .owl-stage {
  margin: 0 auto;
}
.sr-only {
  display: none;
}
@media only speech {
  .sr-only {
    display: inline-block;
  }
}
/* ######### SUPER LAWYER STUFF ############### */
.slbadge {
  height: 150px;
  width: 180px;
  font-family: arial, sans-serif;
  color: gray;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slbadge.slbadge-red {
  background-image: url(https://d22sy6g45ur8ee.cloudfront.net/shared/badge/lawyer/v2/sl-badge-red.png);
}
.slbadge.rsbadge-green {
  background-image: url(https://d22sy6g45ur8ee.cloudfront.net/shared/badge/lawyer/v2/rs-badge-green.png);
}
.slbadge.slbadge-anniversary-5 {
  background-image: url(https://d22sy6g45ur8ee.cloudfront.net/shared/badge/lawyer/v2/sl-badge-anniversary-5.png);
}
.slbadge a {
  display: block;
  text-decoration: none;
}
.slbadge .slbadge_header {
  position: relative;
  width: 180px;
  height: 115px;
}
.slbadge.slbadge-anniversary-10 .slbadge_header,
.slbadge.slbadge-anniversary-15 .slbadge_header,
.slbadge.slbadge-anniversary-5 .slbadge_header,
.slbadge.slbadge-gray .slbadge_header {
  height: 150px;
}
.slbadge.slbadge-anniversary-10 .slbadge_header .slbadge_profile,
.slbadge.slbadge-anniversary-15 .slbadge_header .slbadge_profile,
.slbadge.slbadge-anniversary-5 .slbadge_header .slbadge_profile,
.slbadge.slbadge-gray .slbadge_header .slbadge_profile {
  bottom: 46px;
}
.slbadge .slbadge_profile {
  text-align: center;
  font-weight: 700;
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-family: arial, sans-serif;
  height: 38px;
  bottom: 0;
  line-height: 1.2em;
  display: table;
  width: 100%;
}
.slbadge_profile_inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.theIntro h1 {
  margin-bottom: 16px;
  text-align: center;
}
.formGrid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-areas: 'fn' 'ln' 'myCompany' 'email' 'phone' 'hear' 'matter' 'comments' 'disclaimers' 'send';
}
.formGrid .item label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 0.8em;
  color: #900027;
}
.formGrid .item input {
  display: block;
  width: 100%;
  padding: 10px;
}
.formGrid .item .wpcf7-list-item {
  display: block;
  margin: 0 0 8px 6px;
}
.formGrid .item .wpcf7-list-item input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: 5px;
}
.formGrid .item.matter label,
.formGrid .item.hear label {
  margin-bottom: 10px;
}
.formGrid .item.comments textarea {
  height: 100px;
}
.formGrid .item.disclaimers .disclaimer {
  font-size: 0.9em;
  text-indent: -8px;
  margin-left: 8px;
}
.formGrid .item.send {
  text-align: center;
}
.formGrid .item.send input[type="submit"] {
  display: inline-block;
  width: auto;
  background-color: #900027;
  color: #fff;
  border: none;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 10px 30px;
  cursor: pointer;
}
.formGrid .item.send input[type="submit"]:hover {
  background-color: #000;
}
.formGrid .fn {
  grid-area: fn;
}
.formGrid .ln {
  grid-area: ln;
}
.formGrid .myCompany {
  grid-area: myCompany;
}
.formGrid .email {
  grid-area: email;
}
.formGrid .phone {
  grid-area: phone;
}
.formGrid .hear {
  grid-area: hear;
}
.formGrid .matter {
  grid-area: matter;
}
.formGrid .comments {
  grid-area: comments;
}
.formGrid .disclaimers {
  grid-area: disclaimers;
}
.formGrid .send {
  grid-area: send;
}
.req {
  padding-left: 3px;
  color: #000;
  font-size: 0.9em;
  position: relative;
  top: -2px;
}
@media all {
  body:before {
    content: 'Extra Small Up';
  }
}
@media all and (min-width: 576px) {
  body:before {
    content: 'Small Up';
  }
  #teamTopWrap:after {
    display: block;
  }
  #teamTopWrap::before {
    right: 50%;
  }
  #teamTopWrap .teamTopRow {
    flex-direction: row;
    height: 300px;
    align-items: center;
  }
  #teamTopWrap .part1 {
    padding-top: 0px;
    text-align: left;
  }
  #teamTopWrap .part2 {
    z-index: 1;
    padding-left: 0;
    height: 100%;
  }
  #teamTopWrap .part2 img {
    display: inline-block;
    height: 100%;
    width: auto;
    max-width: none;
    margin: 0;
  }
  .cardGrid {
    grid-template-columns: repeat(2, 50%);
  }
}
@media all and (min-width: 768px) {
  body:before {
    content: 'Medium Up';
  }
  #mainMasthead.sticky {
    position: fixed;
  }
  footer #mainFooter #officeInfo,
  footer #mainFooter #socialInfo,
  footer #mainFooter #practiceInfo {
    order: 0;
  }
}
@media all and (min-width: 992px) {
  body:before {
    content: 'Large Up';
  }
  #mySearch {
    width: auto;
    margin: 0;
  }
  .cardGrid {
    grid-template-columns: repeat(3, 33.33%);
  }
  .parallax.bg2 {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
  }
  .formGrid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas: 'fn fn ln ln myCompany myCompany' 'email email email phone phone phone' 'hear hear hear matter matter matter' 'comments comments comments comments comments comments' 'disclaimers disclaimers disclaimers disclaimers disclaimers disclaimers' 'send send send send send send';
  }
}
@media all and (min-width: 1200px) {
  body:before {
    content: 'Extra Large Up';
  }
  #theLogo {
    max-width: 755px;
  }
}
@media all and (min-width: 1500px) {
  body:before {
    content: 'Super Large Up';
  }
}
/*# sourceMappingURL=cmm.css.map */