/*
Theme Name: Adams Law
Theme URI: https://webbiz.ie
Author: Jason Morton
Author URI: https://webbiz.ie
Description: A starter template for our companies website!
Version: 1.0.0
Text Domain: webbiz
*/
@import url(./bower_components/aos/dist/aos.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,800");
form {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
form .gform_body {
  padding: 2.5rem 4rem 4rem;
  background: url("img/dot-pattern.jpg");
}
form .gform_footer {
  position: relative;
  bottom: 6rem;
}
form * {
  border-radius: 0;
}
form ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
form ul li {
  margin-bottom: 2rem;
}
form ul li.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
form ul li.gfield_error input,
form ul li.gfield_error textarea,
form ul li.gfield_error select {
  border-color: red;
}
form ul li.gfield_error input::-webkit-input-placeholder,
form ul li.gfield_error textarea::-webkit-input-placeholder,
form ul li.gfield_error select::-webkit-input-placeholder {
  color: red;
}
form ul li.gfield_error input:-moz-placeholder,
form ul li.gfield_error textarea:-moz-placeholder,
form ul li.gfield_error select:-moz-placeholder {
  color: red;
}
form ul li.gfield_error input::-moz-placeholder,
form ul li.gfield_error textarea::-moz-placeholder,
form ul li.gfield_error select::-moz-placeholder {
  color: red;
}
form ul li.gfield_error input:-ms-input-placeholder,
form ul li.gfield_error textarea:-ms-input-placeholder,
form ul li.gfield_error select:-ms-input-placeholder {
  color: red;
}
form input, form textarea, form select {
  border: 1px solid #000000;
  border-radius: 3rem;
  font-weight: 700;
  font-size: 16px;
  outline: none;
  padding: 1.8rem 3rem;
  text-transform: none;
  width: 100%;
  color: #4C4C4C;
}
@media (max-width: 768px) {
  form input, form textarea, form select {
    font-size: 14px;
  }
}
form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  color: #4C4C4C;
  text-align: center;
}
form input:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder {
  color: #4C4C4C;
  text-align: center;
}
form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  color: #4C4C4C;
  text-align: center;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  color: #4C4C4C;
  text-align: center;
}
form input:focus, form textarea:focus, form select:focus {
  border: 1px solid #000000;
}
form input[type=submit] {
  background: #00aeef;
  border: 1px solid #00aeef;
  color: #ffffff;
  text-align: left;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  font-weight: 800;
  text-align: center;
  padding: 1.3rem 4.5rem;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-top: 3.5rem;
  line-height: 1.4;
}
form input[type=submit]:hover, form input[type=submit]:focus {
  background: #ffffff;
  color: #00aeef;
}
form input[type=submit].icon-button {
  border: none;
}
form input[type="checkbox"] {
  width: 20px;
}
form input[type="range"] {
  border: none;
  padding: 3rem 0;
}
form input[type="range"]:focus {
  border: none;
}
form input[aria-invalid='true'] {
  border-color: red;
}
form input[aria-invalid='false'] {
  border-color: #000000;
}
form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form textarea[aria-invalid='true'] {
  border-color: red;
}
form textarea[aria-invalid='false'] {
  border-color: #000000;
}
form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form select::-ms-expand {
  display: none !important;
}
form label.gfield_label {
  display: none;
}
form .validation_message {
  display: none;
}
form .validation_error {
  color: red;
  font-size: 16px;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  form .validation_error {
    font-size: 14px;
  }
}

body img.gform_ajax_spinner {
  display: none !important;
}

.gform_confirmation_message {
  text-align: center;
  font-size: 16px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 700;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 992px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 6px;
  }
}

body {
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 0;
}

#page {
  position: relative;
}

#main-container {
  position: relative;
  overflow: hidden;
  opacity: 0;
}

blockquote {
  border: none;
}

img {
  height: auto;
  max-width: 100%;
}

a:focus, a:active {
  outline: none;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.border {
  border-right: 0.3rem solid #ffffff;
  border-bottom: 0.3rem solid #ffffff;
  z-index: 2;
  transition: border-color 0.3s;
}
.border:hover, .border:focus {
  border-right: 0.3rem solid #000000;
  border-bottom: 0.3rem solid #000000;
}

.acf-map {
  height: 300px;
}

.icon {
  color: inherit;
}

.wb-flex {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wb-flex li {
  list-style-type: none !important;
}
.wb-flex.\--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wb-flex.\--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wb-flex.\--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.wb-flex.\--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wb-flex.\--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wb-flex.\--error-404 {
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1024px) {
  .wb-flex.\--error-404 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wb-flex.\--error-404 li {
  text-align: left;
}
@media (max-width: 0px) and (min-width: 992px) {
  .wb-flex.\--mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wb-flex.\--mobile li {
    margin-bottom: 1;
  }
}

.wb-sharing {
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .wb-sharing .mob-share {
    display: none;
  }
}
.wb-sharing .wb-social-share {
  font-size: 3rem;
  border-bottom: none;
  padding: 0 10px;
}

.wb-overlay {
  position: relative;
}
.wb-overlay:before {
  content: '';
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
}

.wb-center-img {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wb-center-img img {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wb-center-img.\__md {
  height: auto;
  width: 100%;
}
.wb-center-img.\__sm {
  height: 100%;
  width: auto;
}

.spacing {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.spacing-bottom {
  padding-bottom: 7rem;
}

.min-section-height {
  min-height: 450px;
  height: auto;
}

.text.\--normal {
  text-transform: none;
}

.icon.\--sm {
  font-size: 3rem;
}
.icon.\--md {
  font-size: 5rem;
}
.icon.\--lg {
  font-size: 7rem;
}

.slick-slide:focus, .slick-slide:active {
  outline: none;
}

.eight-col-wide-content {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

#wpadminbar {
  display: none;
}

.btn-scroll-to-top {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 5rem;
  right: -15rem;
  background: #00aeef;
  z-index: 1000;
  border-radius: 5px;
  border: 1px solid #ffffff;
  transition: all .25s ease-out;
  opacity: 0;
}
.btn-scroll-to-top i {
  color: #ffffff;
  font-size: 25px;
}
.btn-scroll-to-top:hover, .btn-scroll-to-top:focus, .btn-scroll-to-top:active {
  background: #009bd6;
  cursor: pointer;
}
.btn-scroll-to-top.active {
  right: 5rem;
  opacity: 1;
}

p,
a,
li,
address {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  p,
  a,
  li,
  address {
    font-size: 14px;
  }
}

p {
  color: #4C4C4C;
}

a {
  color: #00aeef;
  transition: all .15s ease;
}
a:hover, a:active, a:focus {
  color: #006489;
  text-decoration: none;
}

p,
ul,
ol {
  margin-bottom: 2rem;
}

li {
  margin-bottom: 1rem;
}

table {
  margin-bottom: 2rem;
}
table th,
table td {
  padding: .5rem;
  font-size: 16px;
}
@media (max-width: 768px) {
  table th,
  table td {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
  line-height: 1.3;
}

h6 {
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: 5rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  h6 {
    font-size: 16px;
  }
}

.al-details {
  font-size: 12px;
  color: #A8A8A8;
  font-weight: 700;
  margin-bottom: 0;
}

p,
a,
li {
  line-height: 1.7;
}

.al-blue {
  color: #00aeef;
}

.al-grey {
  color: #909090;
}

.al-white {
  color: #ffffff;
}

.al-black {
  color: #000000;
}

.al-bg-white {
  background-color: #ffffff;
}

.al-bg-blue {
  background-color: #00aeef;
}

.al-shadow {
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
}

.al-extra-bold {
  font-weight: 800;
}

.al-bold {
  font-weight: 700;
}

.al-regular {
  font-weight: 400;
}

.al-light {
  font-weight: 200;
}

.contact-shortcode-box {
  padding-bottom: 3rem;
}
.contact-shortcode-box a {
  font-size: 18px;
  font-weight: 800;
  margin-right: 30px;
}
.contact-shortcode-box a:last-child {
  margin-right: 0;
}
.contact-shortcode-box a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  padding-left: 7px;
  padding-top: 6px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .contact-shortcode-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-shortcode-box a {
    font-size: 16px;
    margin: 15px;
  }
}

.al-default-page-title {
  margin-bottom: 3rem;
  text-align: center;
}

.arrow-down-shortcode {
  font-size: 5rem;
  margin: 0 auto;
  text-align: center;
}

.entry-content {
  margin-bottom: 5rem;
}

@font-face {
  font-family: "adams-law";
  src: url("fonts/adams-law.eot");
  src: url("fonts/adams-law.eot?#iefix") format("embedded-opentype"), url("fonts/adams-law.woff") format("woff"), url("fonts/adams-law.ttf") format("truetype"), url("fonts/adams-law.svg#adams-law") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "adams-law" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-arrow-down:before {
  content: "\61";
}

.icon-arrow-left:before {
  content: "\62";
}

.icon-arrow-right:before {
  content: "\63";
}

.icon-brexit:before {
  content: "\64";
}

.icon-calendar:before {
  content: "\65";
}

.icon-close-menu:before {
  content: "\66";
}

.icon-corporate-commercial:before {
  content: "\67";
}

.icon-data-ip:before {
  content: "\68";
}

.icon-directions:before {
  content: "\69";
}

.icon-hamburger-menu:before {
  content: "\6a";
}

.icon-logo-coloured:before {
  content: "\6b";
}

.icon-mail-icon:before {
  content: "\6c";
}

.icon-mail-icon-1:before {
  content: "\6d";
}

.icon-mail-icon-2:before {
  content: "\6e";
}

.icon-phone-icon:before {
  content: "\6f";
}

.icon-plus:before {
  content: "\70";
}

.icon-practice-areas:before {
  content: "\71";
}

.icon-recent-transactions:before {
  content: "\72";
}

.icon-sectors:before {
  content: "\73";
}

.icon-select-input:before {
  content: "\74";
}

.icon-t-business-dispute:before {
  content: "\75";
}

button:focus, button:active {
  outline: none;
}

.btn-cta {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 16px;
  text-transform: lowercase;
  background-color: #00aeef;
  color: #ffffff;
  border: 2px solid #00aeef;
  border-radius: 30px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .btn-cta {
    font-size: 14px;
  }
}
.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
  background-color: #ffffff;
  color: #00aeef;
}

.btn-cta-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00aeef;
}
.btn-cta-white:hover, .btn-cta-white:focus, .btn-cta-white:active {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}

.btn-cta-ghost {
  background-color: rgba(255, 255, 255, 0);
  border-color: #ffffff;
  color: #ffffff;
}
.btn-cta-ghost:hover, .btn-cta-ghost:focus, .btn-cta-ghost:active {
  background-color: #ffffff;
  color: #00aeef;
}

.btn-cta-blue-border {
  background-color: #ffffff;
  border-color: #00aeef;
  color: #00aeef;
}
.btn-cta-blue-border:hover, .btn-cta-blue-border:focus, .btn-cta-blue-border:active {
  background-color: #00aeef;
  color: #ffffff;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  font-weight: 400;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#site-navigation {
  margin: 0 auto;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1200px) {
  #site-navigation {
    display: none;
  }
}

#primary-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 10px;
}
#primary-menu .menu-item-has-children:hover {
  cursor: pointer;
}
#primary-menu > .menu-item {
  height: 42px;
}
#primary-menu .menu-item {
  display: inline-block;
  margin-right: 4rem;
  margin-bottom: 0;
  transition: all .25s ease;
  position: relative;
}
#primary-menu .menu-item .sub-menu {
  position: absolute;
  display: block;
  background: #ffffff;
  margin: 0;
  padding: 0;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
  right: -47px;
  margin-top: 15px;
  display: none;
}
#primary-menu .menu-item .sub-menu li {
  display: block;
  margin: 0;
  margin: 12px 0;
}
#primary-menu .menu-item .sub-menu li a {
  color: #909090;
}
#primary-menu .menu-item .sub-menu li a:hover, #primary-menu .menu-item .sub-menu li a:focus, #primary-menu .menu-item .sub-menu li a:active {
  color: #00aeef;
}
@media (max-width: 1350px) {
  #primary-menu .menu-item {
    margin-right: 2rem;
  }
}
#primary-menu .menu-item a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: lowercase;
  color: #000000;
}
@media (max-width: 1250px) {
  #primary-menu .menu-item a {
    font-size: 14px;
  }
}
#primary-menu .menu-item a:hover, #primary-menu .menu-item a:focus, #primary-menu .menu-item a:active {
  color: #909090;
}
#primary-menu .menu-item.current_page_item > a {
  color: #909090;
}

#masthead {
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  transition: all .3s ease-out;
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
@media (max-width: 600px) {
  #masthead {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.site-branding {
  position: relative;
  height: 3.8rem;
  width: 23.5rem;
}
.site-branding img {
  height: 3.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: auto;
  transition: all .3s ease-out;
}
.site-branding .logo-blue {
  opacity: 0;
}
.site-branding .logo-white {
  opacity: 1;
}

.masthead-container {
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s ease-out;
}
@media (max-width: 1200px) {
  .masthead-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-contact-buttons {
  max-width: 100px;
  margin: 0 2.5rem;
  margin-left: 0;
  transition: all .3s ease-in-out;
}
@media (max-width: 600px) {
  .header-contact-buttons {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .header-contact-buttons {
    margin-left: auto;
  }
}
.header-contact-buttons a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  color: #00aeef;
  border-radius: 100%;
  margin: 5px;
}
@media (max-width: 350px) {
  .header-contact-buttons a {
    height: 35px;
    width: 35px;
  }
}
.header-contact-buttons a.icon-mail-icon {
  font-size: 20px;
}
@media (max-width: 350px) {
  .header-contact-buttons a.icon-mail-icon {
    font-size: 18px;
  }
}
.header-contact-buttons a.icon-mail-icon:before {
  position: relative;
  top: 6px;
  left: 8px;
}
@media (max-width: 350px) {
  .header-contact-buttons a.icon-mail-icon:before {
    top: 4px;
    left: 6px;
  }
}
.header-contact-buttons a.icon-phone-icon {
  font-size: 23px;
}
@media (max-width: 350px) {
  .header-contact-buttons a.icon-phone-icon {
    font-size: 20px;
  }
}
.header-contact-buttons a.icon-phone-icon:before {
  position: relative;
  top: 4px;
  left: 7px;
}
@media (max-width: 350px) {
  .header-contact-buttons a.icon-phone-icon:before {
    top: 3px;
    left: 6px;
  }
}
.header-contact-buttons a:hover, .header-contact-buttons a:focus, .header-contact-buttons a:active {
  color: #ffffff;
  background-color: #00aeef;
}

.header-cta {
  padding: 6px 23px;
}
@media (max-width: 600px) {
  .header-cta {
    display: none;
  }
}
@media (max-width: 768px) {
  .header-cta {
    font-size: 16px;
  }
}

.header-shape {
  position: absolute;
  height: 110rem;
  width: 120rem;
  border-radius: 5rem;
  background: #00aeef;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -80rem;
  top: -25rem;
  opacity: 1;
  transition: all .3s ease-out;
  z-index: 100;
}
@media (min-width: 0px) and (max-width: 1400px) {
  .header-shape {
    height: 90rem;
    width: 100rem;
    left: -70rem;
    top: -20rem;
  }
}
@media (max-width: 992px) {
  .header-shape {
    width: 125rem;
  }
}
@media (max-width: 768px) {
  .header-shape {
    opacity: 0;
  }
}

.shape-content {
  position: absolute;
  left: 30px;
  top: 250px;
  z-index: 110;
}
@media (min-width: 0px) and (max-width: 1400px) {
  .shape-content {
    top: 200px;
  }
  .shape-content h1 {
    font-size: 4rem;
  }
  .shape-content h6 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .shape-content {
    top: 34vh;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.shape-content h1 {
  max-width: 470px;
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .shape-content h1 {
    text-align: center;
    max-width: none;
  }
}
.shape-content h1 span {
  color: #ffffff;
}
@media (max-width: 768px) {
  .shape-content h1 span {
    color: #00aeef;
  }
}
.shape-content h6 {
  max-width: 356px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .shape-content h6 {
    text-align: center;
    max-width: 356px;
    margin-left: auto;
    margin-right: auto;
  }
}
.shape-content a {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 16px;
  text-transform: lowercase;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 30px;
  font-weight: 800;
  background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 768px) {
  .shape-content a {
    font-size: 14px;
  }
}
.shape-content a:hover, .shape-content a:focus, .shape-content a:active {
  background-color: #ffffff;
  color: #00aeef;
}
@media (max-width: 768px) {
  .shape-content a {
    background-color: #ffffff;
    color: #00aeef;
  }
  .shape-content a:hover, .shape-content a:focus, .shape-content a:active {
    border-color: #00aeef;
    background-color: #00aeef;
    color: #ffffff;
  }
}

@media (max-width: 768px) {
  body.home .logo-white {
    opacity: 0;
  }
  body.home .logo-blue {
    opacity: 1;
  }
}

.normal-header-shape {
  height: 50rem;
  width: 50rem;
  position: absolute;
  top: -25rem;
  left: -23rem;
  background: #00aeef;
  border-radius: 50px;
  -webkit-transform: rotate(58deg);
          transform: rotate(58deg);
}

body.home .normal-header-shape {
  display: none;
}

#colophon {
  background-color: #ffffff;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
}
#colophon a.al-details:hover, #colophon a.al-details:focus, #colophon a.al-details:active {
  color: #00aeef;
}
@media (max-width: 992px) {
  #colophon .copyright {
    margin-bottom: 5rem;
  }
}
#colophon .webbiz-social-function {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  #colophon .webbiz-social-function {
    margin-top: 5rem;
  }
}
#colophon .webbiz-social-function a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 27px;
  width: 27px;
  background-color: #000000;
  color: #ffffff;
  margin-right: 15px;
  font-size: 18px;
  border-radius: 100%;
}
#colophon .webbiz-social-function a:hover, #colophon .webbiz-social-function a:focus, #colophon .webbiz-social-function a:active {
  background-color: #00aeef;
}
#colophon .webbiz-social-function a:last-child {
  margin-right: 0;
}
#colophon .webbiz-social-function a.fa-google-plus {
  font-size: 15px;
}

.footer-logo img {
  display: block;
  height: 27px;
  margin: 0 auto;
  margin-bottom: 1.7rem;
}

.footer-tel {
  font-size: 20px;
  font-weight: 800;
  color: #000000;
  display: block;
  margin-bottom: .7rem;
}
.footer-tel:hover, .footer-tel:focus, .footer-tel:active {
  color: #00aeef;
}

#secondary-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  max-width: 365px;
  margin: 0 auto;
  margin-top: .3rem;
  padding-left: 25px;
}
@media (max-width: 1200px) {
  #secondary-menu {
    margin-top: 5rem;
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  #secondary-menu {
    padding-left: 0;
    margin-bottom: 7rem;
    margin-top: 7rem;
  }
}
#secondary-menu .menu-item {
  width: 95px;
  margin-right: 15px;
  margin-bottom: 0;
  display: inline-block;
}
#secondary-menu .menu-item a {
  font-size: 12px;
  color: #A8A8A8;
  font-weight: 700;
}
#secondary-menu .menu-item a:hover, #secondary-menu .menu-item a:focus, #secondary-menu .menu-item a:active {
  color: #00aeef;
}
@media (max-width: 768px) {
  #secondary-menu .menu-item {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

#mobile-menu-container {
  position: absolute;
  top: 0px;
  z-index: 900;
  background: url("img/shape-5.svg");
  background-size: cover;
  height: 100vh;
  width: 28%;
  padding-top: 18vh;
  right: -3px;
  display: none;
}
@media (max-width: 992px) {
  #mobile-menu-container {
    width: 35%;
  }
}
@media (max-width: 768px) {
  #mobile-menu-container {
    width: 40%;
    padding-top: 12vh;
  }
}
@media (max-width: 650px) {
  #mobile-menu-container {
    width: 45%;
  }
}
@media (max-width: 600px) {
  #mobile-menu-container {
    width: 50%;
  }
}
@media (max-width: 550px) {
  #mobile-menu-container {
    width: 55%;
  }
}
@media (max-width: 450px) {
  #mobile-menu-container {
    width: 60%;
  }
}
@media (max-width: 350px) {
  #mobile-menu-container {
    padding-top: 15vh;
  }
}
#mobile-menu-container .webbiz-social-function {
  position: absolute;
  right: 0;
  padding-top: 15px;
}
@media (max-width: 350px) {
  #mobile-menu-container .webbiz-social-function {
    display: none;
  }
}
#mobile-menu-container .webbiz-social-function a {
  color: #ffffff;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  margin-right: 30px;
}
#mobile-menu-container .webbiz-social-function a:hover, #mobile-menu-container .webbiz-social-function a:focus, #mobile-menu-container .webbiz-social-function a:active {
  color: #000000;
}

#mobile-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#mobile-menu .menu-item {
  padding-right: 25px;
}
#mobile-menu .menu-item a {
  color: #ffffff;
  font-weight: 800;
  font-size: 18px;
  text-transform: lowercase;
}
@media (max-width: 400px) {
  #mobile-menu .menu-item a {
    font-size: 16px;
  }
}
#mobile-menu .menu-item a:hover, #mobile-menu .menu-item a:focus, #mobile-menu .menu-item a:active {
  color: #000000;
}
#mobile-menu .current-menu-item a {
  color: #000000;
}

.footer-cta-section {
  padding-top: 18.5rem;
  padding-bottom: 16rem;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.footer-cta-section:before {
  transition: all .3s ease-out;
}
@media (max-width: 992px) {
  .footer-cta-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00aeef;
    opacity: .8;
  }
}
.footer-cta-section .cta-content-area {
  position: relative;
  text-align: right;
}
@media (max-width: 992px) {
  .footer-cta-section .cta-content-area {
    text-align: center;
  }
}
.footer-cta-section .cta-content-area h5,
.footer-cta-section .cta-content-area a {
  position: relative;
  z-index: 2;
}
.footer-cta-section .cta-content-area:before {
  content: "";
  height: 100rem;
  width: 100rem;
  position: absolute;
  top: -50rem;
  right: -64rem;
  background-color: #00aeef;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 80px;
  z-index: 1;
  opacity: .8;
  transition: all .3s ease-out;
}
@media (max-width: 992px) {
  .footer-cta-section .cta-content-area:before {
    opacity: 0;
  }
}

.heading-bold {
  max-width: 42rem;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 2.4rem;
}
@media (max-width: 992px) {
  .heading-bold {
    margin-right: auto;
  }
}

.heading-regular {
  max-width: 35.7rem;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 3.6rem;
}
@media (max-width: 992px) {
  .heading-regular {
    margin-right: auto;
  }
}

.footer-mini-cta-section {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.footer-mini-cta-section p {
  margin-bottom: 1rem;
}
.footer-mini-cta-section h5 {
  margin-top: 0;
  margin-bottom: 4.5rem;
}

.footer-newsletter-section {
  padding-top: 10.3rem;
  padding-bottom: 4.5rem;
}
.footer-newsletter-section h3 {
  margin-bottom: 1.3rem;
}

.newsletter-form_wrapper {
  max-width: 304px;
  width: 100%;
  margin: 0 auto;
}
.newsletter-form_wrapper .validation_error {
  display: none;
}
.newsletter-form_wrapper form {
  position: relative;
}
.newsletter-form_wrapper form .gform_body {
  background: none;
  padding-left: 0;
  padding-right: 0;
  width: 75%;
  padding-top: 0;
}
.newsletter-form_wrapper form .gform_body input {
  border-color: #00aeef;
  border-right: none;
  border-radius: 50px 0 0 50px;
  color: #00aeef;
  padding: 10px 30px 11px;
  font-size: 16px;
  height: 50px !important;
}
@media (max-width: 992px) {
  .newsletter-form_wrapper form .gform_body input {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .newsletter-form_wrapper form .gform_body input {
    font-size: 16px;
  }
}
.newsletter-form_wrapper form .gform_body input::-webkit-input-placeholder {
  color: #00aeef;
  text-align: left;
}
.newsletter-form_wrapper form .gform_body input:-moz-placeholder {
  color: #00aeef;
  text-align: left;
}
.newsletter-form_wrapper form .gform_body input::-moz-placeholder {
  color: #00aeef;
  text-align: left;
}
.newsletter-form_wrapper form .gform_body input:-ms-input-placeholder {
  color: #00aeef;
  text-align: left;
}
.newsletter-form_wrapper form .gform_footer {
  top: 2rem;
  right: 0;
  width: 25%;
  position: absolute;
}
.newsletter-form_wrapper form .gform_footer input {
  background-color: #ffffff;
  color: #00aeef !important;
  border-color: #00aeef;
  margin: 0;
  border-left: none;
  border-radius: 0 30px 30px 0;
  padding: 3px 20px;
  color: #000000 !important;
  font-family: "adams-law";
  font-size: 30px;
  height: 50px !important;
}
.newsletter-form_wrapper form .gform_footer input[aria-invalid='false'] {
  border-color: #00aeef;
}
.newsletter-form_wrapper form .gform_footer input:focus, .newsletter-form_wrapper form .gform_footer input:active, .newsletter-form_wrapper form .gform_footer input:hover {
  background-color: #909090;
  color: #ffffff !important;
}
.newsletter-form_wrapper .gfield_error input::-webkit-input-placeholder {
  color: red !important;
}
.newsletter-form_wrapper .gfield_error input:-moz-placeholder {
  color: red !important;
}
.newsletter-form_wrapper .gfield_error input::-moz-placeholder {
  color: red !important;
}
.newsletter-form_wrapper .gfield_error input:-ms-input-placeholder {
  color: red !important;
}

.footer-address-section {
  padding-top: 12.5rem;
  padding-bottom: 14.5rem;
  position: relative;
}
.footer-address-section a {
  font-weight: 800;
  font-size: 20px;
  display: inline-block;
  margin-top: 1.3rem;
}
.footer-address-section .figure-1 {
  background: url("img/shape-7.svg");
  height: 59rem;
  width: 22rem;
  position: absolute;
  top: -9rem;
  right: -1px;
}
.footer-address-section .figure-2 {
  background: url("img/shape-2.svg");
  height: 11.7rem;
  width: 12.2rem;
  position: absolute;
  bottom: 0;
  left: -1px;
}
.footer-address-section .figure-1,
.footer-address-section .figure-2 {
  z-index: 100;
}
@media (max-width: 992px) {
  .footer-address-section .figure-1,
  .footer-address-section .figure-2 {
    display: none;
  }
}

.footer-address-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.footer-address-background:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: .8;
}

.social-sharing a {
  text-align: center;
  height: 27px;
  width: 27px;
  background-color: #00aeef;
  color: #ffffff;
  display: inline-block;
  border-radius: 100%;
  margin: 6px;
  font-size: 16px;
  padding-top: 1px;
}
.social-sharing a:last-child {
  margin-right: 0;
}
.social-sharing a:first-child {
  margin-left: 0;
}
.social-sharing a:hover, .social-sharing a:focus, .social-sharing a:active {
  background-color: #909090;
}

#main {
  padding-top: 15.5rem;
}

body {
  position: relative;
}

.mobile-menu-btn {
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 41px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #00aeef;
  border-radius: 5px;
  margin-left: 3rem;
}
.mobile-menu-btn:focus {
  outline: none;
}
@media (max-width: 1200px) {
  .mobile-menu-btn {
    display: block;
  }
}
.mobile-menu-btn span {
  background: #ffffff;
  border-radius: 30px;
  display: block;
  position: absolute;
  height: 3px;
  left: 0px;
  right: 0px;
  top: 20px;
  margin: 0 7px;
  transition: background 0.3s;
}
.mobile-menu-btn span:before, .mobile-menu-btn span:after {
  background: #ffffff;
  border-radius: 3px;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  transition-duration: 0.3s, 0.3s;
}
.mobile-menu-btn span:before {
  top: -8px;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.mobile-menu-btn span:after {
  bottom: -8px;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.mobile-menu-btn.\--active span {
  background: 0 0;
}
.mobile-menu-btn.\--active span:before, .mobile-menu-btn.\--active span:after {
  transition-delay: 0s, 0.3s;
}
.mobile-menu-btn.\--active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-btn.\--active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blog-title {
  margin-bottom: 22rem;
}

.insight-grid {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 6rem;
}
.insight-grid .insight-bg-pattern {
  position: absolute;
  height: auto;
  width: 100%;
  background: url("img/dot-pattern.jpg");
  border-left: solid #ffffff 9.5rem;
  border-right: solid #ffffff 9.5rem;
  border-top: none;
  border-bottom: none;
  top: -9rem;
  transition: all .2s ease-out;
}
@media (max-width: 768px) {
  .insight-grid .insight-bg-pattern {
    border: none;
    width: 130%;
    left: 50%;
    margin-left: -65%;
  }
}

.grid-sizer {
  width: 30.3%;
}

.insight-box {
  background-color: #ffffff;
  width: 30.3%;
  margin-bottom: 30px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .insight-box {
    width: 46%;
  }
}
@media (max-width: 515px) {
  .insight-box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.insight-box h6 {
  transition: all .2s ease-in-out;
  color: #000000;
}
.insight-box a {
  display: block;
  padding: 30px;
  border: 2px solid #ffffff;
}
.insight-box a:hover, .insight-box a:focus, .insight-box a:active {
  border: 2px solid #00aeef;
}
.insight-box a:hover h6, .insight-box a:focus h6, .insight-box a:active h6 {
  color: #00aeef;
}

.insight-gutter-sizer {
  width: 0;
}

.ajax-wrapper {
  position: relative;
  margin-bottom: 6rem;
}

.load-more {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 180px;
}

.single-member-contact a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #00aeef;
  color: #ffffff;
  font-size: 18px;
  border-radius: 100%;
  border: 3px solid #ffffff;
  padding-top: 2px;
  padding-left: 8px;
  position: relative;
  z-index: 1100;
}
.single-member-contact a:hover, .single-member-contact a:focus, .single-member-contact a:active {
  background-color: #909090;
  color: #ffffff;
}
.single-member-contact a:first-child {
  margin-right: 10px;
}

.single-member-name {
  margin-top: 10px;
}

.single-member-position {
  font-weight: 200;
  font-style: italic;
}

.single-member-content {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.single-member-practice-areas .parting {
  border-top: 1px dashed #979797;
  margin-left: 15px;
  margin-right: 15px;
}
.single-member-practice-areas .title {
  margin-bottom: 5.5rem;
  margin-top: 7.5rem;
}

.single-member-profile-pic {
  height: 100rem;
  width: 100rem;
  border-radius: 13rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  overflow: hidden;
  position: absolute;
  right: -60rem;
  top: -15rem;
  transition: all .3s ease-in-out;
  z-index: -1;
}
@media (max-width: 992px) {
  .single-member-profile-pic {
    opacity: .2;
  }
}
.single-member-profile-pic .picture {
  height: 100rem;
  width: 100rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 30.9rem;
  left: -15.5rem;
  transition: all .3s ease-in-out;
}

.single-team-member-navigation {
  position: fixed;
  width: 100%;
  top: 50%;
}
@media (max-width: 1375px) {
  .single-team-member-navigation {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3rem 0 7rem 0;
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .single-team-member-navigation {
    max-width: 970px;
  }
}
@media (max-width: 992px) {
  .single-team-member-navigation {
    max-width: 750px;
  }
}
.single-team-member-navigation a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #00aeef;
  background: #ffffff;
  font-weight: 800;
}
.single-team-member-navigation a:hover, .single-team-member-navigation a:focus, .single-team-member-navigation a:active {
  color: #ffffff;
  background-color: #00aeef;
}
.single-team-member-navigation a[rel='prev'] {
  float: left;
  border-left: none;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 1375px) {
  .single-team-member-navigation a[rel='prev'] {
    float: none;
    border-radius: 30px;
    margin: 0 auto 0 15px;
    border: 2px solid #00aeef;
  }
}
.single-team-member-navigation a[rel='next'] {
  float: right;
  border-right: none;
  border-radius: 30px 0px 0px 30px;
}
@media (max-width: 1375px) {
  .single-team-member-navigation a[rel='next'] {
    float: none;
    border-radius: 30px;
    margin: 0 15px 0 auto;
    border: 2px solid #00aeef;
  }
}

.single-post-date {
  color: #00aeef;
  margin-bottom: 10px;
}
.single-post-date i {
  font-size: 26px;
  vertical-align: middle;
  padding-right: 5px;
}

.single-post-arrow-down {
  font-size: 5.5rem;
  margin-bottom: 5rem;
}

.single-post-author {
  margin-bottom: 3rem;
  margin-top: 2rem;
}

.single-post-content {
  padding-bottom: 5rem;
}

.single-post-title {
  margin-bottom: 2rem;
}

.article-by-box {
  border: 1px solid #979797;
  border-radius: 10px;
  position: relative;
  padding: 2rem 3rem;
  padding-left: 19rem;
  max-width: 75rem;
  margin-left: 3.5rem;
  margin-bottom: 5rem;
  margin-top: 5rem;
  transition: all .2s ease;
}
@media (max-width: 1200px) {
  .article-by-box {
    padding-left: 3rem;
    padding-top: 5rem;
    margin-top: 10rem;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .article-by-box {
    margin: 0 auto;
    margin-top: 15rem;
    margin-bottom: 5rem;
  }
}
@media (max-width: 650px) {
  .article-by-box {
    display: block;
    text-align: center;
    padding-top: 9rem;
  }
}
.article-by-box .right-side {
  width: 40%;
  transition: all .2s ease;
}
@media (max-width: 650px) {
  .article-by-box .right-side {
    margin-top: 5rem;
    width: 100%;
  }
}
.article-by-box .left-side {
  width: 60%;
  transition: all .2s ease;
}
@media (max-width: 650px) {
  .article-by-box .left-side {
    width: 100%;
  }
}
.article-by-box .share-title {
  margin-bottom: 2px;
}
.article-by-box .article-by-name {
  margin-bottom: 10px;
}
.article-by-box p {
  margin: 0;
}
.article-by-box .user-avatar {
  position: absolute;
  left: -3.5rem;
  top: 50%;
  margin-top: -8.75rem;
  transition: all .2s ease;
}
@media (max-width: 1200px) {
  .article-by-box .user-avatar {
    top: -45px;
    left: 50%;
    margin-left: -8.75rem;
  }
}
@media (max-width: 650px) {
  .article-by-box .user-avatar {
    top: -15px;
  }
}
.article-by-box .user-avatar img {
  height: 17.5rem;
  width: 17.5rem;
  display: block;
  border-radius: 100%;
}

.single-post-back-btn {
  color: #000000;
  font-weight: 700;
  position: relative;
  z-index: 1000;
}
.single-post-back-btn i {
  font-size: 30px;
  font-weight: 300;
  vertical-align: middle;
  position: relative;
  top: 4px;
  padding-right: 5px;
}

.single-post-navigation a {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #00aeef;
  background: #ffffff;
  font-weight: 800;
}
.single-post-navigation a:hover, .single-post-navigation a:focus, .single-post-navigation a:active {
  color: #ffffff;
  background-color: #00aeef;
}
.single-post-navigation .nav-prev,
.single-post-navigation .nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 50%;
  z-index: 10;
}
@media (max-width: 768px) {
  .single-post-navigation .nav-prev,
  .single-post-navigation .nav-next {
    bottom: 5rem;
  }
}
.single-post-navigation .nav-prev {
  left: 0;
}
.single-post-navigation .nav-next {
  right: 0;
}
@media (max-width: 768px) {
  .single-post-navigation .nav-next {
    right: 14rem;
  }
}
.single-post-navigation a[rel='prev'] {
  float: left;
  border-left: none;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 768px) {
  .single-post-navigation a[rel='prev'] {
    float: none;
    border-radius: 30px;
    margin: 0 auto 0 15px;
    border: 2px solid #00aeef;
  }
}
.single-post-navigation a[rel='next'] {
  float: right;
  border-right: none;
  border-radius: 30px 0px 0px 30px;
}
@media (max-width: 768px) {
  .single-post-navigation a[rel='next'] {
    float: none;
    border-radius: 30px;
    margin: 0 15px 0 auto;
    border: 2px solid #00aeef;
  }
}

.single-service-icon {
  height: 16.3rem;
  width: 16.3rem;
  background-color: #ffffff;
  color: black;
  border-radius: 100%;
  margin: 0 auto;
  font-size: 8rem;
  padding-left: 3.2rem;
  padding-top: 3.5rem;
}
.single-service-icon img {
  display: block;
  height: 10rem;
}

.single-service-sub-title {
  color: #909090;
  font-weight: 400;
  font-style: italic;
}

.single-service-arrow-down {
  font-size: 5.5rem;
  color: #000000;
  text-align: center;
  margin: 4.5rem 0;
}

.single-service-content {
  margin-bottom: 4.5rem;
}

.related-services-title {
  margin-bottom: 7.5rem;
}

.home #main {
  padding-top: 0 !important;
}

.full-width-slider {
  padding: 10rem 0 13rem 0;
  position: relative;
}
.full-width-slider:before {
  content: "";
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 29%;
  z-index: 100;
}
.full-width-slider:after {
  content: "";
  background: linear-gradient(to left, #ffffff 10%, rgba(255, 255, 255, 0));
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 29%;
  z-index: 100;
}
@media (max-width: 768px) {
  .full-width-slider:before, .full-width-slider:after {
    display: none;
  }
}
.full-width-slider .slide {
  height: 380px;
}
@media (max-width: 1100px) {
  .full-width-slider .slide {
    height: 220px;
  }
}
.full-width-slider .slide .image {
  background-size: cover;
  height: 380px;
  background-position: center center;
  background-size: cover;
  transition: all .3s ease-in-out;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .full-width-slider .slide .image {
    border: 3px solid #ffffff;
  }
}
@media (max-width: 1100px) {
  .full-width-slider .slide .image {
    height: 220px;
  }
}
.full-width-slider .slick-center .image {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}
.full-width-slider .slick-list {
  overflow: visible;
}
.full-width-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -7.5rem;
  z-index: 150;
  background: none;
  border: none;
  font-size: 5rem;
  padding: 3rem 2rem 2rem 2rem;
  transition: all .2s ease-in-out;
}
.full-width-slider .slick-arrow:hover, .full-width-slider .slick-arrow:active {
  color: #00aeef;
}
.full-width-slider .slick-prev {
  left: 26%;
}
@media (max-width: 768px) {
  .full-width-slider .slick-prev {
    left: 5%;
  }
}
.full-width-slider .slick-next {
  right: 26%;
}
@media (max-width: 768px) {
  .full-width-slider .slick-next {
    right: 5%;
  }
}

.transactions-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.transactions-section .transaction-triggers {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
.transactions-section .transaction-filter-trigger {
  display: block;
  border: 1px solid #909090;
  text-align: center;
  font-weight: 800;
  background-color: #ffffff;
  color: #909090;
  border-radius: 30px;
  padding: 1rem 2.5rem;
  width: 100%;
  font-size: 16px;
  transition: all .2s ease-in-out;
}
@media (max-width: 992px) {
  .transactions-section .transaction-filter-trigger {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .transactions-section .transaction-filter-trigger {
    margin: 10px 0;
  }
}
.transactions-section .transaction-filter-trigger:hover, .transactions-section .transaction-filter-trigger:focus, .transactions-section .transaction-filter-trigger:active, .transactions-section .transaction-filter-trigger.active {
  color: #00aeef;
  border-color: #00aeef;
}
.transactions-section .transaction-item {
  padding: 2.5rem 0;
  display: none;
}
.transactions-section .transaction-item.odd {
  background: url("img/dot-pattern.jpg");
}
.transactions-section .transaction-item.even {
  background-color: #ffffff;
  border: 1px dashed #979797;
}
.transactions-section .transaction-item p {
  margin: 0;
}
.transactions-section .transaction-item .transaction-date {
  height: 45px;
  border-right: 1px solid #979797;
  font-size: 16px;
  text-align: center;
  min-width: 147px;
  width: 20%;
  color: #4C4C4C;
}
.transactions-section .transaction-item .transaction-content {
  width: 80%;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
}

.team-members-section {
  background-color: #ffffff;
  padding: 5rem 0 6rem 0;
}
.team-members-section h2 {
  margin-bottom: 6rem;
  margin-top: 0;
}

.team-member {
  display: block;
  height: 51.6rem;
  width: 28.2rem;
  border: 3px solid #ffffff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.team-member .team-member-photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.team-member:hover .team-member-photo, .team-member:focus .team-member-photo, .team-member:active .team-member-photo {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.team-member:hover .team-member-info, .team-member:focus .team-member-info, .team-member:active .team-member-info {
  opacity: 1;
}
.team-member:hover .team-member-contact a, .team-member:focus .team-member-contact a, .team-member:active .team-member-contact a {
  transition: all .2s ease-in-out;
  opacity: 1;
}
.team-member:hover .team-member-contact a:first-child, .team-member:focus .team-member-contact a:first-child, .team-member:active .team-member-contact a:first-child {
  left: 0;
}
.team-member:hover .team-member-contact a:last-child, .team-member:focus .team-member-contact a:last-child, .team-member:active .team-member-contact a:last-child {
  right: 0;
}

.team-member-info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.95));
  text-align: center;
  transition: all .3s ease-in-out;
  opacity: 0;
}

.team-member-name,
.team-member-profession {
  color: #000000;
  margin: 0;
  margin-bottom: 5px;
  transition: color .2s ease-in-out;
}

.team-member-link {
  display: block;
  margin-bottom: 15px;
  margin-top: 36.5rem;
}
@media (max-width: 992px) {
  .team-member-link {
    margin-top: 33rem;
  }
}
@media (max-width: 768px) {
  .team-member-link {
    margin-top: 30rem;
  }
}
.team-member-link:hover h6, .team-member-link:focus h6, .team-member-link:active h6 {
  color: #00aeef;
}

.team-member-name {
  font-weight: 800;
}

.team-member-profession {
  font-weight: 200;
}

.team-member-contact a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #00aeef;
  color: #ffffff;
  border-radius: 100%;
  font-size: 18px;
  padding-top: 4px;
  margin: 8px;
  position: relative;
  opacity: 0;
}
.team-member-contact a:hover, .team-member-contact a:focus, .team-member-contact a:active {
  background-color: #909090;
}
.team-member-contact a:first-child {
  left: -10rem;
}
.team-member-contact a:last-child {
  right: -10rem;
}

.what-we-do-heading {
  margin-bottom: 6rem;
}

.what-we-do-section {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  margin-bottom: 7rem;
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .what-we-do-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.what-we-do {
  text-align: center;
  width: 20%;
  display: inline-block;
  height: 38rem;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  border: 12px solid #ffffff;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .what-we-do {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: 20rem;
  }
}
@media (max-width: 660px) {
  .what-we-do {
    width: 100%;
    border-bottom: 6px solid #ffffff;
    border-top: 6px solid #ffffff;
    height: 17rem;
  }
}
.what-we-do .background-box {
  background-size: cover;
  background-position: center center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  transition: all .2s ease-out;
  border-radius: 10px;
}
.what-we-do i,
.what-we-do h5 {
  -webkit-filter: none;
          filter: none;
  position: relative;
  z-index: 20;
  color: #000000;
  border-radius: 10px;
}
.what-we-do:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: .85;
  z-index: 15;
  transition: all .2s ease-out;
  border-radius: 10px;
}
.what-we-do h5 {
  width: 14.7rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .what-we-do h5 {
    width: auto;
    margin: 0;
    font-size: 16px;
  }
}
@media (max-width: 660px) {
  .what-we-do h5 {
    font-size: 14px;
  }
}
.what-we-do i {
  font-size: 7rem;
  display: block;
  padding-top: 11rem;
}
@media (max-width: 768px) {
  .what-we-do i {
    padding-top: 0rem;
    margin-right: 2rem;
  }
}
.what-we-do:hover, .what-we-do:focus, .what-we-do:active, .what-we-do.active {
  border-radius: 10px;
}
.what-we-do:hover:before, .what-we-do:focus:before, .what-we-do:active:before, .what-we-do.active:before {
  background: #00aeef;
}

.what-we-do-types {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.what-we-do-types-box {
  display: block;
  margin-bottom: 5rem;
}
.what-we-do-types-box p {
  transition: color .2s ease-out;
}
.what-we-do-types-box .icon {
  position: relative;
  margin-bottom: 20px;
}
.what-we-do-types-box .icon img {
  height: 80px;
}
.what-we-do-types-box .inside {
  position: absolute;
  height: 90px;
  width: 90px;
  top: -5px;
  left: 50%;
  background-color: #00aeef;
  border-radius: 100%;
  padding-top: 22px;
  margin: 0 auto;
  margin-left: -45px;
  opacity: 0;
  transition: all .2s ease-out;
}
.what-we-do-types-box .inside i {
  display: block;
  font-size: 20px;
  color: #00aeef;
  background-color: #ffffff;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  margin: 0 auto;
  padding-top: 13px;
  margin-bottom: 10px;
}
.what-we-do-types-box:hover .inside, .what-we-do-types-box:focus .inside, .what-we-do-types-box:active .inside {
  opacity: 1;
}
.what-we-do-types-box:hover p, .what-we-do-types-box:focus p, .what-we-do-types-box:active p {
  color: #00aeef;
}

.our-insights-small {
  padding-top: 7.5rem;
  margin-bottom: 7.5rem;
  padding-bottom: 30px;
}

.view-all-button {
  position: absolute;
  bottom: -21px;
  z-index: 100;
  width: 100%;
}

.our-insights-small-title {
  position: relative;
  z-index: 100;
  bottom: 63px;
}
@media (max-width: 992px) {
  .our-insights-small-title {
    bottom: 50px;
  }
}
@media (max-width: 768px) {
  .our-insights-small-title {
    bottom: 33px;
  }
}

.front-page-hero {
  height: 90vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.front-page-hero:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0;
  transition: all .3s ease-out;
  z-index: 100;
}
@media (max-width: 768px) {
  .front-page-hero:before {
    opacity: .5;
  }
}

.recent-transactions {
  margin-bottom: 7.5rem;
}
.recent-transactions .row {
  padding-top: 4rem;
  padding-bottom: 3.7rem;
  border-bottom: 1px dashed #979797;
}

.recent-transaction-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .recent-transaction-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recent-transactions-title {
  margin: 0;
  position: relative;
  color: #00aeef;
  min-width: 30%;
}
@media (max-width: 992px) {
  .recent-transactions-title {
    margin-bottom: 1.5rem;
  }
}
.recent-transactions-title i {
  margin-left: 10px;
  font-size: 2.5rem;
  vertical-align: sub;
  display: inline-block;
  transition: all .3s ease-out;
}
@media (max-width: 992px) {
  .recent-transactions-title i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: 5px;
  }
}

.recent-transactions-collection {
  min-width: 70%;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .recent-transactions-collection {
    padding-left: 0;
  }
}

.recent-transaction-text {
  margin-bottom: 0;
  color: #7d7d7d;
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 992px) {
  .recent-transaction-text {
    text-align: center;
  }
}

.slider-with-text {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.slider-with-text .content-title {
  max-width: 44rem;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .slider-with-text .content-title {
    max-width: none;
  }
}
.slider-with-text .directions-link {
  display: block;
  margin-bottom: 5rem;
}
@media (max-width: 992px) {
  .slider-with-text .directions-link {
    margin-bottom: 2rem;
  }
}
.slider-with-text .directions-link i {
  margin-right: 5px;
  font-size: 25px;
}
.slider-with-text .directions-link span {
  font-weight: 800;
}
.slider-with-text .text {
  margin-bottom: 3.5rem;
}
.slider-with-text .brands {
  margin-bottom: 5rem;
}
@media (max-width: 1250px) {
  .slider-with-text .brands {
    margin-bottom: 2rem;
  }
}
.slider-with-text .brands img {
  display: inline-block;
  height: 65px;
  margin: 20px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 992px) {
  .slider-with-text .brands img {
    display: none;
  }
}
@media (max-width: 1250px) {
  .slider-with-text .brands img:first-child {
    display: none;
  }
}
.slider-with-text .slider .slide .image {
  height: 57.3rem;
  width: 50rem;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .slider-with-text .slider .slide .image {
    width: 70rem;
  }
}
.slider-with-text .slider {
  position: relative;
}
@media (max-width: 768px) {
  .slider-with-text .slider {
    margin-bottom: 5rem;
  }
}
.slider-with-text .slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -7.5rem;
  z-index: 150;
  background: none;
  border: none;
  font-size: 5rem;
  padding: 3rem 2rem 2rem 2rem;
  transition: all .2s ease-in-out;
}
.slider-with-text .slider .slick-arrow:hover, .slider-with-text .slider .slick-arrow:active {
  color: #00aeef;
}
.slider-with-text .slider .slick-prev {
  left: -2%;
}
@media (max-width: 768px) {
  .slider-with-text .slider .slick-prev {
    left: 5%;
  }
}
.slider-with-text .slider .slick-next {
  right: -2%;
}
@media (max-width: 768px) {
  .slider-with-text .slider .slick-next {
    right: 5%;
  }
}

.resource-grid {
  position: relative;
  width: 100%;
}
.resource-grid .resource-bg-pattern {
  position: absolute;
  height: auto;
  width: 100%;
  background: url("img/dot-pattern.jpg");
  border-left: solid #ffffff 9.5rem;
  border-right: solid #ffffff 9.5rem;
  border-top: none;
  border-bottom: none;
  top: -10rem;
  transition: all .2s ease-out;
}
@media (max-width: 768px) {
  .resource-grid .resource-bg-pattern {
    border: none;
    width: 130%;
    left: 50%;
    margin-left: -65%;
  }
}

.resources-section {
  margin-bottom: 7rem;
  overflow: hidden;
}

.resources-filtering {
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 7rem;
  margin-top: 5rem;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 50px;
  max-width: 100%;
}
.resources-filtering:hover i, .resources-filtering:focus i, .resources-filtering:active i {
  color: #00aeef;
}
.resources-filtering i {
  font-size: 26px;
  color: #4C4C4C;
  position: absolute;
  right: 37px;
  top: 16px;
  z-index: 0;
  transition: all .3s ease-out;
}
.resources-filtering select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000000;
  padding: 18px 65px 18px 35px;
  border-radius: 50px;
  background: none;
  font-size: 16px;
  font-weight: 800;
  color: #4C4C4C;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all .3s ease-out;
  max-width: 100%;
}
.resources-filtering select:hover {
  outline: none;
  cursor: pointer;
  border: 1px solid #00aeef;
  color: #00aeef;
}
.resources-filtering select:focus {
  outline: none;
}

.resource-box {
  background-color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  padding: 4rem;
  border: 1px solid #00aeef;
  border-radius: 5px;
  width: 30.3%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  box-sizing: border-box;
}
@media (max-width: 680px) {
  .resource-box {
    width: 46%;
  }
}
@media (max-width: 515px) {
  .resource-box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.resource-box .resource-term {
  font-style: italic;
  color: #909090;
}
.resource-box h6 {
  margin-bottom: 2rem;
}
