@charset "UTF-8";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* CSS Document */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4n.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v26/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4n.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
html,
body {
  font-size: 62.5%;
  height: 100%;
  font-family: 'Open Sans', 'HelveticaNeue', Helvetica, Arial, sans-serif;
  color: #000000;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4.0rem;
  padding-bottom: 8.0rem;
  background: #5a6ea3;
  background: url(../../images/decorativeFence.jpg);
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: calc(64.1px * 10)) {
  .wrapper {
    padding: calc(2rem  +  2  * ((100vw -  48.1rem ) / 16 ));
  }
}
@media screen and (max-width: calc(48.1px * 10)) {
  .wrapper {
    padding: 2rem;
  }
}
img {
  width: 100%;
  height: auto;
  display: block;
}
p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 1.7rem;
  color: #636655;
}
p:last-child {
  margin-bottom: 0;
}
b {
  font-weight: 700;
}
h1 {
  font-size: 3.0rem;
  line-height: 3.5rem;
  color: #5c2946;
  margin-bottom: 1.7rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  h1 {
    text-align: center;
  }
}
@media screen and (max-width: calc(64.1px * 10)) {
  h1 {
    font-size: calc(2.2rem  +  0.8  * ((100vw -  48.1rem ) / 16 ));
  }
}
@media screen and (max-width: calc(48.1px * 10)) {
  h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: calc(64.1px * 10)) {
  h1 {
    line-height: calc(2.7rem  +  0.8  * ((100vw -  48.1rem ) / 16 ));
  }
}
@media screen and (max-width: calc(48.1px * 10)) {
  h1 {
    line-height: 2.7rem;
  }
}
h2 {
  font-size: 2.0rem;
  line-height: 2.7rem;
  text-transform: uppercase;
  font-weight: 600;
}
h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #5c2946;
  font-weight: 700;
}
a,
a:visited {
  color: #5c2946;
}
a:hover,
a:active {
  color: #27111e;
}
.c-section {
  position: relative;
  background: url(../../images/brickwall.jpg) repeat;
  margin-bottom: 2.0rem;
  width: 100%;
  max-width: 102.4rem;
  padding: 4.0rem;
  display: flex;
  justify-content: space-between;
}
.c-section:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .c-section {
    flex-direction: column;
    max-width: 55.0rem;
  }
}
@media screen and (max-width: calc(64.1px * 10)) {
  .c-section {
    padding: calc(2rem  +  2  * ((100vw -  48.1rem ) / 16 ));
  }
}
@media screen and (max-width: calc(48.1px * 10)) {
  .c-section {
    padding: 2rem;
  }
}
@media screen and (max-width: 769px) {
  .c-section--intro {
    flex-direction: column-reverse;
  }
}
.c-section--title {
  background: #5c2946;
  color: #ffffff;
  border-bottom: 5px solid #a8c038;
  padding-top: 2.0rem;
  padding-bottom: 2.0rem;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .c-section--practices {
    background: none;
    padding: 0;
  }
}
.c-text-area,
.c-logo-area {
  position: relative;
  flex-grow: 0;
}
@media screen and (max-width: 769px) {
  .c-belogo {
    max-width: 32.7rem;
    margin: 0 auto;
  }
}
.c-text-area {
  width: calc(66.67%  -  2rem);
}
.c-logo-area {
  width: calc(33.33%  -  2rem);
}
@media screen and (max-width: 769px) {
  .c-logo-area {
    margin-bottom: 2.0rem;
  }
}
@media screen and (max-width: 769px) {
  .c-text-area,
  .c-logo-area {
    width: 100%;
  }
}
.c-practice {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .c-practice {
    width: 100%;
    background: url(../../images/brickwall.jpg) repeat;
    padding: 4.0rem;
    margin-bottom: 2.0rem;
  }
  .c-practice:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: calc(64.1px * 10)) {
  .c-practice {
    padding-right: calc(2rem  +  2  * ((100vw -  48.1rem ) / 16 ));
  }
}
@media screen and (max-width: calc(48.1px * 10)) {
  .c-practice {
    padding-right: 2rem;
  }
}
@media screen and (max-width: calc(64.1px * 10)) {
  .c-practice {
    padding-left: calc(2rem  +  2  * ((100vw -  48.1rem ) / 16 ));
  }
}
@media screen and (max-width: calc(48.1px * 10)) {
  .c-practice {
    padding-left: 2rem;
  }
}
@media screen and (max-width: calc(64.1px * 10)) {
  .c-practice {
    padding-top: calc(3rem  +  1  * ((100vw -  48.1rem ) / 16 ));
  }
}
@media screen and (max-width: calc(48.1px * 10)) {
  .c-practice {
    padding-top: 3rem;
  }
}
@media screen and (max-width: calc(64.1px * 10)) {
  .c-practice {
    padding-bottom: calc(3rem  +  1  * ((100vw -  48.1rem ) / 16 ));
  }
}
@media screen and (max-width: calc(48.1px * 10)) {
  .c-practice {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 300px) {
  .c-practice {
    padding: 2.25rem 1.5rem;
  }
}
.c-practice__logo {
  width: 100%;
  max-width: 33.5rem;
  display: block;
  margin-bottom: 3.5rem;
}
.c-vertical-line {
  position: relative;
  display: block;
  border-right: 1px solid #000000;
  margin: 0 4.0rem;
}
@media screen and (max-width: 769px) {
  .c-vertical-line {
    display: none;
  }
}
.c-mobile-line-break {
  display: none;
}
@media screen and (max-width: 300px) {
  .c-mobile-line-break {
    display: inline;
  }
}
.c-download {
  font-weight: 700;
}
