/* Basic Styles */

html {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 15px;
  scroll-behavior: smooth;
}

h1 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.1em;
}

h3 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

h4 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

h5 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

h6 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

p {
  font-family: arial, sans-serif;
}

a {
  color: #f15f22;
}

a.anchor {
  display: block;
  position: relative;
  top: -7.5rem;
  visibility: hidden;
}

@media screen and (max-width: 639px) {
  a.anchor {
    top: -175px;
  }
}

.slick-slide {
  outline: none
}

/* Overall Margins  */

#toolbar,
#splash,
#aboutUs,
#joinCommunity,
#eventsBenefits,
#community-partnership,
#hnwDivorce,
#meetThoughtLeaders4,
#join,
#registration-journey,
#filter-section,
#footer {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (max-width: 639px) {

  #toolbar,
  #splash,
  #aboutUs,
  #joinCommunity,
  #eventsBenefits,
  #community-partnership,
  #hnwDivorce,
  #meetThoughtLeaders4,
  #join,
  #registration-journey,
  #filter-section,
  #footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Foundation Overrides */

#new-homepage #toolbar .grid-container {
  max-width: 90rem;
}

#new-homepage #toolbar {

}

#toolbar {
  background: #033553;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#toolbar .grid-container {
  max-width: 75rem;
}

#toolbar #logo img {
  margin: 0;
  padding: 1rem 0rem;
}

#new-homepage #toolbar #logo img {
  max-width: 100px;
}

@media screen and (max-width: 1260px) and (min-width: 1024px) {
  #toolbar #logo img {
    max-width: 250px
  }
}

#toolbar ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

#toolbar ul li {
  display: block;
  float: left;
  font-size: 1rem;
  line-height: 2rem;
}

#toolbar ul .top-row-float li:last-child a {
  padding-right: 0;
}

#toolbar ul li a {
  display: block;
  padding: 0.3rem 1rem;
  color: #fff;
  font-weight: 900;
}


#toolbar ul li a img {
  width: 30px;
  height: 30px;
}

#toolbar ul li.social {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

#toolbar ul li.social ul {
  padding: 0;
  margin: 0;
}

#toolbar ul li.social ul li {
  display: block;
  clear: both;
  float: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

#toolbar ul li.social a {
  padding: 0;
  margin: 0;
}

#toolbar ul li.social a img {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
}

#toolbar ul li.community-list ul li {
  float: left;
}

.private-client-li {
  background-color: #f9b000;
}

.fire-li {
  background-color: #e30513;
}

.hnw-divorce-li {
  background-color: #e5007d;
}

.disputes-li {
  background-color: #009ee3;
}

.competition-li {
  background-color: #6BA439;
}
.middle-east-li {
  background-color: #a25eb6;
}

.circle-li {
  background: #004871;
}

/* Medium and Smaller */

@media screen and (max-width: 1023px) {
  #toolbar #logo img {
    margin: 0;
    padding: 1rem 0rem;
  }

  #toolbar {
    text-align: center;
    padding-bottom: 0;
  }

  #toolbar ul li a {
    font-size: 1rem;
  }

  #toolbar ul li.community-list ul {
    margin: 0;
  }

  #toolbar ul li.community-list ul li {
    display: block;
    width: 100%
  }
}

@media screen and (max-width: 1023px) {
  #toolbar {
    /* position:inherit;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    float: none; */
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  #toolbar .grid-container {
    padding: 0;
  }

  #toolbar #button img {
    margin-top: 3.5rem;
    display: block;
    float: right;
    width: 30px;
  }

  #toolbar ul {
    padding-top: 0;
    padding-bottom: 0;
    float: none;
    background: #f15f22;
    margin: 0 -2rem -2rem -2rem;
  }

  #toolbar ul li.social ul {
    margin-top: 16rem;
  }

  #toolbar ul.closed {
    visibility: hidden;
    display: none;
  }

  #toolbar ul li {
    float: none;
    display: block;

  }
  #new-homepage #toolbar ul li a {
    padding: 0.3rem 2rem;
  }

  #new-homepage #toolbar ul li.social a {
    padding: 0;
  }
  #new-homepage #toolbar ul li.social ul {
    margin: 0;
  }

  #toolbar ul li a {
    display: block;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 1rem 2rem;
  }

  #toolbar ul li:last-child a {
    border-bottom: 0;
  }

  #toolbar #logo img {
    max-width: 300px;
    padding: 2rem 0rem 2rem 0rem;
  }

  #toolbar ul li.social {
    display: block;
    position: inherit;
    background: none;

  }

  #toolbar ul li.social ul {
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    background: #033553;
  }

  #toolbar ul li.social ul li {
    display: block;
    float: left;
    clear: none;
    padding: 0;
    line-height: 0;
  }

  #toolbar ul li.social a img {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    margin-bottom: 1rem;
  }
}

#slider {
  text-align: center;
  padding-top: 10rem;
}

#slider .inner {
  padding: 3rem;
}

#slider h2 {
  color: #fff;
  font-size: 3rem;
  margin: 0 0 0.5rem 0;
}

#slider blockquote {

  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.2em;
  color: #033553;
  border: 0;
  padding: 0;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

#slider p {
  color: #f15f22;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2em;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

#slider #about-section img {
  max-width: 600px;
  margin: 0 auto 4rem;

}
#slider #about-section p {
  color: #fff;
  font-weight: 400;
}

#slider #about-section p strong {
  color: #f15f22;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  #slider #about-section {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  #slider #about-section .intro-text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  #slider {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#033553+51,ffffff+86 */
    background: #033553;
    /* Old browsers */
    background: -moz-linear-gradient(top, #033553 51%, #ffffff 86%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #033553 51%, #ffffff 86%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #033553 51%, #ffffff 86%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033553', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    text-align: center;
    padding-top: 10rem;
  }

  #slider .inner {
    padding: 3rem;
  }

  #slider h2 {
    color: #fff;
    font-size: 4rem;
    margin: 0 0 0.5rem 0;
  }

  #slider blockquote {
    font-size: 2rem;
  }

  #slider p {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 639px) {

  #slider {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#033553+28,ffffff+86 */
    background: #033553;
    /* Old browsers */
    background: -moz-linear-gradient(top, #033553 28%, #ffffff 86%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #033553 28%, #ffffff 86%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #033553 28%, #ffffff 86%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033553', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    text-align: center;
    padding-top: 10rem;
  }

  #slider h2 {
    color: #fff;
    font-size: 3rem;
    margin: 0 0 0.5rem 0;
  }

  #slider blockquote {

    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.2em;

    color: #033553;
    border: 0;
    padding: 0;
  }

  #slider p {
    color: #f15f22;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2em;
  }

  #aboutUs img {
    margin-bottom: 2.5em
  }

  #joinCommunity h2,
  #registration-journey h2 {
    text-align: left;
    margin-bottom: 1em;

  }

  #joinCommunity p {
    text-align: left;
  }
}

/* Splash */

#new-homepage #splash {
    /* Old browsers */
    background: -moz-linear-gradient(top, #033553 50%, #ffffff 91%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #033553 50%, #ffffff 91%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #033553 50%, #ffffff 91%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#splash {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#033553+45,ffffff+91 */
  background: #033553;
  /* Old browsers */
  background: -moz-linear-gradient(top, #033553 45%, #ffffff 91%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #033553 45%, #ffffff 91%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #033553 45%, #ffffff 91%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#033553', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  padding-top: 10rem;
}

#splash .inner {
  padding: 3rem;
}

#splash .middle .inner {
  border-left: 2px solid #f15f22;
  border-right: 2px solid #f15f22;
}

#splash .logo {
  margin-bottom: 2rem;
}

#splash h2 {
  color: #fff;
  font-size: 3.5rem;
  margin: 0 0 3rem 0;

}

@media screen and (min-width: 1024px) and (max-width: 1190px) {

  #splash h2 {
    font-size: 3rem
  }
}

#splash blockquote {

  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.3em;
  min-height: 3.25rem;

  color: #033553;
  border: 0;
  padding: 0;

}

#splash p {
  color: #f15f22;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5em;
}

/* About Us */

#aboutUs {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#aboutUs img {
  width: 80%;
}

#aboutUs p {
  color: #033553;
}

#aboutUs p strong {
  color: #f15f22;
}

/* Medium and Smaller */

@media screen and (max-width: 1023px) {
  #aboutUs {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  #aboutUs img {
    width: 100%;
    max-width: 350px;
  }
}

/* Join Community */

#joinCommunity {
  padding-top: 5rem;
  padding-bottom: 2.5rem;

  background-image: url('../images/static/orange-maze-background.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#joinCommunity h2 {
  color: #f15f22;
}

#joinCommunity h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #033553;
}

#joinCommunity p {
  color: #033553;
}
#new-homepage #joinCommunity img {
  margin-top: 2rem;
}

#joinCommunity img {
  max-width: 91px;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

#joinCommunity img.corner, #new-homepage #joinCommunity img.corner {
  max-width: 75px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;

}

/* Medium and Smaller */

@media screen and (max-width: 1023px) {
  #joinCommunity img {
    max-width: 60px;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
  }

  #joinCommunity img.corner {
    max-width: 50px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 639px) {
  #joinCommunity {
    text-align: center;
    background-image: url('../images/static/mobile-orange-maze-background.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
  }
}

/* Event Benefits */
#new-homepage #eventsBenefits {
  background: #fff;
  background-image: none;
  padding-bottom: 2rem;
}

#eventsBenefits {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url('../images/static/blueWhite5050.png');
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}

#eventsBenefits .inner {
  padding: 0 0 0 4rem;
}

#eventsBenefits .inner.first {
  padding: 0 4rem 0 0;
}

#new-homepage #eventsBenefits .inner img {
  max-width: 91px;
  margin-top: 3rem;
}
#eventsBenefits img {
  max-width: 75px;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
#viewall-events button {
  background: #f15f22;
    border: 1px solid #f15f22;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 0;
}

#viewall-events button:hover {
  background: none;
  color: #003352;
}

#eventsBenefits h2 {
  color: #f15f22;
}

#eventsBenefits h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
}

#eventsBenefits h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #f15f22;
  margin-bottom: 0;
}

#eventsBenefits h5 {
  font-size: 1rem;
  font-weight: 100;
  color: #033553;
  padding: 0 5rem;
}

#eventsBenefits ul, #community-partnership ul {
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

#eventsBenefits li::before {
  content: "\25AA";
  color: #f15f22;
  font-size: 2em;
  line-height: 1rem;
  margin: 0 0.5rem 0 0;
  display: inline-block;
  position: relative;
  top: 4px;
}

#eventsBenefits li {
  font-size: 1rem;
  padding: 0.25rem 0;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

#eventsBenefits img.corner {
  max-width: 75px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}

#eventsBenefits img.corner-bottom {
  max-width: 75px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

#eventsBenefits a.button {
  background: none;
  border: 1px solid #f15f22;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#eventsBenefits a.button:hover,
.community-block a.button:hover {
  background: #f15f22;
}

@media screen and (max-width: 639px) {
  #eventsBenefits {
    background: none;
    position: relative;
  }

  #eventsBenefits .inner.first {
    padding: 0;
  }

  #eventsBenefits img {
    max-width: 60px;
  }

  #eventsBenefits img.corner,
  #eventsBenefits img.corner-bottom {
    max-width: 50px;
    z-index: 3;
  }
}

@media screen and (max-width: 639px) {
  #eventsBenefits {
    background: none;
    position: relative;
    padding-bottom: 0;
  }

  #benefits {
    margin-top: 2rem;
    background: #033553;
    margin: 0;
    position: relative;
    width: 100vw;
    left: -2.625rem;
    margin-top: 4rem;
  }

  #benefits .inner {
    padding: 4rem 2rem;
  }
}

/* Community Partnership */

#community-partnership {
  background: #003352;
  padding-top: 4rem;
  padding-bottom: 4rem;

}

#community-partnership .community-text {
  color: #fff;
  font-weight: 400;
}


#community-partnership .community-text ul li {
  font-size: 1rem;
  padding-left: 1.2em;
  position: relative;
  font-weight: 400;
  color: #fff;
  margin-bottom: .5rem;
}
#community-partnership .community-text ul li::before {
  content: "\25AA";
  color: #f15f22;
  font-size: 2em;
  line-height: 1rem;
    position: absolute;
    top: 4px;
    left: 0;
}

#community-partnership .inner {
  padding: 0 0 0 3rem;
  position: relative;
}

#community-partnership .inner img {
  margin-bottom: 3rem;
}

#community-partnership button {
  background: transparent;
    border: 1px solid #f15f22;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    

}
#community-partnership .inner button {
  position: absolute;
  bottom: 0;
}
#community-partnership .inner button:hover {
  background: #f15f22;
}

/* HNW Divorce  */

#hnwDivorce {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url('../images/static/mono-maze-background.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

#hnwDivorce .logo {
  padding-bottom: 2rem;
}

#hnwDivorce .inner {
  margin-top: 0rem;
}

#hnwDivorce p {
  color: #033553;
  line-height: 1.25em
}

#hnwDivorce .ad p {
  font-size: 3rem;
  line-height: 1.25em;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 500;
}

#hnwDivorce a.button {
  background: none;
  border: 1px solid #e6007e;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #033553;
  margin-top: 2rem;
}

#hnwDivorce a.button:hover {
  background: #e6007e;
  color: #fff;
}

#hnwDivorce .social {
  margin-top: 2rem;
  display: block;
  float: right;
}

#hnwDivorce .social a {
  display: block;
  float: right;
  height: 40px;
  width: 40px;
}

#hnwDivorce .social a img {
  display: block;
  float: right;
  height: 40px;
  width: 40px;
}

@media screen and (max-width: 1023px) {
  #hnwDivorce .inner {
    margin-top: 0rem;
  }

  .community-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .community-block img {
    height: 60px;
  }

  .community-block h3 {
    font-size: 1.6rem !important
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .community-block {
    height: 200px !important;
  }

  .community-block p {
    position: absolute;
    bottom: 30px;
  }
}

@media screen and (max-width: 639px) {
  #community-partnership .inner {
    padding: 0;
  }
  #community-partnership button {
    position: relative;
    bottom: unset;
    margin-top: 2rem;
  }
  #hnwDivorce {
    background-image: url('../images/static/mobile-mono-maze-background.png');
    /* background-size: 130%;
    background-position: top; */
    background-attachment: unset
  }

  #hnwDivorce .inner {
    margin-top: 0;
  }

  #hnwDivorce .medium-6:first-child {
    order: 2;
  }

  /* #hnwDivorce img {
    margin-bottom: 2rem;
  } */
  #hnwDivorce .ad p {
    font-size: 2.5rem;
  }

  .community-block {
    height: 160px !important;
  }

}

#meetThoughtLeaders4 h4,
#meetThoughtLeaders4 h5,
#meetThoughtLeaders4 h6,
#meetThoughtLeaders4 p {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  color: #444;
}

#meetThoughtLeaders4 h4 {
  font-weight: 700;
  color: #033553;
  margin-bottom: 1rem
}

#meetThoughtLeaders4 p {
  margin-bottom: .5rem
}

#meetThoughtLeaders4 h5 {
  font-weight: 200;
  color: #899ab1;
}

#meetThoughtLeaders4 p a {
  color: #f15f22;
  font-weight: 900;
}

#meetThoughtLeaders4 img.title {
  max-width: 500px;
  margin: 4rem 0;
}

#meetThoughtLeaders4 img.profile {
  margin: 0 0 1rem 0;
  animation-name: darken;
  animation-duration: 0.75s;
}

#meetThoughtLeaders4 img.profile:hover {
  opacity: 0.75;
  animation-name: highlight;
  animation-duration: 0.75s;
}

/* Standard syntax */
@keyframes highlight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.8;
  }
}

@keyframes darken {
  to {
    opacity: 1;
  }

  from {
    opacity: 0.8;
  }
}

#meetThoughtLeaders4 img.profile:hover {
  cursor: pointer;
}

#meetThoughtLeaders4 img.linkedIn {
  max-width: 30px;
  margin: .5rem 0;
}

.popOver {
  top: 4rem;
  left: 4rem;
  right: 4rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 999;
  max-width: 75rem;
}

.popOver .inner {
  padding: 4rem;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.popOver .inner h4 {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

=.popOver .inner h4 strong {
  color: #899ab1;
  font-weight: 500;
}

.popOver .inner .bio p:first-of-type {
  font-weight: 900;
}

.popOver .inner .bio p {
  margin-bottom: 1rem;
}

.popOver .inner .bio p:last-of-type {
  margin-bottom: 0;
}

.popOver img.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media screen and (max-width: 639px) {
  .popOver {
    top: 1rem;
    left: 1rem;
    right: 1rem;
    max-height: 95vh;
    overflow: scroll;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  }

  .popOver .inner {
    padding: 2rem;
  }

  .bioThumb {
    margin-bottom: 2rem;
  }
}


#join {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,033553+99 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #033553 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #033553 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #033553 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#033553', GradientType=0);
  /* IE6-9 */
}

#join h2 {
  color: #f15f22;
}

#join button {
  background: #f15f22;
  border: 1px solid #f15f22;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

#join button:hover {
  background: none;
}

#join input {
  border: 1px solid #f15f22;
  background: #fff;
  color: #f15f22;
}

#footer {
  background: #033553;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#footer .cell:last-of-type {
  text-align: right;
}

#footer p.credit {
  opacity: 0.6;
}

@media screen and (max-width: 639px) {
  #footer {
    text-align: center;
  }

  #footer .cell:last-of-type {
    text-align: center;
  }
}

#communities {
  margin-top: 3rem;
}

.private-client-bg {
  background-color: #f9b000;
  height: 100%;
}

.fire-bg {
  background-color: #e30513;
  height: 100%;
}

.hnw-divorce-bg {
  background-color: #e5007d;
  height: 100%;
}

.disputes-bg {
  background-color: #009ee3;
  height: 100%;
}

.competition-bg {
  background-color: #6BA439;
  height: 100%;
}

.middle-east-bg {
  background-color: #a25eb6;
  height: 100%;
}

.darkblue-bg {
  background-color: #033553;
  height: 100%;
}
.darkblue-bg.community-block p {
  color: #fff;
}
#about-section {
  padding-top:2rem;
  padding-bottom: 3rem
}
#about-section .inner {
  padding: 0 3rem;
}
#splash #about-section p strong {
  color: #f15f22;
}
#splash #about-section p {
  color: #fff;
  font-weight: 400;
}
/* RRESPONSIVE FONT SCALING */

@media screen and (max-width: 1023px) {

  /* FOUNDATION MEDIUM AND SMALLER */
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 639px) {

  /* FOUNDATION SMALL */
  html {
    font-size: 15px;
  }

  .community-block p {
    position: absolute;
    bottom: 20px;
  }
}

#content {
  padding-top: 10em
}

#content h2 {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.2rem;
  line-height: 1.1em;
  color: #f15f22;
  margin-bottom: 1em;
  margin-top: 1em
}

#content h3 {
  color: #033553;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 800;
  font-size: 1.2rem
}

#content p,
#content li {
  color: #033553;
  font-size: 1rem
}

.join-us {
  margin-top: 2.5em
}

.join-us a.button {
  background: none;
  border: 1px solid #f15f22;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #033553;
  max-width: 420px;
  margin: 0 auto;

}

.join-us a.button:hover {
  background: #f15f22;
  color: #fff
}

.placeholder-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.community-block p {
  font-weight: bold;
  text-transform: uppercase;
  color: #033553;
  margin-top: 10px;
  margin-bottom: 0;
}

.community-block {
  position: relative;
}

.live-community p {
  color: #FFF;
}

@media screen and (min-width: 1024px) {
  #toolbar ul .top-row-float li a:hover {
    color: #f15f22;
  }
  #toolbar ul .top-row-float {
    float: right;
    margin-bottom: 0.5rem;
    position: absolute;
    right: 90px;
  }

  #new-homepage #toolbar ul .top-row-float {
    right: 60px;
    top: 45px;
  }

  #new-homepage #toolbar ul li.community-list {
    right:40px;
    top: 0;
  }

  #toolbar ul li.community-list {
    display: flex;
    flex-wrap: wrap;
    float: unset;
    clear: both;
    position: absolute;
    width: fit-content;
    top: 41px;
    right: 80px;
  }

  .placeholder-grid {
    flex-wrap: wrap;
  }

  .placeholders {
    flex: 0 0 22%;
    padding: 10px 15px;
    text-align: center;
  }

  .community-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 250px !important;
  }

  .community-block img {
    height: 90px;
  }

  .community-block p {
    position: absolute;
    bottom: 30px;
  }

  #new-homepage .community-list ul li a {
    width: 105px;
    padding: 0.3rem 0.5rem;
  }

  .community-list ul li a {
    width: 120px;
    padding-left: 0;
    padding-right: 0;
    font-size: 0.8rem;
    text-align: center;
  }
}

.signup-box {
  padding: 40px;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  width: 100%
}

.community-block h3 {
  color: #f15f22;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.1em;
  margin-top: 20px;
  margin-bottom: 40px
}

/* @media screen and (min-width: 1224px) {
      .placeholder-grid {
        flex-wrap: wrap;
        text-align: center;
      }
      .placeholders {
        padding: 10px 75px;
      }
    } */
#registration-journey {
  padding-top: 12rem;
  padding-bottom: 6rem;
  position: relative;
  background-image: url(../images/static/orange-maze-background.jpg);
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

#registration-journey h2 {
  color: #003352;
  margin-bottom: 1em
}

#registration-journey .membership-types {
  background: #fff;
  position: relative;
  padding: 20px;

}

#registration-journey .membership-types h5 {
  color: #f15f22;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  line-height: 1.2;
  margin-bottom: .8em
}

#registration-journey .membership-types p {
  color: #333;
  font-size: 1rem;
}

#registration-journey .membership-types ul {
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

#registration-journey .membership-types ul.sub {
  margin-bottom: 0;
  margin-left: 25px
}

#registration-journey .membership-types .sub li::before {
  content: "✓";
  color: #f15f22;
  font-size: .9em;
  line-height: 1rem;
  margin: 0 0.5rem 0 0;
  display: inline-block;
  position: relative;
}

#registration-journey .membership-types ul li {
  font-size: 1rem;
  padding: 0.25rem 0;
  color: #333;
  margin: 0;
  font-weight: 400;
}

#registration-journey .membership-types ul li strong {
  font-size: 1.1rem;
}

#registration-journey .membership-types li::before {
  content: "✓";
  color: #003352;
  font-size: 1.8em;
  line-height: 1rem;
  margin: 0 0.5rem 0 0;
  display: inline-block;
  position: relative;
  font-weight: 900
    /* top: 4px; */
}

#registration-journey .membership-types span {
  font-size: 1.1rem;
  padding: 0.25rem 0;
  color: #f15f22;
  margin: 0;
  font-weight: 700;

}

#filter-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #033553 99%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #033553 99%);
  background: linear-gradient(to bottom, #ffffff 0%, #033553 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#033553', GradientType=0);
}

#filter-section h2 {
  color: #f15f22;
}

#filter-section img {
  max-width: 220px;
  padding-top: 2em;
  padding-bottom: 2em
}

.member-filter .ui-selectmenu-button,
.member-filter .ui-selectmenu-button:focus {
  background-repeat: no-repeat;
  width: 100% !important;
  background-color: #f4f5f7;
  border: 1px solid #f15f22;
  border-radius: 0;
  color: #333;
  font-size: 1rem;
  margin-bottom: 1.5em;
}

.member-filter.pink .ui-selectmenu-button,
.member-filter .ui-selectmenu-button:focus {
  background-repeat: no-repeat;
  width: 100% !important;
  background-color: #f4f5f7;
  border: 1px solid #e5007d;
  border-radius: 0;
  color: #333;
  font-size: 1rem;
  margin-bottom: 1.5em;
}

.member-filter.red .ui-selectmenu-button,
.member-filter .ui-selectmenu-button:focus {
  background-repeat: no-repeat;
  width: 100% !important;
  background-color: #f4f5f7;
  border: 1px solid #e30513;
  border-radius: 0;
  color: #333;
  font-size: 1rem;
  margin-bottom: 1.5em;
}

.member-filter.yellow .ui-selectmenu-button,
.member-filter .ui-selectmenu-button:focus {
  background-repeat: no-repeat;
  width: 100% !important;
  background-color: #f4f5f7;
  border: 1px solid #f9b000;
  border-radius: 0;
  color: #333;
  font-size: 1rem;
  margin-bottom: 1.5em;
}

.member-filter .ui-selectmenu-button {
  background-repeat: no-repeat !important;
  background-position: right 0rem center;
  width: 100%;
  padding: 0.7rem;
  background-image: url(../images/static/communities/orange-filter-arrow.png) !important;
  background-size: auto !important;
}

.member-filter.pink .ui-selectmenu-button {
  background-repeat: no-repeat !important;
  background-position: right 0rem center;
  width: 100%;
  padding: 0.7rem;
  background-image: url(../images/static/communities/pink-filter-arrow.png) !important;
  background-size: auto !important;
}

.member-filter.red .ui-selectmenu-button {
  background-repeat: no-repeat !important;
  background-position: right 0rem center;
  width: 100%;
  padding: 0.7rem;
  background-image: url(../images/static/communities/red-filter-arrow.png) !important;
  background-size: auto !important;
}

.member-filter.yellow .ui-selectmenu-button {
  background-repeat: no-repeat !important;
  background-position: right 0rem center;
  width: 100%;
  padding: 0.7rem;
  background-image: url(../images/static/communities/yellow-filter-arrow.png) !important;
  background-size: auto !important;
}

.join-submit {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center;
  max-width: 350px;
  margin: 0 auto
}

.join-submit a.button {
  background: #f15f22;
  border: 1px solid #f15f22;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 10px 50px
}

.tag-box {
  background: #003352;
  margin-top: -2.2em;
}

.tag-box p {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  padding: 5px 20px;
  margin-bottom: 0
}

.price-box {
  background: #003352;
  /* border: 1px solid #f15f22 */

}

.price-box p {
  color: #fff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
  padding: 5px 20px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.community-block a.button {
  background: none;
  border: 1px solid #f15f22;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*---Careers page--*/

.careers-page {
  padding-top: 10rem;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.careers-page h1 {
  color: #f15f22;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.careers-page h2 {
  color: #033553;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 800;
}

.careers-page h3 {
  color: #033553;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
}

.careers-page.details-page h3 {
    color :#f15f22;
}

.careers-page hr {
  max-width: unset;
  border-bottom: 1px solid #033553;
}

.careers-page.details-page hr {
    margin-bottom: 3rem;
}

.careers-page .career-buttons {
  float: right;
}

.careers-page .career-buttons a {
  color: #ffffff;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 800;
  display: block;
  margin-bottom: 1rem;
  max-width: 300px;
  padding: .65rem 1.5rem;
  text-align: center;
  font-size: .9rem;
  transition: all 0.3s;

}

.careers-page .career-buttons .orange-btn {
  background: #f15f22;
  border: 1px solid #f15f22;

}

.careers-page .career-buttons .orange-btn:hover {
  color: #f15f22;
  background: #ffffff;

}

.careers-page .career-buttons .blue-btn {
  background: #033553;
  border: 1px solid #033553;
}

.careers-page .career-buttons .blue-btn:hover {
  color: #033553;
  background: #ffffff;

}

@media screen and (max-width: 1023px) {

  .careers-page, #footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
 .careers-page.details-page .career-buttons {
     float: unset;
 }
}

@media screen and (max-width: 639px) {
    
    
  .tag-box {
    margin-top: unset;
  }
.careers-page h2 {
    font-size: 1.5rem;
}
.careers-page h3 {
    font-size: 1.25rem;
}
.careers-page .career-buttons {
    float: unset;
  }

  .careers-page .career-buttons a{
    max-width: unset;
    width: 100%;
  }
}