html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

body {
  padding-top: 77px;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1;
  color: #000;
}

body, select{
  color: #000!important;
}

@media screen and (max-width: 700px) {
  body {
    padding-top: 72px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1250px) {
  body {
    padding-top: 122px;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body,
select {
  font-family: "Montserrat", serif;
  font-weight: 500;
  color: #fff;
}

strong {
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
p:not(:first-child) {
  margin-top: 25px;
}

button {
  background: transparent;
  color: #fff;
  transition: 0.5s all;
  cursor: pointer;
}

a {
  text-decoration: none;
  transition: 0.5s all;
}

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

.container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.container-upper-medium {
  width: 90%;
  max-width: 1420px;
  margin: 0 auto;
}

.container-medium {
  width: 90%;
  max-width: 1290px;
  margin: 0 auto;
}

.container-narrow {
  width: 85%;
  max-width: 1056px;
  margin: 0 auto;
}

.container-small {
  width: 85%;
  max-width: 785px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
  max-width: 100%;
}

.flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg li,
.wysiwyg a {
  font-family: "Montserrat", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #515151;
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg ol,
.wysiwyg ul {
  padding-left: 20px;
}
.wysiwyg ol:not(:first-child),
.wysiwyg ul:not(:first-child) {
  margin-top: 20px;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg.button--grey-outline p,
.wysiwyg--dark ul,
.wysiwyg--dark ol,
.wysiwyg--dark li,
.wysiwyg--dark .h1,
.wysiwyg--dark .post-content__wysiwyg h1,
.post-content__wysiwyg .wysiwyg--dark h1,
.wysiwyg--dark .h2,
.wysiwyg--dark .post-content__wysiwyg h2,
.post-content__wysiwyg .wysiwyg--dark h2,
.wysiwyg--dark .h3,
.wysiwyg--dark .post-content__wysiwyg h3,
.post-content__wysiwyg .wysiwyg--dark h3,
.wysiwyg--dark .h4,
.wysiwyg--dark .post-content__wysiwyg h4,
.post-content__wysiwyg .wysiwyg--dark h4,
.wysiwyg--dark .h5,
.wysiwyg--dark .post-content__wysiwyg h5,
.post-content__wysiwyg .wysiwyg--dark h5,
.wysiwyg--dark .h6,
.wysiwyg--dark .post-content__wysiwyg h6,
.post-content__wysiwyg .wysiwyg--dark h6 {
  color: #272B2F;
}

.wysiwyg--white p,
.wysiwyg--white ul,
.wysiwyg--white ol,
.wysiwyg--white li,
.wysiwyg--white .h1,
.wysiwyg--white .post-content__wysiwyg h1,
.post-content__wysiwyg .wysiwyg--white h1,
.wysiwyg--white .h2,
.wysiwyg--white .post-content__wysiwyg h2,
.post-content__wysiwyg .wysiwyg--white h2,
.wysiwyg--white .h3,
.wysiwyg--white .post-content__wysiwyg h3,
.post-content__wysiwyg .wysiwyg--white h3,
.wysiwyg--white .h4,
.wysiwyg--white .post-content__wysiwyg h4,
.post-content__wysiwyg .wysiwyg--white h4,
.wysiwyg--white .h5,
.wysiwyg--white .post-content__wysiwyg h5,
.post-content__wysiwyg .wysiwyg--white h5,
.wysiwyg--white .h6,
.wysiwyg--white .post-content__wysiwyg h6,
.post-content__wysiwyg .wysiwyg--white h6 {
  color: #fff;
}

.h1, .post-content__wysiwyg h1,
.wysiwyg h1 {
  font-size: 66px;
  line-height: 72px;
  font-weight: 900;
}

.single .h1, .single .post-content__wysiwyg h1,
.single .wysiwyg h1{
  font-size: 56px;
}

@media screen and (max-width: 500px) {
  .h1, .post-content__wysiwyg h1,
  .wysiwyg h1 {
    font-size: 40px;
    line-height: 47px;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .h1, .post-content__wysiwyg h1,
  .wysiwyg h1 {
    font-size: 45px;
    line-height: 51px;
  }
}
.h1--dark,
.wysiwyg h1--dark {
  color: #272B2F;
}

.h1--white,
.wysiwyg h1--white {
  color: #fff;
}


.h2, .post-content__wysiwyg h2,
.wysiwyg h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .h2, .post-content__wysiwyg h2,
  .wysiwyg h2 {
    font-size: 33px;
    line-height: 43px;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .h2, .post-content__wysiwyg h2,
  .wysiwyg h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.h2--dark,
.wysiwyg h2--dark {
  color: #272B2F;
}

.h2--white,
.wysiwyg h2--white {
  color: #fff;
}

.h3, .post-content__wysiwyg h3,
.wysiwyg h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .h3, .post-content__wysiwyg h3,
  .wysiwyg h3 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .h3, .post-content__wysiwyg h3,
  .wysiwyg h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.h3--dark,
.wysiwyg h3--dark {
  color: #272B2F;
}

.h3--white,
.wysiwyg h3--white {
  color: #fff;
}

.h4, .post-content__wysiwyg h4,
.wysiwyg h4 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  .h4, .post-content__wysiwyg h4,
  .wysiwyg h4 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (min-width: 501px) and (max-width: 800px) {
  .h4, .post-content__wysiwyg h4,
  .wysiwyg h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.h4--dark,
.wysiwyg h4--dark {
  color: #272B2F;
}

.h4--white,
.wysiwyg h4--white {
  color: #fff;
}

.h5, .post-content__wysiwyg h5,
.wysiwyg h5 {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 800px) {
  .h5, .post-content__wysiwyg h5,
  .wysiwyg h5 {
    font-size: 20px;
    line-height: 26px;
  }
}
.h5--dark,
.wysiwyg h5--dark {
  color: #272B2F;
}

.h5--white,
.wysiwyg h5--white {
  color: #fff;
}

.h6, .post-content__wysiwyg h6,
.wysiwyg h6 {
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 800px) {
  .h6, .post-content__wysiwyg h6,
  .wysiwyg h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
.h6--dark,
.wysiwyg h6--dark {
  color: #272B2F;
}

.h6--white,
.wysiwyg h6--white {
  color: #fff;
}

.wysiwyg h1:not(:first-child),
.wysiwyg h2:not(:first-child),
.wysiwyg h3:not(:first-child),
.wysiwyg h4:not(:first-child),
.wysiwyg h5:not(:first-child),
.wysiwyg h6:not(:first-child) {
  margin-top: 50px;
}

.topbar {
	background-color: #EA8039
;	
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.topbar p a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  padding: 16px 0;
  background-color: #ffffff;
}
.header__container {
  position: relative;
}
.header__logo {
  width: auto;
  height: 40px;
}
.header__logo img{
  width: 100%;
  max-width: 230px;
  height: inherit;
}

.header__menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .header__menu {
    display: none;
  }
}
.header__menu li {
  display: inline-block;
  margin: 0 20px;
}
.header__menu li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.header__menu li.menu-item-has-children:after {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url("/wp-content/themes/office-evolution/img/down-chevron-white.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.header__menu li .sub-menu {
  display: none;
  min-width: 250px;
  position: absolute;
  left: 0;
  top: 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.header__menu li .sub-menu li {
  display: block;
  margin: 0;
}
.header__menu li .sub-menu li a {
  display: block;
  padding: 20px;
}
.header__menu li .sub-menu li a:hover {
  background-color: #073852;
  color: #fff;
  text-decoration: none;
}
.header__menu a {
  font-size: 15px;
  line-height: 21px;
  color: #000;
}
.header__menu a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  .header__cta-container {
    display: none;
  }
}
@media screen and (min-width: 701px) and (max-width: 900px) {
  .header__cta-container {
    padding-right: 65px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1250px) {
  .header__cta-container {
    display: block;
    width: 100%;
    margin-top: 5px;
    text-align: right;
  }
}
.header__cta-container .button:last-of-type, .header__cta-container .form input[type=submit]:last-of-type, .form .header__cta-container input[type=submit]:last-of-type {
  margin-left: 10px;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 150px 50px 50px;
  overflow-y: scroll;
  background-color: #272B2F;
}
@media screen and (min-width: 901px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu li {
  margin: 20px 0;
  font-size: 24px;
  line-height: 32px;
}
.mobile-menu li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.mobile-menu li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  background-image: url("/wp-content/themes/office-evolution/img/down-chevron-white.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mobile-menu li .sub-menu {
  display: none;
  width: 100%;
  padding: 10px 0 20px 20px;
  background-color: #272B2F;
}
.mobile-menu li .sub-menu li {
  display: block;
}
.mobile-menu li .sub-menu li a {
  display: block;
}
.mobile-menu a {
  color: #fff;
}

.footer {
  margin-top: 80px;
  padding-top: 90px;
}

.footer__logo img{
  width: 100%;
  height: 40px;
	padding:2px;
}

.footer--no-margin-top {
  margin-top: 0;
}
.footer__top-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer__nav {
  margin-left: 245px;
  align-self: center;
}
@media screen and (max-width: 1200px) {
  .footer__nav {
    display: block;
    width: 100%;
    margin: 35px 0 25px 0;
  }
}
.footer__nav li {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
}
@media screen and (max-width: 450px) {
  .footer__nav li {
    display: block;
  }
}
.footer__nav li:not(:first-of-type) {
  margin-left: 80px;
}
@media screen and (max-width: 450px) {
  .footer__nav li:not(:first-of-type) {
    margin-left: 0;
    margin-top: 18px;
  }
  .footer__logo img {
    position: relative;
    z-index: 99;
  }
}
@media screen and (min-width: 451px) and (max-width: 600px) {
  .footer__nav li:not(:first-of-type) {
    margin-left: 35px;
  }
  .footer__logo img {
    position: relative;
    z-index: 99;
  }
}
.footer__nav a {
  color: #BEBFC1;
}
.footer__nav a:hover {
  color: #fff;
}
.footer__intro-container {
  max-width: 500px;
  text-align: center;
}
.footer__intro-container .wysiwyg {
  margin-top: 25px;
}
.footer__cta-buttons {
  display: flex;
  justify-content: center;
  margin: 25px 0 75px;
}
.footer__cta-buttons li {
  margin: 0 5px;
}
.footer__main-heading {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
.footer__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 85px;
}
@media screen and (max-width: 900px) {
  .footer__container {
    padding-bottom: 55px;
  }
}
.footer__column {
  display: inline-block;
}
.footer__column--content {
  width: 35%;
  margin-right: auto;
}
@media screen and (max-width: 1300px) {
  .footer__column--content {
    display: block;
    width: 100%;
  }
}
.footer__column--menu {
  width: auto;
  padding-right: 55px;
}
@media screen and (max-width: 1300px) {
  .footer__column--menu {
    display: block;
    width: 100%;
    margin-top: 25px;
    padding-right: 0;
  }
}
.footer__heading {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.footer__heading:not(:first-child) {
  margin-top: 50px;
}
.footer__wysiwyg {
  margin-top: 20px;
}
.footer__wysiwyg p {
  font-size: 13px;
  line-height: 20px;
  color: #BEBFC1;
}
.footer__menu li {
  margin-top: 20px;
  font-size: 15px;
  line-height: 21px;
  color: #BEBFC1;
}
.footer__menu a {
  color: #BEBFC1;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__menu--socials li {
  display: inline-block;
  filter: invert(1);
}
.footer__menu--socials li:not(:last-of-type) {
  margin-right: 10px;
}
.footer__bottom {
  padding: 40px 0;
  border-top: 2px solid #474B4E;
}
.footer__disclaimer {
  margin-top: 40px;
}
.footer__disclaimer p {
  margin-top: 10px;
}
.footer__slider {
  margin: 40px auto 60px;
}
.footer__slider-parent {
  margin-top: 25px;
}
.footer__slider-item {
  display: block;
  padding-right: 15px;
}
.footer__smallprint {
  font-size: 14px;
  line-height: 22px;
  color: #BEBFC1;
}
@media screen and (max-width: 700px) {
  .footer__smallprint {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .footer__legal-links {
    display: block;
    width: 100%;
    margin-top: 18px;
  }
}
.footer__legal-links li {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #BEBFC1;
}
.footer__legal-links li:not(:first-of-type) {
  margin-left: 20px;
}
.footer__legal-text {
  color: #BEBFC1;
}
.footer__legal-text:hover {
  color: #fff;
}
.footer__legal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background-color: #EA8039
;
  border-radius: 50%;
}
.footer__legal-icon:hover {
  transform: scale(1.1);
}
.footer__legal-icon img {
  max-height: 50%;
}

.form {
  display: block;
  width: 100%;
}
.form label,
.form legend {
  display: block;
  margin-top: 15px;
  padding-left: 10px;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  color: #EA8039
;
}
.form input::placeholder,
.form textarea::placeholder {
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #272B2F;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  height: 54px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  background-color: #F3F3F4;
  border: 0;
  border-radius: 5px;
  color: #272B2F;
}
.form input[type=submit] {
  transition: 0.5s all;
}
.form input[type=submit]:hover {
  transform: scale(0.9);
}
.form input[type=checkbox] {
  display: inline-block;
  width: 22px;
  margin-top: -30px;
  border: none;
  background-color: #F3F3F4;
}
.form textarea {
  max-width: 100%;
  height: 50px;
}
.form select {
  cursor: pointer;
}
.form button {
  margin-top: 15px;
  padding: 10px 65px;
  background-color: #EA8039
;
  transition: 0.5s all;
}
.form button:hover {
  background-color: red;
}
.form--dark input,
.form--dark textarea,
.form--dark select {
  background-color: rgba(7,56,82,.09);
}
.form--dark input,
.form--dark textarea,
.form--dark select {
  color: #7D8082;
}
.form--dark input::placeholder,
.form--dark textarea::placeholder,
.form--dark select::placeholder {
  color: #7D8082;
}
.form--dark input[type=checkbox] {
  background-color: #7D8082;
}

.form--dark .gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label{
  color: #EA8039!important;
}

.gchoice.gchoice_7_7_1,
.gchoice.gchoice_8_7_1{display: flex;}
#label_7_7_1, #label_8_7_1{
  color: #000;
  font-size: 12px;
}

.post-archive {
  padding-top: 140px;
}
@media screen and (max-width: 1300px) {
  .post-archive {
    padding-top: 75px;
  }
}
@media screen and (max-width: 900px) {
  .post-archive__order-filter {
    display: block;
    margin-top: 20px;
  }
}
.post-archive__order-filter select {
  -webkit-appearance: none;
  appearance: none;
  min-width: 220px;
  padding: 20px 18px;
  font-size: 15px;
  font-weight: 400;
  color: #fff!important;
  border-radius: 10px;
  background-color: #073852;
  border: none;
  cursor: pointer;
  background-image: url("/wp-content/themes/office-evolution/img/down-chevron-white.svg");
  background-size: 24px 24px;
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .post-archive__order-filter select {
    padding: 15px;
  }
}
.post-archive__container {
  margin-top: 60px;
}
.post-archive__item {
  display: inline-block;
  width: 32.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .post-archive__item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.post-archive__item:hover {
  transform: scale(1.02);
}

.post-content {
  padding-top: 90px;
}
.post-content__featured-image {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
}
.post-content__post-meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.post-content__post-date {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.post-content__duration {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #EA8039
;
}
.post-content__wysiwyg {
  margin-top: 60px;
}
.post-content__wysiwyg h1,
.post-content__wysiwyg h2,
.post-content__wysiwyg h3,
.post-content__wysiwyg h4,
.post-content__wysiwyg h5,
.post-content__wysiwyg h6 {
  margin-bottom: 20px;
}
.post-content__wysiwyg h1:not(:first-child),
.post-content__wysiwyg h2:not(:first-child),
.post-content__wysiwyg h3:not(:first-child),
.post-content__wysiwyg h4:not(:first-child),
.post-content__wysiwyg h5:not(:first-child),
.post-content__wysiwyg h6:not(:first-child) {
  margin-top: 40px;
}
.burger {
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  z-index: 11;
  display: none;
  width: 35px;
  height: 25px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .burger {
    display: inline-block;
  }
}
.burger__bars {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  transition: 0.5s all;
  background-color: #000;
}
.burger__bars:before, .burger__bars:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  display: block;
  transition: 0.5s all;
  background-color: #000;
}
.burger__bars:before {
  top: 12px;
}
.burger__bars:after {
  top: 24px;
}
.burger__bars--active {
  background-color: transparent !important;
}
.burger__bars--active:before {
  transform: rotate(45deg);
}
.burger__bars--active:after {
  top: 12px;
  transform: rotate(-45deg);
}

.button, .form input[type=submit] {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  cursor: pointer;
}
.button--primary, .form input[type=submit] {
  background-color: #EA8039;
  color: #fff;
}
.button--primary:hover, .form input[type=submit]:hover {
  transform: scale(1.05);
}
.button--secondary {
  background: transparent;
  border: 2px solid #073852;
  color: #073852;
}
.button--secondary:hover {
  background-color: #073852;
  color: #fff;
}
.button--yellow-outline {
  background: transparent;
  border: 2px solid #EA8039;
  color: #EA8039;
  font-weight: 700;
  font-family: "Montserrat", serif;
}
.button--yellow-outline:hover {
  background-color: #EA8039
;
  color: #272B2F;
}
.button--grey-outline {
  background: transparent;
  border: 2px solid #272B2F;
  color: #272B2F;
}
.button--grey-outline:hover {
  background-color: #272B2F;
  color: #EA8039;
}

.button--white-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.button--white-outline:hover {
  background-color: #fff;
  color: #515151;
}

.button--dark {
  background: #272B2F;
  color: #fff;
}
.button--dark:hover {
  transform: scale(1.05);
}
.button--with-arrow {
  position: relative;
  padding-right: 45px;
  background-color: #073852;
  color: #fff;
}
.button--with-arrow:hover:after {
  transform: translateY(-50%) rotate(45deg);
}
.button--with-arrow:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateY(-50%);
  right: 15px;
  top: 50%;
  background-image: url("/wp-content/themes/office-evolution/img/up-right-arrow-white.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.5s transform;
}

.pagination-parent {
  padding: 40px 0 0;
  text-align: center;
}
.pagination-parent a,
.pagination-parent span {
  display: inline-block;
  color: #515151;
}
.pagination-parent a.page-numbers,
.pagination-parent span.page-numbers {
  margin: 0 10px;
  font-size: 16px;
  line-height: 22px;
}
.pagination-parent a.current,
.pagination-parent span.current {
  display: inline-flex;
  margin: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #EA8039;
  color: #fff;
}
.pagination-parent a.prev, .pagination-parent a.next,
.pagination-parent span.prev,
.pagination-parent span.next {
  position: relative;
  top: 5px;
  font-size: 28px;
  color: #EA8039
;
}

.post-card {
  background-color: rgba(7,56,82,.09);
  border-radius: 20px;
  overflow: hidden;
  color: #1B1212;
}
.post-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.post-card__image--fallback {
  padding: 0 75px;
  margin: 0 auto;
  object-fit: contain;
}
.post-card__content {
  padding: 25px;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .post-card__content {
    padding: 15px;
  }
}
.post-card__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
}
.post-card__excerpt p {
  font-size: 16px;
  line-height: 25px;
  color: #515151;
}

.section-tag {
  display: inline-block;
  font-family: "Montserrat", serif;
  width: auto;
  padding: 10px 15px;
  margin-bottom: 18px;
  border-radius: 50px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: rgba(7, 56, 82, 0.8);
  color: #fff;
}

.section-tag-orange{
  background: #EA8039;
}

@media screen and (max-width: 600px) {
  .section-tag {
    font-size: 12px;
    line-height: 12px;
  }
}
.section-tag--dark {
  background-color: #272B2F;
  color: #EA8039;
}
.section-tag--white {
  background-color: #272B2F;
  color: #fff;
}

.gform_wrapper.gravity-theme .gfield_label{
	display:block!important;
}
.gf-faddress .ginput_complex .gform-field-label {
  color: #000 !important;
  padding-top: 0px !important;
  margin-top: 2px !important;
}
.gf-country-radio {
  margin-top: 15px !important;
}
.gf-country-radio .gfield_label {
  margin-bottom: 0px !important;
}
.gf-country-radio .gfield_radio {
  padding-bottom: 3px !important;
  text-align: left;
}
.gf-country-radio .gfield_radio .gchoice .gfield-choice-input {
  width: 20px !important;
  height: 40px !important;
}
.gf-country-radio .gfield_radio .gchoice .gform-field-label {
  margin-top: 0px !important;
}
.home .gf-faddress .ginput_complex .gform-field-label, .home .gf-country-radio .gfield_radio .gchoice .gform-field-label {
  color: #000 !important;
}
.accordion {
  padding-top: 75px;
}
.accordion__intro-content {
  max-width: 795px;
  text-align: center;
}
.accordion__container {
  margin-top: 60px;
  border-radius: 20px;
  overflow: hidden;
  background-color: rgba(7,56,82,.09);
}
.accordion__question {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 38px 275px 38px 44px;
}
@media screen and (max-width: 900px) {
  .accordion__question {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 900px) {
  .accordion__question:after {
    content: "";
    display: block;
    width: 135px;
    height: 1px;
    position: absolute;
    transform: translateY(-50%);
    right: 100px;
    top: 50%;
    background-color: #fff;
  }
}
.accordion__item--active {
  background-color: rgba(5, 56,82, .09);
}
.accordion__item--active .accordion__item-arrow {
  transform: translateY(-50%) rotate(0deg);
  opacity: 1 !important;
}
.accordion__item--active .accordion__item-count {
  opacity: 1;
}
.accordion__item-count {
  display: inline-block;
  margin-right: 25px;
  font-size: 44px;
  line-height: 62px;
  color: #EA8039
;
  opacity: 0.6;
}
.accordion__item-question {
  display: inline-block;
  color: #1B1212;
  max-width: 78%;
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.accordion__item-arrow {
  position: absolute;
  transform: translateY(-50%) rotate(-90deg);
  right: 45px;
  top: 50%;
  opacity: 0.6 !important;
}
.accordion__answer {
  display: none;
  padding: 12px 110px 65px 120px;
}
@media screen and (max-width: 900px) {

  .accordion__item-question{
    max-width: 100%;
  }

  .accordion__item-arrow{
    top:25%;
  }

  .accordion__answer {
    padding: 12px 20px 35px 20px;
  }
}
.accordion__answer--active {
  display: block;
}

.accordion-alongside-image--home {
  padding-top: 135px;
}
@media screen and (max-width: 900px) {
  .accordion-alongside-image--home {
    padding-top: 65px;
  }
}
.accordion-alongside-image--franchisee-support {
  padding-top: 70px;
}
.accordion-alongside-image--franchisee-support .accordion-alongside-image__content {
  width: 62%;
}
@media screen and (max-width: 1300px) {
  .accordion-alongside-image--franchisee-support .accordion-alongside-image__content {
    display: block;
    width: 100%;
  }
}
.accordion-alongside-image--franchisee-support .accordion-alongside-image__image {
  width: 35%;
}
@media screen and (max-width: 1300px) {
  .accordion-alongside-image--franchisee-support .accordion-alongside-image__image {
    display: block;
    width: 100%;
  }
}
.accordion-alongside-image--franchise-opportunity {
  padding-top: 155px;
}
@media screen and (max-width: 900px) {
  .accordion-alongside-image--franchise-opportunity {
    padding-top: 80px;
  }
}
.accordion-alongside-image__content {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 1300px) {
  .accordion-alongside-image__content {
    display: block;
    width: 100%;
  }
}
.accordion-alongside-image__heading {
  max-width: 600px;
}
.accordion-alongside-image__wysiwyg {
  margin: 30px 0 40px;
}
.accordion-alongside-image__image {
  display: inline-block;
  width: 40%;
  max-width: 550px;
  border-radius: 20px;
  object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .accordion-alongside-image__image {
    display: block;
    width: 100%;
    margin-top: 25px;
  }

  body.page-template-template-franchise-opportunity .accordion-alongside-image__image{
    display: none;
  }
}
.accordion-alongside-image__accordion-item {
  margin-top: 12px;
}
.accordion-alongside-image__accordion-button {
  display: block;
  position: relative;
  color: #1B1212;
  width: 100%;
  padding: 28px;
  text-align: left;
  background-color: rgba(7,56,82,.09);
  border: 2px solid rgba(7,56,82,.09);
  border-radius: 15px;
  transition: 0.5s all;
}

.accordion-alongside-image__accordion-button:after{
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 20px;
  z-index: 10;
  top: 38px;
  right: 38px;
  background-image: url(/wp-content/themes/office-evolution/img/right-icon-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: brightness(10) invert(.8);
  transition: .3s all ease-in-out;
}

@media screen and (max-width: 900px) {
  .accordion-alongside-image__accordion-button {
    padding: 14px 18px;
  }
}
.accordion-alongside-image__accordion-button--active {
  background: #073852 !important;
  background-position: right 38px center;
  border-color: #073852;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border: 2px solid #073852;
  color: #fff;
  cursor: auto;
}

.accordion-alongside-image__accordion-button--active:after{
  background-image: url(/wp-content/themes/office-evolution/img/right-icon-white.svg);
  filter: none;
  transform:rotate(90deg);
  transition: .3s all ease-in-out;
}

.accordion-alongside-image__accordion-content {
  display: none;
  padding: 24px 28px;
  border: 2px solid #474B4E;
  border-top: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 900px) {
  .accordion-alongside-image__accordion-content {
    padding: 20px 18px;
  }
}
.accordion-alongside-image__accordion-content--active {
  background: #073852 !important;
  display: block;
  color: #fff;
}
.accordion-alongside-image__accordion-content h1,
.accordion-alongside-image__accordion-content h2,
.accordion-alongside-image__accordion-content h3,
.accordion-alongside-image__accordion-content h4,
.accordion-alongside-image__accordion-content h5,
.accordion-alongside-image__accordion-content h6 {
  margin-bottom: 20px;
}
.accordion-alongside-image__accordion-content p {
  font-weight: 400;
}

.available-territories {
  margin-top: 140px;
  padding: 100px 155px;
  background-color: rgba(7,56,82,.09);
  border-radius: 20px;
}
@media screen and (max-width: 1300px) {
  .available-territories {
    margin-top: 80px;
    padding: 35px;
  }
}
.available-territories--am {
  margin-top: 80px;
}
.available-territories__content {
  display: inline-block;
  width: 35%;
}
@media screen and (max-width: 900px) {
  .available-territories__content {
    display: block;
    width: 100%;
  }
}
.available-territories__wysiwyg {
  margin-top: 20px;
}
.available-territories__key {
  position: relative;
  display: block;
  margin-top: 40px;
  padding: 20px 20px 20px 50px;
  max-width: 300px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .available-territories__key {
    max-width: 200px;
    margin-top: 30px;
    padding: 10px 10px 10px 50px;
    border-radius: 10px;
  }
}
.available-territories__key--less-spacing {
  margin-top: 20px;
}
.available-territories__key--inline {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 990px) {
  .available-territories__key--inline {
    display: block;
    max-width: 250px;
  }
}
.available-territories__key:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: translateY(-50%);
  left: 20px;
  top: 50%;
  background-color: #EA8039;
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .available-territories__key:before {
    left: 15px;
  }
}
.available-territories__key--available:before {
  background-color: #FFC8A4;
}
.available-territories__map {
  display: inline-block;
  width: 60%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  .available-territories__map {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

.international-territories a.button{
  text-align: center;
  margin-right: 20px;
}

@media screen and (max-width: 900px){
  .international-territories .button{
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}

.comparison-table {
  padding-top: 140px;
}
@media screen and (max-width: 1300px) {
  .comparison-table {
    padding-top: 60px;
  }
}
.comparison-table__heading-container {
  text-align: center;
}
.comparison-table__container {
  overflow-x: scroll;
}
.comparison-table__item {
  width: 100%;
  margin-top: 60px;
  border-collapse: collapse;
  background-color: transparent;
  overflow: hidden;
}
.comparison-table__row:last-of-type .comparison-table__column {
  border-bottom: none;
}
.comparison-table__column {
  width: 28%;
  color: #000;
  padding: 35px;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  border-bottom: 2px solid rgba(7,56,82,.09);
}
@media screen and (max-width: 900px) {
  .comparison-table__column {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
.comparison-table__column:first-child {
  min-width: 140px;
}
.comparison-table__column:nth-child(2), .comparison-table__column:nth-child(3) {
  min-width: 250px;
  text-align: center;
}

.comparison-table__column:nth-child(2) img{
  width: 250px;
  height: auto;
}

@media (max-width: 900px){
  .comparison-table__column:nth-child(2){
    padding: 15px 40px;
  }
}

.comparison-table__column--header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  border-bottom: 2px solid rgba(7,56,82,.09) !important;
}
@media screen and (max-width: 900px) {
  .comparison-table__column--header {
    font-size: 16px;
    line-height: 20px;
  }
}
.comparison-table__column--yellow-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #EA8039
;
}
.comparison-table__column--yellow {
  background-color: #EA8039;
  color: #fff;

}
.comparison-table__column--bold {
  font-weight: 700;
}

.content-card {
  margin: 60px 0 0;
  padding: 40px 52px;
  border-radius: 20px;
  background-color: rgba(7,56,82,.09);
  text-align: center;
}
.content-card__heading {

}
.content-card__content {
  margin-top: 30px;
}
.content-card__button {
  margin-top: 40px;
}

.cta-banner {
  margin-top: 140px;
  padding: 130px 0 100px;
  background-color: #EA8039
;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .cta-banner {
    margin-top: 100px;
    padding: 75px 0;
  }
}
.cta-banner__wysiwyg {
  margin-top: 20px;
}
.cta-banner__wysiwyg p {
  font-size: 18px;
  line-height: 28px;
}
.cta-banner__button {
  margin-top: 40px;
}

.cta-form {
  padding: 100px 155px;
  background-color: rgba(7,56,82,.09);
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .cta-form {
    padding: 35px 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .cta-form {
    padding: 75px;
  }
}
.cta-form--front-page {
  margin-top: 232px;
}
@media screen and (max-width: 900px) {
  .cta-form--front-page {
    margin-top: 100px;
  }
}
.cta-form--contact {
  margin: 80px 0 120px;
}
.cta-form--about {
  margin-top: 280px;
}
@media screen and (max-width: 1300px) {
  .cta-form--about {
    margin-top: 100px;
  }
}
.cta-form--franchisee-support {
  margin-top: 140px;
}
.cta-form--franchisee-support .cta-form__text {
  max-width: 525px;
}
.cta-form--franchisee-support .cta-form__heading {
  max-width: 425px;
}
.cta-form__text {
  display: inline-block;
  width: 45%;
  margin-top: 65px;
}
@media screen and (max-width: 900px) {
  .cta-form__text {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 0 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
  }
}
.cta-form__text p {
  font-size: 18px;
  line-height: 28px;
}
.cta-form__wysiwyg {
  margin-top: 20px;
}
.cta-form__list-container {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .cta-form__list-container {
    margin-top: 40px;
  }
}
.cta-form__tick-list li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 24px;
}
.cta-form__tick-list li:not(:last-of-type) {
  margin-bottom: 12px;
}
.cta-form__tick-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/wp-content/themes/office-evolution/img/circle-check-alt.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.cta-form__form {
  display: inline-block;
  width: 49%;
  padding: 50px;
  border-radius: 25px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .cta-form__form {
    display: block;
    width: 100%;
    margin-top: 35px;
    padding: 25px;
    border-radius: 0;
    background-color: transparent;
  }
}
.cta-form__form-heading {
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .cta-form__form-heading {
    margin-bottom: 20px;
  }
}
.cta-form__lower-text {
  margin-top: 60px;
  padding: 40px 55px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .cta-form__lower-text {
    margin: 0 auto;
    padding: 30px;
    max-width: 90%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .cta-form__lower-text {
    padding: 40px 100px;
  }
}

.curved-form-hero {
  position: relative;
  padding: 75px 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.curved-form-hero__background {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.curved-form-hero__background-overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.curved-form-hero__content {
  position: relative;
  z-index: 2;
}
.curved-form-hero__heading {
  display: block;
  color: #EA8039
;
}
.curved-form-hero__subheading {
  display: block;
  margin-top: 25px;
  color: #fff;
}
.curved-form-hero__text {
  margin-top: 40px;
  color: #fff;
}
.curved-form-hero__text p {
  font-size: 18px;
  line-height: 28px;
}
.curved-form-hero__form {
  position: relative;
  z-index: 20;
  display: block;
  margin-top: 40px;
  padding: 50px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 4px 50px rgba(0, 0, 0, .2);
}
@media screen and (max-width: 1000px) {
  .curved-form-hero__form {
    padding: 35px 25px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .curved-form-hero__form {
    padding: 35px;
  }
}
.curved-form-hero__form-heading {
  margin-bottom: 45px;
  text-align: center;
  color: #272B2F;
}
@media screen and (max-width: 900px) {
  .curved-form-hero__form-heading {
    margin-bottom: 25px;
  }
}
.curved-form-hero .form #field_1_13 {
  text-align: left !important;
}
.curved-form-hero .form #field_1_13 p {
  font-size: 12px !important;
  font-weight: 500;
}
.curved-form-hero .form #field_1_13 a {
  color: #EA8039
 !important;
}
.curved-form-hero .form #label_1_15_1 {
  font-size: 12px !important;
  text-transform: lowercase !important;
  color: #000;
}
.curved-form-hero .form #label_1_15_1::first-letter {
  text-transform: uppercase !important;
}
.curved-form-hero .form .gfield_label_before_complex {
  display: none !important;
}
.curved-form-hero__curve {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.featured-post {
  padding: 140px 0;
}
@media screen and (max-width: 1300px) {
  .featured-post {
    padding: 50px 0;
  }
}
.featured-post__image {
  display: inline-block;
  width: 49%;
  border-radius: 20px;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .featured-post__image {
    display: block;
    width: 100%;
  }
}
.featured-post__image--fallback {
  padding: 0 75px;
  margin: 0 auto;
  object-fit: contain;
}
.featured-post__content {
  display: inline-block;
  width: 49%;
  padding: 60px;
  border-radius: 20px;
  background-color: rgba(7,56,82,.09);
}
@media screen and (max-width: 900px) {
  .featured-post__content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .featured-post__content {
    padding: 25px 25px 35px;
  }
}
.featured-post__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
}
.featured-post__excerpt p {
  font-size: 16px;
  line-height: 25px;
  color: #515151;
}
.featured-post__button {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .featured-post__button {
    margin-top: 32px;
  }
}
.featured-post__button:after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  background-color: #EA8039
;
  border-radius: 50%;
  background-image: url("/wp-content/themes/office-evolution/img/up-right-arrow-black.svg");
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.5s all;
}
.featured-post__button:hover:after {
  transform: translateY(-50%) rotate(45deg);
}

.featured-video {
  padding: 100px 155px;
  background-color: rgba(7,56,82,.09);
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .featured-video {
    padding: 35px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .featured-video {
    padding: 75px;
  }
}
.featured-video--about {
  margin-top: 90px;
}
.featured-video--franchise-opportunity {
  margin-top: 140px;
}
@media screen and (max-width: 900px) {
  .featured-video--franchise-opportunity {
    margin-top: 75px;
  }
}
.featured-video--franchise-opportunity .featured-video__heading-right {
  align-self: center;
}
.featured-video__heading-left {
  display: inline-block;
  width: 48%;
  align-self: flex-end;
}
@media screen and (max-width: 1300px) {
  .featured-video__heading-left {
    display: block;
    width: 100%;
  }
}
.featured-video__heading-right {
  display: inline-block;
  width: 48%;
  align-self: flex-end;
}
@media screen and (max-width: 1300px) {
  .featured-video__heading-right {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.featured-video__item {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 55px;
  aspect-ratio: 16/9;
  background-color: #3D4044;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .featured-video__item {
    margin-top: 25px;
  }
}
.featured-video__item iframe {
  width: 100%;
  height: 100%;
}

.number-stat-cards{
  padding-top: 65px;
}
@media screen and (max-width: 900px) {
  .number-stat-cards {
    padding-top: 35px;
  }
}
.number-stat__heading-container{
  text-align: center;
  padding-bottom: 40px;
}
.number-stats{
  max-width: 60%;
}

@media screen and (max-width: 600px) {
  .number-stats{
    max-width: 100%;
  }
}

@media screen and (min-width: 601px) and (max-width: 1000px) {
  .number-stats{
    max-width: 80%;
  }
}

.number-stat-cards__item{
  display: inline-block;
  width: 32.33%;
  padding: 50px 20px;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(7, 56, 82, .09);
}

@media screen and (max-width: 600px) {
  .number-stat-cards__item{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .number-stat-cards__item{
    width: 32%;
    margin-bottom: 20px;
    padding: 35px 20px;
  }
}

.number-cards__item-stat{
  font-size: 70px;
  color: #073852;
  font-weight: 500;
  text-align: center;
  display: block;
  line-height: 1.5;
}
.number-cards__item-heading{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.four-image-cards--home {
  padding-top: 65px;
}
@media screen and (max-width: 900px) {
  .four-image-cards--home {
    padding-top: 35px;
  }
}
.four-image-cards--about {
  padding-top: 145px;
}
.four-image-cards__container {
  margin-top: 50px;
}
.four-image-cards__item {
  display: inline-block;
  width: 24%;
}
@media screen and (max-width: 500px) {
  .four-image-cards__item {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 501px) and (max-width: 900px) {
  .four-image-cards__item {
    width: 49%;
    margin-bottom: 35px;
  }
}
.four-image-cards__item--link {
  position: relative;
  cursor: pointer;
}
.four-image-cards__item--link:after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  background-image: url("/wp-content/themes/office-evolution/img/up-right-arrow-black.svg");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.four-image-cards__item--link:hover .four-image-cards__item-image {
  transform: scale(1.02);
}
.four-image-cards__item-image {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.5s all;
}
.four-image-cards__item-heading {
  display: block;
  margin-top: 20px;
}
.four-image-cards__item-subheading {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #BEBFC1;
}
.four-image-cards__item-description {
  margin-top: 25px;
}
.four-image-cards__item-description p {
  font-size: 16px;
  line-height: 25px;
  color: #515151;
}

.four-stat-cards {
  padding-top: 20px;
}
.four-stat-cards--franchise-opportunity, .four-stat-cards--franchisee-support {
  padding-top: 160px;
}
@media screen and (max-width: 900px) {
  .four-stat-cards--franchise-opportunity, .four-stat-cards--franchisee-support {
    padding-top: 80px;
  }
}
.four-stat-cards__container {
  margin-top: 60px;
}
.four-stat-cards__item {
  display: inline-block;
  width: 24%;
  padding: 50px 20px;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(7,56,82,.09);
}

.opportunity.four-stat-cards__item {
  background-color: #EA8039;
}

@media screen and (max-width: 600px) {
  .four-stat-cards__item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .four-stat-cards__item {
    width: 49%;
    margin-bottom: 20px;
    padding: 35px 20px;
  }
}
.four-stat-cards__item--icons {
  padding: 30px;
  text-align: left;
}
.four-stat-cards__item--icons .four-stat-cards__item-heading {
  font-size: 22px;
  line-height: 28px;
}

.opportunity.four-stat-cards__item--icons .four-stat-cards__item-heading {
  color: #fff;
}

.four-stat-cards__item--yellow {
  background-color: #EA8039;
  font-weight: 700;
  color: #fff;
}
.four-stat-cards__item-icon {
  width: auto;
  height: 64px;
  margin-bottom: 25px;
}
.four-stat-cards__item-heading {
  display: block;
  font-size: 18px;
  line-height: 29px;
}
.four-stat-cards__item-stat {
  display: block;
  margin-top: 15px;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  color: #EA8039;
}
.four-stat-cards__item-wysiwyg {
  margin-top: 35px;
}

.opportunity .four-stat-cards__item-wysiwyg p{
  color: #fff;
}

.highlighted-cta {
  padding: 40px;
  background-color: #EA8039
;
  background-image: url("/wp-content/themes/office-evolution/img/highlighted-cta-bg.svg");
  background-size: 538px 675px;
  background-position: right center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.highlighted-cta--home {
  margin-top: 95px;
}
@media screen and (max-width: 900px) {
  .highlighted-cta--home {
    margin-top: 35px;
  }
}
.highlighted-cta--franchisee-support {
  margin-top: 140px;
  background-image: url("/wp-content/themes/office-evolution/img/highlighted-cta-bg-dark.svg");
  background-color: rgba(7,56,82,.09);
}
@media screen and (max-width: 900px) {
  .highlighted-cta--franchisee-support {
    margin-top: 80px;
  }
}
.highlighted-cta--franchise-opportunity {
  margin-top: 160px;
}
@media screen and (max-width: 900px) {
  .highlighted-cta--franchise-opportunity {
    margin-top: 80px;
  }
}
.highlighted-cta__image {
  display: inline-block;
  width: 39%;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .highlighted-cta__image {
    display: block;
    width: 100%;
    max-width: 350px;
  }
}
.highlighted-cta__content {
  display: inline-block;
  align-self: flex-end;
  width: 43%;
  margin: 65px 0;
  margin-right: 110px;
}
@media screen and (max-width: 900px) {
  .highlighted-cta__content {
    display: block;
    width: 100%;
    margin: 25px 0 0 0;
  }
}
.highlighted-cta .wysiwyg {
  margin-top: 20px;
}
.highlighted-cta .button, .highlighted-cta .form input[type=submit], .form .highlighted-cta input[type=submit] {
  margin-top: 40px;
}

.highlighted-info-panel {
  margin-top: 90px;
  padding: 100px 155px;
  border-radius: 25px;
  background-color: #EA8039
;
}
@media screen and (max-width: 1300px) {
  .highlighted-info-panel {
    padding: 50px 35px;
  }
}
.highlighted-info-panel__content {
  display: inline-block;
  width: 40%;
}
@media screen and (max-width: 900px) {
  .highlighted-info-panel__content {
    display: block;
    width: 100%;
  }
}
.highlighted-info-panel__info {
  display: inline-flex;
  width: 50%;
  align-self: flex-start;
}
@media screen and (max-width: 900px) {
  .highlighted-info-panel__info {
    width: 100%;
  }
}
.highlighted-info-panel__info--alt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .highlighted-info-panel__info--alt {
    margin-top: 0;
  }
}
.highlighted-info-panel .wysiwyg {
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .highlighted-info-panel .wysiwyg {
    margin: 10px 0 25px;
  }
}
.highlighted-info-panel__item {
  display: inline-block;
  width: 48.5%;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  background-color: #272B2F;
}
.highlighted-info-panel__item--full {
  width: 100%;
  margin-bottom: 12px;
}
.highlighted-info-panel__item--third {
  width: 33%;
  padding: 60px 40px 40px 40px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .highlighted-info-panel__item--third {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .highlighted-info-panel__item--third {
    padding: 50px 25px 25px 25px;
  }
}
.highlighted-info-panel__item-heading {
  display: block;
  font-size: 20px;
  line-height: 32px;
}
.highlighted-info-panel__item-heading--bold {
  margin-top: 40px;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}
.highlighted-info-panel__item-stat {
  display: block;
  margin-top: 10px;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  color: #EA8039
;
}
@media screen and (max-width: 1500px) {
  .highlighted-info-panel__item-stat {
    font-size: 24px;
    line-height: 28px;
  }
}
.highlighted-info-panel__item-stat--large {
  margin-top: 0;
  font-size: 90px;
  line-height: 100px;
  font-weight: 500;
}
.highlighted-info-panel__item-stat--large span {
  font-size: 50px;
}
.highlighted-info-panel__item-text {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 25px;
  color: #515151;
}

.highlighted-service-cards {
  padding: 100px 155px;
  background-color: #EA8039
;
  border-radius: 20px;
}
@media screen and (max-width: 1300px) {
  .highlighted-service-cards {
    padding: 35px;
  }
}
.highlighted-service-cards--home {
  padding: 80px 155px;
  margin-top: 90px;
}
@media screen and (max-width: 1300px) {
  .highlighted-service-cards--home {
    margin-top: 40px;
    padding: 35px;
  }
}
.highlighted-service-cards--franchise-opportunity {
  margin-top: 140px;
}
@media screen and (max-width: 1300px) {
  .highlighted-service-cards--franchise-opportunity {
    margin-top: 80px;
  }
}
.highlighted-service-cards__intro-column {
  display: inline-block;
  width: 49%;
  align-self: center;
}
@media screen and (max-width: 900px) {
  .highlighted-service-cards__intro-column {
    display: block;
    width: 100%;
  }
}
.highlighted-service-cards__item-container {
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .highlighted-service-cards__item-container {
    margin-top: 20px;
  }
}
.highlighted-service-cards__item {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 49.5%;
  margin-top: 12px;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .highlighted-service-cards__item {
    display: flex;
    width: 100%;
  }
}
.highlighted-service-cards__item-icon {
  display: inline-block;
  align-self: flex-start;
  width: 64px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 900px) {
  .highlighted-service-cards__item-icon {
    margin-bottom: 18px;
  }
}
.highlighted-service-cards__item-content {
  display: inline-block;
  width: 84%;
  padding-left: 12px;
}
.highlighted-service-cards__button-container {
  margin-top: 45px;
  text-align: center;
}
.highlighted-service-cards .wysiwyg {
  margin-top: 18px;
}

.icon-stat-cards {
  margin-top: 75px;
  padding: 100px 155px;
  border-radius: 25px;
  background-color: rgba(7,56,82,.09);
}
@media screen and (max-width: 1300px) {
  .icon-stat-cards {
    padding: 50px 35px;
  }
}
.icon-stat-cards__card-container {
  margin-top: 55px;
}
.icon-stat-cards__card {
  display: inline-block;
  width: 32%;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .icon-stat-cards__card {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .icon-stat-cards__card:not(:first-of-type) {
    margin-top: 20px;
  }
}
.icon-stat-cards__card--stat {
  padding-top: 20px;
}
.icon-stat-cards__icon {
  display: block;
  width: 60px;
  height: auto;
  margin-bottom: 40px;
}
.icon-stat-cards__item-heading {
  margin-top: 40px;
}
.icon-stat-cards__item-content {
  margin-top: 15px;
}

.image-form-hero {
  padding: 75px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.image-form-hero__text {
  display: inline-block;
  align-self: flex-start;
  width: 43%;
  margin: 50px 0;
}
@media screen and (max-width: 1000px) {
  .image-form-hero__text {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.image-form-hero__text p {
  font-size: 18px;
  line-height: 28px;
}
.image-form-hero__wysiwyg {
  max-width: 675px;
  margin-top: 30px;
}
.image-form-hero__form {
  display: inline-block;
  width: 49%;
  padding: 50px;
  border-radius: 25px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .image-form-hero__form {
    display: block;
    width: 100%;
    padding: 35px 25px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1300px) {
  .image-form-hero__form {
    padding: 35px;
  }
}
.image-form-hero__form-heading {
  margin-bottom: 45px;
  text-align: center;
  color: #272B2F;
}
@media screen and (max-width: 900px) {
  .image-form-hero__form-heading {
    margin-bottom: 25px;
  }
}

.image-gallery {
  padding: 100px 155px;
  background-color: rgba(7,56,82,.09);
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .image-gallery {
    padding: 35px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .image-gallery {
    padding: 75px;
  }
}
.image-gallery--home {
  margin-top: 90px;
}
.image-gallery--available-markets {
  margin-top: 140px;
}
.image-gallery__heading-right {
  display: inline-block;
  width: 49%;
  align-self: flex-end;
}
@media screen and (max-width: 900px) {
  .image-gallery__heading-right {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.image-gallery__main-container {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .image-gallery__main-container {
    margin-top: 35px;
  }
}
.image-gallery__main-item {
  display: block;
  width: 100%;
}
.image-gallery__main-item img {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 600px) {
  .image-gallery__main-item img {
    height: 400px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .image-gallery__main-item img {
    height: 500px;
  }
}
.image-gallery__main-arrow {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border: 2px solid #E6E7EA;
  border-radius: 50%;
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  .image-gallery__main-arrow {
    width: 32px;
    height: 32px;
  }
}
.image-gallery__main-arrow--prev {
  left: 40px;
}
@media screen and (max-width: 900px) {
  .image-gallery__main-arrow--prev {
    left: 12px;
  }
}
.image-gallery__main-arrow--next {
  right: 40px;
}
@media screen and (max-width: 900px) {
  .image-gallery__main-arrow--next {
    right: 12px;
  }
}
.image-gallery__thumbnail-container {
  margin-top: 18px;
}
.image-gallery__thumbnail-container .slick-list {
  margin: 0 -5px;
}
.image-gallery__thumbnail-item {
  margin: 2px 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.5s all;
}
.image-gallery__thumbnail-item.slick-current {
  opacity: 1;
  cursor: auto;
}
.image-gallery__thumbnail-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .image-gallery__thumbnail-item img {
    height: 100px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1600px) {
  .image-gallery__thumbnail-item img {
    height: 125px;
  }
}

.image-text-cards {
  padding-top: 140px;
}
@media screen and (max-width: 900px) {
  .image-text-cards {
    padding: 65px 0 0;
  }
}
.image-text-cards--franchise-investment {
  padding-top: 80px;
}
@media screen and (max-width: 900px) {
  .image-text-cards--franchise-investment {
    padding-top: 45px;
  }
}
.image-text-cards__image {
  display: inline-block;
  width: 45%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .image-text-cards__image {
    display: block;
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
}
.image-text-cards__content {
  display: inline-block;
  width: 55%;
  padding: 80px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: rgba(7,56,82,.09);
}
@media screen and (max-width: 900px) {
  .image-text-cards__content {
    display: block;
    width: 100%;
    padding: 35px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .image-text-cards__content {
    padding: 35px;
  }
}
.image-text-cards__wysiwyg {
  margin-top: 20px;
}
.image-text-cards__button {
  margin-top: 40px;
}

.link-grid {
  padding-top: 60px;
}
.link-grid__item-container {
  margin-top: 40px;
}
.link-grid__item {
  display: inline-block;
  width: 24%;
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .link-grid__item {
    width: 49%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .link-grid__item {
    width: 32.5%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }
}
.link-grid__item-link {
  display: block;
  width: 100%;
  padding: 35px 78px 35px 30px;
  background-color: rgba(7,56,82,.09);
  background-image: url("/wp-content/themes/office-evolution/img/right-arrow-white.svg");
  background-size: 32px 32px;
  background-position: right 25px top 50%;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 12px;
}
@media screen and (max-width: 1300px) {
  .link-grid__item-link {
    padding: 20px 25px 20px 20px;
    background-position: right 10px top 50%;
  }
}
.link-grid__item-link:hover {
  background-position: right 15px top 50%;
}
@media screen and (max-width: 1300px) {
  .link-grid__item-link:hover {
    background-position: right 5px top 50%;
  }
}

.locations-map {
  padding-top: 90px;
}
@media screen and (max-width: 1300px) {
  .locations-map {
    padding-top: 55px;
  }
}
.locations-map--no-top-spacing {
  padding-top: 0;
}
.locations-map__item {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 60px;
  object-fit: contain;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .locations-map__item {
    margin-top: 25px;
  }
}
.locations-map__item--no-intro-content {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .locations-map__item--no-intro-content {
    margin-top: 0;
  }
}
.locations-map__item--no-top-spacing {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .locations-map__item--no-top-spacing {
    margin-top: 0;
  }
}

.metrics-board {
  padding: 100px 155px;
  border-radius: 25px;
  background-color: rgba(7,56,82,.09);
}
@media screen and (max-width: 1300px) {
  .metrics-board {
    padding: 50px 35px;
  }
}
.metrics-board--home {
  margin-top: 90px;
}
.metrics-board--franchise-opportunity {
  margin-top: 140px;
}
@media screen and (max-width: 1300px) {
  .metrics-board--franchise-opportunity {
    margin-top: 80px;
  }
}
.metrics-board__switches {
  margin-top: 60px;
  padding: 8px;
  background-color: #3D4044;
  border-radius: 18px;
}
@media screen and (max-width: 1300px) {
  .metrics-board__switches {
    margin-top: 30px;
  }
}
.metrics-board__switch-item {
  display: inline-block;
  padding: 18px 25px;
  width: 50%;
  border-radius: 12px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  transition: 0.5s all;
}
@media screen and (max-width: 600px) {
  .metrics-board__switch-item {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 23px;
  }
}
.metrics-board__switch-item--active {
  background-color: #EA8039
;
  color: #272B2F;
  cursor: auto;
}
.metrics-board__table {
  display: none;
  margin-top: 30px;
}
.metrics-board__table--active {
  display: flex;
}
.metrics-board__table-item {
  display: inline-block;
  padding: 40px 25px;
  text-align: center;
  border: 1px solid #474B4E;
}
@media screen and (max-width: 700px) {
  .metrics-board__table-item {
    padding: 25px;
  }
}
.metrics-board__table-item:first-of-type {
  border-top-left-radius: 15px;
}
@media screen and (max-width: 700px) {
  .metrics-board__table-item:first-of-type {
    border-top-right-radius: 15px;
  }
}
.metrics-board__table-item:nth-of-type(3) {
  border-top-right-radius: 15px;
}
@media screen and (max-width: 700px) {
  .metrics-board__table-item:nth-of-type(3) {
    border-top-right-radius: 0;
  }
}
.metrics-board__table-item:nth-of-type(4) {
  border-bottom-left-radius: 15px;
}
@media screen and (max-width: 700px) {
  .metrics-board__table-item:nth-of-type(4) {
    border-bottom-left-radius: 0;
  }
}
.metrics-board__table-item:last-of-type {
  border-bottom-right-radius: 15px;
}
@media screen and (max-width: 700px) {
  .metrics-board__table-item:last-of-type {
    border-bottom-left-radius: 15px;
  }
}
.metrics-board__table-item--third {
  width: 33.33333%;
}
@media screen and (max-width: 700px) {
  .metrics-board__table-item--third {
    width: 100%;
  }
}
.metrics-board__table-item--half {
  width: 50%;
}
@media screen and (max-width: 700px) {
  .metrics-board__table-item--half {
    width: 100%;
  }
}
.metrics-board__table-heading {
  display: block;
  font-size: 20px;
  line-height: 32px;
}
@media screen and (min-width: 701px) and (max-width: 900px) {
  .metrics-board__table-heading {
    font-size: 16px;
    line-height: 22px;
  }
}
.metrics-board__table-stat {
  display: block;
  margin-top: 16px;
  font-size: 44px;
  line-height: 48px;
  color: #EA8039;
}
@media screen and (min-width: 701px) and (max-width: 900px) {
  .metrics-board__table-stat {
    font-size: 30px;
    line-height: 34px;
  }
}
.metrics-board__lower-content {
  margin: 25px auto 0;
}

.primary-hero {
  display: flex;
  min-height: 352px;
  background-color: #073852;
  background-image: url("/wp-content/themes/office-evolution/img/primary-hero-bg.svg");
  background-size: 725px 520px;
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

body.page-template-template-get-started-confirmation .primary-hero,
body.page-template-template-industry-report-confirmation .primary-hero {
  background-color: #fff;
  background-image: url("/wp-content/themes/office-evolution/img/primary-hero-bg-dark.svg");
}

@media screen and (max-width: 900px) {
  .primary-hero {
    min-height: 300px;
    background-size: 100%;
  }
}
.primary-hero--large {
  min-height: 510px;
}
@media screen and (max-width: 900px) {
  .primary-hero--large {
    min-height: 400px;
  }
}
.primary-hero--square {
  border-radius: 0;
}
.primary-hero__container {
  padding: 50px 0;
  align-self: center;
}
.primary-hero__container--center {
  max-width: 635px;
  text-align: center;
}
.primary-hero__icon {
  width: 84px;
  height: auto;
}
.primary-hero__confirmation-heading {
  font-size: 42px !important;
  line-height: 50px !important;
}
.primary-hero__wysiwyg {
  max-width: 850px;
  margin-top: 20px;
}
.primary-hero__post-meta {
  display: block;
  margin-top: 60px;
  color: #272B2F;
}
.primary-hero__cat-separator:last-of-type {
  display: none;
}

.recent-articles--home {
  padding-top: 160px;
}
@media screen and (max-width: 900px) {
  .recent-articles--home {
    padding-top: 65px;
  }
}
.recent-articles--about, .recent-articles--available-markets, .recent-articles--single {
  padding-top: 140px;
}
@media screen and (max-width: 900px) {
  .recent-articles--about, .recent-articles--available-markets, .recent-articles--single {
    padding-top: 65px;
  }
}
.recent-articles--franchisee-support {
  padding-top: 70px;
}
.recent-articles__heading {
  text-align: center;
}
.recent-articles__container {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .recent-articles__container {
    margin-top: 30px;
  }
}
.recent-articles__item {
  display: inline-block;
  width: 32%;
}
@media screen and (max-width: 800px) {
  .recent-articles__item {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.recent-articles__item:hover {
  transform: scale(1.02);
}

.single-testimonial {
  padding-top: 160px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .single-testimonial {
    padding-top: 80px;
  }
}
.single-testimonial__quote {
  margin-top: 45px;
}
.single-testimonial__quote p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.single-testimonial__author {
  max-width: 465px;
  margin: 35px auto 0;
  align-items: center;
}
.single-testimonial__author-image {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid #EA8039
;
}
.single-testimonial__author-info {
  display: inline-block;
  width: 350px;
}
.single-testimonial__author-name {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}
.single-testimonial__job-title {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.small-icon-cards {
  padding-top: 160px;
}
@media screen and (max-width: 900px) {
  .small-icon-cards {
    padding-top: 80px;
  }
}
.small-icon-cards__item-container {
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .small-icon-cards__item-container {
    margin-top: 30px;
  }
}
.small-icon-cards__item {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 32%;
  padding: 40px 30px;
  background-color: #EA8039
;
  border-radius: 20px;
}
@media screen and (max-width: 800px) {
  .small-icon-cards__item {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .small-icon-cards__item:not(:first-of-type) {
    margin-top: 15px;
  }
}
.small-icon-cards__item-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-right: 18px;
}
.small-icon-cards__item-text {
  display: inline-block;
  width: 80%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 801px) and (max-width: 1631px) {
  .small-icon-cards__item-text {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}

.split-content {
  padding-top: 140px;
}
@media screen and (max-width: 1000px) {
  .split-content {
    padding-top: 80px;
  }
}
.split-content--reduce-padding-top {
  padding-top: 60px;
}
@media screen and (max-width: 1000px) {
  .split-content--reduce-padding-top {
    padding-top: 40px;
  }
}
.split-content--no-padding-top {
  padding-top: 0;
}
@media screen and (max-width: 1000px) {
  .split-content--no-padding-top {
    padding-top: 0;
  }
}
.split-content--invert .split-content__text {
  max-width: 675px;
  padding-left: 30px;
  padding-right: 0;
  order: 2;
}
@media screen and (max-width: 1000px) {
  .split-content--invert .split-content__text {
    margin-top: 20px;
    padding-left: 0;
  }
}
.split-content--invert .split-content__image {
  order: 1;
}
@media screen and (max-width: 1000px) {
  .split-content--invert .split-content__image {
    margin-top: 0;
  }
}
.split-content__text {
  display: inline-block;
  width: 49%;
  align-self: center;
  padding-right: 30px;
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  .split-content__text {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.split-content__text--align-top {
  align-self: flex-start;
}
.split-content__text--alt {
  width: 67%;
}
@media screen and (max-width: 1000px) {
  .split-content__text--alt {
    display: block;
    width: 100%;
  }
}
.split-content__wysiwyg {
  max-width: 675px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .split-content__wysiwyg {
    max-width: none;
  }
}
.split-content__button {
  margin-top: 30px;
}
.split-content__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .split-content__cards {
    margin-top: 35px;
  }
}
.split-content__cards--alt {
  padding-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .split-content__cards--alt {
    padding-bottom: 0;
  }
}
.split-content__card-item {
  display: inline-block;
  width: 50%;
  padding: 35px 30px;
  border-top: 2px solid #474B4E;
  border-bottom: 2px solid #474B4E;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .split-content__card-item {
    display: block;
    width: 100%;
    padding: 25px;
  }
}
.split-content__card-item:first-of-type {
  border-right: 2px solid #474B4E;
}
@media screen and (max-width: 900px) {
  .split-content__card-item:first-of-type {
    padding: 25px 25px 25px 0;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .split-content__card-item:first-of-type {
    border-right: 0;
    border-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .split-content__card-item:last-of-type {
    padding: 25px 0 25px 25px;
  }
}
.split-content__card-heading {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.split-content__card-wysiwyg {
  margin-top: 20px;
}
.split-content__card-wysiwyg p {
  font-weight: 400;
}
.split-content__list-heading {
  margin-top: 40px;
}
.split-content__list {
  margin-top: 10px;
}
.split-content__list li {
  display: block;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #1B1212;
}
.split-content__list li:not(:first-of-type) {
  margin-top: 10px;
}
.split-content__list li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  background-image: url("/wp-content/themes/office-evolution/img/circle-check-primary.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.split-content__image {
  display: inline-block;
  align-self: flex-start;
  width: 49%;
  height: 480px;
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .split-content__image {
    display: block;
    width: 100%;
    height: 300px;
    max-width: 450px;
    margin-top: 25px;
  }
}
.split-content__image--alt {
  width: 33%;
  height: 530px;
  aspect-ratio: unset;
}
@media screen and (max-width: 1000px) {
  .split-content__image--alt {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-top: 25px;
  }
}

.staff-modal {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
}
.staff-modal__item {
  position: relative;
  width: 100%;
  max-height: 80vh;
  overflow-y: scroll;
  padding: 80px;
  background-color: #272B2F;
  border-radius: 20px;
}
@media screen and (max-width: 1300px) {
  .staff-modal__item {
    padding: 25px 25px 45px;
  }
}
.staff-modal__item-image {
  display: inline-block;
  width: 25%;
  aspect-ratio: 70/92;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .staff-modal__item-image {
    display: block;
    width: 100%;
    max-width: 350px;
    aspect-ratio: auto;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .staff-modal__item-image {
    width: 45%;
    aspect-ratio: auto;
  }
}
.staff-modal__item-content {
  display: inline-block;
  align-self: center;
  width: 70%;
}
@media screen and (max-width: 900px) {
  .staff-modal__item-content {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .staff-modal__item-content {
    width: 50%;
  }
}
.staff-modal__item-content--full {
  width: 100%;
}
.staff-modal__job-title {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #BEBFC1;
}
.staff-modal__wysiwyg {
  margin-top: 30px;
  padding-top: 38px;
  border-top: 2px solid #3D4044;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .staff-modal__wysiwyg {
    margin-top: 15px;
    padding-top: 18px;
  }
}
.staff-modal__close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.stats-logos {
  margin-top: 140px;
  padding: 100px 155px;
  background-color: rgba(7,56,82,.09);
  border-radius: 20px;
}
@media screen and (max-width: 1300px) {
  .stats-logos {
    padding: 35px;
  }
}
.stats-logos__intro-container {
  text-align: center;
}
.stats-logos__heading {
  max-width: 648px;
  margin: 0 auto;
}
.stats-logos__wysiwyg {
  max-width: 868px;
  margin: 30px auto 0;
}
.stats-logos__stat-container {
  margin-top: 55px;
  border: 2px solid #474B4E;
  border-radius: 20px;
}
.stats-logos__stat-item {
  display: inline-block;
  width: 33.333%;
  padding: 40px;
}
@media screen and (max-width: 700px) {
  .stats-logos__stat-item {
    display: block;
    width: 100%;
    padding: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  .stats-logos__stat-item {
    padding: 25px;
  }
}
.stats-logos__stat-item:not(:first-of-type) {
  border-left: 2px solid #474B4E;
}
@media screen and (max-width: 700px) {
  .stats-logos__stat-item:not(:first-of-type) {
    border-left: 0;
    border-top: 2px solid #474B4E;
  }
}
.stats-logos__item-stat {
  display: block;
  font-size: 90px;
  line-height: 99px;
  color: #EA8039;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .stats-logos__item-stat {
    font-size: 60px;
    line-height: 66px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  .stats-logos__item-stat {
    font-size: 50px;
    line-height: 55px;
  }
}
.stats-logos__item-heading {
  display: block;
  margin-top: 35px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .stats-logos__item-heading {
    margin-top: 15px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1200px) {
  .stats-logos__item-heading {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 900px) {
  .stats-logos__logo-container {
    margin-top: 20px;
  }
}
.stats-logos__logo-item {
  display: inline-block;
  width: 16.8%;
  height: auto;
  margin-top: 60px;
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  .stats-logos__logo-item {
    margin-top: 25px;
  }
}

.table {
  padding-top: 140px;
}
@media screen and (max-width: 1300px) {
  .table {
    padding-top: 60px;
  }
}
.table__item {
  width: 100%;
  border-collapse: collapse;
  background-color: transparent;
  outline: 1px solid rgba(7,56,82,.09);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.table__column {
  width: 50%;
  padding: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
  color: #515151;
  border: 2px solid rgba(7,56,82,.09);
}
@media screen and (max-width: 900px) {
  .table__column {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
}
.table__column--stat {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #EA8039
;
}
.table__column:first-child {
  width: 45%;
}
.table__column:nth-child(2) {
  width: 55%;
  text-align: center;
  border-left: 2px solid rgba(7,56,82,.09);
}
.table__column--header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  background-color: #EA8039;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid rgba(7,56,82,.09);
}
@media screen and (max-width: 900px) {
  .table__column--header {
    font-size: 16px;
    line-height: 20px;
  }
}

.team-member {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.team-member__image {
  display: inline-block;
  width: 195px;
  height: 195px;
  margin-right: 75px;
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  .team-member__image {
    display: block;
    width: 150px;
    height: 150px;
  }
}
.team-member__content {
  display: inline-block;
  max-width: 70%;
}
@media screen and (max-width: 700px) {
  .team-member__content {
    display: block;
    width: 100%;
    margin-top: 25px;
    max-width: 100%;
  }
}
@media screen and (min-width: 701px) and (max-width: 800px) {
  .team-member__content {
    max-width: 50vw;
  }
}
@media screen and (min-width: 801px) and (max-width: 900px) {
  .team-member__content {
    max-width: 56vw;
  }
}
@media screen and (min-width: 901px) and (max-width: 1000px) {
  .team-member__content {
    max-width: 60vw;
  }
}
@media screen and (min-width: 1601px) {
  .team-member__content {
    max-width: 81%;
  }
}
.team-member__content p {
  font-size: 18px;
  line-height: 28px;
  color: #515151;
}
.team-member__heading {
  color: #EA8039
;
}
.team-member__subheading {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  color: #515151;
}

.testimonial-slider {
  padding-top: 140px;
}
.testimonial-slider .slick-list {
  display: flex;
}
.testimonial-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.testimonial-slider .slick-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .testimonial-slider {
    padding-top: 60px;
  }
}
.testimonial-slider__heading-left {
  display: inline-block;
  width: 49%;
  align-self: flex-end;
}
@media screen and (max-width: 900px) {
  .testimonial-slider__heading-left {
    display: block;
    width: 100%;
  }
}
.testimonial-slider__heading-right {
  display: inline-block;
  align-self: center;
}
@media screen and (max-width: 900px) {
  .testimonial-slider__heading-right {
    display: block;
    width: 100%;
    margin-top: 45px;
  }
}
.testimonial-slider__slider-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  aspect-ratio: 1/1;
  background-color: #073852;
  border-radius: 50%;
}
.testimonial-slider__slider-button:last-of-type {
  margin-left: 10px;
}
.testimonial-slider__slick-container {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .testimonial-slider__slick-container {
    margin-top: 25px;
  }
}
.testimonial-slider__item {
  width: 580px;
  max-width: 80vw;
  margin-right: 20px;
  padding: 40px;
  background-color: rgba(7,56,82,.09);
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .testimonial-slider__item {
    padding: 25px;
  }
}
.testimonial-slider__icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
}
.testimonial-slider .wysiwyg p {
  font-size: 18px;
  line-height: 28px;
}
.testimonial-slider__author-container {
  margin-top: 45px;
}
.testimonial-slider__author-image {
  display: inline-block;
  align-self: start;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #474B4E;
  object-fit: cover;
}
.testimonial-slider__author-text {
  display: inline-block;
  width: 80%;
}
.testimonial-slider__author-name {
  display: block;
  font-weight: 700;
}
.testimonial-slider__author-bio {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  line-height: 25px;
  color: #515151;
}
.testimonial-slider__dots {
  height: 8px;
  margin-top: 40px;
  background-color: rgba(7,56,82,.09);
}
.testimonial-slider__dots .slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
.testimonial-slider__dots li {
  display: inline-block;
  flex-grow: 1;
  height: 8px;
  font-size: 0;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s background-color;
}
.testimonial-slider__dots li.slick-active {
  background-color: #EA8039
;
  cursor: auto;
}

.text-links {
  padding-top: 140px;
}
@media screen and (max-width: 900px) {
  .text-links {
    padding-top: 75px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .text-links {
    padding-top: 100px;
  }
}
.text-links__content {
  display: inline-block;
  width: 35%;
}
@media screen and (max-width: 900px) {
  .text-links__content {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .text-links__content {
    width: 48%;
  }
}
.text-links__wysiwyg {
  margin-top: 20px;
}
.text-links__links {
  display: inline-block;
  width: 49%;
}
@media screen and (max-width: 900px) {
  .text-links__links {
    display: block;
    width: 100%;
    margin-top: 35px;
  }
}
.text-links__links li {
  font-size: 30px;
  line-height: 33px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .text-links__links li {
    font-size: 22px;
    line-height: 26px;
  }
}
.text-links__links li:not(:first-of-type) {
  margin-top: 12px;
}
.text-links__links a {
  display: block;
  padding: 42px 100px 42px 42px;
  background-color: rgba(7,56,82,.09);
  color: #fff;
  border-radius: 12px;
  background-image: url("/wp-content/themes/office-evolution/img/right-arrow-white.svg");
  background-size: 32px 32px;
  background-position: right 40px top 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .text-links__links a {
    padding: 25px 100px 25px 25px;
  }
}
.text-links__links a:hover {
  background-position: right 30px top 50%;
}
.text-links__links--small li {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.text-links__links--small a {
  padding: 22px 100px 22px 42px;
}
.text-links__accordion-button {
  display: block;
  width: 100%;
  padding: 22px 100px 22px 42px;
  background-color: rgba(7,56,82,.09);
  text-align: left;
  color: #fff;
  border-radius: 12px;
  background-image: url("/wp-content/themes/office-evolution/img/right-arrow-white.svg");
  background-size: 32px 32px;
  background-position: right 40px top 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  .text-links__accordion-button {
    padding: 25px 100px 25px 25px;
  }
}
.text-links__accordion-button:hover {
  background-position: right 30px top 50%;
}

.text-table {
  padding-top: 60px;
}
.text-table__half {
  display: inline-block;
  width: 46%;
}
@media screen and (max-width: 900px) {
  .text-table__half {
    display: block;
    width: 100%;
  }
}
.text-table__section-heading {
  max-width: 485px;
}
.text-table__wysiwyg {
  margin-top: 25px;
}
.text-table__wysiwyg-link {
  display: block;
  margin-top: 25px;
  font-style: italic;
  color: #EA8039
 !important;
  text-decoration: none !important;
}
.text-table__table {
  margin-top: 25px;
}

.three-stat-cards {
  padding-top: 20px;
}
.three-stat-cards__item {
  display: inline-block;
  width: 32.5%;
  padding: 50px 20px;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(7,56,82,.09);
}
@media screen and (max-width: 800px) {
  .three-stat-cards__item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1000px) {
  .three-stat-cards__item {
    padding: 35px 20px;
  }
}
.three-stat-cards__item-icon {
  display: block;
  width: auto;
  height: 60px;
  margin: 0 auto 20px;
}
.three-stat-cards__item-heading {
  display: block;
  font-size: 20px;
  line-height: 28px;
}
.three-stat-cards__item-stat {
  display: block;
  margin-top: 15px;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
  color: #EA8039
;
}
.three-stat-cards__item-wysiwyg {
  margin-top: 20px;
}

.timeline {
  padding-top: 140px;
}
@media screen and (max-width: 1300px) {
  .timeline {
    padding-top: 80px;
  }
}

.timeline > .container{
  background: #073852;
  border-radius: 20px;
  padding: 40px;
}

.timeline__nav {
  display: inline-block;
  width: 36%;
  padding: 60px 0 50px;
  position: relative;
}

@media screen and (max-width: 900px) {
	.timeline .timeline__nav {
		display:none !important;
	}
	
	.timeline .timeline__content-container {
		padding-top: 0px !important;
	}
	
	.timeline .timeline__content-container .timeline__content-item {
		display:block !important;
	}
	
	.timeline .timeline__content-container .timeline__content-item .timeline__content-description p {
		font-size: 22px !important; 
		line-height: 34px !important;
	}
}

@media screen and (max-width: 900px) {
  .timeline__nav {
    display: block;
    width: 100%;
    padding-top: 0;
    border: none;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .timeline__nav {
    width: 35%;
    padding-top: 35px;
  }
}
.timeline__nav li:not(:first-of-type) {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .timeline__nav li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.timeline__nav-item {
  position: relative;
  display: block;
  padding-right: 100px;
  font-size: 26px;
  line-height: 29px;
  opacity: 0.5;
  cursor: pointer;
  color: #fff;
}
.timeline__nav-item--active {
  background-image: url("/wp-content/themes/office-evolution/img/right-arrow-primary.svg");
  background-size: 32px 32px;
  background-position: right 50px top 50%;
  background-repeat: no-repeat;
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .timeline__nav-item:after {
    position: absolute;
    top: 0;
    right: -9px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #EA8039;
    border-radius: 50%;
  }
}
.timeline__content-container {
  display: inline-block;
  width: 64%;
}
@media screen and (max-width: 900px) {
  .timeline__content-container {
    display: block;
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .timeline__content-container {
    width: 65%;
    padding-top: 35px;
  }
}
.timeline__content-item {
  display: none;
  padding-left: 60px;
}
@media screen and (max-width: 900px) {
  .timeline__content-item {
    padding-left: 0;
  }
}
.timeline__content-item--active {
  display: block;
}
.timeline__content-year {
  display: block;
  margin-top: 25px;
  color: #EA8039
;
}
.timeline__content-description {
  margin-top: 15px;
}
.timeline__content-description p {
  font-size: 44px;
  line-height: 53px;
  color: #fff;
}
.timeline__content-text {
  display: inline-block;
  width: 50%;
  padding-left: 60px;
}
@media screen and (max-width: 900px) {
  .timeline__content-text {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .timeline__content-text {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .timeline__content-heading {
    font-size: 24px;
    line-height: 30px;
  }
}
.timeline__content-image {
  display: inline-block;
  width: 40%;
  aspect-ratio: 99/112;
  object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .timeline__content-image {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .timeline__content-image {
    width: 100%;
    margin: 20px 0 0 60px;
  }
}

.triple-content {
  margin-top: 160px;
  padding: 100px;
  background-color: rgba(7,56,82,.09);
  border-radius: 25px;
}
@media screen and (max-width: 1300px) {
  .triple-content {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 900px) {
  .triple-content {
    margin-top: 80px;
  }
}
.triple-content__intro-container {
  max-width: 828px;
  margin: 0 auto;
  text-align: center;
}
.triple-content__intro-wysiwyg {
  max-width: 560px;
  margin: 30px auto 0;
}
.triple-content__container {
  margin-top: 60px;
}
.triple-content__checklist {
  margin-top: 45px;
}
.triple-content__checklist li {
  display: block;
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #1B1212;
}
.triple-content__checklist li:not(:first-of-type) {
  margin-top: 10px;
}
.triple-content__checklist li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
  background-image: url("/wp-content/themes/office-evolution/img/circle-check-alt.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.two-column-header {
  padding-top: 120px;
}
.single-post .recent-articles__container {
	justify-content: flex-start;    
    gap: 40px;
}

@media screen and (max-width: 700px) {
  .two-column-header {
    padding-top: 50px;
  }
}
.two-column-header .container {
  align-items: center;
}
.two-column-header__full {
  display: block;
  width: 100%;
  max-width: 730px;
}
.two-column-header__left {
  display: inline-block;
  width: 49%;
  max-width: 640px;
  align-self: flex-end;
}
@media screen and (max-width: 700px) {
  .two-column-header__left {
    display: block;
    width: 100%;
  }
}
.two-column-header__right {
  display: inline-block;
  width: 49%;
  align-self: flex-end;
}
@media screen and (max-width: 700px) {
  .two-column-header__right {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

.revenue-table {
  margin-top: 160px;
  padding: 100px 155px;
  border-radius: 25px;
  background-color: rgba(7,56,82,.09);
}
@media screen and (max-width: 1300px) {
  .revenue-table {
    padding: 50px 35px;
  }
}
@media screen and (max-width: 900px) {
  .revenue-table {
    margin-top: 80px;
  }
}
.revenue-table__column {
  display: inline-block;
  width: 50%;
  padding: 0 5%;
  margin-top: 35px;
}
@media screen and (max-width: 900px) {
  .revenue-table__column {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 0 2.5%;
  }
}
@media screen and (max-width: 900px) {
  .revenue-table__column:first-of-type {
    padding-bottom: 45px;
    border-bottom: 1px solid #474B4E;
  }
}
@media screen and (min-width: 901px) {
  .revenue-table__column:first-of-type {
    border-right: 1px solid #474B4E;
  }
}
.revenue-table__table-heading {
  display: block;
  margin-top: 65px;
  padding: 40px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 900px) {
  .revenue-table__table-heading {
    margin-top: 45px;
  }
}
.revenue-table__table-heading--left span {
  color: #EA8039
;
}
.revenue-table__table-heading--right span {
  color: #919191;
}
.revenue-table__table-row {
  margin-top: 65px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .revenue-table__table-row {
    margin-top: 25px;
  }
}
.revenue-table__table-figure {
  display: block;
  font-size: 44px;
  line-height: 52px;
  color: #EA8039
;
}
.revenue-table__table-label {
  display: block;
  margin-top: 25px;
  font-size: 20px;
  line-height: 32px;
}
.revenue-table__disclaimer {
  display: block;
  margin-top: 35px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #515151;
}

.videos_sec .container.flex {
	justify-content: center;
}

.videos_sec .split-content__text {
	align-self: flex-start;
}

.vid_content {
	margin-bottom: 40px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.vid_content iframe {
	display: block;
	margin: auto;
	border-radius: 20px;
	width: 500px;
	max-width: 100%;
	height: 281px;
	max-height: 100%;
	text-align: center;
}

.vid_content h3, .vid_content p {
	text-align: center;
}

.vid_content h3 {
	font-weight: 700;
	margin-top: 20px;
	padding-bottom: 0px;
	font-size: 20px !important;
}

.vid_content p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px !important;
	max-width: 80%;
	margin: auto;
}

.vid_content p span {
	color: rgba(7, 56, 82, 0.8);
	font-weight: 600;
	font-size: 15px;
}

@media screen and (min-width: 1400px) {
	.videos_sec .container.flex {
		justify-content: flex-start;
	}
	.videos_sec .split-content__text {
		width: 33%;		
	}
}

@media (max-width: 900px) {
	ul.triple-content__checklist li {
    	display: flex; 
    	align-items: flex-start; 
    	padding-left: 0;
	}
	ul.triple-content__checklist li:before {	
    	position: relative; 
    	top: 0; 
    	flex-shrink: 0; 
    	margin-top: 12px;
	}
	.split-content__cards.split-content__cards--alt .split-content__card-item {
		border: 0;
    	width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.number-stat-cards .number-stats .number-stat-cards__item .number-cards__item-stat {
		font-size: 50px;
	}
	.accordion-alongside-image__accordion-button:after {
		top: 18px;
	}
}

@media (max-width: 767px) {
	.stats-logos .stats-logos__logo-container .stats-logos__logo-item {
    	width: 48%; 
    	margin-bottom: 20px; 
    	box-sizing: border-box; 
	}	
	.header .header__logo img {
		width: 230px;
	}
}

@media (max-width: 600px) {
	.revenue-table .revenue-table__column .revenue-table__table-heading span {
		display:block;
	}
	
	.revenue-table .revenue-table__column .revenue-table__table-heading {
		padding: 20px 40px;
		font-size: 22px;
		line-height: 32px;
	}
}

/*# sourceMappingURL=maps/style.css.map */

.iti__selected-country{
	margin-top: unset!important; 
    padding: unset!important;
    background-color: unset!important;
    transition: unset!important;
}

.iti__tel-input,
#input_7_5_raw,
#input_8_12_raw,
#input_10_5_raw{
	padding-left:48px!important;
}