/*
Theme Name: Powell Litigation
Author: Benchmark Internet Marketing
Description: Developed by Benchmark Internet Marketing
*/

/* ===== BASIC STYLES ===== */

* {
  -webkit-font-smoothing: antialiased;
  transition: color .3s linear;
  -moz-transition: color .3s linear;
  -webkit-transition: color .3s linear;
  transition: background .5s linear;
  -moz-transition: background .5s linear;
  -webkit-transition: background .5s linear;
  transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: auto;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 20px;
}
h1 {
  font-size: 62px;
  line-height: 1.3;
  margin: 0 0 40px;
  font-weight: 300;
  color: #0a1f33;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 20px;
  color: #97764d;
  font-family: 'Oswald', sans-serif;
}
h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 400;
  color: #0a1f33;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
h4 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 400;
  color: #0a1f33;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
h5 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
  font-weight: 400;
  color: #0a1f33;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
p {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin: 0 0 30px;
}
p:last-child {
  margin: 0;
}
ul {
  padding: 0;
}
ul li {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin: 0 0 10px 20px;
}
div#sidebar ul li {
    list-style: none !important;
	margin: 0 0 10px 0px!important;
}
#main #page-content ul li {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin: 0 0 10px 20px;
	list-style: disc;
}
#main #primary ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 2px;
  margin: 11px 0 0;
  top: 277px;
  border-radius: 100%;
 display: none;
}
.menu-main-container a:hover {
    color: #f8c15a !important;
}
blockquote {
  border-left: 0px;
  margin: 0 0 30px;
  position: relative;
  width: 100%;
  padding: 0;
  color: #000;
  text-align: left;
  font-size: 26px;
  line-height: 1.5;
  font-weight:  400;
}
blockquote:before {
  content: none;
}
blockquote p {
  border-left: 0px;
  color: #000;
  text-align: left;
  font-size: 33px;
  line-height: 1.5;
  font-weight:  400;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus, input:focus, textarea:focus, button:focus, .slick-slide:focus {
  outline: 0;
}
.button {
  position: relative;
  margin: 0 auto;
  color: #FFF !important;
  background: #7ea0c5;
  display: table;
  padding: 10px 20px;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0px;
  text-align: left;
  border-radius: 0px;
  font-weight: 700;
  transition: background .1s linear;
  -moz-transition: background .1s linear;
  -webkit-transition: background .1s linear;
}
.button strong {
  font-size: 16px;
  display: block;
  font-style: normal;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin: 2px 0 2px;
  color: #f8f201;
  z-index: 4;
}
.button em {
  font-size: 16px;
  display: block;
  font-style: normal;
  transition: .4s ease-in-out;
  position: relative;
  z-index: 999;
}
.button1 {
   background: #7ea0c5;
   padding: 6px 90px 6px 20px !important;
}
.button1 strong {
    font-weight: 900;
    color: #f8f201;
}
.button1 em {
    color: #06275a;
}
.button1:hover strong {
}
.button1:hover em {
   color: #f8f201;
}
.button1:hover:before {
  left: 105%;
}
.button1:after {
  content: '';
  width: 105px;
  height: 100%;
  background: url(images/button-arrow1.png) top right no-repeat !important;
  background-size: auto 100% !important;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 999;
}
.button2 {
   background: #7ea0c5;
   background-size: auto 100% !important;
   padding: 7px 90px 7px 20px !important;
}
.button2 strong {
    font-weight: 900;
    color: #021124;
    text-transform: lowercase;
}
.button2 em {
    color: #06275a;
}
.button2:hover strong {
}
.button2:hover em {
   color: #f8f201;
}
.button2:hover:before {
  left: 105%;
}
.button2:after {
  content: '';
  width: 105px;
  height: 100%;
  background: url(images/button-arrow2.png) top right no-repeat !important;
  background-size: auto 100% !important;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 999;
}
.button3 {
   background: #7ea0c5;
   padding: 7px 90px 7px 20px !important;
}
.button3:hover:before {
  left: 105%;
}
.button3:after {
  content: '';
  width: 105px;
  height: 100%;
  background: url(images/button-arrow3.png) top right no-repeat !important;
  background-size: auto 100% !important;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 999;
}
.button3 strong {
  font-weight: 900;
  color: #f8f201;
  text-transform: uppercase;
}
.button3 em {
  color: #FFF;
  text-transform: none;
}
.button3:hover strong {
}
.button3:hover em {
   color: #f8f201;
}
.button4 {
   background: #021124;
   background-size: auto 100% !important;
   padding: 7px 90px 7px 20px !important;
}
.button4 strong {
    font-weight: 900;
    color: #FFF;
    text-transform: lowercase;
}
.button4 em {
    color: #c3e9ff;
    text-transform: uppercase;
}
.button4:hover strong {
    color: #f8f201;
}
.button4:hover em {
    color: #f8f201;
}
.button4:hover:before {
  left: 105%;
}
.button4:after {
  content: '';
  width: 105px;
  height: 101%;
  background: url(images/button-arrow4.png) top right no-repeat !important;
  background-size: auto 100% !important;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 999;
}
.button5 {
   background: #FFF;
   background-size: auto 100% !important;
   padding: 7px 90px 7px 20px !important;
}
.button5 strong {
    color: #021124;
    text-transform: lowercase;
}
.button5 em {
    color: #06275a;
}
.button5:hover {
    background: #06275a !important;
}
.button5:hover strong {
    color: #FFF;
}
.button5:hover em {
}
.button5:before {
  background-color: #FFF;
  content: "";
  display: block;
  height: 200%;
  left: -1rem;
  position: absolute;
  rotate: 15deg;
  top: -50%;
  transition: .25s ease-out;
  width: 15px;
  z-index: 3;
}
.button5:hover:before {
  left: 105%;
}
.button6 {
  background: #7ea0c5;
  background-size: auto 100% !important;
  padding: 7px 90px 7px 20px !important;
}
.button6 strong {
   font-weight: 900;
   color: #f8f201;
}
.button6 em {
   color: #06275a;
   text-transform: lowercase;
}
.button6:hover strong {
}
.button6:hover em {
}
.button6:before {
  background-color: #7ea0c5;
  content: "";
  display: block;
  height: 200%;
  left: -1rem;
  position: absolute;
  rotate: 15deg;
  top: -50%;
  transition: .25s ease-out;
  width: 15px;
  z-index: 3;
}
.button6:after {
  content: '';
  width: 105px;
  height: 101%;
  background: url(images/button-arrow6.png) top right no-repeat !important;
  background-size: auto 100% !important;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 999;
}
.button6:hover:before {
  left: 105%;
}
.button7 {
  background: #7ea0c5;
  background-size: auto 100% !important;
  padding: 7px 90px 7px 20px !important;
}
.button7 strong {
   color: #FFF;
   text-transform: lowercase;
}
.button7 em {
   color: #FFF;
}
.button7:hover strong {
   color: #f8f201;
}
.button7:hover em {
   color: #f8f201;
}
.button7:hover:before {
  left: 105%;
}
.button7:after {
  content: '';
  width: 105px;
  height: 100%;
  background: url(images/button-arrow7.png) top right no-repeat !important;
  background-size: auto 100% !important;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 999;
}
.button:hover:before {
  left: 105%;
}



.button1:before {
    background: #859FC2;
    background: linear-gradient(90deg, rgba(133, 159, 194, 1) 0%, rgba(203, 220, 243, 1) 30%, rgba(203, 220, 243, 1) 70%, rgba(133, 159, 194, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 100px;
    z-index: 3;
    opacity: 0.8;
}
.button2:before {
    background: #859FC2;
    background: linear-gradient(90deg, rgba(133, 159, 194, 1) 0%, rgba(203, 220, 243, 1) 30%, rgba(203, 220, 243, 1) 70%, rgba(133, 159, 194, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 100px;
    z-index: 3;
    opacity: 0.8;
}
.button3:before {
    background: #859FC2;
    background: linear-gradient(90deg, rgba(133, 159, 194, 1) 0%, rgba(203, 220, 243, 1) 30%, rgba(203, 220, 243, 1) 70%, rgba(133, 159, 194, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 100px;
    z-index: 3;
    opacity: 0.8;
}
.button4:before {
    content: "";
    background: #051123;
    background: linear-gradient(90deg, rgba(5, 17, 35, 1) 0%, rgba(121, 160, 217, 1) 31%, rgba(121, 160, 217, 1) 70%, rgba(5, 17, 35, 1) 100%);
    display: block;
    height: 100%;
    left: -80px;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 80px;
    z-index: 3;
    opacity: 0.6;
}
.button5:before {
    background: #859FC2;
    background: linear-gradient(90deg, rgba(133, 159, 194, 1) 0%, rgba(203, 220, 243, 1) 30%, rgba(203, 220, 243, 1) 70%, rgba(133, 159, 194, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 100px;
    z-index: 3;
    opacity: 0.8;
}
.button6:before {
    background: #859FC2;
    background: linear-gradient(90deg, rgba(133, 159, 194, 1) 0%, rgba(203, 220, 243, 1) 30%, rgba(203, 220, 243, 1) 70%, rgba(133, 159, 194, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 100px;
    z-index: 3;
    opacity: 0.8;
}
.button7:before {
    background: #859FC2;
    background: linear-gradient(90deg, rgba(133, 159, 194, 1) 0%, rgba(203, 220, 243, 1) 30%, rgba(203, 220, 243, 1) 70%, rgba(133, 159, 194, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 100px;
    z-index: 3;
    opacity: 0.8;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
   display: block;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
b, strong {
  font-weight: 700;
}
#page {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.container {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1930px;
}
.content-block {
  position: relative;
  clear: both;
  width: 100%;
}
.content-row {
  position: relative;
  width: 100%;
}
@media(max-width: 1299px) {
  p {
    margin: 0 0 20px;
  }
  .button1, .button2, .button3, .button4, .button5, .button6, .button7 {
     padding: 6px 70px 6px 15px !important;
     line-height: 1.1 !important;
  }
  .button strong {
    font-size: 14px;
  }
  .button em {
    font-size: 13px;
  }
}
@media(max-width: 767px) {
  #masthead {
    height: auto !important;
  }
  .home #masthead {
    z-index: 2;
    height: 1155px !important;
  }
}

/* ===== ALIGNMENT ===== */

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  margin: 0 auto 20px;
  display: block;
}

/* ===== HEADER ===== */

#masthead {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 1;
  height: 504px;
}
.home #masthead {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: 1;
  height: 780px;
}
@media(max-width: 1299px) {
  p {
      font-size: 14px;
      line-height: 1.8;
      margin: 0 0 20px;
  }
  #masthead, .home #masthead {
      height: 335px !important;
      background: url(images/hero-tablet.jpg) top center no-repeat;
      background-size: cover;
  }
}

@media(max-width: 767px) {
  #masthead {
      height:auto!important;
		  z-index: 2;
	  
  }
  .home #masthead {
      z-index: 2;
      height: 693px!important;
      margin: 0 0 270px;
      background: none;
  }
}

#header-mobile {
  border: 0;
  height: 85px;
  margin: 0;
  position: relative;
  border-radius: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  top: 0;
  background: rgba(255,255,255,0.3);
}
#logo-mobile {
  width: 40%;
  max-width: 290px;
  height: 85px;
  line-height: 85px;
  padding: 0 18px;
  position: absolute;
  top: 0;
  left: 0
}
#logo-mobile img {
  max-width: 100%;
  margin: 9px auto 0;
  display: block;
  height: auto
}
#mobile-phone {
  width: 260px;
  position: absolute;
  top: 13px;
  right: 105px;
  z-index: 6;
}
#mobile-phone .phone-number {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
#mobile-phone .phone-number strong {
  font-size: 18px;
  width: 100%;
  line-height: 24px;
  text-transform: lowercase;
  font-weight: 400
}
#mobile-phone .phone-number a {
  text-decoration: none;
  padding: 0;
  clear: both;
  width: 100%;
  font-size: 28px;
  display: block;
  color: #000b36;
  text-align: right;
}
#mobile-phone .phone-number a span {
  font-weight: 700;
  font-size: 28px;
  color: #021124;
}
#mobile-phone .phone-number a span:first-child {
  color: #021124;
  font-size: 20px;
  margin: 0 0 2px;
  line-height: 1;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#mobile-toggle {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: lowercase;
  width: 86px;
  height: 85px;
  background: #021124;
  text-align: center;
  padding: 28px 0 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  z-index: 999;
  border: 0;
  top: 0px;
  right: 0px;
}
#mobile-toggle .brand {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
#mobile-toggle .icon-bar {
  width: 43px;
  height: 5px;
  border-radius: 0;
  margin: 0 auto 7px;
  background: #FFF;
}

@media(max-width: 767px) {
  #header-mobile {
      height: 72px;
      margin: 0;
      top: 0;
      padding: 0;
  }
  #logo-mobile {
      height: 72px;
      line-height: 96px;
      text-align: center;
      width: 100%;
      padding: 0 80px 0 20px;
      left: auto;
      margin: 0 auto;
      position: absolute;
      top: 0px;
      max-width: 100%;
      background: #f7f5f5;
  }
  #logo-mobile img {
      margin: 6px auto 0;
      width: 230px;
  }
  #mobile-phone {
      height: 78px;
      top: 70px;
      right: 0;
      bottom: 0px;
      width: 100%;
      background: rgba(255,255,255,0.3);
      padding: 11px 0 0 0;
      z-index: 2;
	  background: #8dabcb;
    }
	  .home #mobile-phone  {
      background: rgba(255,255,255,0.3)!important;
    }
  }
  #mobile-phone .phone-number {
      text-align: center;
      font-size: 29px;
  }
  #mobile-toggle {
      font-size: 16px;
      line-height: 1;
      letter-spacing: 2px;
      width: 80px;
      height: 72px;
      padding: 24px 0 0;
      bottom: auto;
      margin: 0 auto;
      background: #021124!important;
      position: absolute;
  }
  #mobile-toggle .brand {
      font-size: 16px;
      top: 18px;
      left: 0;
      width: 100%;
      font-weight: 600;
      display: none;
  }
  #mobile-toggle .icon-bar {
      width: 50px;
      height: 4px;
      margin: 0 auto 6px;
      background: #FFF;
  }
  #mobile-phone .phone-number a span:first-child {
     margin: 0 0 4px;
     font-size: 18px;
     color: #FFF;
     font-weight: 700;
     text-align: center;
  }
  #mobile-phone .phone-number a {
    font-size: 26px;
    
  }
  #mobile-phone .phone-number a span:last-child {
    display: table;
    margin: 0 auto;
    padding: 0;
    font-size: 32px;
  }
}

#mobile-nav-wrap {
  position: relative;
  z-index: 6
}
#mobile-nav {
  padding: 0px;
  width: 100%;
  border: 0;
  position: absolute;
  z-index: 999;
  background: #0a1f33;
  padding: 0;
  top: 72px;
}
#mobile-nav > div > ul {
  border-top: 0
}
#mobile-nav .nav > li {
  float: left;
  clear: both;
  width: 100%;
  border-radius: 0;
  margin: 0
}
#mobile-nav .nav > li > a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 18px 5px;
  height: auto;
  line-height: 1;
  display: block;
  background: 0 0;
  font-weight: 400;
  background: #021124;
  border-top: 1px solid rgba(255,255,255,.3);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: all .5s ease-in-out
}
#mobile-nav li > a:focus {
  text-decoration: none!important
}
#mobile-nav li:hover > a {
  text-decoration: none!important;
  color: #fff
}
#mobile-nav .sub-menu {
  padding: 0;
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-in;
  -moz-transition: max-height .2s ease-in;
  -o-transition: max-height .2s ease-in;
  transition: max-height .2s ease-in
}
#mobile-nav li.open > .sub-menu {
  max-height: 900px
}
#mobile-nav .sub-menu li {
  float: left;
  clear: both;
  width: 100%;
  border-radius: 0;
  margin: 0
}
#mobile-nav .sub-menu li > a {
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  line-height: 1;
  border-radius: 0;
  padding: 16px 5px;
  text-align: center;
  width: 100%;
  float: left;
  font-weight: 400;
  position: relative;
  background: #7ea0c5;
  border-top: 1px solid rgba(255,255,255,0.4);
}
#mobile-nav .sub-menu li:hover > a {
  color: #fff
}
#mobile-nav .menu-item-has-children > a:after {
  content: '';
  border-top: 5px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  margin: 5px 0 0 7px;
  vertical-align: top
}
#mobile-nav .menu-item-has-children:hover > a, #mobile-nav .menu-item-has-children.open > a {
  color: #7ea0c5;
}
#mobile-nav .menu-item-has-children:hover > a:after, #mobile-nav .menu-item-has-children.open > a:after {
  border-top: 5px solid #7ea0c5;
}

@media(max-width: 767px) {
  #mobile-nav-wrap {
    position: fixed;
    z-index: 6;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  #mobile-nav {
    top: 72px;
	  position: fixed;
    z-index: 6;
  }
}

@media(min-width: 1200px) {
  #mobile-phone {
    display: none !important;
  }
}

#header-desktop {
  height: 128px;
  top: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
  text-align: center;
  padding: 0 19% 0 20%;
  background: rgba(255,255,255,0.35);
}
#header-desktop .container {
  max-width: 100%
}
#logo {
  position: absolute;
  width: 23%;
  max-width: 507px;
  margin: 0;
  padding: 0 20px 0 2%;
  height: 128px;
  line-height: 123px;
  text-align: center;
  left: 0px;
	top: 0px;
}
#logo img {
  max-width: 100%;
  margin: 0;
}
#main-nav {
  margin: 41px auto 0;
  text-align: center;
  height: 74px;
  width: 100%;
}
#main-nav > div > div > ul > li {
  font-size: 16px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0 15px;
  vertical-align: top;
  width: auto;
  text-align: center;
  display: inline-block;
}
#main-nav > div > div > ul > li > a {
  margin: 0 auto;
  width: auto;
  font-size: 16px;
  position: relative;
  padding: 47px 0 24px;
  height: auto;
  line-height: 1;
  color: #FFF;
  letter-spacing: 0.03em;
  display: table;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  background: 0 0!important;
  transition: background .1s linear;
  -moz-transition: background .1s linear;
  -webkit-transition: background .1s linear
}
#main-nav > div > div > ul > li.current-menu-item > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
#main-nav > div > div > ul > li.menu-item-has-children > a:after {
  content: '';
  width: 11px;
  height: 9px;
  margin: 3px 0 0 8px;
  display: inline-block;
  vertical-align: top;
  background: url(images/icon-nav.png);
}
#main-nav .sub-menu li.menu-item-has-children  > a:after {
    content: '';
    width: 11px;
    height: 12px;
    margin: 3px 0 0 9px;
    display: inline-block;
    vertical-align: top;
    background: url(images/icon-subnav.png) no-repeat;
}
#main-nav li:hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  transition-delay: 0s,0s,0.3s
}
#main-nav .sub-menu {
  float: left;
  clear: both;
  height: auto;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -155px;
  width: 330px;
  transform: translateY(-2em);
  z-index: -1;
  transition: all .3s ease-in-out 0s,visibility 0s linear .3s,z-index 0s linear 10ms
}
#main-nav .sub-menu .sub-menu {
  left: 330px;
  top: 0;
  position: absolute;
  margin: 0;
}

#main-nav .sub-menu li {
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  transition: background 0s ease-in;
  -moz-transition: background ease-in;
  -webkit-transition: background ease-in;
  list-style: none
}
#main-nav .sub-menu li a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 18px 5px;
  height: auto;
  line-height: 1;
  display: block;
  font-weight: 400;
  background: #0a1f33;
  border-top: 1px solid #ddd;
  transition: all .5s ease-in-out;
  transition: color .3s linear;
  -moz-transition: color .3s linear;
  -webkit-transition: color .3s linear
}
#main-nav .sub-menu li:hover > a {
  text-decoration: none;
  color: #7ea0c5;
}
#main-nav .sub-menu li a {
  font-size: 17px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 16px 5px;
  height: auto;
  line-height: 1;
  display: block;
  font-weight: 400;
  background: #021124;
  border-top: 1px solid #ddd;
  transition: all .5s ease-in-out;
  transition: color .3s linear;
  -moz-transition: color .3s linear;
  -webkit-transition: color .3s linear
}
#main-nav .sub-menu li:first-child a {
  border-top: 0
}

@media (max-width: 1800px) {
  #logo {
     width: 22%;
     padding: 0 20px 0 1.8%;
  }
  #main-nav > div > div > ul > li {
     padding: 0 14px;
  }
}

@media (max-width: 1700px) {
  #logo {
     width: 22%;
     padding: 0 20px 0 1.7%;
  }
  #main-nav > div > div > ul > li {
     padding: 0 12px;
  }
}

@media (max-width: 1600px) {
  #main-nav > div > div > ul > li {
     padding: 0 10px;
  }
}

@media (max-width: 1500px) {
  #main-nav > div > div > ul > li a {
     font-size: 15px;
  }
}

#header-phone {
  position: absolute;
  margin: 0;
  top: 0px;
  right: 0px;
  text-align: right;
  padding: 28px 43px 0 0;
  line-height: 40px;
  width: 330px;
  height: 100%;
}
#header-phone a {
  text-decoration: none!important;
  font-weight: 700;
  font-size: 38px;
  color: #021124;
  font-family: 'Oswald', sans-serif;
  text-align: right;
  line-height: 1.1;
  margin: 0;
}
#header-phone span:first-child {
  font-weight: 400;
  font-size: 22px;
  width: auto;
  display: inline-block;
  margin: 0 0 8px;
  color: #021124;
  font-family: 'Roboto', sans-serif;
  text-align: right;
  float: right;
  padding: 0 3px 0 0;
}
#header-phone span:last-child {
  display: block;
  clear: both;
  margin: 0;
  font-size: 30px !important;
}

@media(max-width:1800px) {
  #header-phone {
    padding: 28px 30px 0 0;
    width: 320px;
  }
  #header-phone a {
    font-size: 36px;
  }
}

@media(max-width:1700px) {
  #header-phone {
    padding: 28px 20px 0 0;
    width: 310px;
  }
  #header-phone a {
    font-size: 34px;
  }
}

@media(max-width:1500px) {
  #header-phone {
     padding: 28px 18px 0 0;
  }
}

/* ===== BANNER ===== */

#banner {
  display: table;
  clear: both;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 300px 30px 0;
  color: #fff;
  height: 488px;
  background: url(images/hero-inner.jpg) top center no-repeat;
  background-size: cover;
}
.home #banner {
  padding: 382px 50px 0;
  height: 754px;
  background: url(images/hero-desktop.jpg) top center no-repeat;
  background-size: cover;
}
#banner .container {
  max-width: 100%;
}
.home #banner .container {
  max-width: 1290px;
}
#banner-text {
  margin: 0;
  display: table;
  width: 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
}
.home #banner-text {
  max-width: 70%;
  margin: 0;
  float: left;
}
#banner h1 {
  color: #FFF;
  font-size: 72px;
  line-height: 1.2;
  margin: 0 auto 12px;
  letter-spacing: .03em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  text-shadow: rgba(0,0,0,0.6) 0px 0px 10px, rgba(0,0,0,0.5) 0px 0px 20px;
}
#banner h1 strong {
  color: #FFF;
  font-size: 93px;
  display: block;
  letter-spacing: 0;
}
#banner h2 {
  color: #FFF;
  font-size: 52px;
  line-height: 1.1;
  margin: 0 auto 30px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
#banner h2 strong {
  color: #FFF;
  font-size: 93px;
  letter-spacing: 0;
}
#banner-text p {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 25px;
  letter-spacing: .01em;
  font-weight: 400;
  max-width: 840px;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 0px 10px, rgba(0, 0, 0, 0.3) 0px 0px 10px;
}
#banner p strong {
  text-transform: uppercase;
  color: #FFF;
}
#banner-video p strong {
  letter-spacing: 0.3em;
}
#banner-video .wistia_responsive_padding {
	padding: 56.25% 0 0 0;
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}
#banner .button {
  margin: 0 auto;
  background: #7ea0c5;
  min-width: 330px;
  padding: 9px 15px;
  line-height: 1.2;
  font-size: 16px;
  letter-spacing: 0;
  height: 58px;
  overflow: hidden;
  border-radius: 0;
  font-weight: 700;
  text-transform: lowercase;
  text-align: left;
}
#banner .button:before {
    background: #859FC2;
    background: linear-gradient(90deg, rgba(133, 159, 194, 1) 0%, rgba(203, 220, 243, 1) 30%, rgba(203, 220, 243, 1) 70%, rgba(133, 159, 194, 1) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -100px;
    position: absolute;
    top: 0;
    transition: .4s ease-in-out;
    width: 100px;
    z-index: 3;
    opacity: 0.8;
}
#banner .button:hover:before {
  left: 105%;
}
.home #banner .button {
  margin: 0;
  line-height: 1.3;
}
#banner .button span {
  position: relative;
  text-transform: none;
  font-weight: 700;
  color: #06275a;
  font-size: 16px;
}
#banner .button:hover {
  color: #FFF !important;
}
#banner-video {
  float: right;
  width: 25%;
  height: 250px;
  margin: 30px 0 0 0;
  position: relative;
}
#banner-video > a {
  background: rgba(84,130,180,0.7);
  display: block;
  padding: 25px 0 0;
  height: 255px;
  position: relative;
  width: 90%;
  float: right;
}
#banner-video > a:before {
  content: '';
  width: 72px;
  height: 72px;
  position: absolute;
  top: 73px;
  left: 0px;
  background: url(images/icon-video.png) 0px 0px no-repeat;
  background-size: auto 100%;
  z-index: 999;
}
#banner-video img {
  position: absolute;
  right: 25px;
}
#banner-video p {
  position: absolute;
  top: 200px;
  color: #021124;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.15em;
  width: 230px;
  line-height: 1.3;
  padding: 0 0 0 20px;
  text-shadow: none;
}
#banner-video strong {
  display: block;
}

@media (min-width: 1300px) {
  #banner-video:hover > a:before {
    background: url(images/icon-video.png) -90px 0px no-repeat;
  }
}
@media (max-width: 1800px) {
  #banner h1 {
     font-size: 68px;
  }
}

@media (max-width: 1299px) {
  #banner {
      height: 250px !important;
      padding: 80px 46px 0!important;
      top: 85px;
  }
  #banner h1 {
      font-size: 30px;
      line-height: 1.3;
      margin: 0 auto 15px;
      max-width: 100%
  }
  #banner h1 strong {
      font-size: 40px;
      line-height: 1.1;
      letter-spacing: 0.05em;
  }
  #banner h2 {
      font-size: 35px;
      line-height: 38px;
      margin: 0 0 20px;
      max-width: 460px
  }
  #banner-text p {
      font-size: 15px;
      line-height: 1.6;
      clear: both;
      margin: 0 auto 30px;
      max-width: 100%;
      display: none;
  }
  #banner .button {
      height: 45px;
      width: auto;
      padding: 10px 20px;
      line-height: 20px;
      font-size: 14px;
      min-width: 160px;
  }
  #banner .button em {
      font-size: 13px;
      margin: 0;
  }
  #banner .button span {
      font-size: 14px;
  }
  #banner .container, .home #banner .container {
    max-width: 560px;
  }
  #banner-text {
      max-width: 70% !important;
  }
  #banner-video {
    height: 150px;
    width: 25%;
    margin: 8px 0 0 0;
  }
  #banner-video > a {
    height: 123px;
    padding: 12px 0 0;
  }
  #banner-video > a:before {
    height: 31px;
    width: 31px;
    top: 30px;
  }
  #banner-video img {
    width: 130px;
    right: 30px;
  }
  #banner-video p {
    top: 90px;
    font-size: 10px;
    padding: 0 0 0 10px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  #banner {
      display:none
  }
      .home #banner {
        top: 70px;
        margin: 0;
        height: 622px !important;
        padding: 300px 0 0 !important;
        background: url(images/hero-mobile.jpg) center -40px no-repeat;
        background-size: cover;
        display: block;
    }
  .home #banner-text {
      margin: 0 auto;
      padding: 0 20px;
      max-width: 360px !important;
      float: none;
  }
  #banner h1 {
      font-size: 24px;
      line-height: 1.2;
      text-align: center;
      color: #FFF;
      max-width: 330px;
  }
  #banner p {
      font-size: 16px;
      line-height: 1.4;
      max-width: 280px;
      width: 100%;
      display: block;
      text-align: center;
  }
  .home #banner .button {
      margin: 0 auto;
      left: 50%;
      margin: 0 0 0 -145px;
      width: 290px;
  }
  #banner .button em {
    font-size: 14px;
  }
  #banner .button span {
    font-size: 14px;
  }
  #banner-video {
    width: 245px;
    float: none;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -100px;
    top: 642px;
  }
  #banner-video > a {
    height: 230px;
    padding: 20px 0 0;
    width: 240px;
  }
  #banner-video > a:before {
    height: 68px;
    width: 68px;
    top: 60px;
  }
  #banner-video img {
    width: 270px;
    right: 20px;
  }
  #banner-video p {
    top: 180px;
    text-align: left;
    max-width: 200px;
    padding: 0 0 0 15px;
    line-height: 1.4;
    font-size: 14px;
  }
}

/* ===== MAIN ===== */

#main {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: visible;
  clear: both;
}

/* ===== SECTION 1 ===== */

#main {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: visible;
  clear: both
}
#main #section1 {
  padding: 13px 20px;
  width: 100%;
  position: relative;
  margin: 0;
  float: left;
  clear: both;
  z-index: 2
}
#selling-points {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  float: left;
  height: auto;
}
#section1 .selling-point {
  width: 25%;
  margin: 0;
  float: left;
  padding: 0;
  height: auto;
  position: relative;
  text-decoration: none!important;
}
#section1 .selling-point-content {
  height: 408px;
  padding: 0 1px;
}
#section1 .selling-point-info {
  height: 430px;
  padding: 50px 10%;
  background: #021124;
}
#section1 .selling-point-header {
  margin: 0;
  float: left;
  width: 100%
}
#section1 .selling-point-icon {
  width: auto;
  margin: 0 auto 40px;
  height: 90px;
  line-height: 46px;
  text-align: center;
  padding: 10px 0 0;
  position: relative;
  z-index: 2;
}
#section1 .selling-point img {
  display: inline;
  vertical-align: middle;
  max-height: 80px;
  max-width: 100%;
  margin: 0;
}
#section1 .selling-point h4 {
  color: #c8bcac;
  font-size: 27px;
  line-height: 1.5;
  position: relative;
  margin: 0 auto;
  padding: 0 0 40px;
  text-align: center;
  width: 100%;
  max-width: 300px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Oswald', sans-serif;
  z-index: 0;
}
#section1 .selling-point h4 strong {
  color: #FFF;
}
#section1 .selling-point-text {
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding: 0 0 53px;
  color: #FFF;
  z-index: 1;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 2;
  height: auto;
  position: relative;
}
#section1 .selling-point-text a {
  color: #f8f201;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #f8f201;
  display: table;
  line-height: 1.2;
  clear: both;
  margin: 25px auto 0;
}
#section1 .selling-point-text a:hover {
  text-decoration: none;
  color: #fffc86;
  border-bottom: 1px solid #fffc86;
}
#section1 .selling-point-text:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 114px;
  height: 6px;
  background: url(images/pa-line.png) 0px 0px repeat-x;
  margin: 0 0 0 -62px;
}
#section1 .selling-point:nth-child(1) .selling-point-text:after, #section1 .selling-point:nth-child(4) .selling-point-text:after {
  content: none;
}
#section1 .selling-point-text strong {
  color: #5482b4;
  font-weight: 700;
  text-transform: uppercase;
}
#section1 .selling-point-text-inner {
  border: 1px solid #000;
  padding: 150px 30px 0;
  min-height: 330px;
}

@media (max-width: 1700px) {
  #main #section1 {
     padding: 13px 15px;
  }
  #section1 .selling-point-text {
     font-size: 23px;
     line-height: 1.8;
  }
  #section1 .selling-point-text br {
    display: none;
  }
}

@media (max-width: 1600px) {
  #section1 .selling-point-text {
     font-size: 21px;
    line-height: 1.7;
  }
}

@media (max-width: 1299px) {
  #main #section1 {
      padding:0
  }
  #main #section1 .container {
      max-width: 100%
  }
  #selling-points {
      margin: 0 auto;
      padding: 20px;
  }
  #section1 .selling-point {
      padding: 0;
      width: 49%;
      margin: 0 2% 15px 0;
  }
  #section1 .selling-point:nth-child(2n+2) {
      margin: 0 0 15px 0;
  }
  #section1 .selling-point:nth-child(3) {
      margin: 0 2% 0 0;
  }
  #section1 .selling-point:nth-child(4) {
      margin: 0;
  }
  #section1 .selling-point:nth-child(4) br {
      display: none;
  }
  #section1 .selling-point-content {
    height: 254px;
    padding: 0;
  }
  #section1 .selling-point-info {
      height: 254px;
      padding: 15px 20px 15px;
      border: 1px solid #FFF;
  }
  #section1 .selling-point-header {
      margin: 0 0 30px;
      float: left;
      height: 176px
  }
  #section1 .selling-point-icon {
      margin: 0 auto 35px;
      max-width: 60px;
      float: none;
      height: 56px;
      vertical-align: middle;
      line-height: 56px
  }
  #section1 .selling-point-info img {
      max-height: 60px;
      max-width: 60px
  }
  #section1 .selling-point h4 {
      font-size: 18px;
      line-height: 1.6;
      letter-spacing: .03em;
      margin: 0 auto 10px;
      text-align: center;
      width: 100%;
      max-width: 320px;
      display: table;
      float: none;
  }
  #section1 .selling-point h4:after {
      width: 70px;
      height: 9px;
      margin: 0 0 0 -35px;
  }
  #section1 .selling-point h4 br {
      display: none
  }
  #section1 .selling-point-text {
    padding: 0;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.5;
    height: 110px;
  }
  #section1 .selling-point-text:after {
    content: none;
  }
  #section1 .selling-point-text br {
    display: block;
  }
  #section1 .selling-point p {
      font-size: 14px;
      line-height: 21px;
      text-align: center
  }
  #section1 .selling-point-text-inner {
    min-height: 270px;
  }
  #section1 .selling-point-text a {
      margin: 10px auto 0;
  }
}

@media (max-width: 767px) {
  #main #section1 {
      padding:0
  }
  #selling-points {
      margin: 0;
      height: 305px;
      width: 100%;
      box-shadow: none;
      padding: 0;
      background: none;
  }
  #section1-slider {
    height: 305px;
  }
  #section1 .selling-point {
      width: 100%;
      height: auto;
      margin: 0 auto !important;
      padding: 0;
      /* display: table; */
  }
  #section1 .selling-point:last-child {
      border-bottom: 0
  }
  #section1 .selling-point-content:after {
      content: none
  }
  #section1 .selling-point:before {
      top: -9px;
      height: 282px
  }
  #section1 .selling-point-header {
      margin: 0 0 30px;
      float: left;
      height: auto
  }
  #section1 .selling-point-icon {
      margin: 0 auto 10px;
      max-width: 60px;
      height: auto;
  }
  #section1 .selling-point-content {
      height: auto;
      display: table;
      margin: 0 auto;
      width: 100%;
      padding: 18px;
      background: #021124;
  }
  #section1 .selling-point-info {
      height: auto;
      padding: 15px 20px 40px;
  }
  #section1 .selling-point h4 {
      font-size: 20px;
      line-height: 1.4;
      text-align: center;
      max-width: 280px;
      color: #fff;
      letter-spacing: .03em;
  }
  #section1 .selling-point h4:after {
      width: 94px;
      height: 11px;
      margin: 0 0 0 -47px;
  }
  #section1 .selling-point:nth-child(2) h4 {
      margin: 13px auto 0
  }
  #section1 .selling-point-text {
      max-width: 100%;
      margin: 0 auto;
      clear: both;
      float: none;
      line-height: 1.7;
  }
  #section1 .selling-point-text:after {
      content: none;
  }
  #section1 .selling-point-text a {
      margin: 10px auto 0;
  }
  #section1 .selling-point p {
      font-size: 16px;
      line-height: 25px
  }
  #section1 .slick-dots {
    clear: both;
    text-align: center;
    margin: -10px 0 0;
    padding: 20px 0 0;
    bottom: -20px;
    position: absolute;
    width: 100%;
  }
  #section1 .slick-dots li {
    display: inline-block;
    margin: 0 8px;
  }
  #section1 .slick-dots li button {
    font-size: 0px;
    border: 0px;
    background: #0a1f33;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 100%;
  }
  #section1 .slick-dots li.slick-active button {
    background: #7ea0c5;
  }
  #section1-slider .slick-dots li.slick-active button {
  background: #7ea0c5;
  }
  #section1 .slick-dots li button:hover {
    outline: 1px solid #97764d;
    outline-offset: 6px;
  }
}

/* ===== SECTION2 ===== */

#main #section2 {
  padding: 110px 50px 60px;
  float: left;
  width: 100%;
  z-index: 2;
  margin: 0;
}
#main #section2 .container {
  max-width: 1790px;
}
#section2 .content-title {
  margin: 0 auto 100px;
  width: 100%;
  display: table;
}
#section2 .content-title h2 {
  font-size: 72px;
  color: #06275a;
  text-align: center;
  letter-spacing: .03em;
  line-height: 1.2;
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
#section2 .content-title h3 {
  font-size: 30px;
  color: #5482b4;
  text-align: center;
  letter-spacing: .03em;
  line-height: 1.3;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
#section2-row1 {
  width: 100%;
  margin: 0;
  clear: none
}
#section2-row2 {
  float: left;
  width: 29%;
  margin: 0 3% 0 0;
  clear: none
}
#section2-row3 {
  float: left;
  width: 30%;
  margin: 0;
  clear: none
}
#section2 h3 {
  color: #06275a;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 20px;
  letter-spacing: .01em;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  text-transform: none;
}
#section2-text3 h3 {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0
}
#section2 p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.8;
}
#section2 .content-text p:last-child {
  margin: 0
}
#section2-image {
  position: relative;
  margin: 0 auto;
  display: block;
  float: left;
  width: 30%;
  height: auto;
  padding: 45px 3.5%;
}
#section2 .award {
  background: rgba(255,255,255,0.75);
  padding: 50px 40px;
  display: block;
  margin: 0 0 35px;
}
#section2 .award:last-child {
  margin-bottom: 0;
}
#section2 .award p {
  margin: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  display: block;
  width: 100%;
}
#section2-content {
  float: right;
  width: 62%;
}
#section2-image img {
  height: auto;
  max-width: 100%;
  position: relative;
  margin: 0 auto 20px;
  display: block;
}
#section2-quote {
  color: #0a2339;
  font-size: 30px;
}
#section2-quote-text {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  margin: 0 0 20px;
}
#section2-text1 {
  margin: 0 8% 0 0;
  position: relative;
  float: left;
  width: 46%;
}
#section2-text1 p {
  color: #000;
  font-weight: 400;
}
#section2-text3 strong {
  font-family: 'Noto Serif JP',serif;
  font-size: 18px
}

@media (max-width: 1800px) {
  #main #section2 {
  }
  #section2 .content-title h2 {
  }
}
@media (max-width: 1700px) {
  #main #section2 {
    padding: 110px 50px 60px 40px;
  }
  #section2-image {
    width: 33%;
  }
}
@media (max-width: 1500px) {
  #main #section2 {
    padding: 100px 50px 60px 30px;
  }
  #section2 p {
    font-size: 16px;
  }
}
@media (max-width: 1299px) {
  #main #section2 {
      padding: 40px 20px 40px;
  }
  #section2 .content-title {
      padding: 0;
      margin: 0 auto 40px
  }
  #section2 .content-title h2 {
      font-size: 44px;
      line-height: 1.2;
      max-width: 800px;
      margin: 0 auto 10px;
      padding: 0;
      letter-spacing: 0.03em;
  }
  #section2 .content-title h3 {
      font-size: 26px;
  }
  #section2 p {
      font-size: 14px;
      line-height: 1.8;
      margin: 0 0 15px
  }
  #section2 .content-title p {
      font-size: 16px;
      line-height: 24px;
      max-width: 100%;
      padding: 0
  }
  #section2-image {
    width: 48%;
    height: 405px;
    padding: 35px 3.5%;
  }
  #section2-source {
    font-size: 16px;
  }
  #section2-content {
    width: 48%;
  }
  #section2-row2 {
      width: 48%;
      margin: 0 4% 0 0;
      padding: 40px 0 0
  }
  #section2-text1 {
      margin: 0 0 20px;
      width: 100%;
  }
  #section2-text2 {
      margin: 0 0 20px 0;
      width: 100%;
      max-height: 0px;
      overflow: hidden;
  }
  #section2-text1 p {
      font-size: 14px;
      line-height: 1.7;
  }
  #section2-row3 {
      width: 48%;
      padding: 40px 0 0
  }
  #section2 h3 {
      font-size: 18px;
      line-height: 1.4;
      margin: 0 0 10px;
  }
  #section2 #section2-text3 strong {
      font-size: 14px
  }
  #section2 .award {
    padding: 20px 50px;
    margin: 0 0 25px;
  }
  #section2 .award p {
      font-size: 14px;
  }
  #section2-image img {
      width: 200px;
      margin: 0 auto 15px;
  }
  #section2 .button {
      width: auto;
      margin: 0;
      padding: 0;
      line-height: 1;
      clear: both;
      background: none;
      color: #06275a !important;
      display: table !important;
      text-decoration: underline !important;
  }
  #section2.open .button {
      display: none !important
  }
  .open #section2-text2 {
      max-height: 9000px
  }
}

@media (max-width: 767px) {
  #main #section2 {
      padding: 60px 0 20px;
      margin: 0
  }
  #section2 .content-title {
      padding: 0;
      margin: 0 auto 30px;
  }
  #section2 .content-title h2 {
      font-size: 34px;
      text-align: center;
      line-height: 1.3;
      margin: 0 auto 15px;
      padding: 0;
      max-width: 360px;
  }
  #section2 .content-title h3 {
     font-size: 23px;
     max-width: 300px;
  }
  #section2 .content-title p {
      font-size: 13px;
      line-height: 25px;
      text-align: center
  }
  #section2-content {
        width: 100%;
    }
  #section2-quote {
    width: 100%;
    float: left;
    clear: none;
  }
  #section2-quote-text {
    text-align: center;
    max-width: 400px;
    margin: 25px auto 20px;
  }
  #section2-source {
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
    max-width: 200px;
  }
  #section2-source:before {
    content: none;
  }
  #section2-text1 {
      padding: 0
  }
  #section2-text1:before {
      content: none
  }
  #section2-row1 {
      width: 100%;
      margin: 0 0 20px;
      display: block;
      padding: 0 30px;
  }
  #section2-row2 {
      width: 100%;
      margin: 0;
      padding: 0
  }
  #section2-row3 {
      width: 100%;
      margin: 0;
      text-align: center;
      max-height: 0;
      overflow: hidden;
      padding: 0
  }
  #section2 .button {
      width: auto;
      margin: 0 auto;
      padding: 10px 20px;
      line-height: 1;
      clear: both;
      background: none;
      color: #06275a !important;
      display: table !important;
      text-decoration: underline !important;
  }
  #section2 .button em {
      color: #fff
  }
  #section2.open .button {
      display: none !important
  }
  #section2 h3 {
      font-size: 18px;
      text-align: center;
      max-width: 300px;
      margin: 0 auto 15px;
  }
  #section2-text1 {
      border-left: 0
  }
  #section2-text1 p {
      text-align: center;
      font-size: 13px;
      line-height: 1.7;
      margin: 0 0 20px;
  }
  #section2-image {
      margin: 0;
      width: 100%;
      padding: 35px 3.5%;
      height: auto;
  }
  #section2 .award {
    max-width: 300px;
    margin: 0 auto 30px;
  }
  #section2-image img {
      max-width: 180px;
      margin: 0 auto 10px;
      display: block;
      float: none;
  }
  #section2-text1 {
      width: 100%;
      margin: 0 0 25px;
      text-align: center
  }
  #section2-text2 {
      width: 100%;
      margin: 0;
      text-align: center;
      overflow: hidden;
      max-height: 0px;
  }
  .open #section2-text2 {
      max-height: 9000px
  }
}

/* ===== HOME SECTION3 ===== */

#section3 {
  padding: 60px 30px;
}
#section3 .container {
  max-width: 100%;
}
#section3-title {
  margin: 0 auto 90px;
  position: relative
}
#section3-title h2 {
  color: #06275a;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.03em;
  position: relative;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
#section3-title p {
  font-size: 24px;
  font-weight: 700;
  color: #386291;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: #c68e30;
  background: linear-gradient(0deg,#c68e30 0,#c49e57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
#testimonials {
  position: relative;
  padding: 0 130px;
}
#testimonials:after {
  content: '';
  height: 793px;
  width: 100%;
  background: #021124;
  position: absolute;
  top: 156px;
  left: 0px;
  z-index: -1;
}
#section3-slider {
  clear: both;
  margin: 0 auto 30px;
}
#section3-slider .slick-list {
  margin: 0 0 30px;
}
#section3-slider .slick-track {
  padding: 20px 0;
}
#section3 .testimonial {
  padding: 0 12px;
}
#section3 .testimonial-content {
  height: 680px;
  position: relative;
  background: #FFF;
  padding: 58px 30px 55px;
  box-shadow: rgba(0,0,0,0.3) 0px 0px 12px;
}
#section3 .testimonial-title {
  font-size: 22px;
  line-height: 1.6;
  color: #06275a;
  font-weight: 700;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 25px;
  position: relative;
  font-family: 'Oswald', sans-serif;
}
#section3 .testimonial-text {
  font-size: 17px;
  line-height: 1.8;
  color: #000;
  padding: 0 20px;
}
#section3 .testimonial-quote {
  border-left: 0;
  text-align: center;
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
  float: none;
  display: block;
  max-width: 100%;
  padding: 0
}
#section3 .testimonial-quote:before {
  content: none
}
#section3 .testimonial-quote p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center
}
#section3 .testimonial-name {
  font-size: 16px;
  line-height: 1.6;
  color: #06275a;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  max-width: 340px;
  padding: 18px 0 0;
  position: relative;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  border-top: 1px solid #7ea0c5;
}
#section3 .testimonial-source {
  font-size: 16px;
  line-height: 30px;
  color: #5482b4;
  font-weight: 400;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 auto;
  max-width: 340px;
  position: relative;
  text-transform: lowercase;
  font-family: 'Oswald', sans-serif;
  background: url(images/testimonial-lines.jpg) bottom left repeat-x;
}
#section3 .testimonial-source strong {
  color: #a99f9b;
  text-transform: none;
  font-family: 'Playfair Display',serif
}
#section3 .testimonial img {
  margin: 0 auto 40px;
}
#section3 .button {
  margin: 0 10px;
  padding: 14px 40px;
  border-radius: 0;
  display: inline-block;
}
#section3 .button3 {
    min-width: 320px;
}
#section3-slider .slick-dots {
  width: 100%;
  text-align: center;
  margin: 0
}
#section3-slider .slick-dots li {
  display: inline-block;
  margin: 0 9px;
}
#section3-slider .slick-dots li button {
  font-size: 0px;
  border: 0;
  background: #fff;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 auto;
  display: table;
  border-radius: 100%
}
#section3-slider .slick-dots li.slick-active button {
  background: #7ea0c5;
}
#section3-slider .slick-dots li button:hover {
  background: #7ea0c5;
}

@media (max-width: 1800px) {
  #section3 {
    padding: 60px 20px;
  }
  #testimonials {
      padding: 0 100px;
  }
}
@media (max-width: 1700px) {
  #section3 {
    padding: 60px 20px;
  }
  #testimonials {
      padding: 0 90px;
  }
  #section3 .testimonial-title {
  }
}
@media (max-width: 1600px) {
  #testimonials {
        padding: 0 40px;
  }
  #section3 .testimonial-content {
    padding: 45px 30px 55px;
  }
  #section3 .testimonial-text {
    font-size: 16px;
    padding: 0;
    line-height: 1.6;
  }
  #section3 .testimonial-quote {
    margin: 0 auto 30px;
  }
  #section3 .testimonial img {
    margin: 0 auto 30px;
  }
}
@media (max-width: 1299px) {
  #main #section3 {
      padding: 0 0 45px;
  }
  #main #section3 .container {
      max-width: 100%;
  }
  #section3-title {
      margin: 0 auto 30px;
  }
  #section3-title h2 {
      font-size: 35px;
      line-height: 52px;
  }
  #section3-title p {
      font-size: 16px
  }
  #section3-slider {
      margin: 0 auto 36px;
      max-width: 760px;
  }
  #section3-slider .slick-list {
      margin: 0 0 10px;
  }
  #testimonials {
    padding: 0 30px;
  }
  #section3 .testimonial {
      height: 560px;
      padding: 0 10px;
  }
  #testimonials:after {
      height: 600px;
  }
  #section3 .testimonial-content {
      height: 560px;
      padding: 30px 20px;
  }
  #section3 .testimonial-title {
      font-size: 22px;
      line-height: 1.4;
      margin: 0 0 20px;
  }
  #section3 .testimonial-quote {
      margin: 0 0 20px
  }
  #section3 .testimonial-quote p {
      font-size: 12px;
      line-height: 20px
  }
  #section3 .testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    padding: 0;
  }
  #section3 .testimonial-source {
      font-size: 14px;
      line-height: 20px;
  }
  #section3 .testimonial-name {
      font-size: 16px;
      padding: 10px 0 0;
  }
  #section3 .testimonial img {
      width: 116px;
      bottom: 30px;
      margin: 0 auto 20px;
  }
  #section3-slider .slick-dots li {
      display: inline-block;
      margin: 0 10px;
  }
  #section3-slider .slick-dots li button {
      width: 8px;
      height: 8px
  }
  #main #section3 .button {
      line-height: 1.1
  }
  #section3 .button3 {
      min-width: 0px;
  }
}

@media (max-width: 767px) {
  #main #section3 {
      padding: 40px 0;
  }
  #section3-title h2 {
      font-size: 34px;
      line-height: 1.3;
      max-width: 300px;
      margin: 0 auto;
  }
  #section3-title {
      margin: 0 auto 20px;
  }
  #section3-title p {
      font-size: 12px;
      margin: 0 0 62px
  }
  #section3-slider {
      margin: 0 0 20px
  }
  #testimonials:after {
        height: 660px;
   }
  #section3 .testimonial {
      margin: 0!important;
      border: 0!important;
      height: auto
  }
  #section3 .testimonial-content {
      height: auto;
      padding: 40px 20px 110px
  }
  #section3 .testimonial-title {
      font-size: 18px;
      line-height: 23px;
      text-align: center;
      padding: 0 0 16px;
      margin: 0 auto 20px
  }
  #section3 .testimonial-quote {
      text-align: center;
      margin: 0 auto 20px
  }
  #section3 .testimonial-quote p {
      font-size: 12px;
      line-height: 20px
  }
  #section3 .testimonial-source {
      font-size: 12px;
      line-height: 20px;
      text-align: center
  }
  #section3 .testimonial img {
      width: 80px;
      bottom: 32px
  }
  #section3-slider .slick-dots {
      margin: 0;
  }
  #testimonials {
    position: relative;
    padding: 0 10px;
  }
  #main #section3 .button {
    margin: 0 auto 20px;
    clear: both;
    display: table;
    min-width: 260px;
  }
  #main #section3 .button3 {
    margin: 0 auto;
  }
}

/* ===== HOME SECTION4 ===== */

#main #section4 {
  padding: 100px 80px 90px;
  float: left;
  width: 100%;
  z-index: 2;
  margin: 0;
}
#main #section4 .container {
  max-width: 1700px;
}
#section4 .content-title {
  margin: 0 auto 60px;
  width: 100%;
  display: table;
}
#section4 .content-title h2 {
  letter-spacing: .03em;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  color: #06275a;
  text-align: left;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
}
#section4 .content-title h3 {
  font-size: 24px;
  color: #0a1f33;
  text-align: left;
  letter-spacing: .05em;
  line-height: 1.3;
  width: 100%;
  max-width: 200%;
  margin: 0;
  position: relative;
  font-weight: 500;
}
#section4-row1 {
  width: 100%;
  margin: 0;
  clear: none
}
#section4-row2 {
  float: left;
  width: 29%;
  margin: 0 3% 0 0;
  clear: none
}
#section4-row3 {
  float: left;
  width: 30%;
  margin: 0;
  clear: none
}
#section4 h3 {
  color: #97764d;
  font-size: 26px;
  line-height: 1.3;
  margin: 0 0 15px;
  letter-spacing: .01em;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
}
#section4-text3 h3 {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0
}
#section4 p {
  margin: 0 0 20px;
}
#section4 .content-text p:last-child {
  margin: 0
}
#section4-image {
  position: relative;
  margin: 0 2% 0 0;
  display: block;
  float: left;
  width: 37%;
  padding: 50px;
}
#section4-image:before {
  content: '';
  width: 83%;
  height: 710px;
  display: block;
  background: #5482b4;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0px;
}
#section4-buttons {
  width: 89%;
}
#section4-image .button {
  margin: 0 auto;
  min-width: 260px;
}
#section4-content {
  float: right;
  width: 60%;
  margin: 0;
}
#section4-image img {
  height: auto;
  max-width: 100%;
  position: relative;
  margin: 0 0 30px;
}
#section4-content .button {
  float: left;
  margin: 40px 35px 0 0;
}
#section4-associations {
  float: left;
  width: 20%;
  padding: 200px 0 0;
}
#section4-associations img {
  margin: 0 auto 30px;
  max-width: 100%;
}
#section4-text1 {
  margin: 0 4% 0 0;
  position: relative;
  float: left;
  width: 48%;
}
#section4-text1 p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
}

@media (max-width: 1800px) {
  #section4-image:before {
    height: 680px;
  }
}
@media (max-width: 1700px) {
  #section4-image:before {
    height: 620px;
  }
  #section4 .content-title h2 {
    font-size: 58px;
  }
}
@media (max-width: 1600px) {
  #section4-image:before {
    height: 600px;
  }
  #section4-content .button {
    width: 240px;
  }
  #section4 .content-title h2 {
    font-size: 56px;
  }
}
@media (max-width: 1600px) {
  #section4 p {
    font-size: 18px;
  }
}
@media (max-width: 1299px) {
  #main #section4 {
      padding: 60px 20px;
  }
  #section4 .content-title {
      padding: 0;
      margin: 0 auto 30px;
  }
  #section4 .content-title h2 {
      font-size: 44px;
      line-height: 1;
      max-width: 800px;
      margin: 0 auto 15px;
      padding: 0;
      letter-spacing: .05em;
  }
  #section4 .content-title h3 {
      font-size: 14px;
  }
  #section4 p {
      font-size: 14px;
      line-height: 1.8;
      margin: 0 0 15px
  }
  #section4 .content-title p {
      font-size: 16px;
      line-height: 24px;
      max-width: 100%;
      padding: 0
  }
  #section4-image {
      margin: 0 2% 20px 0;
      width: 38%;
      padding: 20px;
  }
  #section4-buttons {
    width: 80%;
  }
  #section4-image .button {
    min-width: 190px;
  }
  #section4-image:before {
    height: 490px;
}
  #section4-image img {
    float: left;
    clear: none;
    margin: 0 4% 35px 0;
  }
  #section4-quote {
    width: 48%;
    float: left;
    clear: none;
  }
  #section4-content {
    width: 60%;
    margin: 0;
    float: right;
  }
   #section4-content .button {
      width: 200px;
      font-size: 14px;
      padding: 10px 10px;
  }
  #section4-row2 {
      width: 48%;
      margin: 0 4% 0 0;
      padding: 40px 0 0
  }
  #section4-text1 {
      margin: 0 0 20px;
      padding: 0 10px 0 20px
  }
  #section4-text1 p {
      font-size: 14px;
      line-height: 1.8;
  }
  #section4-row3 {
      width: 48%;
      padding: 40px 0 0
  }
  #section4 h3 {
      font-size: 12px;
      line-height: 18px;
      margin: 0 0 5px
  }
  #section4 #section4-text3 strong {
      font-size: 14px
  }
  #section4-associations {
    position: absolute;
    top: 390px;
    padding: 0;
    width: 31%;
  }
  #section4-associations img {
    width: auto;
    max-width: 80%;
    margin: 0 auto 20px;
    display: block;
  }
}

@media (max-width: 767px) {
  #main #section4 {
      padding:60px 15px 50px;
      margin: 0
  }
  #section4 .content-title {
      padding: 0
  }
  #section4 .content-title h2 {
      font-size: 44px;
      text-align: center;
      line-height: 1.3;
      margin: 0 0 10px;
      padding: 0
  }
  #section4 .content-title h2 strong {
      font-size: 58px;
      line-height: 60px;
      float: none
  }
  #section4 .content-title p {
      font-size: 13px;
      line-height: 25px;
      text-align: center
  }
  #section4-text1 {
      padding: 0
  }
  #section4-text1:before {
      content: none
  }
  #section4-content {
        width: 100%;
        margin: 0 0 40px;
        float: none;
    }
  #section4-row1 {
      width: 100%;
      margin: 0 0 20px;
      display: block
  }
  #section4-row2 {
      width: 100%;
      margin: 0;
      padding: 0
  }
  #section4-row3 {
      width: 100%;
      margin: 0;
      text-align: center;
      max-height: 0;
      overflow: hidden;
      padding: 0
  }
  #section4 .button {
      width: 210px;
      margin: 0 auto 20px;
      padding: 10px 20px;
      line-height: 1.4;
      float: none;
  }
  #section4 .button em {
      color: #fff
  }
  #section4-content .button:last-child {
    margin: 0 auto;
  }
  #section4.open .button {
      display: none!important
  }
  #section4 h3 {
      font-size: 13px;
      text-align: center
  }
  #section4-text1 {
      border-left: 0
  }
  #section4-text1 p {
      text-align: center;
      font-size: 14px;
      line-height: 22px
  }
  #section4-image {
      margin: 0 -36px 0 0;
      width: 100%;
      padding: 20px 0 20px 20px;
      float: right;
  }
  #section4-image:before {
      width: 85%;
      height: 410px;
 }
  #section4-image img {
      max-width: 282px;
      margin: 0 auto 30px;
      display: block;
      float: none;
  }
  #section4-text1 {
      width: 100%;
      margin: 0 0 25px;
      text-align: center
  }
  #section4-text2 {
      width: 100%;
      margin: 0 0 25px;
      text-align: center
  }
  .open #section4-row3 {
      max-height: 9000px
  }
  #section4-associations {
     display: none; 
  }
  #section4 p {
  text-align: center;
  }
  #section4 p:first-child {
      display: block;
      font-size: 16px;
      line-height: 1.8;
      text-align: center;
  }
  #section4 .content-title h3 {
      text-align: center;
      max-width: 200px;
      margin: 0 auto;
  }
}

/* ===== SECTION5 ===== */

#section5 {
  padding: 120px 30px 60px;
  background: url(images/bg-pa.jpg) center center no-repeat;
  background-size: cover;
}
#section5 .container {
  max-width: 100%
}
#section5-title {
  position: relative;
  margin: 0 0 76px;
}
#section5-title h2 {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  letter-spacing: .03em;
  line-height: 50px;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
#section5-practice-areas {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#practice-areas {
  display: table;
  width: 100%;
}
#section5 .practice-area {
  float: left;
  width: 25%;
  position: relative;
  height: auto;
  padding: 0 20px;
  margin: 0 0 35px;
  color: #FFF;
  overflow: visible;
  cursor: pointer;
}
#section5 .practice-area > a {
  border: 1px solid #FFF;
  display: inline-block;
  height: 460px;
  width: 100%;
  padding: 115px 20px;
  text-decoration: none !important;
}
#section5 .practice-area > a:hover span {
  color: #f8f201;
}
#section5 .practice-area h3 {
  color: #FFF;
  font-size: 34px;
  text-align: center;
  height: 160px;
  position: relative;
  padding: 0 0 40px;
  margin: 0 auto 50px;
  max-width: 300px;
  line-height: 1.5;
}
#section5 .practice-area h3:after {
  content: '';
  width: 82px;
  height: 13px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin: 0 0 0 -41px;
  background: #7ea0c5;
}
#section5 .practice-area span {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
}
#section5 .practice-area:first-child {
  border-left: 0
}
#buttons {
  clear: both;
  text-align: center;
  margin: 30px 0 0;
}
#section5 .button {
  margin: 0 12px;
  position: relative;
  line-height: 20px;
  padding: 16px 40px;
  border: 0;
  display: inline-block;
  min-width: 310px;
}
#section5 .button6 {
  min-width: 320px;
}
#section5 .button:hover em {
  color: #FFF;
}
#section5 .button:hover span {
  color: #FFF;
}
#section5 .button:last-child {
  background: #7ea0c5;
}
#section5 .button:last-child em {
}
#section5 .button:last-child span {
  color: #06275a;
}
#section5 .button:last-child:hover {
}
#section5 .button:last-child:hover em {
  color: #f8f201;
}
#section5 .button:last-child:hover span {
  color: #FFF;
}

@media(max-width: 1700px) {
  #section5 {
    padding: 110px 20px 60px;
  }
  #section5 .practice-area {
      padding: 0 15px;
  }
  #section5 .practice-area > a {
      padding: 100px 20px;
  }
  #section5 .practice-area h3 {
      font-size: 32px;
  }
}

@media(max-width: 1600px) {
  #section5 .practice-area {
      padding: 0 12px;
  }
  #section5 .practice-area > a {
      padding: 90px 20px;
  }
  #section5 .practice-area h3 {
      font-size: 30px;
  }
}

@media(max-width: 1299px) {
  #section5 {
    padding: 60px 30px;
  }
  #section5-title {
      padding: 0;
      margin: 0 0 60px;
  }
  #section5-title h2 {
      color: #fff;
      text-align: center;
      font-size: 38px;
      letter-spacing: .03em;
      line-height: 44px;
      margin: 0;
      position: relative
  }
  #section5-practice-areas {
      margin: 0;
      padding: 0
  }
  #section5 .practice-area {
      padding: 9px 9px;
      margin: 0;
      width: 33.33%;
  }
  #section5 .practice-area:nth-child(7), #section5 .practice-area:nth-child(8), #section5 .practice-area:nth-child(9), #section5 .practice-area:nth-child(10), #section5 .practice-area:nth-child(11), #section5 .practice-area:nth-child(12) {
      display: none;
  }
  #section5 .practice-area > a {
     height: 212px;
     padding: 34px 20px;
  }
  #section5 .practice-area-content {
      display: inline-block;
      width: 100%;
      padding: 45px 0 0;
      text-decoration: none
  }
  #section5 .practice-area-title {
      font-size: 16px;
      line-height: 18px;
      max-width: 200px;
      margin: 0 auto;
      padding: 44px 0 0
  }
  #section5 .practice-area-title:before {
      content: '';
      width: 22px;
      height: 4px;
      background-size: 100% auto;
      margin: 0 0 0 -11px
  }
  #section5 .practice-area h3 {
      font-size: 20px;
      height: 90px;
      margin: 0 auto 30px;
  }
  #section5 .practice-area h3:after {
      width: 60px;
      height: 10px;
      margin: 0 0 0 -30px;
  }
  #section5 .practice-area span {
      font-size: 16px;
  }
  #section5 .button {
      padding: 26px 0;
      line-height: 18px
  }
  #section5 .button6 {
    min-width: 330px;
  }
  #buttons {
    margin: 30px 0 0;
    display: block;
  }
  #section5 .button5 {
    min-width: 200px;
  }
  #section5 .button6 {
    min-width: 200px;
  }
}

@media(max-width: 767px) {
  #section5 {
    padding: 60px 30px 60px;
    background: url(images/bg-pa.jpg) center center no-repeat;
    background-size: cover;
  }
  #section5-title {
      padding: 0;
      position: relative;
      margin: 0 0 40px;
  }
  #section5-title h2 {
      color: #fff;
      text-align: center;
      font-size: 36px;
      letter-spacing: .1em;
      line-height: 40px;
      margin: 0;
      position: relative
  }
  #section5 .practice-area {
      width: 100%;
      height: auto;
      margin: 0 auto!important;
      max-width: 100%;
      clear: both;
      float: none;
      padding: 12px 10px;
  }
  #section5 .practice-area > a {
     border: 0px;
     height: auto;
     padding: 0;
  }
  #section5 .practice-area h3 {
     font-size: 18px;
     height: auto;
     padding: 0;
     margin: 0 auto;
  }
  #section5 .practice-area h3 br {
     display: none;
  }
  #section5 .practice-area span {
     display: none;
  }
  #section5 .practice-area:last-child {
      margin: 0
  }
  #section5 .practice-area-content {
      padding: 0
  }
  #section5 .practice-area h3:after {
      content: none;
  }
  #section5 .button {
     margin: 0 0 20px;
  }
}

/* ===== SECTION6 ===== */

#main #section6 {
  padding: 90px 90px;
  float: left;
  width: 100%;
  z-index: 2;
  margin: 0;
}
#main #section6 .container {
  max-width: 1650px;
}
#section6 .content-title {
  margin: 0 auto 90px;
  width: 100%;
  display: table;
}
#section6 .content-title h2 {
  font-size: 72px;
  color: #06275a;
  text-align: left;
  letter-spacing: .01em;
  line-height: 1.2;
  width: 200%;
  max-width: 200%;
  margin: 0 0 10px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
#section6 .content-title h3 {
  font-size: 30px;
  color: #5482b4;
  text-align: left;
  letter-spacing: .03em;
  line-height: 1.3;
  max-width: 200%;
  width: 200%;
  margin: 0;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
#section6-row1 {
  position: relative;
  width: 100%;
}
#section6-row2 {
  clear: none;
  margin: 0;
  position: relative;
  float: left;
  width: 48%;
}
#section6-row3 {
  float: left;
  width: 30%;
  margin: 0;
  clear: none
}
#section6 h3 {
  color: #06275a;
  font-size: 20px;
  line-height: 1.3;
  margin: 0 0 15px;
  letter-spacing: .01em;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: none;
}
#section6-text3 h3 {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0
}
#section6 .content-text p:last-child {
  margin: 0
}
#section6-image {
  position: relative;
  margin: 0 auto;
  display: block;
  float: left;
  width: 30%;
}
#section6-content {
  float: left;
  width: 43%;
}
#section6-image img {
  height: auto;
  max-width: 100%;
  position: relative;
  margin: 0 0 40px;
}
#section6-text1 p {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
}
#section6-text3 strong {
  font-size: 18px
}
#section6-areas {
  width: 46%;
  float: right;
  background: #f4fafe;
  padding: 60px;
  margin: 160px 0 0;
  box-shadow: rgba(0,0,0,0.2) 0px 0px 16px;
}
#areas {
  display: table;
  margin: 0 0 40px;
}
#section6-areas h3 {
  color: #5482b4;
  text-align: center;
  font-size: 35px;
  max-width: 100%;
  margin: 0 auto 40px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
#section6-areas .area {
  float: left;
  width: 45%;
  color: #06275a;
  font-size: 16px;
  text-align: center;
  padding: 18px 6px;
  font-weight: 700;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  margin: 0 10% 0 0;
}
#section6-areas .area:nth-child(2n+2) {
  margin: 0;
}
#section6-areas .area:hover {
  text-decoration: none;
}

@media (max-width: 1800px) {
  #main #section6 {
    padding: 90px 80px;
  }
  #section6 .content-title h2 {
    font-size: 68px;
  }
}
@media (max-width: 1700px) {
  #main #section6 {
    padding: 80px 70px;
  }
  #section6 .content-title h2 {
    font-size: 65px;
  }
}
@media (max-width: 1600px) {
  #main #section6 {
    padding: 80px 60px;
  }
  #section6 .content-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 1299px) {
  #main #section6 {
  padding: 60px 30px;
  }
  #section6 .content-title {
      padding: 0;
      margin: 0 auto 40px
  }
  #section6 .content-title h2 {
      font-size: 47px;
      line-height: 1.1;
      max-width: 800px;
      margin: 0 auto 10px;
      padding: 0;
      letter-spacing: 0.03em;
  }
  #section6 .content-title h3 {
      font-size: 22px;
  }
  #section6 p {
      font-size: 12px;
      line-height: 20px;
      margin: 0 0 15px
  }
  #section6 .content-title p {
      font-size: 16px;
      line-height: 24px;
      max-width: 100%;
      padding: 0
  }
  #section6-image {
    width: 100%;
  }
  #section6-image img {
    width: 48%;
    float: left;
    clear: none;
    margin: 0 4% 35px 0;
  }
  #section6-quote {
    width: 48%;
    float: left;
    clear: none;
  }
  #section6-content {
    width: 100%;
  }
  #section6-row1 {
    width: 100%;
    margin: 0 0 60px;
  }
  #section6-areas {
    width: 100%;
    margin: 0;
    padding: 18px 90px;
  }
  #areas .practice-area {
    font-size: 16px;
  }
  #section6-row2 {
      width: 48%;
      margin: 0 4% 0 0;
      padding: 40px 0 0;
      display: none;
  }
  #section6-text1 {
      margin: 0 0 20px;
      padding: 0;
  }
  #section6-text1 p {
      font-size: 14px;
      line-height: 1.8;
  }
  #section6-row3 {
      width: 48%;
      padding: 40px 0 0
  }
  #section6 h3 {
      font-size: 20px;
      line-height: 1.3;
      margin: 0 0 40px;
  }
  #section6-areas h3 {
     font-size: 30px;
  }
}

@media (max-width: 767px) {
  #main #section6 {
      padding: 60px 20px;
      margin: 0
  }
  #section6 .content-title {
      padding: 0
  }
  #section6 .content-title h2 {
      font-size: 33px;
      text-align: center;
      line-height: 1.2;
      margin: 0 auto 15px;
      padding: 0;
      width: 100%;
      max-width: 300px;
  }
  #section6 .content-title h3:before {
    content: none;
  }
  #section6 .content-title h3 {
    font-size: 22px;
    text-align: center;
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
  }
  #section6 .content-title p {
      font-size: 13px;
      line-height: 25px;
      text-align: center
  }
  #section6-content {
      width: 100%;
      margin: 0 0 20px;
  }
  #section6-text1 {
      padding: 0
  }
  #section6-text1:before {
      content: none
  }
  #section6-row1 {
      width: 100%;
      margin: 0 0 20px;
      display: block;
      padding: 0;
  }
  #section6-row2 {
      width: 100%;
      margin: 0;
      padding: 0
  }
  #section6-row3 {
      width: 100%;
      margin: 0;
      text-align: center;
      max-height: 0;
      overflow: hidden;
      padding: 0
  }
  #section6 .button {
  }
  #section6 .button em {
      color: #fff
  }
  #section6.open .button {
      display: none!important
  }
  #section6 h3 {
      font-size: 30px;
      text-align: center;
      margin: 0 auto 20px;
  }
  #section6-text1 {
      border-left: 0
  }
  #section6-text1 h3 {
      font-size: 17px;
      max-width: 300px;
      line-height: 1.5;
  }
  #section6-text1 p {
      text-align: center;
      font-size: 14px;
      line-height: 1.8;
      margin: 0 0 20px;
  }
  #section6-areas .area {
      width: 100%;
  }
  #section6-image {
      margin: 0
  }
  #section6-image img {
      max-width: 282px;
      margin: 0 auto;
      display: block
  }
  #section6-text1 {
      width: 100%;
      margin: 0 0 25px;
      text-align: center
  }
  #section6-text2 {
      width: 100%;
      margin: 0 0 25px;
      text-align: center
  }
  .open #section6-row3 {
      max-height: 9000px
  }
  #section6-areas {
    width: 100%;
    margin: 0;
    padding: 18px 20px;
  }
  #areas .practice-area {
    font-size: 14px;
  }
}

/* ===== FOOTER ===== */

#colophon {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 0;
}
#footer-top {
  background: #021124;
  float: left;
  width: 66%;
  padding: 100px;
  height: 1112px;
}
#footer-content {
  display: table;
  margin: 0 auto;
  max-width: 1720px;
  width: 100%;
}
.gform_heading {
    display: none;
}
.gform_title {
	display: none !important;
}
.gform-theme--foundation legend {
    display: none;
}
#footer-form {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 2;
  height: 965px;
}
#footer-form .container {
  max-width: 100%;
}
#footer-form .container:before {
  content: none;
}
#footer-form-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: table;
}
#footer-form-title {
  margin: 0 auto 70px;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 20px;
}
#footer-form-title h2 {
  clear: both;
  width: 100%;
  max-width: 100%;
  font-weight: 300;
  color: #FFF;
  text-align: left;
  line-height: 1.8;
  margin: 0 auto 20px;
  position: relative;
  display: block;
  font-size: 84px;
  letter-spacing: 0.04em;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}
#footer-form-title h2 strong {
  position: relative;
  letter-spacing: 0.03em;
	font-size: 75px;
}
#footer-form-title h2 em {
  position: relative;
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0;
  color: #7ea0c5;
  padding: 0 0 0 260px;
  display: block;
  font-family: 'Roboto', sans-serif;
}
#footer-form-title h2 em:before {
  content: '';
  background: #7ea0c5;
  position: absolute;
  top: 25px;
  left: 0px;
  width: 240px;
  height: 1px;
}
#footer-form-title img {
  margin: 0 0 50px;
  max-width: 90%;
}
#footer-form-title h3 {
  float: left;
  clear: both;
  width: 100%;
  font-weight: 700;
  color: #0368d3;
  text-align: left;
  line-height: 30px;
  margin: 0 0 10px;
  position: relative;
  display: inline;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.1em;
  font-family: 'Open Sans', sans-serif;
}
#footer-form-title p {
  font-size: 20px;
  line-height: 1.6;
  color: #FFF;
  font-weight: 400;
  text-align: left;
  clear: both;
  margin: 0 0 15px;
  position: relative;
  width: 90%;
}
#footer-form-title p strong {
  font-weight: 600;
}
#footer-form-title p:nth-child(4) {
  font-size: 20px;
  font-weight: 700;
}
#footer-form-required {
	font-size: 14.02px;
	color: #7ea0c5;
	font-weight: 400;
	width: auto;
	text-align: left;
	margin: 0 auto 10px;
	position: absolute;
	letter-spacing: 0.03em;
	bottom: 70px;
	text-transform: lowercase;
}
#footer-form-fields {
  width: 100%;
  padding: 0;
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}
#footer-form-inner {
  width: 100%;
  padding: 0;
}
#footer-form-fields h3 {
  color: #c8bcac;
  font-family: 'Oswald', sans-serif;
}
#footer-form .gform_wrapper {
	overflow: visible;
	margin: 0;
	width: 100%;
	max-width: 100%;
	clear: both;
}
#footer-form .gform_body {
	width: 100%;
	float: left;
	margin: 0 auto 60px;
}
#footer-form .gfield_input_label {
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 0;
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 1;
	font-size: 16px;
	line-height: 1;
	display: none;
}
#footer-form .active .gfield_input_label {
    opacity: 0;
}
#footer-form .gform_wrapper label {
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.4px;
    margin: 0 0 11px;
    height: 18px;
    display: none !important;
}
#footer-form .gform_wrapper .active label {
    opacity: 1;
}
#footer-form .ginput_container {
    position: relative;
    width: 100%;
    height: 50px !important;
    overflow: hidden;
    border-bottom: 1px solid #979595;
}
#footer-form input[type="text"] {
	float: left;
	width: 100% !important;
	padding: 12px 20px !important;
	color: #FFF;
	font-size: 16px !important;
	line-height: 1;
	margin: 0 !important;
	border-radius: 0px;
	height: 50px !important;
	letter-spacing: 0.01em;
	box-sizing: border-box;
	font-weight: 400;
	text-align: left;
	border: 0px;
	position: relative;
	z-index: 2;
	background: none;
}
#footer-form input[type="email"] {
	float: left;
	width: 100% !important;
	padding: 15px 20px !important;
	color: #FFF;
	font-size: 16px !important;
	line-height: 1;
	margin: 0 !important;
	border-radius: 0px;
	border: 0px;
	height: 50px !important;
	background: none;
	box-sizing: border-box;
	font-weight: 400;
}
#footer-form textarea {
	float: left;
	width: 100% !important;
	padding: 20px 20px !important;
	color: #FFF;
	font-size: 16px !important;
	line-height: 1;
	margin: 0 !important;
	border-radius: 0px;
	letter-spacing: 0;
	box-sizing: border-box;
	text-transform: none;
	text-align: left;
	height: 110px !important;
	font-weight: 400;
	border: 0px;
	background: none;
}
#footer-form .gform_wrapper .gform_footer {
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 3;
}
#footer-form .gform_wrapper .gform_footer input.button, #footer-form .gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px;
    width: 100%;
    line-height: 60px;
    margin: 0 auto;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 0.1em;
    background: none;
    text-align: left;
    font-weight: 700;
    top: 0px;
    border-radius: 0px !important;
    transition: all 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-size: auto 100% !important;
    padding: 9px 90px 9px 20px !important;
    position: absolute;
    height: 60px;
    z-index: 999;
}
#footer-form .gform_wrapper .gform_footern:hover input.button, #footer-form .gform_wrapper .gform_footer:hover input[type=submit] {
    color: #f8f201 !important;
}
#footer-form .gfield {
	position: relative;
}
.gform_wrapper ul li:before, .gform_wrapper ul li:after, .gform_wrapper ul.gform_fields {
	padding: 0;
	margin: 0;
	overflow: visible;
	position: relative;
}
#footer-required {
    color: #7ea0c5;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    bottom: 100px;
    left: 0;
}
#footer-form .gform_wrapper .gform_footer {
	margin: 0 auto;
	padding: 0px;
	clear: none;
	display: table;
	width: 300px;
	overflow: hidden;
	height: 60px;
	position: relative;
	padding: 18px 0 0;
	transition: all 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
	background: #7ea0c5;
}


#footer-form1 .gform_footer:before {
  background-color: #7ea0c5;
  content: "";
  display: block;
  height: 200%;
  left: -1rem;
  position: absolute;
  rotate: 15deg;
  top: -50%;
  transition: .25s ease-out;
  width: 15px;
  z-index: 3;
}
#footer-form1 .gform_footer:hover:before {
  left: 105%;
}
#footer-form .gform_footer:after {
  content: '';
  width: 105px;
  height: 100%;
  background: url(images/button-arrow3.png) top right no-repeat !important;
  background-size: auto 100% !important;
  position: absolute;
  top: 0px;
  right: -1px;
  z-index: 999;
}


#footer-form .gform_wrapper .gform_footer:before {
  content: 'Click here';
  color: #FFF;
  text-transform: lowercase;
  top: 8px;
  position: absolute;
  left: 20px;
  width: 100%;
  z-index: 999;
}
#footer-form .gform_wrapper .gform_footer:hover:before {
  color: #f8f201;
}
#footer-form #field_1_1 {
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	margin: 0 0 80px 0;
}
#footer-form .gfield_label_before_complex {
    display: none;
}
#footer-form .ginput_container.ginput_container--name {
    border-bottom: 0px;
    column-gap: 16px;
    margin: 0;
}
#footer-form .ginput_container.ginput_container--name .gform-grid-col {
    padding-inline: 0px;
    border-bottom: 1px solid #979595;
    height: 50px;
}
#footer-form #field_1_3 .ginput_container {
    height: 110px !important;
}
#footer-form #field_1_4 {
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	margin: 0 0 50px 0;
}
#footer-form #field_1_5 {
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	margin: 0 0 50px 0;
}
#footer-form #field_1_5 .ginput_container {
	height: 110px !important;
}

@media (max-width: 1700px) {
    #footer-top {
    padding: 100px 60px;
    }
}

@media (max-width: 1600px) {
    #footer-top {
    padding: 100px 50px;
    }
}

@media (max-width: 1299px) {
	#footer-form {
		padding: 104px 30px 0 0;
	}
	#footer-form h2 {
		line-height: 44px;
	}
	#footer-form h2 strong:before {
		width: 8px;
		height: 41px;
		margin: -2px 0 0;
	}
	#footer-form h2 strong:after {
		width: 8px;
		height: 41px;
		margin: -2px 0 0;
	}
	#footer-form h2 strong {
		font-size: 44px;
		line-height: 1.6;
		letter-spacing: 0.5px;
	}
	#footer-form h2 em {
		letter-spacing: 0px;
		font-size: 20px;
		padding: 0 0 0 90px;
	}
    #footer-form-title h2 em:before {
        content: '';
        background: #7ea0c5;
        position: absolute;
        top: 14px;
        left: 0px;
        width: 80px;
        height: 1px;
    }
	#footer-form .gform_wrapper {
		margin: 0;
	}
	#footer-form #field_1_1 {
		margin: 0 0 5px;
		width: 100%;
	}
	#footer-form #field_1_8 {
		margin: 0 0 5px;
		width: 100%;
	}
	#footer-form #field_1_4 {
	}
	#footer-form #field_1_6 {
		margin: 0 0 24px;
		width: 100%;
	}
    #footer-form #field_1_9 {
    	width: 100%;
    	margin: 0 0 5px 0;
    }
  	#footer-form textarea {
		height: 160px !important;
	}
	#footer-form-required {
		font-size: 12.46px;
		margin: 0;
	}
	#footer-form .gform_body {
		margin: 0 auto 40px;
	}
}

@media (max-width: 767px) {
	#footer-form {
		padding: 70px 17px 50px;
		margin: 0;
		width: 100%;
		display: block;
		float: left;
	}
	#footer-form .container {
		padding: 0 20px;
	}
	#footer-form h2 {
		font-size: 40px;
		text-align: center;
		width: auto;
		float: none;
		margin: 0 auto;
		display: table;
	}
	#footer-form h2 strong {
		font-size: 37px;
	}
    #footer-form h2 em {
        font-size: 16px;
    }
	#footer-form p {
		text-align: center;
		font-size: 18px;
		line-height: 24px;
		padding: 0;
		margin: 0 0 90px;
	}
	#footer-form .gform_wrapper {
		padding: 0 1%;
	}
	#footer-form #field_1_1 {
		width: 100%;
		margin: 0 0 5px 0;
	}
	#footer-form #field_1_8 {
		width: 100%;
		margin: 0 0 5px 0;
	}
	#footer-form #field_1_4 {
	}
	#footer-form #field_1_5 {
		width: 100%;
		margin: 0 0 5px 0;
	}
	#footer-form #field_1_6 {
		width: 100%;
		margin: 0 0 5px;
	}
    #footer-form #field_1_9 {
    	width: 100%;
    	margin: 0 0 5px;
    }
	#footer-form .gfield:after {
		top: 14px;
		right: 20px;
	} 
	#footer-form-required {
		font-size: 12.46px;
		position: relative;
		bottom: 105px;
	}
	#footer-form input[type="text"] {
		height: 55px !important;
		padding: 0 15px 4px !important;
		font-size: 13px !important;
	}
	#footer-form .ginput_container {
		height: 55px !important;
	}
	#footer-form .gfield_input_label {
		top: 12px;
		left: 15px;
		font-size: 14px !important;
	}
	#footer-form #field_1_5 label {
		top: 20px;
		left: 25px;
		font-size: 13px !important;
	}
	#footer-form #field_1_5 .ginput_container {
		height: 155px !important;
	}
	#footer-form textarea {
		margin: 0;
		height: 155px !important;
		padding: 20px 15px !important;
		font-size: 13px !important;
	}
	#footer-form input[type="submit"] {
		margin: 0;
		width: 100%;
		padding: 0;
		font-size: 16px;
		height: 77px;
		line-height: 77px;
		letter-spacing: 3px;
	}
	#footer-form .gform_body, #section1-form .gform_wrapper .gform_footer {
		margin: 0 auto;
	}
}

@media (max-width: 1299px) {
  #footer-top {
    float: left;
    padding: 45px 30px;
    height: 708px;
  }
  #footer-form-inner {
    width: 100%;
  }
  #footer-form {
    padding: 0;
    height: auto;
  }
  #footer-info p {
    font-size: 16px;
    line-height: 28px;
  }
  #footer-form-content {
    max-width: 100%;
    margin: 0 auto;
  }
  #footer-form-title {
    margin: 0 0 30px;
    width: 100%;
    padding: 0;
  }
  #footer-form-title h2 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: 0.08em;
    text-align: left;
    max-width: 500px;
  }
  #footer-form-title img {
    margin: 0 auto 20px;
    display: block;
  }
  #footer-form-fields {
    width: 100%;
    padding: 0;
  }
  #footer-form-title h3 {
    text-align: center;
  }
  #footer-form-fields h3 {
    font-size: 24px;
  }
  #footer-form-fields p {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  #footer-form-title p {
    font-size: 14px;
    width: 100%;
  }
   #footer-form-title p:before {
    width: 45px;
  }
  #footer-required {
    font-size: 14px;
    padding: 0;
    margin: 0;
    bottom: 80px;
  }
  #footer-required:after {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 6px;
    margin: 0;
    right: 0px;
  }
  #footer-form .gform_body {
    margin: 0 auto 50px;
    max-width: 100%;
    float: none;
    display: table;
  }
  #footer-form #field_1_1 {
    margin: 0;
  }
  #footer-form #field_1_4 {
    margin: 0;
  }
  #footer-form #field_1_10 {
    margin: 0 0 24px;
  }
  #footer-form #field_1_6 {
    width: 48%;
  }
  #footer-form #field_1_7 {
    width: 48%;
  }
  #footer-form #field_1_8 {
    width: 48%;
    margin: 0 4% 24px 0;
  }
  #footer-form #field_1_10 .gfield_input_label:after {
    left: 155px;
  }
  #footer-form .gfield_input_label {
    font-size: 14px;
    top: 13px;
    left: 10px;
  }
  #footer-form .gform_wrapper label {
    font-size: 14px;
    line-height: 1.7;
    margin: -2px 0 0;
  }
  #footer-form #field_2_5 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #footer-form #field_2_6 {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #footer-form .ginput_container {
    height: 40px !important;
  }
  #footer-form .ginput_container.ginput_container--name .gform-grid-col {
    height: 40px;
  }
  #footer-form #field_2_4 .ginput_container {
    height: 110px !important;
  }
  #footer-form input[type="text"], #footer-form input[type="tel"], #footer-form input[type="email"] {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
  }
  #footer-form .ginput_container select {
    height: 40px !important;
    font-size: 15px;
    padding: 0 0 0 15px;
  }
  #footer-form #field_1_3 .ginput_container {
    height: 90px !important;
  }
  #footer-form textarea {
    height: 90px !important;
    padding: 12px 10px 10px 10px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    min-height: 90px !important;
  }
  #footer-form .gform_wrapper .gform_footer {
    width: 250px;
    height: 50px;
    background-size: auto 100% !important;
  }
  #footer-form .gform_wrapper .gform_footer:before {
    top: 6px;
    font-size: 14px;
  }
  #footer-form .gform_wrapper .gform_footer:after {
    bottom: 12px;
    font-size: 14px;
  }
  #footer-form .gform_wrapper .gform_footer input[type="submit"] {
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    padding: 0;
    max-width: 100%;
    height: 50px;
    padding: 3px 20px !important;
  }
  #footer-form #field_1_5 {
    height: 124px !important;
    margin: 0 0 10px;
  }
  #footer-form input[type="text"] {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    padding: 0 10px !important;
  }
  #footer-form .ginput_container:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 16px;
    margin: 0;
    right: 0px;
  }
}
@media (max-width: 767px) {
  #colophon {
    padding: 0;
  }
  #footer-top {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  #footer-form {
    width: 100%;
    float: left;
    height: auto;
  }
  #footer-form .container {
    height: auto;
    max-height: 1000px;
    padding: 0;
  }
  #footer-form-content {
    margin: 0 auto;
    box-shadow: none;
    height: auto;
    float: left;
    padding: 0;
  }
  #footer-form-title h2 {
    font-size: 22px;
    line-height: 1.6;
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0 0 15px;
    letter-spacing: 0;
  }
  #footer-form-title {
    margin: 0 0 20px;
    width: 100%;
  }
  #footer-form-fields {
    width: 100%;
    padding: 0;
  }
  #footer-form-title p {
    padding: 0;
    text-align: center;
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
  }
  #footer-form-title p:before {
    content: none;
  }
  #footer-form-fields h3 {
    font-size: 18px;
  }
  #footer-form-fields p {
    font-size: 16px;
    line-height: 25px;
    max-width: 350px;
    margin: 0 auto 20px;
  }
  #footer-required {
    position: relative;
    top: auto;
    left: auto;
    right: 0px;
    clear: both;
    display: block;
    bottom: auto;
    text-align: left;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
  }
  #footer-required:after {
    width: 5px;
    height: 5px;
    margin: -2.5px 0 0;
  }
  #footer-form .gform_body {
    margin: 0 auto 60px;
  }
  .gform-theme--foundation .gform_fields {
    display: block !important;
  }
  #footer-form .gform_wrapper .gform_footer {
    margin: 0 auto;
    width: 250px;
    height: 50px;
    background-size: auto 100% !important;
  }
  #footer-form #field_1_1 {
    width: 100%;
    margin: 0;
  }
  #footer-form #field_1_6 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #footer-form #field_1_2 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #footer-form #field_1_4 {
    margin: 0 0 40px !important;
  }
  #footer-form #field_1_5 {
    width: 100%;
    margin: 0;
    height: 115px !important;
  }
  #footer-form #field_1_8 {
    width: 100%;
    margin: 0 0 12px 0;
  }
  #footer-form #field_1_10 {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #footer-form #field_1_5 .ginput_container {
    height: 115px !important;
  }
  #footer-form .ginput_container select {
    width: 95%;
    height: 56px !important;
    font-size: 14px;
    padding: 0 0 0 15px;
  }
  #footer-form .ginput_container {
    display: block !important;
    height: auto !important;
  }
  #footer-form textarea {
    height: 115px !important;
    line-height: 24px;
    font-size: 16px;
  }
  #footer-form .ginput_container.ginput_container--name .gform-grid-col {
    display: block !important;
    margin: 0 0 40px !important;
  }
  #footer-form .gfield_input_label {
    font-size: 14px;
    line-height: 20px;
    top: 19px;
    left: 7px;
  }
  #footer-form #field_1_10 .gfield_input_label:after {
    left: 144px;
  }
  #footer-form .gform_wrapper .gform_footer input[type="submit"] {
    padding: 3px 90px 6px 20px !important;
    height: 50px;
  }
  #footer-form-inner {
      width: 100%;
      border: 0px;
      padding: 0;
  }
  #footer-form .gform_wrapper .gform_footer:before {
      top: 6px;
      font-size: 14px;
  }
}

/* ===== FOOTER INFO ===== */

#footer-main {
  float: left;
  width: 100%;
  padding: 120px 0 150px;
  position: relative;
  margin: 0;
}
#footer-logo {
  margin: 0 auto 90px;
  width: 100%;
}
#footer-logo img {
  margin: 0 auto 35px;
  display: block;
}
.footer-phone {
  margin: 0 0 100px;
}
#footer-info {
  float: left;
  width: 34%;
  height: 1112px;
  padding: 130px 30px 65px;
  background: #06275a;
}
#footer-info img {
  margin: 0 auto;
  display: block;
  max-width: 85%;
}
#footer-info h2 {
  color: #000b36;
  font-size: 48px;
}
#footer-info .container {
  max-width: 1640px;
}
#footer-info p {
  color: #c3e9ff;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
#footer-info .footer-phone p {
  font-size: 32px;
}
.footer-location {
  width: 100%;
  margin: 0 0 80px;
}
#footer-info h3 {
  width: auto;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFF;
  text-transform: uppercase;
}
.footer-location .button {
  background: #021124;
  width: auto;
  text-align: center;
  color: #5482b4 !important;
}
.footer-location .button:hover {
  color: #FFF !important;
}
#footer-location {
  margin: 0;
  color: #FFF;
  font-size: 38px;
  line-height: 43px;
  width: 33.33%;
  float: left;
}
#footer-location .button {
  width: 200px;
  height: 46px;
  text-transform: lowercase;
}
#footer-links {
  margin: 0;
  color: #FFF;
  font-size: 38px;
  line-height: 43px;
  width: 20%;
  float: left;
}
#footer-phone {
  margin: 0;
  color: #FFF;
  font-size: 38px;
  line-height: 43px;
  width: 33.33%;
  float: left;
}
#footer-phone a {
  color: #FFF !important;
}
#footer-links ul {
  padding: 0;
}
#footer-links li {
  width: 100%;
  float: left;
  margin: 0 0 8px;
}
#footer-links li a {
  color: #1e233c;
}
#footer-links li:hover a {
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1800px) {
  #footer-info-title {
    width: 33%;
    margin: 0 7% 0 0;
  }
  #footer-info h2 {
    font-size: 44px;
  }
}
@media (max-width: 1700px) {
  #footer-info-title {
    width: 34%;
    margin: 0 6% 0 0;
    padding: 0 0 0 12%;
  }
  #footer-info h2 {
    font-size: 42px;
  }
}
@media (max-width: 1299px) {
  #footer-main {
    padding: 100px 30px 20px;
  }
  #footer-info {
    padding: 40px 20px 20px;
    height: 708px;
  }
  #footer-info p {
    text-align: center;
    font-size: 14px;
  }
  #footer-info img {
    margin: 0 auto 30px;
    max-width: 90%;
  }
  #footer-info-title {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    text-align: center;
  }
  #footer-info-title h2 {
    font-size: 26px;
    margin: 0 0 30px;
  }
  #footer-logo {
    margin: 0 0 60px;
  }
  #footer-logo img {
    width: 225px;
    margin: 0 auto 10px;
  }
  #footer-info .footer-phone p {
    font-size: 20px;
  }
  .footer-phone {
    margin: 0 auto 50px;
    clear: none;
    font-size: 20px;
  }
  #footer-info h3 {
    font-size: 14px;
    margin: 0 auto 10px;
  }
  .footer-location {
  margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  #footer-main {
    width: 100%;
    margin: 80px 0 0;
  }
  #footer-logo {
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
  }
  #footer-logo img {
    margin: 0 auto 20px;
  }
  .footer-phone {
    margin: 0 0 50px;
  }
  #footer-info {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 40px 30px 44px;
    clear: both;
    margin: 0;
    box-shadow: none;
  }
  .footer-location {
    margin: 0 0 50px;
  }
  .footer-location:last-child {
    margin: 0;
  }
  .footer-location p {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* ===== FOOTER BOTTOM ===== */

#footer-bottom {
  float: left;
  width: 100%;
  padding: 20px 40px;
  position: relative;
  background: #FFF;
  margin: 0;
}
#footer-bottom .container {
  max-width: 1800px;
}
#footer-bottom-left {
  float: left;
  width: 50%;
}
#footer-bottom-right {
  float: right;
  width: 50%;
}
#footer-disclaimer {
  width: 100%;
}
#footer-bottom p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  line-height: 28px;
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}
#footer-bottom p a {
  color: #000;
  text-decoration: none;
}
#footer-bottom p a:hover {
  font-weight: 700;
}
#footer-bottom > .container > a {
  float: left;
  width: 33.33%;
}

@media (max-width: 1299px) {
  #footer-bottom {
    height: auto;
    padding: 30px 0;
  }
  #footer-bottom p {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }
  #footer-disclaimer {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  #footer-main p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
  }
  #footer-location .button {
    font-size: 14px !important;
    margin: 0 0 20px;
    padding: 12px 30px;
  }
  #footer-bottom p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
  }
  #footer-bottom p:last-child {
    font-size: 14px;
    line-height: 18px;
    float: none;
    text-align: center;
    width: 100%;
  }
  #footer-bottom > .container > a {
    float: none;
    width: 290px;
    position: absolute;
    top: 45px;
    left: 50%;
    margin: 0 0 0 -145px;
  }
  #footer-bottom > .container > a img{
    width: 250px;
  }
  #footer-bottom-left {
    float: left;
    width: 100%;
  }
  #footer-bottom-right {
    float: left;
    width: 100%;
  }
 }
@media (max-width: 767px) {
  #footer-bottom {
      height: auto;
      padding: 20px 20px;
  }
  #footer-bottom-left {
     width: 100%;
     margin: 0 0 20px;
  }
  #footer-bottom-right {
     width: 100%; 
  }
  #footer-bottom p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 300px;
    float: none;
    display: block;
  }
  #footer-bottom p:last-child {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    float: none;
    max-width: 400px;
    !imo;!i;!;
  }
  #footer-disclaimer {
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: 0;
  }
  #footer-main h3 {
    font-size: 14px;
    max-width: 100%;
    text-align: center;
  }
  #footer-phone {
    text-align: center;
    margin: 0 auto 24px;
    font-size: 34px;
    margin: 0 auto 50px;
  }
  #footer-location .button {
    margin: 30px auto 0;
    width: 146px;
    padding: 12px 10px;
    font-size: 14px !important;
  }
}

/* ===== PAGE CONTENT ===== */

#main #page-content {
  padding: 80px 90px 80px;
}
#page-content .container {
  max-width: 1560px;
}
#page-title {
  text-align: left;
  position: relative;
}
.single-post #page-title {
  text-align: left;
}
#page-content a {
  color: #06275a;
  font-weight: 700;
  text-decoration: none;
}
#page-content a:hover {
  color: #06275a;
  font-weight: 700;
  text-decoration: none;
}
#main #page-content img {
  margin: auto;
}
#primary {
  float: right;
  width: 59%;
  margin: 0;
  padding: 0;
  position: relative;
}
#secondary {
  float: left;
  width: 34%;
  margin: 0;
  padding: 0;
  overflow: visible;
  height: 100%;
  background-size: cover;
}
#secondary #sidebar {
  float: left;
  width: 100%;
  background: url(images/sidebar-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 48px 68px;
}
#secondary .widget {
  float: left;
  width: 100%;
  
}
#page-content p:last-child {
  margin: 0;
}
#primary h1 {
  margin: 0 0 45px;
  color: #06275a;
  font-size: 58px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.05em;
}
#primary h2 {
  font-size: 30px;
  line-height: 1.4;
  margin: 25px 0 25px;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: block;
  color: #5482b4;
  text-transform: uppercase;
}
#primary h3 {
  font-size: 20px;
  line-height: 1.6;
  margin: 20px 0 20px;
  font-weight: 600;
  color: #06275a;
  letter-spacing: 0.01em;
  text-transform: none;
}

@media(max-width: 1299px) {
  #main #page-content {
    padding: 40px 40px 60px;
  }
  #primary {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
  }
  #secondary {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    clear: both;
    padding: 0;
    display: none;
  }
  #primary h1 {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 25px;
  }
  #primary h2 {
    font-size: 26px;
    line-height: 32px;
}
}
@media (max-width: 767px) {
  #main #page-content {
    padding: 170px 30px 50px;
  }
  #primary h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 18px;
  }
  #primary h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #primary h3 {
    font-size: 16px;
    line-height: 24px;
  }
  #primary h4 {
    font-size: 16px;
  }
  #primary h5 {
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 20px;
  }
}

/* ===== POSTS ===== */

#posts {
  width: 100%;
  clear: both;
  margin: 0;
}
#posts .post {
  width: 100%;
  clear: both;
  margin: 0 0 60px;
}
#posts .post:last-child {
  border-bottom: 0px;
  padding: 0;
  margin: 0;
}
#main .post .entry-title {
  text-align: left;
  border-bottom: 0px;
  padding: 0;
  margin: 0 0 25px;
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 0px;
  text-transform: none;
  color: #02182a;
}
#main .post .entry-title a {
  font-weight: 400;
}
#main .post .entry-title a:hover {
  text-decoration: none;
}
#main .post .entry-meta {
  width: 100%;
  clear: both;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 40px;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  position: relative;
}
#main .post .entry-meta a {
  font-weight: 400;
  color: #000;
}
#main .post .entry-meta a:hover {
  font-weight: 600;
  text-decoration: none;
}
#main .post .entry-content {
  width: 100%;
  clear: both;
}
#main .post .entry-content ul {
  padding: 0 0 0 20px;
  margin: 0 0 30px;
}
#main .post .entry-content ol {
  padding: 0 0 0 20px;
  margin: 0 0 30px;
}
#main .posts-nav {
  float: left;
  width: 100%;
  margin: 70px 0 0;
}
#main .posts-nav ul {
  margin: 0;
}
#main .posts-nav ul li {
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  clear: none;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
#main #primary .posts-nav ul li:before {
  content: none;
}
#main .posts-nav ul li a {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  text-decoration: none !important;
  border: 1px solid #000;
  padding: 10px 10px;
}
#main .posts-nav-links {
  float: left;
}
#main .posts-nav-links > div {
  position: relative;
}
#main .posts-nav-links .prev-link:after {
  content: '';
  position: absolute;
  height: 14px;
  width: 1px;
  right: 0px;
  top: 5px;
}
#main .posts-nav-links a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  padding: 0 14px 0 0;
}
#main .posts-nav-links a.next-link:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 8px;
  right: 0px;
}

/* ===== SIDEBAR ===== */

#secondary .widget {
  float: left;
  width: 100%;
  clear: both;
  font-size: 15px;
  position: relative;
  z-index: 2;
  padding: 50px 30px;
}
#secondary .widget_nav_menu {
  background: rgba(255,255,255,0.7);
}
#secondary .widget h3 {
  width: 100%;
  clear: both;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0 0 30px;
  height: auto;
  position: relative;
  color: #06275a;
  font-family: 'Oswald', sans-serif;
}
#secondary .widget ul {
  width: 100%;
  clear: both;
  margin: 0;
  float: left;
  padding: 0;
  position: relative;
  z-index: 2;
}
#secondary li {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
#secondary li:last-child {
  margin: 0;
}
#secondary li a {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 15px 0px;
  box-sizing: border-box;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.03px;
  text-decoration: none !important;
  position: relative;
  margin: 0;
  color: #0e1d33;
  text-transform: uppercase;
  border-bottom: 0px;
  text-align: center;
}
#secondary li:hover > a {
  color: #000b36;
}
#secondary li:last-child a {
  border-bottom: 0px;
}

/* ===== PRACTICE AREAS ===== */

.page-template-page-practice-areas #page-content .container {
  max-width: 1170px;
}
#practice-areas-title {
  margin: 0 0 85px;
}
#practice-areas-title h1 {
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  color: #021124 !important;
  line-height: 1.3;
  margin: 0;
  position: relative;
}
.page-template-page-practice-areas #practice-areas {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.page-template-page-practice-areas #practice-areas > div {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 80px !important;
}
.page-template-page-practice-areas #practice-areas > div h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.page-template-page-practice-areas #practice-areas li:nth-child(3n) {
    margin: 0px;
}
.page-template-page-practice-areas #practice-areas ul {
  float: left;
  width: 100%;
}
.page-template-page-practice-areas #practice-areas li {
    list-style: none;
    margin: 13px 6% 0 0px;
    display: block;
    float: left !important;
    clear: none;
    float: left;
    width: 29% !important;
}
.page-template-page-practice-areas #page-content #practice-areas li a {
  color: #000;
  text-align: center;
  font-size: 16px;
  padding: 15px 0 20px;
  float: left;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  line-height: 1;
  border-bottom: 1px solid #d9d3cd;
  text-transform: uppercase;
}
.page-template-page-practice-areas #page-content #practice-areas li a:hover {
  color: #0055b3;
  background: none;
  font-weight: 700;
}
.page-template-page-practice-areas #practice-areas > div:last-child ul {
  margin: 0;
}

@media (max-width: 1299px) {
  #practice-areas-title {
      margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .page-template-page-practice-areas #practice-areas-title {
    margin: 0 0 30px;
  }
  .page-template-page-practice-areas #practice-areas-title h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-template-page-practice-areas #practice-areas > div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .page-template-page-practice-areas #practice-areas > div:last-child {
    margin: 0;
  }
  .page-template-page-practice-areas #practice-areas li {
    margin: 0;
  }
  .page-template-page-practice-areas #page-content #practice-areas li a {
    padding: 20px 0;
  }
}

/* ===== AREAS WE SERVE ===== */

.page-template-page-areas-we-serve #page-content .container {
  max-width: 1170px;
}
#areas-we-serve-title {
  margin: 0 0 85px;
}
#areas-we-serve-title h1 {
  text-align: center;
  font-weight: 700;
  font-size: 60px;
  color: #0055b3;
  line-height: 1.3;
  margin: 0;
  position: relative;
}
.page-template-page-areas-we-serve #areas-we-serve {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.page-template-page-areas-we-serve #areas-we-serve > div {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 80px !important;
}
.page-template-page-areas-we-serve #areas-we-serve > div h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 50px;
}
.page-template-page-areas-we-serve #areas-we-serve li:nth-child(3n) {
    margin: 0px;
}
.page-template-page-areas-we-serve #areas-we-serve ul {
  float: left;
  width: 100%;
}
.page-template-page-areas-we-serve #areas-we-serve li {
    list-style: none;
    margin: 13px 6% 0 0px;
    display: block;
    float: left !important;
    clear: none;
    float: left;
    width: 29% !important;
}
.page-template-page-areas-we-serve #page-content #areas-we-serve li a {
  color: #000;
  text-align: center;
  font-size: 16px;
  padding: 15px 0 20px;
  float: left;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  line-height: 1;
  border-bottom: 1px solid #d9d3cd;
  text-transform: uppercase;
}
.page-template-page-areas-we-serve #page-content #areas-we-serve li a:hover {
  color: #0055b3;
  background: none;
  font-weight: 700;
}
.page-template-page-areas-we-serve #areas-we-serve > div:last-child ul {
  margin: 0;
}

@media (max-width: 1299px) {
  #areas-we-serve-title {
      margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .page-template-page-areas-we-serve #areas-we-serve-title {
    margin: 0 0 30px;
  }
  .page-template-page-areas-we-serve #areas-we-serve-title h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .page-template-page-areas-we-serve #areas-we-serve > div {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .page-template-page-areas-we-serve #areas-we-serve > div:last-child {
    margin: 0;
  }
  .page-template-page-areas-we-serve #areas-we-serve li {
    margin: 0;
  }
  .page-template-page-areas-we-serve #page-content #areas-we-serve li a {
    padding: 20px 0;
  }
}

/* ===== ERROR 404 ===== */

.error404 #page-content h1 {
  text-align: center;
  font-size: 46px;
  line-height: 60px;
  margin: 0 0 200px;
}
.error404 #page-content p {
  text-align: center;
}

/* ===== Bianca's Team Page Edits ===== */

.page-template-page-team .team-row-wrap {
    width: 100%;
    margin: 100px 0px 0px 4%;
    display: block;
    float: left;
}
.page-template-page-team .image {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
}
.page-template-page-team .member-item {
    width: 29%;
    float: left;
    display: block;
    margin: 0 3% 85px 0;
    min-height: 480px;
}
.page-template-page-team .info-block {
    display: block;
    float: left;
    width: 100%;
    height: 150px;
    padding: 24px 38px;
    letter-spacing: .03em;
    margin-left: -13px;
}
.page-template-page-team h1 {
    text-align: center !important;
    position: relative;
	margin: 0 0 0;
}
.page-template-page-team h4 { 
    font-size: 25px;
    line-height: 30px;
    color: #06275a;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1.5px solid #859FC2;
    text-align: center;
}
.page-template-page-team p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 0 0 30px;
    font-style: normal;
    text-align: center;
}
.page-template-page-team .image__overlay {
    position: absolute;
    top: 8px;
	bottom: 0;
    left: -3px;
    width: 99%;
    height: 97%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.25s;
}

@media (min-width: 1501px) and (max-width: 1599px) {
.page-template-page-team h4 {
    font-size: 23px;
}
.page-template-page-team .info-block {
    margin-left: 22px;
}
}

@media (min-width: 1401px) and (max-width: 1500px) {
.page-template-page-team h4 {
    font-size: 21px;
}
	.page-template-page-team .info-block {
    margin-left: 19px;
}
}
	
@media (min-width: 1301px) and (max-width: 1400px) {
.page-template-page-team .member-item {
    width: 30%;
}
.page-template-page-team .team-row-wrap {
    margin: 100px 0px 0px 2%;
}
.page-template-page-team h1 {
    font-size: 56px;
    margin: 4px 0 0px;
}
.page-template-page-team h4 {
    font-size: 21px;
}
.page-template-page-team .info-block {
    margin-left: 13px;
}
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .page-template-page-team .member-item {
    width: 48%;
    margin: 0 0% 0 0;
}
.page-template-page-team .team-row-wrap {
    margin: 121px 0px 0px 8%;
}
.page-template-page-team h1 {
    font-size: 56px;
    margin: 4px 0 0px;
}
.page-template-page-team h4 {
    font-size: 23px;
    line-height: 28px;
    padding-bottom: 17px !important;
    margin-right: 139px !important;
    margin-top: -16px !important;
    margin: 0 0px 12px;
}
p.member-job {
    padding-right: 132px;
}
.page-template-page-team .dogs-row-wrap .info-block {
    margin-left: 59px;
}
}

@media (min-width: 901px) and (max-width: 1024px) {
.page-template-page-team .member-item {
    width: 48%;
    margin: 0 0% 0 0;
}
.page-template-page-team .team-row-wrap {
    margin: 121px 0px 0px 5%;
}
.page-template-page-team h1 {
    font-size: 56px;
    margin: 34px 0 -20px;
}
.page-template-page-team h4 {
    font-size: 23px;
    line-height: 28px;
    padding-bottom: 17px !important;
    margin-right: 12px !important;
    margin-top: -16px !important;
    margin: 0 0px 12px;
}
p.member-job {
    padding-right: 12px;
}
#masthead, .home #masthead {
    height: 475px !important;
}
}

@media (min-width: 768px) and (max-width: 900px) {
   .page-template-page-team .member-item {
    width: 100%;
    margin: 0 0% 24px 0;
}
.page-template-page-team .team-row-wrap {
    margin: 121px 0px 0px 20%;
}
.page-template-page-team h1 {
    font-size: 56px;
    margin: 29px 0 -17px;
}
.page-template-page-team h4 {
    margin-right: 234px !important;
    margin-top: -18px !important;
    margin: 0 0px 12px;
    font-size: 25px;
    line-height: 27px;
}
p.member-job {
    padding-right: 220px;
}
.page-template-page-team .dogs-row-wrap .info-block {
    margin-left: 108px;
}
#banner {
	background: url(images/hero-tablet.jpg) top center no-repeat !important;
        height: 228px !important;
        padding: 202px 46px 0 !important;
        top: 5px;
}
}

@media(max-width:767px) {
   .page-template-page-team .member-item {
    width: 100%;
    margin: 0 0% 24px 0;
}
.page-template-page-team .team-row-wrap {
    margin: 121px 0px 0px 0%;
}
.page-template-page-team h1 {
    font-size: 52px;
    margin: 14px 0 -36px;
}
.page-template-page-team h4 {
    margin-right: 11px !important;
    margin-top: -22px !important;
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 13px;
}
p.member-job {
    padding-right: 13px;
}
.page-template-page-team .info-block {
    margin-left: 4px;
	padding: 46px 38px;
}
.dogs-row-wrap img {
    max-width: 85%;
    margin: 0 auto 20px !important;
    display: block;
}
}

/* ===== Bianca's Team Page Edits END ===== */

/* ===== Delani's Style Edits ===== */

h4.review-title {
    font-size: 20px;
    margin-bottom: 35px;
}

.container::before {
    display: none!important;
}

img.attorney {
    margin: 0px 20px 0px 0px !important;
}

#banner-video .wistia_responsive_wrapper {
    z-index: 10; /* Ensure the video is clickable */
}
#banner-video .banner-link {
    z-index: 5; /* Keep text/image behind the video */
}

#sp-testimonial-pro-5916.sp-testimonial-pro-section .tpro-testimonial-title .sp-tpro-testimonial-title {
    color: white;
}

#sp-testimonial-pro-5916.sp-testimonial-pro-section .tpro-client-testimonial p {
    color: white;
}

element.style {
}
#sp-testimonial-pro-5916.sp-testimonial-pro-section .tpro-client-name {
    color: white;
}

#sp-testimonial-pro-5916.sp-testimonial-pro-section .tpro-client-image {
    padding: 20px;
}

.sp-tpro-modal-testimonial-5916.sp-tpro-modal-testimonial .tpro-client-rating, #sp-testimonial-pro-5916.sp-testimonial-pro-section .tpro-client-rating {
    padding-bottom: 20px;
}

#sp-testimonial-pro-5916.sp-testimonial-pro-section .tpro-client-testimonial {
    padding: 20px;
}
div#gform_confirmation_message_1 {
    margin: 20px;
    color: white;
    font-size: 20px;
}
div#footer-form-required
 {
    display: none;
}
.page-id-5218 p {
    margin: 15px 0 30px;
}
/* Lower the z-index of the button and its strong element */
.button, .button2, .button strong, .button2 strong {
    z-index: 1;
}

/* Primary styles for page-id-5962 */
#page-id-5962 .highlight {
    background-color: #f4f7fa;
    padding: 20px;
    border-left: 4px solid #2b5e8c;
    margin-bottom: 20px;
}
#page-id-5962 .cta {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2b5e8c;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
}
#page-id-5962 .cta:hover {
    background-color: #1a3c5e;
}

/* Increase the z-index of the dropdown sub-menu */
#main-nav .sub-menu,
#main-nav ul ul {
    position: absolute;
    z-index: 1000;
}

/* ===== Delani's Style Edits END ===== */

/* ===== Home Page Why Toronto Trusts Us Edits ===== */

#why-toronto-trusts .columns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

#why-toronto-trusts .column {
    flex: 1;
    min-width: 0;
    padding: 60px;
    background-color: #f4fafe;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#why-toronto-trusts h3 {
    font-size: 30px;
    color: #5482b4;
    text-align: left;	
}

#why-toronto-trusts-title {
    margin: 52px 0px 0px 10px;
}

#why-toronto-trusts p {
    text-align: left;
}

#why-toronto-trusts .content-title h2 {
    color: #06275a;
    text-align: center;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.03em;
    position: relative;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-top: 25px;	
}

@media (max-width: 1800px) {
    #why-toronto-trusts .content-title h2 {
        font-size: 68px;
    }
}

@media (max-width: 1700px) {
    #why-toronto-trusts .content-title h2 {
        font-size: 65px;
    }
}

@media (max-width: 1600px) {
    #why-toronto-trusts .content-title h2 {
        font-size: 60px;
    }
}

@media (max-width: 1299px) {
    #why-toronto-trusts .content-title h2 {
        font-size: 34px;
        line-height: 1.3;
        max-width: 300px;
        margin: 20px auto;
        padding: 0;
        letter-spacing: 0.03em;
    }
}

@media (max-width: 767px) {
    #why-toronto-trusts .columns {
        flex-direction: column;
    }
}

/* ===== Home Page Why Toronto Trusts Us Edits END ===== */

/* ===== isaac edit - practice area mobile width ===== */
@media (max-width: 767px) {
.page-template-page-practice-areas #practice-areas li {
    width: 100% !important;
}
	#main #page-content ul li {
    margin: 0 0 10px 0px;

}
	div#primary img {
    width: 100%;
    margin: 0 0% 30px !important;
}
	/* ===== isaac edit - so stars don't stretch on testimonials page ===== */
	.page-id-5219 #primary img {
    width: 40%;
    margin: 0 0% 30px !important;
}
	.page-template-page-areas-we-serve #areas-we-serve li {
    width: 100% !important;
}
	.home ul li {
    font-size: 14px;
    line-height: 28px;
    list-style: none;
}
	.home strong {
    font-size: 14px;
}
}

#banner h2 {
  text-shadow: 2px 2px 5px black;
}

@media (min-width: 1501px) and (max-width: 1599px) {
	.home #banner {
    padding: 342px 50px 0 !important;
}
.home #banner h2 {
    font-size: 62px !important;
}
}

@media (min-width: 1401px) and (max-width: 1500px) {
.home ul li {
    font-size: 16px;
}
.home p {
    font-size: 16px;
    line-height: 1.8;
}
#section6-text1 p {
    font-size: 16px;
}
#section4 p {
   font-size: 16px;
}
.home #banner {
        height: 616px;
        padding: 297px 50px 0;
    }
	.home #masthead {
    height: 619px;
}
.home #banner h2 {
    font-size: 62px !important;
}
}

@media (min-width: 1301px) and (max-width: 1400px) {
#main-nav > div > div > ul > li a {
        font-size: 14px;
}
.home ul li {
    font-size: 16px;
}
	#section6-text1 p {
    font-size: 16px;
}
#section4 p {
   font-size: 16px;
}
	.home p {
    font-size: 16px;
    line-height: 1.8;
}
    .home #banner {
        height: 574px;
        padding: 287px 50px 0;
    }
	.home #masthead {
    height: 571px !important;
}
.home #banner h2 {
    font-size: 54px !important;
}
.home #banner-text p {
    color: #fff;
    font-size: 17px;
}
	#header-desktop {
    height: 115px;
}
}

@media (min-width: 1025px) and (max-width: 1300px) {
	.home ul li {
    font-size: 14px;
}
	#section6-text1 p {
    font-size: 14px;
}
#section4 p {
   font-size: 14px;
}
	.home p {
    font-size: 14px;
    line-height: 1.7;
}
main-nav > div > div > ul > li {
        padding: 0 5px;
}
.home #banner h2 {
    font-size: 58px !important;
}
.home #banner-text {
    margin-top: -59px;
    margin-left: 34px;
}
#header-desktop {
    height: 113px;
}
#banner-text {
     max-width: 97% !important;
 }
	#banner {
    height: 429px !important;
    padding: 272px 46px 0 !important;
    top: 21px !important;
}
.home #banner-text {
     max-width: 70% !important;
 }
}

@media (min-width: 901px) and (max-width: 1024px) {
.home ul li {
    font-size: 14px;
}
	#section6-text1 p {
    font-size: 14px;
}
#section4 p {
   font-size: 14px;
}
	.home p {
    font-size: 14px;
    line-height: 1.7;
}
#header-phone a {
    color: #021124;
}
.home #banner {
  background: url(images/hero-tablet.jpg) top center no-repeat;
  background-size: cover;
  padding: 280px 30px 0 !important;
}
	.home #banner h2 {
    font-size: 40px !important;
}
.home #banner-text {
    margin-top: -59px;
    margin-left: 34px;
}
#banner-video {
     margin: -50px 0 0 0;
}
#banner {
     height: 234px !important;
     padding: 223px 46px 0 !important;
     top: 85px;
}
	#banner-text {
        max-width: 95% !important;
}
.home #banner-text {
        max-width: 70% !important;
}
}

@media (min-width: 768px) and (max-width: 900px) {
	.home ul li {
    font-size: 14px;
}
	#section6-text1 p {
    font-size: 14px;
}
#section4 p {
   font-size: 14px;
}
	.home p {
    font-size: 14px;
    line-height: 1.7;
}
#section4-image:before {
        height: 359px;
    }
#why-toronto-trusts h3 {
    font-size: 22px;
}
#section6 .content-title h2 {
        font-size: 40px !important;
}
.home #banner h2 {
    font-size: 30px !important;
}
.home #banner {
    padding: 190px 30px 0 !important;
}
		#banner-text {
        max-width: 100% !important;
}
	#banner h2 {
        font-size: 22px;
		line-height: 38px;
		max-width: 600px;
	}
	.home #banner-text {
        max-width: 70% !important;
}
	}

@media(max-width:767px) {
.home ul li {
    font-size: 13px;
	line-height: 1.7;
}
#section6-text1 p {
    font-size: 13px;
}
#section4 p {
   font-size: 13px;
}
.home p {
    font-size: 13px;
    line-height: 1.7;
}
#why-toronto-trusts h3 {
    font-size: 22px;
}
#why-toronto-trusts .column {
		  width: 100%;
        margin: 0 0 20px;
        display: block;
        padding: 0 30px;
}
.home #banner h2 {
   text-align: center !important;
    font-size: 27px !important;
}
	.home #banner {
        top: 68px;
		padding: 362px 0 0 !important;
}

.home #banner p {
        font-size: 15px;
        line-height: 1.3;
    }
}

label.gfield_label.gform-field-label {
    display: none;
}
@media (min-width: 1025px) and (max-width: 1300px) {

div#header-desktop {	
	display: block!important;
}
	#mobile-nav-wrap{	
	display: none!important;
}
	    #main-nav > div > div > ul > li a {
        font-size: 13px;
    }
	    #masthead, .home #masthead {
        height: 555px !important;
        background: url(images/hero-desktop.jpg) top center no-repeat;
			background-size: cover;
    }
}


@media (min-width: 901px) and (max-width: 1300px) {
#mobile-phone {
    display: none;
}
	    .home #banner {
        padding: 280px 30px 0 !important;
        background: none;
    }
	#masthead {
        height: 450px !important;
    }
	    #banner {
        height: 380px !important;
        padding: 240px 46px 0 !important;
        top: 85px;
        /* display: none; */
    }
	#banner h2 {
        font-size: 35px;
        max-width: 100%;
    }
	#banner .container, .home #banner .container {
        max-width: 100%;
        text-align: center;
    }
	#banner-text {
        max-width: 100%;
    }
}

@media (min-width: 1501px) and (max-width: 1599px) {

.home #banner {
    height: 663px;
}
	.home #masthead {
    height: 663px;
}
	}

.home #banner h2 {
 color: #FFF;
  font-size: 72px;
  line-height: 1.2;
  margin: 0 auto 12px;
  letter-spacing: .03em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
	text-shadow: rgba(0,0,0,0.6) 0px 0px 10px, rgba(0,0,0,0.5) 0px 0px 20px;
}
input#gform_submit_button_2 {
    background: #7ea0c5;
}

input#gform_submit_button_2:hover {
    background: #021124;
}

@media (min-width: 1025px) and (max-width: 1300px) {
#masthead {
     height: 401px !important;
}
	.home #banner {
    padding: 346px 46px 0 !important;
}
}

@media (max-width:767px) {
.page-template-page-team #main #page-content img {
    margin: auto !important;
    height: 100% !important;
    width: 100% !important;
}
}

        .litigation-button {
            display: inline-block;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            text-decoration: none;
            color: #ffffff;
            background-color: #06275a;
            border: 2px solid #06275a;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .litigation-button:hover {
            background-color: #f0f0f0;
            color: #1a3c8c;
            border-color: #1a3c8c;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .litigation-button:active {
            transform: translateY(0);
            box-shadow: none;
        }