html { font-size: 10px; }
@media only screen and (max-width:1600px) { html { font-size: 9px;  } }
@media only screen and (max-width:1440px) { html { font-size: 8px;    } }
@media only screen and (max-width:1200px) { html { font-size: 7.68px;    } }
@media only screen and (max-width:1023px) { html { font-size: 7.36px;    } }
@media only screen and (max-width:960px)  { html { font-size: 8px;      } }
@media only screen and (max-width:767px)  { html { font-size: 8.88888px; } } .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%; 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;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } body {
color: var(--color-blue);
background-color: var(--color-pickled-bluewood);
font: 500 1.8rem/1.55 'Montserrat', sans-serif;
margin: 0;
padding: 0; font-variant-ligatures: none;
-webkit-font-variant-ligatures: none; text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body > div {
font-size: 1.8rem;
}
img, iframe {
border: none;
max-width: 100%;
height: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font: 700 3.2rem/1.2 'Montserrat', sans-serif;
margin: 0 auto 2rem;
}
p {
margin-bottom: 1.3em;
}
p:last-child {
margin-bottom: 0;
}
a {
transition: 0.5s ease;
}
a:hover,
a:focus {
text-decoration: none;
}
:focus {
outline: none;
}
ul, ol {
padding: 0;
margin: 0;
}
ul li, ol li {
list-style: none;
}
ul:not([class]) li, 
ol:not([class]) li {
position: relative;
padding-left: 5rem;
margin-bottom: 1.1em;
counter-increment: li;
}
ul:not([class]) li::before, 
ol:not([class]) li::before {
content: '';
position: absolute;
height: 0.5em;
width: 0.5em;
background-color: #fff;
border-radius: 50%;
top: 0.5em;
left: 2.5rem;
background-color: #000;
}
ol:not([class]) li::before {
content: counter(li) '. ';
font-size: 100%;
font-family: inherit;
font-weight: 700;
padding-top: 0;
width: 3rem;
text-align: right;
background-color: transparent;
left: 1rem;
top: 0;
} select,
textarea,
input[type="text"], 
input[type="button"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="search"] {
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
}
.lc {
text-transform: lowercase !important;
} .grid__max {
max-width: 1920px;
margin: 0 auto;
overflow: hidden;
background-color: #fff;
}
.sec__wrap {
position: relative;
background: #fff url() no-repeat top center / cover;
padding: 3rem 0;
}
.sec__wrap:last-child {
margin-bottom: 0 !important;
}
.sec__cont {
width: 100%;
max-width: 1680px;
margin: 0 auto;
padding: 0 100px;
display: flex;
flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
.sec__cont {
padding: 0 31px;
}
}
@media only screen and (max-width: 767px) {
.sec__cont {
padding: 0 21px;
}
}
.sec__row {
width: 100%;
display: flex;
justify-content: space-between; 
}
.sec__col {
width: 100%;
}
.flex__cont {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.align__center {
align-items: center;
}  :root {
--color-blue: #192930;
--color-gray: #9fc1cb;
--color-gold: #d9a65a;
--color-blue-bayoux: #497078;
--color-orange: #8C654C;
--color-pickled-bluewood: #314F5C;
}
.font-blue { color: var(--color-blue) }
.font-gray { color: var(--color-gray) }
.font-gold { color: var(--color-gold) } .albert-button-block.alignleft {
text-align: left;
}
.albert-button-block.alignright {
text-align: right;
}
.albert-button-block.aligncenter {
text-align: center;
} .gold-btn span.btn,
.gold-btn a, 
.inner-page-content .gold-btn a {
display: inline-block;
font-size: 1.6rem;
font-weight: 700;
color: var(--color-blue);
background: var(--color-gold);
padding: 1rem 1.9rem 0.8rem;
text-align: center;
text-decoration: none;
}
.gold-btn a:hover,
.gold-btn a:focus, 
.inner-page-content .gold-btn a:hover, 
.inner-page-content .gold-btn a:focus {
color: var(--color-gold);
background: var(--color-blue);
transform: translateY(-5px);
} .gray-btn a,
.inner-page-content .gray-btn a {
display: inline-block;
font-size: 1.6rem;
font-weight: 700;
color: var(--color-gray);
background: var(--color-blue);
border: 1px solid var(--color-gray);
padding: 0.7rem 1.45rem 0.6rem;
text-align: center;
text-decoration: none;
}
.gray-btn a:hover,
.gray-btn a:focus, 
.inner-page-content .gray-btn a:hover, 
.inner-page-content .gray-btn a:focus {
color: var(--color-blue);
background: var(--color-gray);
transform: translateY(-5px);
} .dark-btn a, 
.inner-page-content .dark-btn a {
display: inline-block;
font-size: 1.4rem;
font-weight: 700;
color: #fff;
background: var(--color-blue);
padding: 1rem 1.9rem 0.8rem;
text-align: center;
text-decoration: none;
}
.dark-btn a:hover,
.dark-btn a:focus, 
.inner-page-content .dark-btn a:hover, 
.inner-page-content .dark-btn a:focus {
color: var(--color-blue);
background: #fff;
transform: translateY(-5px);
}
.gold-btn span.btn,
.gold-btn a,
.gray-btn a,
.dark-btn a {
text-transform: uppercase;
} .header {
position: fixed;
left: 0;
width: 100%;
z-index: 99;
padding: 0;
background: none;
}
.header .header-inner {
background: #fff;
padding: 2.7rem 0 3.5rem;
transition: 0.5s ease;
overflow: visible;
}
.header .sec__cont {
padding: 0 62px;
}
@media only screen and (max-width: 1199px) {
.header .sec__cont {
padding: 0 31px;
}
}
@media only screen and (max-width: 767px) {
.header .sec__cont {
padding: 0 21px;
}
}
.header .sec__row {
align-items: center;
}
.header .sec__col:nth-child(1) {
width: 20%;
max-width: 280px;
}
.header .logo {
display: block;
margin-left: 9px;
margin-right: -9px;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
}
.header .logo:hover,
.header .logo:focus {
transform: translateY(-5px);
}
.header .sec__col:nth-child(2) {
width: 80%;
}
.header .nav.mobile,
.header .nav-toggle {
display: none;
}
.header .nav {
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
padding-top: 4px;
}
.header .parent-menu {
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
transform: translateY(4px);
transition: 0.5s ease;
}
.header .parent-item {
position: relative;
margin-right: 1.7rem;
}
.header .parent-item:last-child {
margin-right: 0;
}
.header .parent-item > a {
color: var(--color-blue);
margin-right: 4rem;
padding-bottom: 2rem;
position: relative;
white-space: nowrap;
text-transform: uppercase;
}
.header .parent-item > a::before {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color: var(--color-blue);
left: 50%;
bottom: 1.8rem;
opacity: 0;
transition: 0.3s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.header .parent-item a:hover::before,
.header .parent-item a:focus::before {
width: 100%;
left: 0;
opacity: 1;
}
.header .parent-menu .sub-menu {
position: absolute;
top: -100rem;
left: 30%;
transform: translateX(-50%);
background: var(--color-blue);
width: 26rem;
padding: 2.5rem 3rem;
box-shadow: 0 3px 12px rgba(0,0,0,.16);
opacity: 0;
transition: opacity 0.2s ease;
}
.header .parent-menu .sub-menu::before {
content: '';
position: absolute;
border-left: 1rem solid transparent;
border-right: 1rem solid transparent;
border-bottom: 1rem solid var(--color-blue);
top: -1rem;
left: 50%;
transform: translateX(-50%);
}
.header .parent-menu .sub-menu::after {
content: '';
position: absolute;
width: 100%;
height: 2.5rem;
top: -2.5rem;
left: 50%;
transform: translateX(-50%);
}
.header .sub-item {
margin-bottom: 1rem;
}
.header .sub-item:last-child {
margin-bottom: 0;
}
.header .sub-item > a {
display: block;
color: var(--color-gray);
font-size: 1.6rem;
transition: color 0.3s ease;
}
.header .sub-item > a:hover,
.header .sub-item > a:focus {
color: #fff;
}
.header .parent-menu .menu-item-has-children > a:hover ~ .sub-menu,
.header .parent-menu .menu-item-has-children > a:focus ~ .sub-menu,
.header .parent-menu .sub-menu:hover,
.header .parent-menu .sub-menu:focus,
.header .parent-menu .sub-menu:focus-within {
opacity: 1;
top: 4.5rem;
transition: opacity 0.5s ease;
}
.header .search {
position: relative;
display: flex;
margin-right: 7.5rem;
text-align: right;
transition: 0.5s ease;
top: 3px;
}
.header .search-input {
background: transparent;
border: none;
border-bottom: 2px solid var(--color-blue);
padding: 0.5rem 0;
transition: 0.5s ease;
width: 0;
opacity: 0;
}
.header .search-input::-webkit-search-decoration,
.header .search-input::-webkit-search-cancel-button,
.header .search-input::-webkit-search-results-button,
.header .search-input::-webkit-search-results-decoration {
-webkit-appearance:none;
}
.header .search-btn {
position: absolute;
top: 50%;
right: -2.5rem;
transform: translateY(-50%);
background: transparent;
border: none;
outline: none;
}
.header .search-btn span {
display: none;
}
.header .gold-btn {
transition: 0.5s ease;
overflow: hidden;
opacity: 1;
}
.header .gold-btn a {
display: block;
white-space: nowrap;
text-transform: uppercase;
}
.header .gold-btn a:hover,
.header .gold-btn a:focus {
transform: none;
}
.header .search-expanded.search {
margin-right: 0;
}
.header .search-expanded .search-input {
width: 23.6rem;
opacity: 1;
}
.header .search-expanded ~ .gold-btn {
width: 0 !important;
opacity: 0;
} .header.sticky .header-inner {
background: #fff;
padding: 2rem 0;
}
.header.sticky .parent-menu {
transform: translateY(0);
}
.header.sticky .search {
top: 0;
} .skipnav { 
text-align: left; 
}
.skipnav a { 
position: absolute;
left: -10000px;
color: #fff;
background: var(--color-blue);
padding: 5px 10px;
transition: none;
z-index: 100;
cursor: pointer;
}
.skipnav a:focus, 
.skipnav a:active { 
left: 0;
} .footer {
color: #fff;
background: var(--color-blue);
padding: 13.3rem 0 10rem;
}
@media only screen and (max-width: 1199px) {
.footer .sec__cont {
padding: 0 57px;
}
}
@media only screen and (max-width: 767px) {
.footer .sec__cont {
max-width: 330px;
padding: 0 21px;
}
}
.footer hr {
opacity: .26;
}
.footer .row1 {
margin-bottom: 6.7rem;
}
.footer .col1 {
width: 43%;
}
.footer .col1 > a {
color: #fff;
}
.footer .col1 > a:hover,
.footer .col1 > a:focus {
text-decoration: underline;
}
.footer .col1 h3 {
margin-bottom: 2.3rem;
}
.footer .col1 p {
margin-bottom: 2.5rem;
}
.footer .col1 hr {
margin-bottom: 2.6rem;
}
.footer .footer-menu {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
flex-direction: column;
height: 17rem;
}
.footer .footer-menu li { margin-bottom: 1rem;
}
.footer .footer-menu a {
color: #fff;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
position: relative;
white-space: nowrap;
}
.footer .footer-menu a::before {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color: #fff;
left: 50%;
bottom: -2px;
opacity: 0;
transition: 0.5s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.footer .footer-menu a:hover::before,
.footer .footer-menu a:focus::before {
width: 100%;
left: 0;
opacity: 1;
}
.footer .col2 {
width: 20%;
padding-left: 1%;
}
.footer .col2 h3 {
margin-bottom: 1.3rem;
}
.footer .col2 p {
font-size: 15px;
line-height: 1.4;
margin-bottom: 2rem;
}
.footer .col3 {
width: 23.5%;
}
.footer .header-wrap {
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 0.5rem;
}
.footer .col3 h3 {
margin: 0 3.1rem 0 0;
}
.footer .social-icons {
display: flex;
align-items: center;
}
.footer .social-icons li {
padding-right: 2.1rem;
}
.footer .social-icons a {
display: inline-block;
color: var(--color-gold);
font-size: 2.7rem;
}
.footer .social-icons a:hover,
.footer .social-icons a:focus {
color: #fff;
transform: translateY(-5px);
}
.footer .social-icons a span {
display: none;
}
.footer .col3 p {
font-size: 15px;
line-height: 1.4;
margin-bottom: 2rem;
}
.footer .col3 .gray-btn {
margin-bottom: 3.8rem;
}
.footer .col3 hr {
margin-bottom: 2.2rem;
}
.footer .additional-links a {
color: #fff;
display: inline-block;
font-size: 15px;
font-weight: 700;
margin-bottom: 0.8rem;
position: relative;
white-space: nowrap;
}
.footer .additional-links a::before {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color: #fff;
left: 50%;
bottom: -2px;
opacity: 0;
transition: 0.5s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.footer .additional-links a:hover::before,
.footer .additional-links a:focus::before {
width: 100%;
left: 0;
opacity: 1;
}
.footer .row2 {
align-items: center;
}
.footer .col4 {
width: auto;
}
.footer .legals {
display: flex;
font-size: 13px;
}
.footer .legals li {
line-height: 1;
padding-right: 8.5px;
margin-right: 8.5px;
border-right: 1px solid #fff;
padding-bottom: 1px;
}
.footer .legals li:last-child {
padding-right: 0;
margin-right: 0;
border-right: none;
}
.footer .legals a {
color: var(--color-gray);
position: relative;
white-space: nowrap;
}
.footer .legals a::before {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color:  var(--color-gray);
left: 50%;
bottom: -2px;
opacity: 0;
transition: 0.5s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.footer .legals a:hover::before,
.footer .legals a:focus::before {
width: 100%;
left: 0;
opacity: 1;
}
.footer .col5 {
width: auto;
}
.footer .col5 a {
display: inline-block;
font-size: 11px;
color: rgba(255,255,255,.44);
position: relative;
white-space: nowrap;
}
.footer .col5 a::before {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color: rgba(255,255,255,.44);
left: 50%;
bottom: -2px;
opacity: 0;
transition: 0.5s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.footer .col5 a:hover::before,
.footer .col5 a:focus::before {
width: 100%;
left: 0;
opacity: 1;
} .popup-bg {
position: fixed;
width: 102%;
height: 102%;
background: rgba(0,0,0,.7);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: opacity 0.5s ease-in-out;
z-index: -5;
}
.newsletter-popup {
position: fixed;
width: 90%;
max-width: 500px;
padding: 3rem 1rem;
border-radius: 1rem;
box-shadow: 0 0 1rem rgb(0 0 0 / 30%);
top: 50%;
left: 50%;
transform: translate(-50%, -80%);
opacity: 0;
transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
z-index: -5;
}
.popup-close {
position: absolute;
width: 3.5rem;
height: 3.5rem;
background: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
top: -1.3rem;
right: -1.3rem;
cursor: pointer;
}
.popup-close i {
font-size: 2rem;
}
.popup-bg.active {
opacity: 1;
z-index: 104;
}
.newsletter-popup.active {
transform: translate(-50%, -50%);
opacity: 1;
z-index: 105;
}  .section-counter {
background-color: #481e0c;
background-image: url(//albmac.com/wp-content/themes/albertmackenzie/img/home-sec3-bg.jpg);
background-position: top left;
padding: 5.8rem 0 5.4rem;
}
.section-counter .sec__col {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.section-counter .count-up {
width: 20%;
color: #fff;
text-align: center;
}
.section-counter .count-up h3 {
font-size: 7rem;
font-weight: 200;
line-height: 1.1;
margin-bottom: 0;
}
.section-counter .count-up p {
font-size: 14px;
font-weight: 800;
letter-spacing: 1.1px;
} .section-team-slider {
position: relative;
margin-bottom: 12.4rem;
}
.section-team-slider::before {
content: '';
position: absolute;
width: 100%;
max-width: 1920px;
height: 25.9rem;
background: url(//albmac.com/wp-content/themes/albertmackenzie/img/home-sec5-bg.jpg) no-repeat center / cover;
top: 55.2%;
left: 0;
transform: translateY(-51%);
}
.section-team-slider .sec__cont {
max-width: 1550px;
}
.section-team-slider .row1 {
padding: 0 2rem 0.6rem;
}
.section-team-slider .row1 .sec__col {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
}
.section-team-slider .row1 h2 {
font-size: 3.7rem;
margin-left: 0;
margin-bottom: 0;
}
.section-team-slider .row1 h2 span {
font-weight: 300;
}
.section-team-slider .team-page-link {
color: var(--color-orange);
font-size: 16px;
font-weight: 700;
position: relative;
white-space: nowrap;
}
.section-team-slider .team-page-link::before {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color: var(--color-orange);
left: 50%;
bottom: -2px;
opacity: 0;
transition: 0.5s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.section-team-slider .team-page-link:hover::before,
.section-team-slider .team-page-link:focus::before {
width: 100%;
left: 0;
opacity: 1;
}
.section-team-slider .row2 .team-page-link {
display: none;
}
.team-slider.swiper-container {
position: relative;
padding: 3rem 2rem;
}
.team-slider .swiper-card-wrap {
width: 100%;
height: 45rem;
}
.team-slider .swiper-slide {
background: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.team-slider picture {
width: 100%;
overflow: hidden;
}
.team-slider img {
width: 100%;
transition: 0.3s ease;
}
.team-slider .swiper-slide:hover img,
.team-slider .swiper-slide:focus img {
transform: scale(1.1);
}
.team-slider .details {
width: 100%;
padding: 2.8rem 2.5rem 2.5rem;
text-align: left;
}
.team-slider h3 {
color: var(--color-blue-bayoux);
font-size: 2.3rem;
font-weight: 500;
margin-bottom: 0.6rem;
}
.team-slider h4 {
color: var(--color-blue);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 1.8rem;
}
.team-slider p {
position: relative;
color: var(--color-orange);
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
padding-left: 1.4rem;
}
.team-slider p::before {
content: '\f3c5';
position: absolute;
font-family: 'Font Awesome 6 Pro';
top: 50%;
left: 0;
transform: translateY(-50%);
}
.section-team-slider .swiper-button-prev,
.section-team-slider .swiper-button-next {
color: #fff;
top: 54.6%;
}
.section-team-slider .swiper-button-prev.swiper-button-disabled,
.section-team-slider .swiper-button-next.swiper-button-disabled {
opacity: 0;
}
.section-team-slider .swiper-button-prev:hover, 
.section-team-slider .swiper-button-next:hover {
color: var(--color-gold);
}
.section-team-slider .swiper-button-prev::after,
.section-team-slider .swiper-button-next::after {
font-size: 3.4rem;
}
.section-team-slider .swiper-button-prev {
left: 2.7%;
transform: translateX(-50%);
}
.section-team-slider .swiper-button-next {
right: 2.7%;
transform: translateX(50%);
} .section-news-and-events {
background: #F0F2F2;
padding: 9.4rem 0 7.7rem;
}
@media only screen and (max-width: 1199px) {
.section-news-and-events .sec__cont {
padding: 0 55px;
}
}
@media only screen and (max-width: 767px) {
.section-news-and-events .sec__cont {
padding: 0 21px;
}
}
.section-news-and-events .row1 {
padding: 0 2rem 1rem;
}
.section-news-and-events .row1 .sec__col {
display: flex;
align-items: flex-end;
flex-wrap: wrap;
}
.section-news-and-events .row1 .hr {
width: 100%;
}
.section-news-and-events .row1 hr {
max-width: 9.6rem;
height: 3px;
background: var(--color-gold);
opacity: 1;
margin-top: 0;
margin-bottom: 3.2rem;
}
.section-news-and-events .row1 h2 {
font-size: 3.7rem;
margin-left: -3px;
margin-bottom: 0;
}
.section-news-and-events .row1 h2 span {
font-weight: 300;
}
.section-news-and-events .news-page-link {
color: var(--color-orange);
font-size: 16px;
font-weight: 700;
position: relative;
white-space: nowrap;
}
.section-news-and-events .news-page-link::before {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color: var(--color-orange);
left: 50%;
bottom: -2px;
opacity: 0;
transition: 0.5s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
}
.section-news-and-events .news-page-link:hover::before,
.section-news-and-events .news-page-link:focus::before {
width: 100%;
left: 0;
opacity: 1;
}
.section-news-and-events .row2 .news-page-link {
display: none;
}
.news-slider.swiper-container {
position: relative;
padding: 3rem 2rem;
}
.news-slider .swiper-card-wrap {
width: 100%;
height: 45rem;
}
.news-slider .swiper-slide {
display: flex;
justify-content: center; 
}
.news-slider picture {
width: 47.3%;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
overflow: hidden;
}
.news-slider img {
width: 100%;
transition: 0.3s ease;
}
.news-slider .swiper-slide:hover img,
.news-slider .swiper-slide:focus img {
transform: scale(1.1);
}
.news-slider .details {
width: 52.7%;
padding: 3rem 1rem 3rem 3rem;
text-align: left;
}
.news-slider h3 {
color: var(--color-blue);
font-size: 13px;
font-weight: 500;
text-transform: uppercase;
margin-top: 2.7rem;
margin-bottom: 1rem;
}
.news-slider h4 {
color: var(--color-blue-bayoux);
font-size: 1.9rem;
line-height: 1.5;
margin-bottom: 0;
}
.news-slider .swiper-pagination {
display: none;
} .hero-section {
background-color: var(--color-blue);
background-image: url(//albmac.com/wp-content/themes/albertmackenzie/img/about-sec1-bg.jpg);
padding: 8.2rem 0 7.6rem;
}
.hero-section .hero-heading {
color: #fff;
font-size: 3.7rem;
margin-bottom: 0;
text-align: center;
} .inner-page-main {
border-top: 6.6rem solid var(--color-gold);
padding: 8.8rem 0 8rem;
}
.inner-page-content {
width: 57%;
}
.inner-page-content h1, 
.inner-page-content h2, 
.inner-page-content h3, 
.inner-page-content h4, 
.inner-page-content h5, 
.inner-page-content h6 {
margin-bottom: 1rem;
color: var(--color-blue);
}
.inner-page-content h1 {
font-size: 3.2rem;
}
.inner-page-content h2 {
font-size: 2.6rem;
}
.inner-page-content h3 {
color: var(--color-blue-bayoux);
font-size: 2.3rem;
}
.inner-page-content h4 {
text-transform: uppercase;
font-size: 1.9rem;
}
.inner-page-content h5 {
color: var(--color-blue-bayoux);
text-transform: uppercase;
font-size: 1.6rem;
}
.inner-page-content h6 {
color: var(--color-orange);
font-size: 1.6rem;
}
.inner-page-content p {
margin-bottom: 2.5rem;
line-height: 1.7;
}
.inner-page-content a {
color: var(--color-orange);
text-decoration: underline;
}
.inner-page-content a:hover,
.inner-page-content a:focus {
text-decoration: none;
}
.inner-page-content p.small {
font-size: 1.6rem;
}
.inner-page-content ul:not([class]),
.inner-page-content ol:not([class]) {
margin-bottom: 3rem;
}
.inner-page-content ul:not([class]) ul, 
.inner-page-content ol:not([class]) ol {
margin-top: 1rem;
margin-bottom: 1rem;
}
.inner-page-content ul:not([class]) li {
padding-left: 2rem;
font-size: 1.6rem;
margin-bottom: 0.7rem;
}
.inner-page-content ul:not([class]) li::before {
height: 6px;
width: 6px;
background-color: var(--color-orange);
left: 0;
}
.inner-page-content .gold-btn {
margin-bottom: 2rem;
}
.inner-page-content .dark-btn {
margin-bottom: 3rem;
} .inner-page-sidebar {
width: 31.9%;
margin-top: -13.6rem;
}
.inner-page-sidebar.no-subnav-menu {
margin-top: -5.7rem;
} .inner-page-sidebar-box {
width: 100%;
color: #fff;
background: var(--color-blue);
padding: 5.1rem 6rem 4.4rem;
box-shadow: 0 3px 12px rgba(0,0,0,.16);
}
.inner-page-sidebar-box h3 {
font-size: 2.7rem;
margin-bottom: 0.8rem;
} .about-sidebar-box-menu li > a {
display: none;
}
.about-sidebar-box-menu li li > a {
display: inline;
}
.about-sidebar-box-menu li {
margin-bottom: 0.9rem;
}
.about-sidebar-box-menu a {
color: var(--color-gray);
}
.about-sidebar-box-menu a:hover {
text-decoration: underline;
}
.about-sidebar-box-menu li.current-menu-item > a,
.about-sidebar-box-menu li.current-menu-ancestor > a,
.about-sidebar-box-menu a.active {
color: #fff;
font-weight: 700;
}
.about-sidebar-box-menu li.current-menu-item > a::before,
.about-sidebar-box-menu li.current-menu-ancestor > a::before,
.about-sidebar-box-menu a.active::before {
background-color: #fff;
}
.about-sidebar-services {
padding: 5.7rem 5.7rem 2.6rem;
}
.about-sidebar-services h3 {
font-size: 2.7rem;
margin-bottom: 1.9rem;
}
.about-sidebar-services-menu li {
position: relative;
line-height: 1;
padding-left: 1.5rem;
padding-right: 1.5rem;
margin-bottom: 1.8rem;
text-transform: uppercase;
}
.about-sidebar-services-menu li::before {
content: '';
position: absolute;
height: 5px;
width: 5px;
background: var(--color-orange);
border-radius: 50%;
top: 8px;
left: 0;
}
.about-sidebar-services-menu a {
font-size: 14px;
font-weight: 700;
color: var(--color-blue-bayoux);
}
.about-sidebar-services-menu a:hover {
text-decoration: underline;
}
.about-sidebar-team-quotes {
padding: 0 6.4rem;
}
.about-sidebar-team-quotes-slider.swiper-container {
position: relative;
box-shadow: 0 3px 12px rgba(0,0,0,.16);
}
.about-sidebar-team-quotes-slider .swiper-slide {
background: #fff;
}
.about-sidebar-team-quotes-slider picture,
.about-sidebar-team-quotes-slider img {
width: 100%;
}
.about-sidebar-team-quotes-slider .details {
width: 100%;
padding: 3.5rem 2.5rem 4.6rem;
text-align: center;
}
.about-sidebar-team-quotes-slider p {
font-size: 1.6rem;
line-height: 1.7;
font-style: italic;
margin-bottom: 2.2rem;
}
.about-sidebar-team-quotes-slider hr {
max-width: 5.4rem;
height: 3px;
background: var(--color-gold);
opacity: 1;
margin: 0 auto 2rem;
}
.about-sidebar-team-quotes-slider h3 {
color: var(--color-blue-bayoux);
font-size: 1.9rem;
font-weight: 500;
margin-bottom: 1rem;
}
.about-sidebar-team-quotes-slider h4 {
color: var(--color-blue);
font-size: 1rem;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 1.2rem;
}
.about-sidebar-team-quotes-slider .swiper-pagination {
padding-bottom: 1.2rem;
}
.about-sidebar-team-quotes-slider .swiper-pagination-bullet {
width: 10px !important;
height: 10px !important;
}
.about-sidebar-team-quotes-slider .swiper-pagination-bullet-active {
background: var(--color-gold) !important;
} .about-mobile-nav {
display: none;
}  .wpcf7-form,
.wpcf7-form {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.infusion-field,
.infusion-field label,
.infusion-field input,
.infusion-field select,
.infusion-field textarea,
.infusion-submit button {
color: var(--color-blue);
width: 100%;
font-size: 1.8rem;
font-weight: 400;
line-height: 1.3;
transition: 0.5s ease-in-out;
} .infusion-field {
padding-bottom: 1rem;
}
.infusion-field label {
display: block;
padding-bottom: 0.8rem;
position: relative;
}
.infusion-field label span {
color: #f00;
}
.infusion-field input,
.infusion-field textarea,
.infusion-field select {
width: 100%;
padding: 0.8rem 1.5rem;
background: #fff;
border: 1px solid #1D292F;
transition: 0.2s ease;
}
.infusion-field input::placeholder,
.infusion-field textarea::placeholder,
.infusion-field select::placeholder {
color: #757575;
}
.infusion-field input:focus,
.infusion-field textarea:focus,
.infusion-field select:focus {
color: var(--color-blue);
box-shadow: 0 0 10px rgba(0,0,0,.2);
outline: none;
}
.infusion-field input:-webkit-autofill {
box-shadow: 0 0 0 500px white inset;
transition: background-color 9999s ease-in-out 0s;
} .infusion-field .infusion-field-input-container {
position: relative;
}
.infusion-field .infusion-field-input-container::after {
content: '\f107';
position: absolute;
font-family: 'Font Awesome 6 Pro';
font-weight: 900;
color: var(--color-blue);
right: 1.5rem;
top: 50%;
transform: translateY(-51%);
pointer-events: none;
}
.infusion-field select {
position: relative;
margin: 0;
color: #707070;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
transition: none;
}
.infusion-field select:focus {
color: #707070;
}
.infusion-field select::-ms-expand {
display: none;
}
.infusion-field select option {
color: #000;
} .infusion-field input[type=number]::-webkit-inner-spin-button,
.infusion-field input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.infusion-field input[type=number] {
-moz-appearance: textfield;
} .wpcf7-list-item {
margin: 0;
}
.infusion-field input[type=checkbox],
.infusion-field input[type=radio] {
display: none;
}
.infusion-check,
.infusion-radio {
display: flex;
}
.infusion-check .wpcf7-form-control-wrap,
.infusion-radio .wpcf7-form-control-wrap {
display: block;
width: 100% !important;
flex: 0 0 100%;
margin: 0 !important;
}
.infusion-check:not(.inline) .wpcf7-form-control,
.infusion-radio:not(.inline) .wpcf7-form-control {
column-count: 3;
display: block;
width: 100% !important;
margin: 0 !important;
}
.infusion-check span.wpcf7-list-item,
.infusion-radio span.wpcf7-list-item {
width: 100%;
}
.infusion-check .options-container,
.infusion-radio .options-container {
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.infusion-check.inline span.wpcf7-list-item,
.infusion-radio.inline span.wpcf7-list-item {
margin: 0 15px 0 0;
}
.infusion-check .wpcf7-list-item-label,
.infusion-radio .wpcf7-list-item-label {
position: relative;
display: block;
color: var(--color-blue-bayoux);
max-width: 100%;
margin: 0;
padding-left: 3rem;
margin-bottom: 1rem;
cursor: pointer;
text-transform: uppercase;
font-size: 1.5rem;
line-height: 1.4;
font-weight: 700;
}
.infusion-check span:last-child .wpcf7-list-item-label,
.infusion-radio span:last-child .wpcf7-list-item-label,
.infusion-check span:last-child label, 
.infusion-radio span:last-child label { } .infusion-check span .wpcf7-list-item-label::before,
.infusion-check span .wpcf7-list-item-label::after {
content: '';
position: absolute;
top: 0;
}
.infusion-check span .wpcf7-list-item-label::before,
.infusion-check span label::before {
height: 2.2rem;
width: 2.2rem;
background: #F4F5F7;
border: 1px solid #384E5B;
border-radius: 2px;
left: 0;
}
.infusion-check span .wpcf7-list-item-label::after,
.infusion-check span label::after {
content: '';
position: absolute;
height: 1.1rem;
width: 0.6rem;
border: 1px solid #384E5B;
border-width: 0 0.2rem 0.2rem 0;
top: 0.4rem;
left: 0.8rem;
opacity: 0;
transform: rotate(45deg);
}
.infusion-check span input:checked+.wpcf7-list-item-label::after,
.infusion-check span input:checked+label::after {
opacity: 1;
} .infusion-radio span.wpcf7-list-item {
position: relative;
}
.infusion-radio span .wpcf7-list-item-label {
color: var(--color-blue);
font-size: 1.8rem;
font-weight: 500;
line-height: 1.3;
text-transform: initial;
}
.infusion-radio span .wpcf7-list-item-label::before,
.infusion-radio span .wpcf7-list-item-label::after {
content: '';
position: absolute;
height: 2.2rem;
width: 2.2rem;
background: #F4F5F7;
border: 1px solid #384E5B;
border-radius: 50%;
top: 0;
left: 0;
}
.infusion-radio span .wpcf7-list-item-label::after {
height: 1rem;
width: 1rem;
background: #384E5B;
top: 0.6rem;
left: 0.6rem;
opacity: 0;
}
.infusion-radio span input[type=radio]:checked+ .wpcf7-list-item-label::after,
.infusion-radio span input[type=checkbox]:checked+ .wpcf7-list-item-label::after {
opacity: 1;
}
.infusion-check .wpcf7-acceptance .wpcf7-list-item-label {
margin: 0;
} .infusion-field.file {
padding: 3.5rem 0;
border-bottom: 2px solid #F0F2F2;
}
.infusion-field.file > label {
color: var(--color-blue);
font-size: 1.9rem;
font-weight: 700;
padding-bottom: 1.5rem;
}
.infusion-field .file-field {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.infusion-field.file .custom-file {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.infusion-field.file .custom-file input {
display: none;
}
.infusion-field.file .custom-file label {
display: inline-block;
font-size: 1.4rem;
font-weight: 700;
color: #fff;
background: var(--color-blue);
padding: 1rem 1.9rem;
margin-right: 2rem;
text-align: center;
width: auto;
cursor: pointer;
}
.infusion-field.file .custom-file span {
color: #707070;
font-size: 1.6rem;
padding-top: 1px;
max-width: 20rem;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.infusion-field.file .note {
color: #707070;
font-size: 1.3rem;
font-style: italic;
} .infusion-field input[type=date] {
color: #707070;
padding: 0.6rem 1.5rem;
} .newsletter {
position: relative;
background: var(--color-blue-bayoux);
padding: 3.8rem 6rem 1.5rem 13.7rem;
}
.newsletter::before {
content: '\f658';
position: absolute;
font-family: 'Font Awesome 6 Pro';
font-size: 6.2rem;
font-weight: 900;
color: rgba(255,255,255,.16);
top: 50%;
left: 5rem;
transform: translateY(-50%);
}
.newsletter .infusion-field {
padding-bottom: 0;
}
.newsletter .infusion-field h6 {
color: #fff;
font-size: 1.6rem;
text-transform: uppercase;
margin-bottom: 0.7rem;
}
.newsletter .infusion-field p {
color: #fff;
font-size: 1.6rem;
line-height: 1.5;
margin-bottom: 1rem;
}
.newsletter .infusion-radio {
flex-wrap: wrap;
}
.newsletter .infusion-radio .options-container {
flex-direction: row;
}
.newsletter .infusion-radio.inline span {
width: auto;
}
.newsletter .infusion-radio .wpcf7-list-item-label {
color: #fff;
text-transform: none;
}
.newsletter .infusion-radio.inline .options-container {
width: 100%;
}
.newsletter .infusion-radio.inline .options-container .wpcf7-form-control {
flex-direction: row;
} .infusion-field.optin {
padding: 1.5rem 0 1.5rem 2.4rem;
margin: 5rem auto 3.5rem;
border-left: 3px solid var(--color-gold);
}
.infusion-field.optin > label {
font-size: 1.6rem;
font-style: italic;
line-height: 1.6;
padding-bottom: 1.5rem;
} .infusion-submit {
margin-top: 1rem;
position: relative;
}
.infusion-submit button {
display: inline-block;
padding: 1.3rem 1.9rem 1rem;
color: var(--color-blue);
background: var(--color-gold);
border: 2px solid var(--color-gold);
font-size: 1.6rem;
font-weight: 700;
text-transform: uppercase;
cursor: pointer;
width: auto;
}
.infusion-submit .ajax-loader {
position: absolute;
top: 50%;
margin-top: -12px;
}
.infusion-submit button:hover,
.infusion-submit button:focus {
background: var(--color-blue);
border-color: var(--color-blue);
color: var(--color-gold);
} .wpcf7-form .captcha-note {
width: 100%;
font-size: 1.2rem;
margin-top: 2rem;
}
.wpcf7-form .captcha-note a {
color: var(--color-blue-bayoux);
font-weight: 700;
position: relative;
white-space: nowrap;
text-decoration: none;
}
.wpcf7-form .captcha-note a::before {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color: var(--color-blue-bayoux);
left: 50%;
bottom: -2px;
transition: 0.5s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
opacity: 0;
}
.wpcf7-form .captcha-note a:hover::before,
.wpcf7-form .captcha-note a:focus::before {
width: 100%;
left: 0;
opacity: 1;
} .news-post-meta {
background: var(--color-gold);
padding: 2.65rem 0;
}
.news-post-meta .meta {
display: flex;
flex-wrap: wrap;
}
.news-post-meta .meta li {
font-size: 1.3rem;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
padding-right: 1.3rem;
margin-right: 1.3rem;
border-right: 2px solid var(--color-blue);
}
.news-post-meta .meta li a {
color: var(--color-blue);
}
.news-post-meta .meta li:last-child {
padding-right: 0;
margin-right: 0;
border-right: none;
} .news-post-authors {
display: flex;
flex-wrap: wrap;
}
.news-post-authors li { 
padding-right: 6rem;
margin-bottom: 5rem;
}
.news-post-authors li a {
display: flex;
align-items: center;
flex-wrap: wrap;
text-decoration: none;
}
.news-post-authors li a:hover {
text-decoration: underline;
}
.news-post-authors li:last-child {
padding-right: 0;
}
.news-post-authors .img {
width: 11.1rem;
padding-right: 2.2rem;
}
.news-post-authors .text h4 {
color: var(--color-blue-bayoux);
font-size: 2.1rem;
font-weight: 500;
margin-bottom: 0.2rem;
}
.news-post-authors .text p {
font-size: 1.1rem;
text-transform: uppercase;
margin-bottom: 0;
color: var(--color-blue);
} .news-post-content {
margin-bottom: 4rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid #F0F2F2;
}
.news-post-content h1 {
margin-bottom: 1.2rem;
}
.news-post-content h2 {
font-size: 2.6rem;
margin-bottom: 1.1rem;
}
.news-post-content h3 {
color: var(--color-blue-bayoux);
font-size: 2.3rem;
margin-bottom: 1rem;
}
.news-post-content h4 {
font-size: 1.9rem;
margin-bottom: 0.8rem;
}
.news-post-content h5 {
color: var(--color-blue-bayoux);
font-size: 1.6rem;
margin-bottom: 1rem;
}
.news-post-content h6 {
color: var(--color-orange);
font-size: 1.6rem;
margin-bottom: 1rem;
} .news-post-others {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.news-post-others .tagged-in {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.news-post-others .tagged-in p {
font-size: 1.3rem;
font-weight: 700;
text-transform: uppercase;
padding-right: 13px;
margin-bottom: 0;
}
.news-post-others .tags {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.news-post-others .tags a {
display: block;
color: var(--color-blue);
background: #CBD1D1;
font-size: 1rem;
font-weight: 700;
line-height: 1;
padding: 10px 9px 8px;
margin-right: 10px;
text-transform: uppercase;
text-decoration: none;
}
.news-post-others .tags a:hover,
.news-post-others .tags a:focus {
color: #fff;
background: var(--color-blue);
transform: translateY(-5px);
} .news-post-others .share-post {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.news-post-others .share-post p {
font-size: 1.3rem;
font-weight: 700;
text-transform: uppercase;
padding-right: 23px;
margin-bottom: 0;
}
.news-post-others .share-icons {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.news-post-others .share-icons a {
display: block;
width: 4.1rem;
height: 4.1rem;
color: #fff;
background: var(--color-blue-bayoux);
font-size: 1.8rem;
line-height: 1;
margin-right: 10px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
text-decoration: none;
}
.news-post-others .share-icons li:last-child a {
margin-right: 0;
}
.news-post-others .share-icons a:hover,
.news-post-others .share-icons a:focus {
background: var(--color-blue);
transform: translateY(-5px);
}
.news-post-others .share-icons a span {
display: none;
} .news-post-featured-img {
margin-bottom: 4rem;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.news-post-featured-img img {
width: 100%;
} .news-post-sidebar-box-header {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 1rem;
}
.news-post-sidebar-box-header h3 {
margin: 0 2.5rem 0 0;
}
.news-post-sidebar-box-social-icons {
display: flex;
align-items: center;
}
.news-post-sidebar-box-social-icons li {
padding-right: 2.1rem;
}
.news-post-sidebar-box-social-icons a {
display: inline-block;
color: var(--color-gold);
font-size: 2.7rem;
}
.news-post-sidebar-box-social-icons a:hover,
.news-post-sidebar-box-social-icons a:focus {
color: #fff;
transform: translateY(-5px);
}
.news-post-sidebar-box-social-icons a span {
display: none;
} .news-post-related {
padding: 6rem 6rem 0;
}
.news-post-related .people {
padding-top: 4rem;
}
.news-post-related h3 {
font-size: 2.7rem;
margin-bottom: 1.5rem;
}
.news-post-related li {
position: relative;
padding-left: 15px;
margin-bottom: 10px;
}
.news-post-related li::before {
content: '';
position: absolute;
height: 5px;
width: 5px;
border-radius: 50%;
top: 12px;
left: 0;
background-color: var(--color-orange);
}
.news-post-related a {
color: var(--color-blue-bayoux);
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
white-space: nowrap;
}
.news-post-related a:hover {
text-decoration: underline;
} .bio-profile {
max-width: 642px;
border-radius: 3px;
box-shadow: 0 3px 6px rgba(0,0,0,.16);
overflow: hidden;
}
.bio-profile .head {
color: var(--color-blue);
background: #fff;
padding: 5.2rem 5.5rem 3.5rem 62px; }
.bio-profile .head h1 {
color: var(--color-blue);
font-size: 4.5rem;
text-align: left;
margin-bottom: 1.2rem;
}
.bio-profile .head p {
font-size: 1.4rem;
text-transform: uppercase;
margin-bottom: 1.2rem;
}
.bio-profile .head h1 span {
font-weight: 300;
}
.bio-profile .social-icons {
display: flex;
align-items: center;
justify-content: space-between;
}
.bio-profile .contact {
display: flex;
align-items: center;
}
.bio-profile .contact li {
padding-right: 3.5rem;
}
.bio-profile .contact a {
display: inline-block;
color: #89583C;
font-size: 1.4rem;
font-weight: 600;
text-transform: uppercase;
}
.bio-profile .contact a:hover,
.bio-profile .contact a:focus {
transform: translateY(-5px);
}
.bio-profile .contact i {
padding-right: 6px;
}
.bio-profile .social {
color: var(--color-pickled-bluewood);
font-size: 2.3rem;
}
.bio-profile .social:hover,
.bio-profile .social:focus {
transform: translateY(-5px);
}
.bio-profile .social span {
display: none;
}
.bio-profile .body {
background: var(--color-pickled-bluewood);
padding: 2.5rem 1rem 2.5rem 62px; }
.bio-profile .body .body-inner,
.bio-profile .body a {
display: inline-block;
color: #fff;
font-size: 1.2rem;
text-transform: uppercase;
}
.bio-profile .body a:hover {
text-decoration: underline;
}
.bio-profile .body .body-inner strong,
.bio-profile .body a strong {
display: block;
} .bio-meta {
background: var(--color-gold);
padding: 1.45rem 0;
}
.bio-meta a {
display: inline-block;
color: var(--color-blue);
background: transparent;
font-size: 1.4rem;
font-weight: 600;
padding: 0.8rem 1.7rem 0.6rem;
border: 1px solid var(--color-blue);
}
.bio-meta i {
margin-right: 7px;
} .confidentiality-popup p {
font-size: 14px;
}
.confidentiality-popup .btns-wrap {
display: flex;
justify-content: center;
}
.confidentiality-popup .btns-wrap .agree {
margin-right: 10px;
} .single-attorney .inner-page-main {
border-top-width: 0;
}
.bio-credentials {
margin-bottom: 3rem;
}
.bio-credentials h3 {
color: var(--color-blue-bayoux);
font-size: 1.6rem;
margin-bottom: 1rem;
}
.bio-education {
margin-top: 4rem;
} .bio-personal-widget h3 {
color: var(--color-blue);
font-size: 2.6rem;
margin-bottom: 1rem;
margin-top: 0 !important;
}
.bio-personal-widget p {
margin-bottom: 1.8rem;
} .bio-specialties {
font-size: 2.7rem;
font-weight: 300;
line-height: 1.3;
margin-bottom: 6rem;
}
.bio-specialties strong {
font-weight: 700;
}
.bio-services-list li {
margin-bottom: 1.2rem;
}
.bio-services-list a {
color: #9FC1CB;
display: inline-block;
text-underline-offset: 4px;
}
.bio-services-list a:hover {
text-decoration: underline;
} .result-meta {
position: relative;
background: var(--color-gold);
padding: 1.5rem 0;
z-index: 2;
}
.result-meta .filter-form,
.result-meta .sec__col {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.result-meta .filter-form {
flex: 0 0 100%;
}
.result-meta .filter-form > div {
margin-right: 2rem;
}
.result-meta .filter-form > div:last-child {
margin-right: 0;
}
.result-select-wrap {
position: relative;
}
.result-select-wrap::after {
content: '\f107';
position: absolute;
font: 400 21px 'Font Awesome 6 Pro';
color: var(--color-blue);
right: 16px;
top: 50%;
transform: translateY(-50%);
}
.result-select-wrap select {
position: relative;
width: 22.4rem;
padding: 7px 16px;
font-size: 13px;
font-weight: 700;
color: var(--color-blue);
background: transparent;
border: 1px solid var(--color-blue);
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
transition: none;
z-index: 2;
text-overflow: ellipsis;
padding-right: 33px;
}
.result-select-wrap select::-ms-expand {
display: none;
} .result-search {
position: relative;
margin-right: 2rem;
}
.result-search input {
width: 22.4rem;
padding: 7px 35px 7px 16px;
font-size: 13px;
font-weight: 700;
color: var(--color-blue);
background: transparent;
border: 1px solid var(--color-blue);
}
.result-search input::placeholder {
color: var(--color-blue);
}
.result-search input::-webkit-search-decoration,
.result-search input::-webkit-search-cancel-button,
.result-search input::-webkit-search-results-button,
.result-search input::-webkit-search-results-decoration {
-webkit-appearance:none;
}
.result-search-meta-btn {
position: absolute;
font-weight: 400;
color: var(--color-blue);
background: transparent;
padding: 0;
border: none;
top: 50%;
right: 16px;
transform: translateY(-50%);
cursor: pointer;
z-index: 2;
}
.result-search-meta-btn span {
display: none;
}
.result-search-clear {
position: absolute;
font-weight: 400;
top: 50%;
right: 42px;
transform: translateY(-50%);
cursor: pointer;
z-index: 2;
display: none;
} .mobile-result-filter {
display: none;
} @media only screen and (max-width:1280px) {
.header .parent-item > a {
margin-right: 3rem;
}
}
@media only screen and (max-width:1199px) { .gold-btn a,
.gray-btn a,
.dark-btn a {
font-size: 13px;
padding: 0.85rem 1.8rem;
} .header {
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.header .header-inner {
padding-top: 23px;
padding-bottom: 24px;
}
.header.sticky {
background: #fff;
}
.header .sec__col:nth-child(1) {
width: 100%;
max-width: 169px;
}
.header .logo {
margin-left: -0.1rem;
margin-right: 0.1rem;
}
.header .sec__col:nth-child(2) {
width: 100%;
max-width: 30px;
height: 26px;
}
.header .nav.desktop {
display: none;
}
.header .nav.mobile,
.header .nav-toggle {
display: block;
}
.header .nav-toggle {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
height: 100%;
}
.header .nav-toggle span {
display: block;
width: 100%;
height: 4px;
border-radius: 3px;
background: var(--color-blue);
}
.header .nav-toggle span:nth-child(1) {
transform: rotate(0deg);
transform-origin: top right;
transition: transform 0.5s ease;
}
.header .nav-toggle span:nth-child(2) {
align-self: flex-end;
opacity: 1;
transition: width 0.5s ease, opacity 0.5s ease;
}
.header .nav-toggle span:nth-child(3) {
transform: rotate(0deg);
transform-origin: bottom right;
transition: transform 0.5s ease;
}
.header .nav-toggle span:nth-child(4) {
display: none;
}
.header .nav-toggle.active span:nth-child(1) {
transform: rotate(-51deg);
transform-origin: top right;
}
.header .nav-toggle.active span:nth-child(2) {
width: 0;
opacity: 0;
}
.header .nav-toggle.active span:nth-child(3) {
transform: rotate(51deg);
transform-origin: bottom right;
}
.header .nav.mobile {
position: absolute;
width: 313px;
max-height: calc(100vh - 6.5rem);
overflow-y: auto;
padding-top: 10px;
top: 6.5rem;
right: 1.8rem;
display: none;
}
.header .nav.mobile::before {
content: '';
position: absolute;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid var(--color-blue);
top: 2px;
right: 18px;
}
.header .nav.mobile ul li {
position: relative;
}
.header .mobile-parent-item > a {
position: relative;
display: block;
font-size: 17px;
color: #fff;
background: var(--color-blue);
padding: 0.6rem 2.2rem;
}
.header .mobile-parent-item:first-child > a {
padding-top: 1.5rem;
}
.header .mobile-parent-menu .menu-item-has-children > .subnav-toggle {
position: absolute;
right: 0;
top: 0;
width: 60px;
height: 35px;
}
.header .mobile-parent-item:first-child > .subnav-toggle {
top: 0.5rem;
}
.header .mobile-parent-menu .menu-item-has-children > .subnav-toggle::before,
.header .mobile-parent-menu .menu-item-has-children > .subnav-toggle::after,
.header .mobile-has-sub::before,
.header .mobile-has-sub::after {
content: '';
position: absolute;
width: 14px;
height: 2px;
background: var(--color-gray);
top: 50%;
right: 3rem;
transform: translateY(-50%) rotate(90deg);
transform-origin: center;
transition: 0.5s ease;
}
.header .mobile-parent-menu .menu-item-has-children > .subnav-toggle::after,
.header .mobile-has-sub::after {
transform: rotate(180deg);
top: 47%;
opacity: 1;
}
.header .mobile-parent-menu .menu-item-has-children > .subnav-toggle.active::before,
.header .mobile-has-sub.active::before {
transform: translateY(-50%) rotate(0deg);
}
.header .mobile-parent-menu .menu-item-has-children > .subnav-toggle.active::after,
.header .mobile-has-sub.active::after {
transform: rotate(90deg);
opacity: 0;
}
.header .mobile-sub-menu {
padding: 0.7rem 0 0.5rem;
background: var(--color-gray);
display: none;
}
.header .mobile-sub-item > a {
display: block;
color: var(--color-blue);
font-size: 14px;
padding: 0.6rem 2.2rem;
}
.header .mobile-search {
position: relative;
padding: 1.2rem 2.5rem 2.2rem;
background: var(--color-blue);
}
.header .mobile-search-input {
width: 100%;
color: var(--color-gray);
background: transparent;
padding: 1rem 2rem;
border: 1px solid var(--color-gray);
}
.header .mobile-search-input::placeholder {
color: var(--color-gray);
}
.header .mobile-search-input::-webkit-search-decoration,
.header .mobile-search-input::-webkit-search-cancel-button,
.header .mobile-search-input::-webkit-search-results-button,
.header .mobile-search-input::-webkit-search-results-decoration {
-webkit-appearance:none;
}
.header .mobile-search-btn {
position: absolute;
width: 6rem;
height: calc((100% - 4.3rem) - 2px);
top: 43%;
right: 2.5rem;
transform: translateY(-50%);
color: var(--color-gray);
background: transparent;
border: none;
outline: none;
}
.header .mobile-search-btn span {
display: none;
}
.header .gold-btn {
padding: 0 2.5rem 2.5rem;
background: var(--color-blue);
}
.header .gold-btn a {
font-size: 13px;
border: 2px solid var(--color-gold);
}
.header .gold-btn a:hover,
.header .gold-btn a:focus {
border: 2px solid var(--color-gold);
} .footer {
padding: 7rem 0 6rem;
}
.footer .row1 {
margin-bottom: 5.7rem;
}
.footer .col1 {
width: 92%;
margin-bottom: 5rem;
}
.footer .col1 h3 {
margin-bottom: 1.2rem;
font-size: 24px;
}
.footer .col1 p {
font-size: 16px;
}
.footer .col1 hr {
margin-bottom: 2.3rem;
}
.footer .footer-menu li {
margin-bottom: 1.2rem;
}
.footer .col2 {
width: 39%;
padding-left: 0;
}
.footer .col2 h3 {
margin-bottom: 1.2rem;
font-size: 24px;
}
.footer .col2 p {
font-size: 14px;
line-height: 1.75;
}
.footer .col3 {
width: 44%;
}
.footer .col3 h3 {
font-size: 24px;
}
.footer .header-wrap {
margin-bottom: 0.6rem;
}
.footer .col3 p {
font-size: 14px;
line-height: 1.75;
margin-bottom: 1.8rem;
}
.footer .col3 .gray-btn {
margin-bottom: 4.4rem;
}
.footer .additional-links {
max-width: 230px;
}
.footer .additional-links a {
margin-bottom: 2.5rem;
line-height: 1.3;
white-space: pre-wrap;
}
.footer .col4 {
width: 100%;
}
.footer .legals {
justify-content: center;
margin-bottom: 3rem;
}
.footer .legals li {
font-size: 11px;
padding-right: 7px;
margin-right: 7px;
}
.footer .col5 {
width: 100%;
text-align: center;
} .section-counter {
background-image: url(//albmac.com/wp-content/themes/albertmackenzie/img/home-sec3-bg-tab.jpg);
padding: 6.25rem 0;
}
.section-counter .count-up {
width: auto;
}
.section-counter .count-up h3 {
font-size: 54px;
}
.section-counter .count-up p {
font-size: 11px;
} .section-team-slider {
margin-bottom: 3.8rem;
}
.section-team-slider::before {
top: 53%;
height: 310px;
}
.section-team-slider .row1 {
padding: 0;
}
.section-team-slider .row1 h2 {
font-size: 23px;
}
.section-team-slider .team-page-link {
font-size: 13px;
}
.team-slider .details {
padding: 3.4rem 3.2rem 3.4rem;
}
.team-slider.swiper-container {
padding: 2.5rem 0;
}
.team-slider h3 {
margin-bottom: 6px;
}
.team-slider h4 {
margin-bottom: 18px;
}
.team-slider p {
padding-left: 14px;
}
.section-team-slider .swiper-button-prev, 
.section-team-slider .swiper-button-next {
top: 52.8%;
}
.section-team-slider .swiper-button-prev::after, 
.section-team-slider .swiper-button-next::after {
font-size: 22px;
}
.section-team-slider .swiper-button-prev {
left: 2%;
}
.section-team-slider .swiper-button-next {
right: 2%;
} .section-news-and-events {
padding: 6.3rem 0 5.6rem;
}
.section-news-and-events .row1 {
padding: 0 0 0.5rem;
}
.section-news-and-events .row1 hr {
margin-bottom: 3.9rem;
}
.section-news-and-events .row1 h2 {
font-size: 23px;
margin-left: -2px;
}
.section-news-and-events .news-page-link {
font-size: 13px;
}
.news-slider.swiper-container {
height: 460px;
padding: 3.2rem 0;
}
.news-slider picture {
width: 42.4%;
overflow: hidden;
}
.news-slider .details {
width: 57.6%;
padding: 3rem 1rem 3rem 3.8rem;
}
.news-slider h3 {
font-size: 15px;
margin-top: -2.3rem;
}
.news-slider h4 {
font-size: 15px;
line-height: 1.6;
} .hero-section {
background-image: url(//albmac.com/wp-content/themes/albertmackenzie/img/about-sec1-bg-tab.jpg);
padding: 61px 0 56px;
}
.hero-section .hero-heading {
font-size: 24px;
} .inner-page-main {
padding: 50px 0 70px;
border-top-width: 50px;
}
.inner-page-content {
width: 100%;
margin-left: 0;
}
.inner-page-content h3 {
font-size: 23px;
margin-bottom: 8px;
}
.inner-page-content h4 {
font-size: 23px;
margin-bottom: 8px;
}
.inner-page-content p {
font-size: 15px;
margin-bottom: 20px;
}
.inner-page-content ul:not([class]) li::before {
height: 4px;
width: 4px;
top: 8px;
} .inner-page-sidebar, 
.inner-page-sidebar.no-subnav-menu {
width: 100%;
margin-top: 7rem;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
} .about-sidebar-services {
width: 50%;
padding: 0;
}
.about-sidebar-services h3 {
font-size: 23px;
margin-bottom: 3rem;
}
.about-sidebar-services-menu li {
margin-bottom: 2.7rem;
}
.about-sidebar-services-menu li::before {
width: 4px;
height: 4px;
top: 5px;
}
.about-sidebar-services-menu a {
font-size: 13px;
}
.about-sidebar-team-quotes {
width: 46.5%;
padding: 0;
}
.about-sidebar-team-quotes-slider .details {
padding: 17px 25px 50px;
}
.about-sidebar-team-quotes-slider hr {
max-width: 54px;
margin-bottom: 2.5rem;
}
.about-sidebar-team-quotes-slider p {
font-size: 14px;
line-height: 1.95;
margin-bottom: 10px;
}
.about-sidebar-team-quotes-slider h3 {
font-size: 19px;
}
.about-sidebar-team-quotes-slider h4 {
font-size: 10px;
}
.about-sidebar-team-quotes-slider .swiper-pagination {
padding-bottom: 15px;
}
.inner-page-sidebar.about .inner-page-sidebar-box {
display: none;
} .about-mobile-nav {
display: block;
background: var(--color-gold);
padding: 11px 2.5rem 13px;
}
.about-menu-toggle {
position: relative;
display: block;
width: 150px;
color: var(--color-blue);
font-size: 10px;
font-weight: 700;
padding: 5px 10px 4px;
border: 1px solid var(--color-blue);
text-align: left;
text-transform: uppercase;
}
.about-menu-toggle:hover,
.about-menu-toggle:focus {
color: var(--color-blue);
}
.about-menu-toggle::before {
content: '\f107';
position: absolute;
font: 900 13px 'Font Awesome 6 Pro';
top: 50%;
right: 10px;
transform: translateY(-50%) rotate(0deg);
transition: 0.5s ease;
}
.about-menu-toggle.active::before {
transform: translateY(-50%) rotate(-180deg);
}
.about-mobile-menu {
position: absolute;
width: 213px;
background: var(--color-gold);
padding: 5px 0 24px;
overflow-y: scroll;
top: 50px;
left: 0px;
z-index: 5;
display: none;
}
.about-mobile-menu a {
position: relative;
display: block;
color: var(--color-blue);
font-size: 14px;
padding: 8px 20px 8px 32px;
}
.about-mobile-menu li > a {
display: none;
}
.about-mobile-menu li li > a {
display: block;
}
.about-mobile-menu a:hover,
.about-mobile-menu a:focus {
color: var(--color-blue);
}
.about-mobile-menu .current-menu-item > a,
.about-mobile-menu .current-menu-ancestor > a,
.about-mobile-menu a.active {
font-weight: 700;
} .infusion-field, 
.infusion-field label, 
.infusion-field input, 
.infusion-field select, 
.infusion-field textarea
.infusion-submit button {
font-size: 15px;
}
.infusion-radio span label {
font-size: 15px;
line-height: 1.2;
}
.infusion-check span label {
line-height: 1.5;
}
.infusion-check span label::after {
top: 3px;
border-width: 0 2px 2px 0;
} .news-post-meta {
padding: 20px 2.5rem 18px;
}
.news-post-meta .meta li {
font-size: 12px;
} .news-post-authors li {
padding-right: 9rem;
}
.news-post-authors .img {
width: 131px;
padding-right: 20px;
}
.news-post-authors .text h4 {
font-size: 18px;
margin-bottom: 5px;
}
.news-post-authors .text p {
font-size: 8px;
} .news-post-content {
margin-bottom: 3rem;
}
.news-post-content h1 {
font-size: 23px;
}
.news-post-content h2 {
font-size: 21px;
}
.news-post-content h3 {
font-size: 17px;
}
.news-post-content h4 {
font-size: 16px;
}
.news-post-content h5 {
font-size: 15px;
}
.news-post-content h6 {
font-size: 14px;
}
.news-post-content p {
margin-bottom: 4rem;
}
.news-post-content p.small {
font-size: 15px;
} .news-post-others {
align-items: flex-start;
}
.news-post-others .tagged-in p {
width: 100%;
font-size: 13px;
margin-bottom: 15px;
padding-right: 0;
}
.news-post-others .tags a {
font-size: 12px;
} .news-post-others .share-post {
flex-direction: column;
justify-content: flex-end;
}
.news-post-others .share-post p {
width: 100%;
font-size: 13px;
margin-bottom: 5px;
padding-right: 0;
text-align: center;
}
.news-post-others .share-icons a {
width: 41px;
height: 41px;
font-size: 18px;
} .news-post-featured-img {
width: 47%;
margin-bottom: -30px;
} .news-post-sidebar-box-header {
justify-content: center;
}
.sidebar-box p {
max-width: 485px;
margin: 0 auto 17px;
} .news-post-related {
padding: 0 0 4.5rem;
}
.news-post-related h3 {
font-size: 23px;
}
.news-post-related li::before {
top: 9px;
} .bio-profile {
max-width: 400px;
}
.bio-profile .head {
padding: 26px 25px 19px 32px;
}
.bio-profile .head h1 {
font-size: 26px;
}
.bio-profile .head p {
margin-bottom: 10px;
}
.bio-profile .contact li {
padding-right: 10px;
}
.bio-profile .body {
padding: 15px 25px 13px;
}
.bio-profile .body .body-inner,
.bio-profile .body a {
font-size: 11px;
}
.bio-profile .body .body-inner strong,
.bio-profile .body a strong {
margin-bottom: 3px;
} .bio-meta {
display: none;
} .bio-personal-widget h3 {
font-size: 23px;
margin-bottom: 10px;
}
.bio-personal-widget p {
font-size: 14px;
margin-bottom: 15px;
} .bio-specialties {
width: 47%;
margin-left: 0;
margin-bottom: 0;
font-size: 18px;
line-height: 1.5;
}
.bio-related-services {
width: 47%;
}
.bio-services-list li {
margin-bottom: 6px;
}
.bio-services-list a {
font-size: 13px;
} .result-select-wrap select {
width: 17rem;
font-size: 11px;
padding: 7px 12px 6px;
}
.result-select-wrap::after {
font-size: 17px;
right: 12px;
top: 46%;
} .result-search input {
width: 18rem;
font-size: 11px;
padding: 7px 35px 6px 12px;
}
.result-search-clear {
font-size: 14px;
right: 38px;
top: 51%;
}
}
@media only screen and (max-width:767px) { .gold-btn a,
.gray-btn a,
.dark-btn a {
font-size: 11px;
padding: 0.85rem 1.8rem;
} .header .header-inner {
padding-top: 2.6rem;
padding-bottom: 2.6rem;
}
.header .nav.mobile {
top: 52px;
right: 4px;
}
.header .nav.mobile::before {
right: 17px;
} .footer {
padding: 65px 0 42px;
text-align: center;
}
.footer .row1 {
margin-bottom: 31px;
}
.footer .col1 {
width: 100%;
margin-bottom: 16px;
}
.footer .col1 h3 {
font-size: 20px;
margin-bottom: 7px;
}
.footer .col1 p {
font-size: 14px;
line-height: 2;
margin-bottom: 0;
}
.footer .col1 hr {
margin-top: 7px;
margin-bottom: 15px;
}
.footer .footer-menu {
align-items: center;
height: 170px;
margin: 0 -20px;
}
.footer .footer-menu li {
width: 45%;
margin-bottom: 2px;
}
.footer .footer-menu a {
font-size: 12px;
}
.footer .col2 {
width: 100%;
margin-bottom: 32px;
}
.footer .col2 h3 {
font-size: 20px;
margin-bottom: 20px;
}
.footer .gray-btn a {
padding: 7px 15px 7px;
font-size: 13px;
}
.footer .col2 p {
display: none;
}
.footer .col3 {
width: 100%;
}
.footer .header-wrap {
justify-content: center;
margin-bottom: 14px;
}
.footer .col3 h3 {
font-size: 20px;
margin-right: 12px;
margin-left: 17px;
}
.footer .social-icons a {
font-size: 25px;
}
.footer .col3 .gray-btn {
margin-bottom: 33px;
}
.footer .col3 p {
display: none;
}
.footer .col3 hr {
display: none;
}
.footer .additional-links {
max-width: 100%;
}
.footer .additional-links a {
font-size: 12px;
margin-bottom: 8px;
}
.footer .col4 {
width: 100%;
}
.footer .legals {
flex-wrap: wrap;
margin: 0 -23px 23px;
}
.footer .legals li {
font-size: 12px;
margin-bottom: 11px;
}
.footer .legals li:first-child {
width: 100%;
padding-right: 0;
margin-right: 0;
border-right: none;
}
.footer .col5 {
width: 100%;
}
.footer .col5 a {
text-align: center;
} .section-counter {
background-image: url(//albmac.com/wp-content/themes/albertmackenzie/img/home-sec3-bg-mob.jpg);
padding: 5rem 0 1rem;
}
.section-counter .count-up {
width: 50%;
margin-bottom: 80px;
}
.section-counter .count-up:nth-child(n+3) {
margin-bottom: 57px;
}
.section-counter .count-up h3 {
margin-bottom: 2px;
} .section-team-slider {
margin-bottom: 37px;
}
.section-team-slider::before {
top: 48.7%;
height: 254px;
}
.section-team-slider .row1 {
padding: 0;
}
.section-team-slider .row1 h2 {
font-size: 23px;
}
.section-team-slider .row1 a {
font-size: 13px;
}
.team-slider.swiper-container {
padding: 1.5rem 1.6rem 1.6rem;
}
.team-slider .details {
padding: 29px 25px 24px;
}
.section-team-slider .swiper-button-prev,
.section-team-slider .swiper-button-next {
top: 49.5%;
}
.section-team-slider .swiper-button-prev {
left: 4.8%;
}
.section-team-slider .swiper-button-next {
right: 4.8%;
}
.section-team-slider .team-page-link {
display: none;
}
.section-team-slider .row2 .link-wrap {
text-align: center;
}
.section-team-slider .row2 .team-page-link {
display: inline-block;
font-size: 12px;
} .section-news-and-events {
padding: 4.2rem 0 4rem;
}
.section-news-and-events .row1 hr {
max-width: 7.2rem;
margin-bottom: 22px;
}
.section-news-and-events .news-page-link {
display: none;
}
.news-slider.swiper-container {
height: auto;
padding: 2rem 0 5rem;
}
.news-slider picture {
width: 100%;
}
.news-slider .details {
width: 100%;
padding: 43px 0 0;
}
.news-slider h3 {
font-size: 14px;
}
.news-slider .swiper-pagination {
display: block;
bottom: 0 !important;
}
.swiper-pagination-bullet {
width: 13px !important;
height: 13px !important;
}
.swiper-pagination-bullet-active {
background: var(--color-gold) !important;
}
.section-news-and-events .row2 .news-page-link {
display: inline-block;
font-size: 12px;
padding-top: 2.5rem;
} .hero-section {
background-image: url(//albmac.com/wp-content/themes/albertmackenzie/img/about-sec1-bg-mob.jpg);
padding: 46px 0 41px;
}
.hero-section .hero-heading {
font-size: 23px;
} .inner-page-main {
padding: 35px 0 40px;
}
.inner-page-content h3 {
font-size: 19px;
margin-bottom: 10px;
}
.inner-page-content h4 {
font-size: 19px;
margin-bottom: 10px;
}
.inner-page-content p {
font-size: 13px;
margin-bottom: 10px;
}
.inner-page-content ul:not([class]) li::before {
height: 5px;
width: 5px;
top: 9px;
} .inner-page-sidebar,
.inner-page-sidebar.no-subnav-menu {
margin-top: 4.5rem !important;
} .about-sidebar-services {
width:  100%;
}
.about-sidebar-services h3 {
font-size: 19px;
margin-bottom: 13px;
}
.about-sidebar-services-menu {
padding-left: 2px;
}
.about-sidebar-services-menu a {
font-size: 12px;
}
.about-sidebar-services-menu li {
margin-bottom: 14px;
}
.about-sidebar-services-menu li::before {
top: 7px;
}
.about-sidebar-team-quotes {
width: 100%;
max-width: 310px;
margin: 0 auto;
padding: 17px 0 30px;
} .about-mobile-nav {
padding: 9px 2.5rem 8px;
}
.about-menu-toggle {
width: 168px;
margin: 0 auto;
}
.about-mobile-menu {
width: 207px;
padding: 11px 0px 13px;
top: 43px;
left: 50%;
transform: translateX(-50%);
}
.about-mobile-menu a {
padding: 8px 15px 8px 29px;
}  .infusion-field, 
.infusion-field label, 
.infusion-field input, 
.infusion-field select, 
.infusion-field textarea
.infusion-submit button {
font-size: 13px;
} .infusion-check:not(.inline) .wpcf7-form-control {
column-count: 2;
}
.infusion-check span label {
font-size: 12px;
}
.infusion-check span label::before, 
.infusion-check span label::after {
top: -1px;
}
.infusion-check span label::after {
top: 2px;
} .infusion-radio span label {
font-size: 13px;
line-height: 1.3;
}
.infusion-radio span label::before, 
.infusion-radio span label::after {
height: 17px;
width: 17px;
}
.infusion-radio span label::after {
height: 7px;
width: 7px;
top: 5px;
left: 5px;
} .infusion-field.file > label {
font-size: 14px;
}
.infusion-field.file .custom-file label {
margin-right: 15px;
}
.infusion-field.file .custom-file span {
font-size: 13px;
}
.infusion-field.file .note {
width: 100%;
margin-top: 10px;
} .infusion-field.optin {
margin: 4rem auto 2.5rem;
}
.infusion-field.optin > label {
font-size: 13px;
}
.infusion-field.optin .infusion-check label {
font-size: 11px;
line-height: 1.7;
} .newsletter {
padding: 3.2rem 2rem 1.5rem 11rem;
}
.newsletter::before {
left: 3rem;
}
.inner-page-main .newsletter p {
margin-bottom: 10px;
} .news-post-meta .meta {
justify-content: center;
}
.news-post-meta .meta li {
font-size: 11px;
} .news-post-authors li {
padding-right: 0;
margin-bottom: 4rem;
}
.news-post-authors .text h4 {
font-size: 18px;
}
.news-post-authors .text p {
font-size: 8px;
margin-bottom: 0;
} .news-post-content h1 {
font-size: 23px;
}
.news-post-content h2 {
font-size: 21px;
}
.news-post-content h3 {
font-size: 17px;
}
.news-post-content h4 {
font-size: 16px;
}
.news-post-content h5 {
font-size: 15px;
}
.news-post-content h6 {
font-size: 14px;
}
.news-post-content p.small {
font-size: 15px;
} .news-post-others .tagged-in {
margin-bottom: 3.5rem;
}
.news-post-others .tagged-in p {
width: auto;
margin-bottom: 0;
padding-right: 16px;
}
.news-post-others .tags li {
display: none;
}
.news-post-others .tags li:nth-child(-n+3) {
display: block;
}
.news-post-others .tags li:nth-child(3) a {
margin-right: 0;
} .news-post-others .share-post {
flex-direction: row;
}
.news-post-others .share-post p {
width: auto;
padding-right: 16px;
margin-bottom: 0;
} .news-post-featured-img {
width: 121%;
margin: 0 -36px 35px;
} .news-post-related h3 {
font-size: 19px;
margin-bottom: 10px;
}
.news-post-related li {
margin-bottom: 7px;
}
.news-post-related li::before {
top: 10px;
}
.news-post-related a {
font-size: 12px;
}
.news-post-related .people {
padding-top: 3rem;
} .bio-profile {
max-width: 374px;
margin: 0 auto -183px;
}
.bio-profile .head {
padding: 26px 25px 19px;
}
.bio-profile .head h1 {
font-size: 19px;
margin-bottom: 7px;
}
.bio-profile .head p {
font-size: 10px;
margin-bottom: 12px;
}
.bio-profile .contact a {
font-size: 11px;
} .bio-credentials h3 {
font-size: 14px;
} .bio-specialties {
width: 100%;
margin-bottom: 40px;
font-size: 16px;
}
.bio-related-services {
width: 100%;
}
.bio-services-list a {
font-size: 14px;
} .mobile-result-filter {
display: block;
width: 48%;
}
.result-filter-toggle {
position: relative;
display: block;
color: var(--color-blue);
font-size: 10px;
font-weight: 700;
padding: 7px 12px 6px;
border: 1px solid var(--color-blue);
}
.result-filter-toggle:hover,
.result-filter-toggle:focus {
color: var(--color-blue);
}
.result-filter-toggle::before,
.result-filter-toggle::after {
content: '';
position: absolute;
width: 12px;
height: 2px;
background: var(--color-blue);
top: 50%;
right: 11px;
transform: translateY(-50%) rotate(90deg);
transform-origin: center;
transition: 0.5s ease;
}
.result-filter-toggle::after {
transform: rotate(180deg);
top: 45%;
opacity: 1;
}
.result-filter-toggle.active::before {
transform: translateY(-50%) rotate(0deg);
}
.result-filter-toggle.active::after {
transform: rotate(90deg);
opacity: 0;
}
.result-menu-filter {
position: absolute;
width: 201px;
max-height: calc(100vh - 251px);
background: var(--color-gold);
padding-top: 10px;
overflow-y: scroll;
top: 45px;
left: 21px;
z-index: 2;
display: none;
}
.result-sub-menu-btn {
position: relative;
display: block;
color: var(--color-blue);
font-size: 12px;
font-weight: 700;
padding: 5px 10px;
border: 1px solid var(--color-blue);
margin: 0 auto 20px;
max-width: 161px;
}
.result-sub-menu-btn:hover,
.result-sub-menu-btn:focus {
color: var(--color-blue);
}
.result-sub-menu-btn::before {
content: '\f107';
position: absolute;
font: 900 13px 'Font Awesome 6 Pro';
top: 50%;
right: 10px;
transform: translateY(-50%) rotate(0deg);
transition: 0.5s ease;
}
.result-sub-menu-btn.active::before {
transform: translateY(-50%) rotate(-180deg);
}
.result-sub-menu-filter {
background: #fff;
display: none;
margin-bottom: 20px;
}
.result-menu-filter li:nth-last-child(2) .result-sub-menu-filter {
margin-bottom: 0;
}
.result-sub-menu-filter li {
position: relative;
font-size: 11px;
padding: 5px 10px 5px 31px;
}
.result-sub-menu-filter li::before,
.result-sub-menu-filter li::after {
content: '';
position: absolute;
top: 6px;
}
.result-sub-menu-filter li::before {
height: 14px;
width: 14px;
background: #F4F5F7;
border: 1px solid #384E5B;
border-radius: 2px;
left: 10px;
}
.result-sub-menu-filter li::after {
content: '';
position: absolute;
height: 8px;
width: 4px;
border: 1px solid #384E5B;
border-width: 0 2px 2px 0;
top: 8px;
left: 15px;
opacity: 0;
transform: rotate(45deg);
transition: 0.5s ease-in-out;
}
.result-sub-menu-filter li.active::after {
opacity: 1;
}
.result-apply-filters-btn {
display: block;
color: #fff;
background: var(--color-blue);
text-align: center;
padding: 13px 10px;
font-size: 14px;
letter-spacing: 0.7px;
}
.result-apply-filters-btn:focus,
.result-apply-filters-btn:hover {
color: var(--color-gold);
} .result-meta {
padding: 15px 7px 0;
}
.result-meta .sec__col {
justify-content: space-between;
}
.result-meta .sec__col > div {
margin-bottom: 15px;
margin-right: 0;
}
.result-select-wrap {
display: none;
} .result-meta .filter-form {
flex: 0 0 48%;
}
.result-search {
width: 100%;
margin-right: 0 !important;
margin-bottom: 10px;
}
.result-search-clear {
font-size: 13px;
font-weight: 700;
right: 32px;
top: 45%;
}
.result-search-meta-btn {
font-size: 13px;
right: 11px;
top: 43%;
}
.result-search-meta-btn i {
font-weight: 700;
}
.result-search input {
width: 100%;
font-size: 10px;
}
}
@media only screen and (max-width: 480px) {
.infusion-check:not(.inline) .wpcf7-form-control,
.infusion-radio:not(.inline) .wpcf7-form-control {
column-count: 1;
}
} .companies-wrap + .companies-wrap {
margin-top: 10rem;
}
.companies-wrap h3,
.employers-wrap h3 {
margin-bottom: 4rem;
}
.companies-logo,
.employers-logo {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.companies-logo li,
.employers-logo li {
margin-bottom: 4rem;
margin-left: 0;
width: 20.3%;
}
.companies-logo li:not(:nth-child(4n+1)),
.employers-logo li:not(:nth-child(4n+1)) {
margin-left: calc( (100% - (20.3% * 4)) / 3);
}
.companies-logo li > img ,
.employers-logo li > img {
width: 100%;
}
@media only screen and (max-width:1199px) { 
.companies-wrap h3,
.employers-wrap h3 {
margin-bottom: 3rem;
text-align: center;
}
.companies-logo li,
.employers-logo li {
margin-bottom: 3rem;
}
}
@media only screen and (max-width:767px) {
.companies-wrap + .companies-wrap {
margin-top: 8rem;
}
.companies-wrap h3,
.employers-wrap h3 {
margin-bottom: 2rem;
}
.companies-logo li,
.employers-logo li {
width: 40%;
padding-right: 0;
text-align: center;
}
.companies-logo li:not(:nth-child(4n+1)),
.employers-logo li:not(:nth-child(4n+1)) {
margin-left: 0;
}
.companies-logo li:not(:nth-child(2n+1)),
.employers-logo li:not(:nth-child(2n+1)) {
margin-left: calc( (100% - (40% * 2)) / 1);
}
.companies-logo img,
.employers-logo img {
width: 100px;
}
} .image-text-wrap {
display: flex;
align-items: flex-start;
flex-wrap: wrap;
margin: -0.6rem -100px 6rem -100px; }
@media only screen and (max-width: 1199px) {
.image-text-wrap {
margin-left: -31px;
margin-right: -31px;
}
}
@media only screen and (max-width: 767px) {
.image-text-wrap {
margin-left: -21px;
margin-right: -21px;
}
}
.image-text-wrap .text {
position: relative;
width: 45.8%;
color: #fff;
text-align: center;
font-size: 2.1rem;
font-weight: 300;
line-height: 1.45;
padding: 6.5rem 6rem 6.4rem;
margin: 2.8rem -12.2% 0 0;
z-index: 2;
}
.image-text-wrap .text::before {
content: "";
display: block;
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 1000px;
background: var(--color-pickled-bluewood);
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
z-index: -1;
}
.image-text-wrap .text strong {
font-weight: 700;
}
.image-text-wrap .img {
width: 66.4%;
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
}
.image-text-wrap img {
width: 100%;
}
@media only screen and (max-width:1199px) {  
.image-text-wrap {
margin-top: 0;
margin-bottom: 48px;
}
.image-text-wrap .text {
margin-top: 30px;
padding: 65px 35px;
font-size: 20px;
} 
}
@media only screen and (max-width:767px) { .image-text-wrap {
flex-direction: column-reverse;
margin: -35px -19px 31px;
}
.image-text-wrap .text {
width: 90%;
margin: -71px auto 0;
padding: 35px 17px;
line-height: 1.8;
font-size: 17px;
}
.image-text-wrap .text::before {
width: 100%;	
}
.image-text-wrap .img {
width: 100%;
}  
} .load-more-btn.loading,
.ajax-btn-wrap.loading {
position: relative;
}
.load-more-btn.loading a,
.ajax-btn-wrap.loading a {
opacity: 0;
pointer-events: none;
}
.load-more-btn.loading .the-spinner,
.ajax-btn-wrap.loading .the-spinner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 25px;
color: var(--color-gold);
}
.ajax-grid {
min-height: 80px;
}
.ajax-grid.loading {
position: relative;
}
.ajax-grid.loading > * {
opacity: 0.3;
pointer-events: none;
}
.ajax-grid.loading .loading-spinner {
opacity: 1;
position: absolute;
top: 50px;
left: 50%;
transform: translateY(-50%);
font-size: 40px;
color: var(--color-gold);
}
.hidden-btn-wrap {
border: 0 !important;
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important;
}
.entry-not-found {
text-align: center;
margin: 0 auto;
padding-top: 20px;
}
.wpcf7-not-valid-tip {
padding-top: 7px;
font-size: 1.6rem;
}
.infusion-check .wpcf7-not-valid-tip {
padding: 0 0 7px;
}.inner-page-main .wpcf7-form > h3 {
margin-left: 0;
}
.inner-page-main .wpcf7-form > p {
margin-bottom: 3rem;
}
.inner-page-main .wpcf7-form > p a {
color: var(--color-blue);
font-weight: 700;
position: relative;
white-space: nowrap;
text-decoration: none;
}
.inner-page-main .wpcf7-form > p a::before {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color: var(--color-blue);
left: 50%;
bottom: -2px;
transition: 0.5s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
opacity: 0;
}
.inner-page-main .wpcf7-form > p a:hover::before {
width: 100%;
left: 0;
opacity: 1;
}
.inner-page-main .wpcf7-form > p em {
font-size: 1.6rem;
}
.infusion-field {
padding-bottom: 3rem;
}
.infusion-field.half {
width: 48.5%;
} .office-locations {
width: 100%;
padding: 5rem 6rem 4.2rem;
}
.office-locations h3 {
font-size: 2.7rem;
margin-bottom: 1.8rem;
}
.office-item {
padding: 2rem 0 1.6rem;
border-top: 2px solid #F0F2F2;
}
.office-item h4 {
color: var(--color-blue-bayoux);
font-size: 1.6rem;
text-transform: uppercase;
margin-bottom: 0.5rem;
}
.office-item h4 a {
color: var(--color-blue-bayoux);
display: inline-block;
position: relative;
}
.office-item .contact {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.office-item .phone,
.office-item .fax {
width: 48%;
}
.office-item .contact .faxnum,
.office-item .contact a {
position: relative;
display: inline-block;
color: var(--color-blue);
font-size: 1.3rem;
font-weight: 700;
position: relative;
white-space: nowrap;
margin-left: 2rem;
}
.office-item .contact .faxnum::before,
.office-item .contact a::before {
content: '\f095';
position: absolute;
font-family: "Font Awesome 6 Pro";
font-weight: 900;
color: #699AA4;
top: 52%;
left: -2rem;
transform: translateY(-50%);
}
.office-item .contact .faxnum::before,
.office-item .contact .fax a::before {
content: '\f1ac';
}
.office-item h4 a::after,
.office-item .contact a::after {
content: '';
position: absolute;
width: 0%;
height: 1px;
background-color: var(--color-blue);
left: 50%;
bottom: -2px;
transition: 0.5s ease;
transition-timing-function: cubic-bezier(.58,.3,.005,1);
opacity: 0;
}
.office-item h4 a:hover::after,
.office-item .contact a:hover::after {
width: 100%;
left: 0;
opacity: 1;
} @media only screen and (max-width:1199px) {   .inner-page-sidebar {
margin-top: 4.5rem;
}
.inner-page-sidebar-box {
text-align: center;
}
.inner-page-sidebar-box p {
margin-bottom: 0.5rem;
}
.office-item-wrap {
display: flex;
flex-direction: column;
align-items: flex-start;
flex-wrap: wrap;
width: 85%;
height: 431px;
}
.office-item {
width: 27rem;
}
}
@media only screen and (max-width:767px) { .inner-page-main .sec__row {
flex-direction: column;
} .inner-page-main .wpcf7-form > p {
margin-bottom: 2rem;
}
.inner-page-main .wpcf7-form > p em {
font-size: 11px;
}
.infusion-field {
padding-bottom: 2rem;
}
.infusion-field.half {
width: 100%;
} .inner-page-main .sidebar {
margin-top: 4rem;
margin-bottom: 0;
}
.inner-page-main .sidebar-box {
padding: 5rem 6rem 4.2rem;
}
.inner-page-main .sidebar-box h3 {
margin-bottom: 1.5rem;
}
.inner-page-main .sidebar-box p {
font-size: 14px;
margin-bottom: 2rem;
}
.office-locations {
padding: 5rem 4rem 4.2rem;
}
.office-item-wrap {
width: 100%;
height: auto;
}
.office-item {
width: 100%;
}
}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}