@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700");
/*BOOTSTRAP ESSENTIALS*/
*, ::after, ::before {
  box-sizing: border-box; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1, .col-auto {
  -webkit-box-flex: 0; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2, .col-3 {
  -webkit-box-flex: 0; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4, .col-5 {
  -webkit-box-flex: 0; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6, .col-7 {
  -webkit-box-flex: 0; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8, .col-9 {
  -webkit-box-flex: 0; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10, .col-11 {
  -webkit-box-flex: 0; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (max-width: 575px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px; } }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
  html body {
    background: #f3f0e8;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0px;
    color: #2a2a29;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: all 700ms;
    -moz-transition: all 700ms;
    -o-transition: all 700ms;
    transition: all 700ms;
    /* Global Classes */
    /*  Reverse Color Button  */
    /*  Large Button  */ }
    @media (min-width: 1300px) {
      html body {
        font-size: 16px; } }
    @media (max-width: 1028px) {
      html body body {
        overflow-x: hidden; } }
    html body h1 {
      margin: 5px 0 40px;
      font-size: 2.8em;
      font-weight: 500;
      line-height: 1.1em; }
      @media (max-width: 1300px) {
        html body h1 {
          font-size: 2.2em; } }
      @media (max-width: 1084px) {
        html body h1 {
          font-size: 3.2em; } }
      @media (max-width: 500px) {
        html body h1 {
          font-size: 1.6em;
          line-height: 1.1em; } }
    html body h2 {
      margin: 5px 0 1em;
      font-size: 1.8em;
      text-decoration: none;
      font-weight: 500;
      line-height: 1.1em; }
      @media (max-width: 1268px) {
        html body h2 {
          font-size: 1.6em; } }
      @media (max-width: 768px) {
        html body h2 {
          font-size: 2.2em; } }
      @media (max-width: 500px) {
        html body h2 {
          font-size: 1.5em; } }
      @media (max-width: 400px) {
        html body h2 {
          font-size: 1.4em; } }
    html body h3 {
      margin: 5px 0 1.5em;
      font-size: 1.6em;
      line-height: 1.1em;
      font-weight: 500; }
      @media (max-width: 1028px) {
        html body h3 {
          font-size: 1.7em;
          line-height: 1.1em; } }
      @media (max-width: 500px) {
        html body h3 {
          font-size: 1.2em;
          line-height: 1.17em; } }
    html body h4 {
      margin: 5px 0 20px;
      font-size: 1.5em;
      font-weight: bold;
      line-height: 1.25em; }
      @media (max-width: 1028px) {
        html body h4 {
          font-size: 1.3em;
          line-height: 1.3em; } }
      @media (max-width: 500px) {
        html body h4 {
          font-size: 1.6em;
          line-height: 1.3em; } }
    html body h5 {
      margin: 5px 0 15px;
      font-size: 1.4em;
      font-weight: 300;
      line-height: 1.2em; }
      @media (max-width: 1028px) {
        html body h5 {
          font-size: 1.2em;
          line-height: 1.1em; } }
      @media (max-width: 500px) {
        html body h5 {
          font-size: 1em;
          line-height: 1.1em; } }
    html body a {
      text-decoration: none;
      color: inherit; }
    html body a:link {
      text-decoration: none;
      color: inherit; }
    html body a:visited {
      text-decoration: none;
      color: inherit; }
    html body a:hover {
      text-decoration: underline;
      color: inherit; }
    html body a:active {
      text-decoration: none;
      color: inherit; }
    html body a:focus {
      text-decoration: none;
      color: inherit; }
    html body button, html body input, html body select, html body textarea {
      background: transparent; }
    html body p {
      margin: 5px 0 25px;
      color: inherit;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.5em; }
      html body p a, html body p a:link, html body p a:visited, html body p a:hover, html body p a:active {
        text-decoration: underline; }
    html body blockquote {
      margin: 0 0 30px 0;
      padding: 0 0 0 30px;
      font-size: 1.2em; }
      html body blockquote p {
        font-weight: 700;
        hanging-punctuation: first; }
    html body cite {
      margin: 5px 0 25px;
      color: inherit;
      font-size: .8em;
      font-weight: 300;
      line-height: 1.5em;
      font-style: italic; }
    html body ul {
      font-size: 1em;
      line-height: 1.4em;
      padding: 0px;
      list-style-type: initial;
      margin-left: 1.5rem;
      padding-left: .5rem;
      margin-bottom: 2rem; }
      html body ul li {
        font-size: 1em;
        line-height: 1.3em;
        margin-bottom: .6rem;
        font-weight: 300; }
    html body #to_the_top a {
      height: 50px;
      width: 50px;
      bottom: 3vw;
      position: fixed;
      right: 3vw;
      z-index: 9998;
      background: #29235c;
      border-radius: 5px; }
      html body #to_the_top a span {
        display: none; }
      html body #to_the_top a p {
        color: white;
        font-size: 2em;
        margin: 0;
        padding: 0;
        text-align: center;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      html body #to_the_top a img {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        width: 30px;
        height: auto;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    html body #to_the_top a:hover, html body #to_the_top a:focus {
      background: #68236b; }
    html body .container {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      clear: both;
      max-width: 1300px;
      padding: 3em; }
      @media (max-width: 1400px) {
        html body .container {
          padding: 2em 2em;
          max-width: 1100px; } }
      @media (max-width: 1300px) {
        html body .container {
          padding: 2em 2em;
          max-width: 1000px; } }
      @media (max-width: 1084px) {
        html body .container {
          padding: 4em 2em;
          max-width: none; } }
      @media (max-width: 768px) {
        html body .container {
          padding: 3em 2em; } }
      @media (max-width: 400px) {
        html body .container {
          padding: 3em 1em; } }
    html body .expand_container {
      position: relative;
      margin: 0px;
      width: calc(100% + 6em);
      left: -3em;
      z-index: 1; }
      @media (max-width: 1400px) {
        html body .expand_container {
          width: calc(100% + 4em);
          left: -2em; } }
      @media (max-width: 400px) {
        html body .expand_container {
          width: calc(100% + 2em);
          left: -1em; } }
      html body .expand_container .container {
        background-color: initial !important; }
    html body .appear {
      display: table !important; }
    html body .bar-height {
      height: auto !important; }
    html body .clear {
      clear: both; }
    html body .clear {
      clear: both;
      width: 100%;
      margin: 0em; }
    html body .loads {
      display: none; }
    html body .align_left, html body .alignleft {
      display: inline-block;
      float: left; }
    html body .align_right, html body .alignright {
      display: inline-block;
      float: right; }
    html body .align_center, html body .aligncenter {
      display: block;
      float: none;
      margin: 1em auto; }
    html body hr {
      border-top: 1px solid #222;
      border-bottom: 0px solid white;
      margin: 4em 0; }
    html body section {
      display: block;
      width: 100%;
      margin-top: 2em;
      margin-bottom: 2em;
      clear: both; }
    html body .master_button {
      margin: 0 auto 5em;
      padding: 0; }
      html body .master_button .container {
        margin: 0;
        padding: 0; }
        html body .master_button .container a {
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
    html body .no_border {
      border: 0px; }
    html body .border_bottom {
      border-bottom: 1px solid #ccc; }
    html body .border_top {
      border-top: 1px solid #ccc; }
    html body .no_margins {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    html body .no_padding {
      padding-top: 0em !important;
      padding-bottom: 0em !important; }
    html body .wrapper {
      position: relative; }
      html body .wrapper .full-container {
        display: block;
        position: relative;
        margin: 0 auto;
        padding: 0px;
        clear: both;
        width: calc(100% - 10em);
        z-index: 2; }
        @media (max-width: 1084px) {
          html body .wrapper .full-container {
            width: 100%; } }
      html body .wrapper .container {
        background-color: #f7f6f2;
        position: relative;
        padding-bottom: 0em; }
        @media (max-width: 1084px) {
          html body .wrapper .container {
            padding-bottom: inherit; } }
        html body .wrapper .container .sitemap {
          margin: 2em 0 3em; }
          html body .wrapper .container .sitemap .row h2 {
            margin-bottom: 3rem; }
          html body .wrapper .container .sitemap .row .column ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            margin-bottom: 5em; }
            html body .wrapper .container .sitemap .row .column ul li {
              margin: 0;
              padding: 0px;
              border-radius: 2px; }
              html body .wrapper .container .sitemap .row .column ul li a {
                display: block;
                text-decoration: none;
                padding: 9px 9px;
                line-height: 1.2em; }
              html body .wrapper .container .sitemap .row .column ul li a:link {
                text-decoration: none; }
            html body .wrapper .container .sitemap .row .column ul li:nth-child(even) {
              background: rgba(0, 0, 0, 0.03); }
        html body .wrapper .container .blog .item {
          padding: 60px 30px 50px;
          border-bottom: 1px solid #29235c; }
          html body .wrapper .container .blog .item .post-cont h2 {
            font-size: 2.8em;
            line-height: 1.1em; }
        html body .wrapper .container .work-heading {
          clear: both;
          margin: 0px auto;
          background: none; }
          html body .wrapper .container .work-heading .lead {
            font-size: 36px;
            line-height: 46px;
            padding: 2em 12%;
            text-align: center; }
        html body .wrapper .container .add-padding {
          position: relative;
          padding: 7rem 40px; }
        html body .wrapper .container .no-padding {
          position: relative;
          padding: 0rem 40px; }
        html body .wrapper .container .container-full {
          display: block;
          clear: both;
          width: calc(100% - 30px);
          left: 15px;
          position: relative;
          margin-bottom: 0px; }
        html body .wrapper .container .full_img {
          width: 100%; }
    html body a.button, html body #submit {
      z-index: 0;
      position: relative;
      padding: .5rem 1rem;
      text-align: center;
      background-color: transparent;
      margin: 1em auto;
      width: auto;
      color: #ffffff;
      font-size: 1em;
      font-weight: 500;
      line-height: 1.2em;
      text-transform: lowercase;
      border: 1px solid #fff;
      cursor: pointer;
      display: table;
      clear: both;
      text-decoration: none !important;
      transition: all 100ms ease-in-out;
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out; }
    html body a.button:after, html body #submit:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      background: #fff;
      transition: all 0.3s ease; }
    html body a.button:hover, html body #submit:hover, html body a.button:focus, html body #submit:focus {
      color: #29235c; }
    html body a.button:hover:after, html body #submit:hover:after {
      top: 0;
      height: 100%; }
    html body a.button:active, html body #submit:active {
      top: 2px; }
    html body a.button_rev, html body #submit_rev {
      color: #29235c;
      border: 1px solid #29235c; }
    html body a.button_rev:after, html body #submit_rev:after {
      background: #29235c; }
    html body a.button_rev:hover, html body #submit_rev:hover, html body a.button_rev:focus, html body #submit_rev:focus {
      color: #ffffff; }
    html body a.button_lrg, html body #submit_lrg {
      padding: .7rem 2rem;
      margin: 1.3em auto;
      font-size: 1.2em;
      font-weight: 600; }
    html body a.button_rev:after, html body #submit_rev:after {
      background: #29235c; }
    html body a.button_rev:hover, html body #submit_rev:hover, html body a.button_rev:focus, html body #submit_rev:focus {
      color: #ffffff; }

.carousel {
  padding: 2em 0em 1em; }
  @media (max-width: 1084px) {
    .carousel {
      padding: 7em 0em 4em; } }
  @media (max-width: 768px) {
    .carousel {
      padding: 5em 0em 3em; } }
  @media (max-width: 400px) {
    .carousel {
      padding: 0em 0 2em; } }
  .carousel .txt-block {
    margin-bottom: 0em;
    width: 100%; }
  .carousel .container {
    padding-top: 0em !important; }
  .carousel #carousel {
    background: transparent;
    left: 0;
    overflow: visible; }
    .carousel #carousel .flex-viewport {
      overflow: hidden !important; }
    .carousel #carousel .slides {
      overflow: visible; }
      .carousel #carousel .slides li article {
        width: 100%; }
        .carousel #carousel .slides li article .details {
          font-size: .9em; }
          .carousel #carousel .slides li article .details h4 {
            line-height: 1.25em;
            margin-bottom: .3em; }
          .carousel #carousel .slides li article .details h5 {
            line-height: 1.25em;
            margin-bottom: .3em; }
          .carousel #carousel .slides li article .details p {
            line-height: 1.25;
            font-size: .9em; }
  .carousel #imgslider {
    width: 85%;
    position: relative;
    background: transparent;
    display: block;
    margin: 0em auto 2em;
    float: none;
    z-index: 0; }
    @media (max-width: 768px) {
      .carousel #imgslider {
        width: 100%; } }
    .carousel #imgslider .flex-viewport {
      overflow: hidden !important; }
    .carousel #imgslider .slides {
      overflow: visible; }
      .carousel #imgslider .slides li article {
        width: 100%; }
        .carousel #imgslider .slides li article .details {
          font-size: .9em; }
          .carousel #imgslider .slides li article .details h4 {
            line-height: 0em;
            height: 0em;
            margin-bottom: .3em;
            color: #29235c;
            width: auto;
            padding: 5px 1em;
            display: inline;
            text-align: right;
            float: left;
            font-weight: 100;
            font-size: 1em; }
          .carousel #imgslider .slides li article .details h5 {
            line-height: 1.25em;
            margin-bottom: .3em; }
          .carousel #imgslider .slides li article .details p {
            line-height: 1.25;
            font-size: .9em; }

.wpcf7 .screen-reader-response {
  display: none; }

.wpcf7 input::-webkit-input-placeholder {
  color: #fff; }

.wpcf7 input::-moz-placeholder {
  color: #fff; }

.wpcf7 input:-ms-input-placeholder {
  color: #fff; }

.wpcf7 input:-moz-placeholder {
  color: #fff; }

.wpcf7 textarea::-webkit-input-placeholder {
  color: #fff; }

.wpcf7 textarea::-moz-placeholder {
  color: #fff; }

.wpcf7 textarea:-ms-input-placeholder {
  color: #fff; }

.wpcf7 textarea:-moz-placeholder {
  color: #fff; }

.wpcf7 .sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap; }

.wpcf7 .sod_select, .wpcf7 .sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 input[type=button],
.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=email],
.wpcf7 textarea {
  font-family: 'Montseraat', sans-serif;
  font-size: 1em;
  text-align: left;
  color: #fff;
  border-color: #fff;
  border: 0px solid;
  background-color: transparent;
  outline: 0px !important;
  margin-bottom: 0px;
  position: relative; }

.wpcf7 input {
  display: block;
  width: 100%;
  margin: 0px;
  border: 0px solid;
  margin-bottom: 0px;
  padding: 8px; }

.wpcf7 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 29px #2474b7 inset;
  -webkit-text-fill-color: #fff !important;
  border-left: 0px solid;
  border-color: inherit; }

.wpcf7 label {
  text-align: left;
  margin: 0px 0px 10px;
  background: transparent; }
  .wpcf7 label span {
    display: inline-block;
    float: left;
    width: 100%; }

.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input[type=email], .wpcf7 .submit {
  -webkit-appearance: none;
  display: block;
  text-align: left;
  width: calc(100% - 5px);
  border: 1px solid #fff;
  padding: 8px;
  margin: 2.5px 5px;
  margin-bottom: .3em; }

.wpcf7 textarea:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=select] {
  border-bottom: 3px solid #fff; }

.wpcf7 input[type=submit],
.wpcf7 input[type=button] {
  font-size: 1em;
  margin: 0px;
  border: 1px solid #fff;
  padding: 8px;
  width: 100%;
  text-align: center;
  margin: 1em auto 0;
  max-width: 250px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out; }

.wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus,
.wpcf7 input[type=button]:hover, .wpcf7 input[type=submit]:focus {
  cursor: pointer;
  text-decoration: underline; }

.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=button]:focus {
  color: #fff;
  background: transparent; }

.wpcf7 select {
  -moz-placeholder-webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-placeholder-moz-appearance: none;
  /* Removes Default Firefox style*/
  background: url("/wp-content/themes/watermill/assets/img/dropdownarrow.png") no-repeat;
  /*Adds background-image*/
  background-size: 12px;
  background-position: 97% 50%;
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/ }
  .wpcf7 select option {
    color: #000; }
  .wpcf7 select option:first-of-type {
    color: #ccc; }

.wpcf7 input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em; }

.wpcf7 input[type=checkbox] {
  display: none; }

.wpcf7 input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s; }

.wpcf7 input[type=checkbox] + label:active:before {
  transform: scale(0); }

.wpcf7 input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff; }

.wpcf7 input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa; }

.wpcf7 input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb; }

.wpcf7 .your-consent {
  width: 30px;
  margin: .5em auto;
  display: block;
  padding: 1em 0 1em 1em;
  float: left; }
  @media (max-width: 600px) {
    .wpcf7 .your-consent .wpcf7-form-control {
      padding: 1em; } }
  .wpcf7 .your-consent input[type=checkbox] {
    width: auto;
    color: #fff;
    float: left;
    margin-right: 1em; }

.wpcf7 .confirmation {
  width: calc(100% - 45px);
  margin: .5em auto;
  display: block;
  padding: 1em;
  float: left;
  font-size: 1em;
  color: #fff;
  margin-bottom: 1.3em; }

.wpcf7-not-valid-tip {
  position: relative !important;
  height: 0 !important;
  padding: .3em .5em;
  top: -4px;
  line-height: 0;
  font-size: 0.7em;
  font-weight: 100;
  font-style: italic;
  color: #ccc; }

.wpcf7-response-output {
  position: relative;
  height: 0px;
  font-size: .8em;
  clear: both;
  text-align: center;
  color: #ccc;
  font-style: italic;
  margin: 0; }

.page-id-217 .wrapper .container {
  padding-top: 0em; }

.contact {
  display: inline-block;
  position: relative;
  padding: 2em;
  margin-bottom: -4em;
  padding-top: 4em; }
  @media (max-width: 1086px) {
    .contact {
      margin-bottom: 0em; } }
  .contact .row {
    padding: 0px;
    margin: 40px 0px; }
    .contact .row h2.title {
      width: 100%;
      text-align: center;
      color: #fff; }
    .contact .row h3, .contact .row p {
      font-size: 1em;
      line-height: 1.2em; }
    .contact .row ul {
      list-type: none; }
      .contact .row ul li {
        list-stye-type: none; }
      .contact .row ul li:before {
        content: '';
        display: inline-block;
        background: url "/wp-content/themes/watermill/assets/img/email.png" no-repeat center center;
        height: 50px;
        width: 50px; }
      .contact .row ul li:first-of-type:before {
        background: url "/wp-content/themes/watermill/assets/img/telephone.png" no-repeat center center; }
      .contact .row ul li:first-of-type:before {
        background: url "/wp-content/themes/watermill/assets/img/email.png" no-repeat center center; }
    .contact .row .contact_form {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      display: block; }
      .contact .row .contact_form fieldset {
        width: 100%;
        padding: .2em;
        border: 0; }
        @media (max-width: 600px) {
          .contact .row .contact_form fieldset {
            padding: 0; } }
      .contact .row .contact_form form {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: relative; }
        .contact .row .contact_form form label {
          font-weight: bold;
          width: 100%;
          display: inline-block;
          padding: 7px 15px;
          margin: 0 0 10px;
          line-height: 40px; }
        .contact .row .contact_form form label span {
          width: calc(100% - 160px);
          float: right;
          position: relative; }
          @media (max-width: 1200px) {
            .contact .row .contact_form form label span {
              width: 100%;
              clear: both;
              float: none;
              margin-bottom: 1em;
              position: relative; } }
          @media (max-width: 400px) {
            .contact .row .contact_form form label span {
              margin-bottom: .5em;
              display: inline-block; } }
          @media (max-width: 320px) {
            .contact .row .contact_form form label span {
              margin-bottom: .5em;
              display: inline-block; } }
      .contact .row .contact_form .c-1 {
        width: 100%;
        clear: both; }
        @media (max-width: 600px) {
          .contact .row .contact_form .c-1 {
            width: 100%; } }
      .contact .row .contact_form .c-2 {
        width: 50%;
        float: left; }
        @media (max-width: 600px) {
          .contact .row .contact_form .c-2 {
            width: 100%; } }
  .contact .scroll_up {
    position: absolute;
    right: 1em;
    bottom: 1em;
    color: #fff;
    text-align: center;
    margin: 1em 0 -1em;
    display: inline-block; }
  .contact .scroll_up:hover, .contact .scroll_up:focus {
    cursor: pointer;
    text-decoration: none;
    font-weight: bolder; }
  .contact .arrow {
    top: -3px;
    -webkit-animation: bounce .7s ease-in-out 0s infinite;
    -ms-animation: bounce .7s ease-in-out 0s infinite;
    -moz-animation: bounce .7s ease-in-out 0s infinite;
    animation: bounce .7s ease-in-out 0s infinite; }
    @media (max-width: 768px) {
      .contact .arrow {
        background: rgba(23, 80, 125, 0.8);
        position: fixed;
        top: inherit;
        bottom: 0;
        right: inherit;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 9999;
        -webkit-animation: none;
        -ms-animation: none;
        -moz-animation: none;
        animation: none;
        padding: 0.2em .2em .3em;
        font-size: .8em;
        color: transparent; } }
  .contact .arrow:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url("/wp-content/themes/watermill/assets/img/scrollup.png") no-repeat center;
    margin: 0 auto;
    background-size: 20px; }

/* Heading_Box */
.heading_box {
  background: #d0dd3c;
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  height: 55vh;
  min-height: 480px; }
  @media (max-width: 764px) {
    .heading_box {
      height: 50vh;
      min-height: 300px; } }
  .heading_box .heading {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
    position: relative;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
    margin: 0px auto;
    padding: 7em 2em 5em;
    max-width: 965px; }
    @media (max-width: 1400px) {
      .heading_box .heading {
        max-width: 850px; } }
    @media (max-width: 1084px) {
      .heading_box .heading {
        max-width: 650px; } }
    .heading_box .heading h1 {
      font-size: 4em; }
      @media (max-width: 1400px) {
        .heading_box .heading h1 {
          font-size: 3.4em; } }
      @media (max-width: 1084px) {
        .heading_box .heading h1 {
          font-size: 2.3em; } }
      @media (max-width: 768px) {
        .heading_box .heading h1 {
          font-size: 2.3em; } }
      @media (max-width: 400px) {
        .heading_box .heading h1 {
          font-size: 1.8em; } }
      @media (max-width: 320px) {
        .heading_box .heading h1 {
          font-size: 1.5em; } }
    .heading_box .heading .button {
      padding: 1rem 2rem;
      text-align: center;
      line-height: 1.1em;
      width: auto;
      background-color: transparent;
      border: 4px solid white;
      margin: 10px auto;
      color: #fff;
      font-weight: bold;
      font-size: 1.3em;
      border-radius: 0px;
      cursor: pointer;
      display: inline-block;
      clear: both;
      transition: all 100ms ease-in-out;
      -webkit-transition: background 100ms ease-in-out;
      -moz-transition: background 100ms ease-in-out;
      -o-transition: background 100ms ease-in-out; }
      @media (max-width: 768px) {
        .heading_box .heading .button {
          font-size: 1.2em; } }
      @media (max-width: 400px) {
        .heading_box .heading .button {
          font-size: 1.1em;
          padding: .9rem 1.3rem;
          border: 3px solid white; } }
      @media (max-width: 320px) {
        .heading_box .heading .button {
          font-size: 1em;
          padding: .7rem 1rem; } }
      .heading_box .heading .button a {
        color: inherit !important;
        text-decoration: none !important; }
    .heading_box .heading .button:hover {
      background: white;
      border: 4px solid white;
      color: inherit; }
      @media (max-width: 400px) {
        .heading_box .heading .button:hover {
          border: 3px solid white; } }

.quote_box {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  display: inline-block;
  height: 60vh;
  min-height: 600px;
  margin-bottom: 0em; }
  .quote_box .quote {
    position: absolute;
    right: -15px;
    bottom: -15px;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0;
    background: rgba(60, 137, 201, 0.8);
    border: 15px solid #fff; }
    @media (max-width: 500px) {
      .quote_box .quote {
        position: absolute;
        width: 100%;
        height: auto;
        right: inherit;
        left: 0;
        bottom: 0;
        border: 0em solid #fff;
        border-top: 1em solid #fff;
        padding: 1em; } }
    .quote_box .quote h3 {
      text-align: right;
      padding: 2em 2em 2em;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0px; }
      @media (max-width: 600px) {
        .quote_box .quote h3 {
          text-align: center;
          padding: 2em 2em 3em; } }
  .quote_box .quote:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 110px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("/wp-content/themes/hsproperty/assets/img/quote.png") no-repeat center;
    background-size: contain; }
  .quote_box .instruction {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.25em;
    padding: .3em .8em;
    color: #fff;
    font-weight: 500; }
  .quote_box .caption {
    position: absolute;
    left: 1em;
    bottom: 0;
    background: rgba(60, 137, 201, 0.6);
    line-height: 1.25em;
    padding: .3em .8em;
    margin: 0;
    font-size: 1.2em;
    color: #fff; }

.blog_section {
  padding: 0rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .blog_section article {
    width: calc(33.333% - 2rem);
    margin-bottom: 3rem;
    float: left;
    margin: 1rem;
    background: white;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.05); }
    .blog_section article .featured {
      position: relative;
      display: block;
      float: left;
      width: 100%;
      overflow: hidden; }
      .blog_section article .featured img {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0rem; }
      .blog_section article .featured .button-container {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: .5rem;
        display: flex;
        flex-wrap: wrap; }
        .blog_section article .featured .button-container button {
          position: relative;
          background: #29235c;
          color: white;
          padding: 7px 10px;
          text-transform: uppercase;
          font-weight: bold;
          letter-spacing: 1px;
          border: 0px;
          border-radius: 3px;
          margin: 2px; }
    .blog_section article .details {
      display: block;
      float: left;
      width: 100%;
      padding: 1rem 1.5rem; }
      .blog_section article .details h3 {
        font-size: 1.8em;
        line-height: 1.2em; }
      .blog_section article .details .read_more {
        font-size: 1.2em;
        font-weight: bold;
        -webkit-transition: all 200ms ease-in;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        transition: all 200ms ease-in; }
        .blog_section article .details .read_more a {
          text-decoration: none; }
      .blog_section article .details .read_more:after {
        content: '';
        background: url("http://localhost/Enfield/wp-content/themes/Enfield/assets/img/arrow-sml.png");
        background-position: 100% 0%;
        background-repeat: no-repeat;
        background-size: 20px;
        position: relative;
        display: inline-block;
        width: 25px;
        height: 20px;
        top: 2px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
      .blog_section article .details .read_more:hover {
        margin-left: 5px; }
      .blog_section article .details .read_more:hover a {
        text-decoration: underline; }
  .blog_section article:first-of-type {
    width: 100%; }
    .blog_section article:first-of-type .featured {
      width: 65.666%; }
    .blog_section article:first-of-type .details {
      width: 34.333%;
      padding: 2rem 1.5rem 0rem; }
      .blog_section article:first-of-type .details h3 {
        font-size: 2.2em;
        line-height: 1.2em; }
  .blog_section article:nth-of-type(3n + 1) {
    clear: both; }
  .blog_section .loads {
    display: none; }

.development .full-container .development_heading {
  margin: 0;
  height: 80vh; }
  .development .full-container .development_heading nav {
    width: 100%;
    background-color: #29235c;
    color: #fff;
    position: relative;
    padding: 0em; }
    .development .full-container .development_heading nav .int {
      display: inline-block;
      padding: 3em 3em 1.8em;
      width: 100%; }
      @media (max-width: 992px) {
        .development .full-container .development_heading nav .int {
          padding-bottom: 0em; } }
      .development .full-container .development_heading nav .int h1 {
        float: left;
        font-size: 2.4em;
        margin: 0;
        border: 0;
        padding: 0em; }
        @media (max-width: 1084px) {
          .development .full-container .development_heading nav .int h1 {
            font-size: 2.2em;
            display: inline-block; } }
        @media (max-width: 500px) {
          .development .full-container .development_heading nav .int h1 {
            font-size: 1.6em;
            line-height: 1.1em; } }
      .development .full-container .development_heading nav .int div {
        float: right; }
        @media (max-width: 992px) {
          .development .full-container .development_heading nav .int div {
            position: relative;
            float: none;
            clear: both;
            width: calc(100% + 6em);
            left: -3em;
            margin-top: 3em;
            margin-bottom: 0;
            display: inline-block; } }
        .development .full-container .development_heading nav .int div a.switch {
          cursor: pointer;
          position: relative;
          margin-left: 1em;
          margin-right: 1em;
          line-height: 3em;
          color: inherit;
          border: 0px;
          -webkit-transition: all ease-in 0.1s;
          -moz-transition: all ease-in 0.1s;
          -o-transition: all ease-in 0.1s;
          transition: all ease-in 0.1s; }
          @media (max-width: 992px) {
            .development .full-container .development_heading nav .int div a.switch {
              width: 33.333%;
              border: initial;
              margin: 0;
              height: auto;
              display: block;
              float: left;
              line-height: 1em;
              text-align: center; } }
        .development .full-container .development_heading nav .int div a.switch:before {
          content: '';
          display: block;
          position: absolute;
          bottom: -5px;
          left: 0;
          height: 1px;
          width: 100%;
          background-color: #68236b;
          transform-origin: right top;
          transform: scale(1, 1);
          transition: all 0.1s, transform 0.2s ease-out; }
          @media (max-width: 992px) {
            .development .full-container .development_heading nav .int div a.switch:before {
              height: 3px; } }
        @media (max-width: 992px) {
          .development .full-container .development_heading nav .int div a.switch:after {
            content: '';
            display: inline;
            position: relative;
            height: 2em;
            width: 1px;
            float: left;
            background-color: #fff; } }
        .development .full-container .development_heading nav .int div a.switch:first-of-type::after {
          content: '';
          width: 0px; }
        @media (max-width: 992px) {
          .development .full-container .development_heading nav .int div a.active {
            background: #29235c;
            background: -moz-linear-gradient(top, #29235c 29%, #68236b 99%);
            background: -webkit-linear-gradient(top, #29235c 29%, #68236b 99%);
            background: linear-gradient(to bottom, #29235c 29%, #68236b 99%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29235c', endColorstr='#68236b',GradientType=0 ); } }
        .development .full-container .development_heading nav .int div a.switch:active::before, .development .full-container .development_heading nav .int div a.active::before {
          background-color: #ffffff; }
        .development .full-container .development_heading nav .int div a.switch:hover::before, .development .full-container .development_heading nav .int div li a.switch:focus::before {
          transform-origin: left top;
          transform: scale(1, 1); }
        .development .full-container .development_heading nav .int div a.switch:hover, .development .full-container .development_heading nav .int div a.switch:focus {
          text-decoration: none; }
  .development .full-container .development_heading .fixed_nav {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 990;
    transform: translatex(-50%); }

.development .full-container .remove_height {
  background: transparent;
  height: 0;
  min-height: 122px; }

.development .container .content {
  margin-top: 30px; }

.development .container figure[class*="content-"] {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s; }

.development .container figure.active {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1; }

.txt-block {
  display: block;
  position: relative;
  padding-bottom: 4em;
  padding-top: 4em;
  padding-left: 260px;
  padding-right: 260px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 2em; }
  @media (max-width: 1078px) {
    .txt-block {
      width: calc(100% - 200px);
      padding-right: 0%;
      padding-left: 250px;
      width: calc(100% - 5em); } }
  @media (max-width: 748px) {
    .txt-block {
      padding-left: 0%;
      width: calc(100% - 3em); } }
  @media (max-width: 575px) {
    .txt-block {
      width: calc(100% - 2em); } }
  .txt-block ul {
    list-style: none; }
  .txt-block .left_col, .txt-block .right_col {
    display: flex;
    position: absolute;
    width: 220px;
    height: 100%;
    top: 0;
    flex-direction: column;
    justify-content: center;
    resize: vertical; }
    @media (max-width: 748px) {
      .txt-block .left_col, .txt-block .right_col {
        max-width: 300px;
        margin: 1em auto; } }
  .txt-block .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical; }
    .txt-block .text img {
      max-width: 100%;
      height: auto;
      padding-left: 1em;
      padding-right: 1em;
      padding-top: 1.4em;
      padding-bottom: 2em; }
  @media (max-width: 748px) {
    .txt-block .text {
      display: block;
      position: relative;
      width: 100%;
      height: auto;
      clear: both;
      bottom: inherit;
      top: inherit; } }
  @media (max-width: 1078px) {
    .txt-block .right_col, .txt-block .left_col {
      width: 200px;
      position: absolute;
      top: 3em;
      left: 0;
      height: auto;
      display: block; } }
  @media (max-width: 748px) {
    .txt-block .right_col, .txt-block .left_col {
      display: none; } }
  .txt-block .left_col {
    left: 0; }
  .txt-block .right_col {
    right: 0; }
    @media (max-width: 1078px) {
      .txt-block .right_col {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); } }
  .txt-block .quote, .txt-block .image {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 1078px) {
      .txt-block .quote, .txt-block .image {
        top: inherit; } }
    .txt-block .quote img, .txt-block .image img {
      width: 100%;
      position: relative;
      display: block;
      margin-bottom: .5em; }
      @media (max-width: 748px) {
        .txt-block .quote img, .txt-block .image img {
          width: 100%; } }
    .txt-block .quote h4, .txt-block .image h4 {
      font-size: 1.2em;
      position: relative; }
    .txt-block .quote .quotation, .txt-block .image .quotation {
      font-size: 1em;
      width: 100%;
      margin: 0em auto;
      font-style: italic;
      font-weight: 300;
      color: #777777;
      padding: 0;
      position: relative; }
      .txt-block .quote .quotation:after, .txt-block .image .quotation:after {
        content: ''; }
    .txt-block .quote cite, .txt-block .image cite {
      display: block;
      font-weight: bold;
      margin-top: .5em;
      font-size: 1em;
      color: #555; }
    .txt-block .quote h5, .txt-block .image h5 {
      width: 100%;
      padding: 10px;
      background-color: #68236b;
      color: #fff;
      margin: 0;
      font-size: 1em; }
  @media (max-width: 1078px) {
    .txt-block .quote_left {
      position: relative;
      display: block;
      padding-top: 3em;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      transform: none; } }
  .txt-block .quote_left img {
    float: left; }
  .txt-block .quote_left h4, .txt-block .quote_left cite {
    text-align: left;
    float: left;
    clear: both; }
  .txt-block .quote_right {
    right: 0; }
    .txt-block .quote_right .quotation:before {
      content: "\201D";
      left: inherit;
      right: 6px; }
    @media (max-width: 1078px) {
      .txt-block .quote_right {
        position: relative;
        display: block;
        padding-top: 3em;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none; } }
    .txt-block .quote_right img {
      float: right; }
      @media (max-width: 1078px) {
        .txt-block .quote_right img {
          float: left; } }
    .txt-block .quote_right h4, .txt-block .quote_right cite {
      text-align: right;
      float: right;
      clear: both; }
      @media (max-width: 1078px) {
        .txt-block .quote_right h4, .txt-block .quote_right cite {
          float: left;
          text-align: left; } }
  @media (max-width: 1078px) {
    .txt-block .image_left {
      position: relative;
      display: block;
      padding: 3em 0em 2em;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      transform: none; } }
  .txt-block .image_left img {
    margin-bottom: 0em; }
  .txt-block .image_left h5 {
    position: absolute;
    bottom: 0; }
  @media (max-width: 1078px) {
    .txt-block .image_right {
      position: relative;
      display: block;
      padding: 3em 0em 2em;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      transform: none; } }
  .txt-block .image_right img {
    margin-bottom: 0em; }
  .txt-block .image_right h5 {
    position: absolute;
    bottom: 0; }
  .txt-block .local_area {
    background-color: #68236b;
    background-image: url(/wp-content/themes/watermill/assets/img/half-tree.png);
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: right center;
    padding: 20px;
    font-size: .9em; }
    .txt-block .local_area * {
      color: #fff; }
    .txt-block .local_area h4 {
      float: left;
      width: 100%; }
    .txt-block .local_area h5 {
      background-color: initial;
      padding: initial;
      width: auto;
      font-weight: bold;
      line-height: 1.1em; }

@font-face {
  font-family: 'flexslider-icon';
  src: url("/wp-content/themes/watermill/assets/fonts/flexslider-icon.eot");
  src: url("/wp-content/themes/watermill/assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/watermill/assets/fonts/flexslider-icon.woff") format("woff"), url("/wp-content/themes/watermill/assets/fonts/flexslider-icon.ttf") format("truetype"), url("/wp-content/themes/watermill/assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-box-shadow: "" 0 1px 4px rgba(41, 35, 92, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(41, 35, 92, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(41, 35, 92, 0.2);
  box-shadow: "" 0 1px 4px rgba(41, 35, 92, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 70px;
  height: 57px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(41, 35, 92, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 50px;
  position: relative;
  display: inline-block;
  content: '\f001';
  color: rgba(200, 200, 200, 0.8);
  top: 29%; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(41, 35, 92, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(41, 35, 92, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(41, 35, 92, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(41, 35, 92, 0.3);
  box-shadow: inset 0 0 3px rgba(41, 35, 92, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(41, 35, 92, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(41, 35, 92, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

.flex-prev,
.flex-next {
  font-size: 0; }

.action-block {
  background-color: #29235c;
  position: relative;
  margin: 0;
  z-index: 1; }
  .action-block .container {
    background-color: transparent !important;
    padding-top: 2em;
    padding-bottom: 2em; }
    @media (max-width: 1078px) {
      .action-block .container {
        padding-top: 3em;
        padding-bottom: 3em; } }
    .action-block .container .action {
      display: inline-block;
      position: relative;
      margin: 0px;
      padding-bottom: 3em;
      padding-top: 0em;
      padding-left: 22%;
      padding-right: 22%; }
      @media (max-width: 1078px) {
        .action-block .container .action {
          padding-right: 0%;
          padding-top: 0em; } }
      @media (max-width: 748px) {
        .action-block .container .action {
          padding-left: 0%; } }
      .action-block .container .action .left_col, .action-block .container .action .right_col {
        display: flex;
        position: absolute;
        width: 20%;
        flex-direction: column;
        justify-content: center;
        resize: vertical; }
        @media (max-width: 748px) {
          .action-block .container .action .left_col, .action-block .container .action .right_col {
            max-width: 300px;
            margin: 1em auto; } }
      .action-block .container .action .left_col {
        left: 0; }
        @media (max-width: 1078px) {
          .action-block .container .action .left_col {
            height: 50%;
            top: 0;
            margin: 0; } }
      .action-block .container .action .right_col {
        right: 0; }
        @media (max-width: 1078px) {
          .action-block .container .action .right_col {
            left: 0;
            height: 50%;
            bottom: 0; } }
      @media (max-width: 748px) {
        .action-block .container .action .text, .action-block .container .action .right_col, .action-block .container .action .left_col {
          display: block;
          position: relative;
          width: 100%;
          height: auto;
          clear: both;
          bottom: inherit;
          top: inherit; } }
      .action-block .container .action .action_heading {
        display: inline-block; }
        .action-block .container .action .action_heading h4 {
          text-align: left;
          float: left;
          color: #fff;
          margin-bottom: .2em; }
      .action-block .container .action .action_button {
        display: inline-block; }
        @media (max-width: 748px) {
          .action-block .container .action .action_button {
            margin: 0em; } }
        .action-block .container .action .action_button a {
          text-align: right; }
          @media (max-width: 1078px) {
            .action-block .container .action .action_button a {
              float: left;
              display: inline-block;
              width: auto; } }
      .action-block .container .action .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        resize: vertical;
        color: #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding: 0em 2em 2em; }
        @media (max-width: 1078px) {
          .action-block .container .action .text {
            border-right: 0px;
            padding-right: 0;
            padding-bottom: 4em; } }
        @media (max-width: 748px) {
          .action-block .container .action .text {
            padding: 2em 0;
            border: 0px; } }
        .action-block .container .action .text p {
          margin: 0; }

.full_img {
  position: relative;
  width: 100%; }

.half_img {
  position: relative;
  width: 50%;
  float: left; }
  @media (max-width: 500px) {
    .half_img {
      width: 100%; } }

.third_img {
  position: relative;
  width: 33.333333%;
  float: left; }
  @media (max-width: 500px) {
    .third_img {
      width: 100%; } }

.fourth_img {
  position: relative;
  width: 25%;
  float: left; }
  @media (max-width: 768px) {
    .fourth_img {
      width: 50%; } }
  @media (max-width: 500px) {
    .fourth_img {
      width: 100%; } }

.fifth_img {
  position: relative;
  width: 20%;
  float: left; }
  @media (max-width: 500px) {
    .fifth_img {
      width: 100%; } }

.sixth_img {
  position: relative;
  width: 16.6666666%;
  float: left; }
  @media (max-width: 500px) {
    .sixth_img {
      width: 100%; } }

.two_third_img {
  position: relative;
  width: 66.666666%;
  float: left; }
  @media (max-width: 500px) {
    .two_third_img {
      width: 100%; } }

.full_img img, .half_img img, .third_img img, .fourth_img img, .fifth_img img, .sixth_img img, .two_third_img img {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  display: block; }

.small_img {
  position: relative;
  width: 100%; }
  .small_img img {
    display: block;
    width: 70%;
    height: auto;
    margin: 100px auto; }

.img-txt .cont {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row;
  padding: 3em 0;
  overflow: hidden; }
  @media (max-width: 1068px) {
    .img-txt .cont {
      padding: 0em; } }
  @media (max-width: 1068px) {
    .img-txt .cont {
      display: block; } }
  .img-txt .cont .text {
    display: flex;
    position: relative;
    float: left;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    resize: vertical; }
    @media (max-width: 1068px) {
      .img-txt .cont .text {
        text-align: center;
        width: 100%;
        margin: 0em auto;
        float: none;
        clear: both;
        display: block;
        width: 100%;
        padding: 0; } }
    .img-txt .cont .text .text-block {
      color: #fff;
      text-align: center;
      display: block;
      padding: 2em 10%;
      max-width: 690px;
      margin: 0 auto; }
      @media (max-width: 1300px) {
        .img-txt .cont .text .text-block {
          max-width: 490px; } }
      @media (max-width: 1068px) {
        .img-txt .cont .text .text-block {
          max-width: 750px;
          padding: 6em 10%;
          position: relative; } }
      .img-txt .cont .text .text-block h1 {
        margin-bottom: .5em; }
      .img-txt .cont .text .text-block p {
        margin-bottom: .5em; }
      .img-txt .cont .text .text-block ul {
        list-style-type: none;
        padding: 0em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0em; }
        .img-txt .cont .text .text-block ul li {
          list-style-type: none;
          margin: 0;
          line-height: 1.2em;
          padding: 0;
          height: auto;
          display: inline-block; }
        .img-txt .cont .text .text-block ul li:before {
          content: '';
          display: inline-block;
          height: 22px;
          width: 31px;
          background-size: contain !important;
          margin-right: 7px;
          top: 4px;
          position: relative; }
        .img-txt .cont .text .text-block ul li:first-of-type:before {
          background: url("/wp-content/themes/watermill/assets/img/phone.png") no-repeat center center; }
        .img-txt .cont .text .text-block ul li:nth-of-type(2):before {
          background: url("/wp-content/themes/watermill/assets/img/email.png") no-repeat center center;
          height: 19px; }
  .img-txt .cont .text > * {
    vertical-align: middle; }
  .img-txt .cont .img {
    display: flex;
    position: relative;
    float: left;
    width: 50%;
    flex-direction: column;
    justify-content: center;
    resize: vertical; }
    @media (max-width: 1068px) {
      .img-txt .cont .img {
        width: 100%;
        margin: 0em auto;
        float: none;
        clear: both;
        margin-bottom: -6px; } }
    .img-txt .cont .img img {
      width: auto;
      height: 100%;
      display: block;
      padding: 0em;
      resize: vertical;
      overflow: auto;
      margin: 0;
      object-fit: cover;
      position: relative; }
      @media (max-width: 768px) {
        .img-txt .cont .img img {
          width: 100%;
          height: auto;
          object-fit: inherit; } }
  .img-txt .cont .img > * {
    vertical-align: middle; }
  .img-txt .cont .half {
    width: 50%; }
    @media (max-width: 1068px) {
      .img-txt .cont .half {
        width: 100%; } }
  .img-txt .cont .two_fifth {
    width: 40%; }
    @media (max-width: 1068px) {
      .img-txt .cont .two_fifth {
        width: 100%; } }
  .img-txt .cont .third {
    width: 33.3333%; }
    @media (max-width: 1068px) {
      .img-txt .cont .third {
        width: 100%; } }
  .img-txt .cont .quarter {
    width: 25%; }
    @media (max-width: 1068px) {
      .img-txt .cont .quarter {
        width: 100%; } }
  .img-txt .cont .three_quarter {
    width: 75%; }
    @media (max-width: 1068px) {
      .img-txt .cont .three_quarter {
        width: 100%; } }
  .img-txt .cont .two_third {
    width: 66.6666%; }
    @media (max-width: 1068px) {
      .img-txt .cont .two_third {
        width: 100%; } }
  .img-txt .cont .three_fifth {
    width: 60%; }
    @media (max-width: 1068px) {
      .img-txt .cont .three_fifth {
        width: 100%; } }
  .img-txt .cont .video {
    display: flex;
    width: 50%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
    background-color: #29235c; }
    @media (max-width: 1068px) {
      .img-txt .cont .video {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0; } }
    .img-txt .cont .video .video_container {
      position: relative;
      padding-bottom: 56.3%;
      display: block;
      width: 100%;
      margin: 0 auto;
      min-height: 100%; }
      .img-txt .cont .video .video_container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0px; }
  .img-txt .cont .map {
    display: flex;
    width: 50%;
    position: relative;
    flex-direction: column;
    justify-content: center;
    resize: vertical; }
    @media (max-width: 1068px) {
      .img-txt .cont .map {
        display: block;
        width: 100%;
        margin: 0em auto;
        clear: both;
        float: none; } }
    .img-txt .cont .map #mapid {
      position: relative;
      padding-bottom: 56.3%;
      display: block;
      width: 100%;
      height: 400px;
      margin: 0 auto;
      min-height: 100%; }

.img-txt .cont > * {
  vertical-align: middle; }

.img-txt .row-reverse {
  flex-direction: row-reverse; }

.testimonial {
  display: inline-block;
  margin-top: 0em;
  margin-bottom: 4em; }
  .testimonial .text {
    display: flex;
    position: relative;
    float: left;
    width: 97%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
    padding: 4em 10%;
    background: #fff;
    border-radius: 13px;
    color: #68236b; }
    .testimonial .text span {
      margin: .2em auto .2em;
      font-size: 8em;
      font-weight: bolder;
      line-height: 0em;
      width: 73px;
      height: 0;
      clear: both;
      color: #68236b; }
    .testimonial .text .testi-block {
      display: block;
      clear: both;
      text-align: center;
      margin: 0; }
    .testimonial .text img {
      width: 100%;
      max-width: 100px;
      margin: 0 auto;
      border-radius: 50px;
      height: auto;
      display: block; }
    .testimonial .text cite {
      text-align: center;
      font-weight: 600;
      font-size: 1em; }
  .testimonial .full {
    padding-left: 0%;
    padding-right: 0%; }
  .testimonial .nearly {
    padding-left: 5%;
    padding-right: 5%; }
  .testimonial .three_quarter {
    padding-left: 12.5%;
    padding-right: 12.5%; }
  .testimonial .three_fifth {
    padding-left: 20%;
    padding-right: 20%; }

html header {
  background: inherit;
  display: block;
  position: relative;
  width: 100%;
  z-index: 9999;
  padding: 1em 0em; }
  html header a.to_content:link {
    position: relative;
    display: block;
    padding: .5em 2em;
    background: transparent;
    color: rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0em;
    z-index: 9999;
    text-align: center; }
    @media (max-width: 1024px) {
      html header a.to_content:link {
        width: 100%; } }
  html header a.to_content:focus {
    font-size: 1em;
    background: inherit;
    color: rgba(255, 255, 255, 0.9) !important; }
  html header .nav-wrapper {
    display: inline-block;
    width: 100%; }
  html header .nav-container {
    position: relative;
    padding: 0em 2em; }
    @media (max-width: 1400px) {
      html header .nav-container {
        padding: 0em 2em; } }
    @media (max-width: 1084px) {
      html header .nav-container {
        padding: 0em 2em; } }
    @media (max-width: 768px) {
      html header .nav-container {
        padding: 0em 2em; } }
    @media (max-width: 400px) {
      html header .nav-container {
        padding: 0em 1em; } }
    html header .nav-container .logo {
      z-index: 1;
      position: relative;
      float: left; }
      html header .nav-container .logo a.logolink img {
        width: 100%;
        min-width: 100px;
        max-width: 220px;
        height: auto;
        padding: 0px; }
        @media (max-width: 650px) {
          html header .nav-container .logo a.logolink img {
            position: relative;
            max-width: 200px; } }
        @media (max-width: 550px) {
          html header .nav-container .logo a.logolink img {
            position: relative;
            max-width: 180px; } }
      html header .nav-container .logo a.logolink span {
        display: none; }
      html header .nav-container .logo a.logolink:focus .logo {
        outline: 3px solid blue; }
    html header .nav-container .main-navigation {
      position: relative;
      float: right;
      width: calc(100% - 220px);
      height: auto; }
      @media (max-width: 1084px) {
        html header .nav-container .main-navigation .menu-main-menu-container, html header .nav-container .main-navigation .menu-home-container {
          display: none;
          position: fixed;
          height: 100vh;
          width: 100%;
          left: 0;
          top: 0;
          z-index: 9998;
          background: rgba(104, 35, 107, 0.93); } }
      html header .nav-container .main-navigation .menu {
        display: table-row;
        padding: 0px;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0; }
        @media (max-width: 1084px) {
          html header .nav-container .main-navigation .menu {
            height: auto;
            position: relative;
            width: 100%;
            z-index: 1;
            display: table-cell;
            vertical-align: middle; } }
        html header .nav-container .main-navigation .menu li {
          position: relative;
          display: table-cell;
          height: 40px;
          list-style-type: none;
          vertical-align: middle;
          color: #29235c;
          text-transform: uppercase;
          font-weight: 300;
          font-size: 1em;
          letter-spacing: .05em;
          padding-right: 1em;
          top: 15px; }
          @media (max-width: 1084px) {
            html header .nav-container .main-navigation .menu li {
              display: block;
              padding: 0;
              margin: 0 auto;
              line-height: 1.3em;
              text-align: center;
              font-size: 4vw;
              margin-bottom: .5em; } }
          @media (max-width: 764px) {
            html header .nav-container .main-navigation .menu li {
              font-size: 1.4em; } }
          html header .nav-container .main-navigation .menu li a {
            color: inherit;
            -webkit-transition: all ease-in 50ms;
            -moz-transition: all ease-in 50ms;
            -o-transition: all ease-in 50ms;
            transition: all ease-in 50ms; }
            @media (max-width: 1084px) {
              html header .nav-container .main-navigation .menu li a {
                position: relative;
                width: 100%;
                height: 100%;
                color: #fff; } }
          html header .nav-container .main-navigation .menu li a:hover {
            color: inherit;
            text-decoration: none; }
            @media (max-width: 1084px) {
              html header .nav-container .main-navigation .menu li a:hover {
                color: #fff; } }
          html header .nav-container .main-navigation .menu li a:active, html header .nav-container .main-navigation .menu li a:focus {
            text-decoration: none; }
        html header .nav-container .main-navigation .menu li a:before {
          content: '';
          display: block;
          position: absolute;
          bottom: 2px;
          left: 0;
          height: 1px;
          width: calc(100% - 1em);
          background-color: #29235c;
          transform-origin: right top;
          transform: scale(0, 1);
          transition: color 0.1s,transform 0.2s ease-out; }
          @media (max-width: 1084px) {
            html header .nav-container .main-navigation .menu li a:before {
              bottom: 0px;
              background-color: #fff;
              width: 100%; } }
        html header .nav-container .main-navigation .menu li a:active::before {
          background-color: #262262; }
          @media (max-width: 1084px) {
            html header .nav-container .main-navigation .menu li a:active::before {
              background-color: #fff; } }
        html header .nav-container .main-navigation .menu li a:hover::before, html header .nav-container .main-navigation .menu li a:focus::before {
          transform-origin: left top;
          transform: scale(1, 1); }
        html header .nav-container .main-navigation .menu li:last-of-type {
          border: 1px solid #29235c;
          padding: 0; }
          @media (max-width: 1084px) {
            html header .nav-container .main-navigation .menu li:last-of-type {
              font-size: 4vw;
              border: initial; } }
          @media (max-width: 764px) {
            html header .nav-container .main-navigation .menu li:last-of-type {
              font-size: 1.4em; } }
          html header .nav-container .main-navigation .menu li:last-of-type a {
            z-index: 1;
            padding: 0em 1em;
            color: #29235c;
            cursor: pointer;
            display: table;
            clear: both;
            text-decoration: none !important;
            transition: all 100ms ease-in-out;
            -webkit-transition: all 100ms ease-in-out;
            -moz-transition: all 100ms ease-in-out;
            -o-transition: all 100ms ease-in-out; }
            @media (max-width: 1084px) {
              html header .nav-container .main-navigation .menu li:last-of-type a {
                display: inline;
                color: #fff;
                padding: 0;
                margin: 0 auto;
                line-height: 0;
                text-align: center;
                top: 0; } }
          html header .nav-container .main-navigation .menu li:last-of-type a:before {
            content: none; }
            @media (max-width: 1084px) {
              html header .nav-container .main-navigation .menu li:last-of-type a:before {
                content: ""; } }
          html header .nav-container .main-navigation .menu li:last-of-type a:after {
            position: absolute;
            content: "";
            width: 100%;
            height: 0;
            bottom: 0;
            left: 0;
            z-index: -1;
            background: #29235c;
            transition: all 0.3s ease; }
            @media (max-width: 1084px) {
              html header .nav-container .main-navigation .menu li:last-of-type a:after {
                position: relative;
                content: none; } }
          html header .nav-container .main-navigation .menu li:last-of-type a:hover {
            color: #fff; }
          html header .nav-container .main-navigation .menu li:last-of-type a:hover:after {
            top: 0;
            height: 100%; }
          html header .nav-container .main-navigation .menu li:last-of-type a:active {
            top: 2px; }
    html header .nav-container .menuBtn {
      display: none;
      width: 35px;
      height: 24px;
      right: 0;
      bottom: 0;
      position: absolute;
      z-index: 9999;
      -webkit-transition: 100ms ease-in-out;
      -moz-transition: 100ms ease-in-out;
      -o-transition: 100ms ease-in-out;
      transition: 100ms ease-in-out;
      cursor: pointer; }
      @media (max-width: 1084px) {
        html header .nav-container .menuBtn {
          display: block; } }
    html header .nav-container .menuBtn span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #262262;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
    html header .nav-container .menuBtn span:nth-child(1) {
      top: 0px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    html header .nav-container .menuBtn span:nth-child(2) {
      top: 10px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    html header .nav-container .menuBtn span:nth-child(3) {
      top: 20px;
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center; }
    html header .nav-container .menuBtn.open {
      position: fixed;
      right: 2.5em;
      top: 2.5em;
      bottom: initial; }
      @media (max-width: 575px) {
        html header .nav-container .menuBtn.open {
          right: 2px; } }
    html header .nav-container .menuBtn.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -3px;
      left: 8px; }
    html header .nav-container .menuBtn.open span {
      background: #ffffff; }
    html header .nav-container .menuBtn.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    html header .nav-container .menuBtn.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 22px;
      left: 8px; }
  html header .fixed {
    position: fixed; }

.page-id-2 #menu-main-menu li:first-of-type a:before {
  transform: scale(1, 1);
  height: 2px;
  background: #68236b; }

.page-id-213 #menu-main-menu li:nth-child(2) a:before {
  transform: scale(1, 1);
  height: 2px;
  background: #68236b; }

.page-id-215 #menu-main-menu li:nth-child(3) a:before {
  transform: scale(1, 1);
  height: 2px;
  background: #68236b; }

.page-id-217 #menu-main-menu li:nth-child(4) a:before {
  transform: scale(1, 1);
  height: 2px;
  background: #68236b; }

.page-id-2 #menu-main-menu li:first-of-type a:before,
.page-id-213 #menu-main-menu li:nth-child(2) a:before,
.page-id-215 #menu-main-menu li:nth-child(3) a:before,
.page-id-217 #menu-main-menu li:nth-child(4) a:before {
  transform: scale(1, 1);
  height: 2px;
  background: #68236b; }
  @media (max-width: 1084px) {
    .page-id-2 #menu-main-menu li:first-of-type a:before,
    .page-id-213 #menu-main-menu li:nth-child(2) a:before,
    .page-id-215 #menu-main-menu li:nth-child(3) a:before,
    .page-id-217 #menu-main-menu li:nth-child(4) a:before {
      bottom: 0px;
      background-color: #fff; } }

html .development_trio {
  background-color: #682672;
  margin-top: 7em !important;
  display: inline-block; }
  html .development_trio .container {
    margin-top: -10em;
    position: relative; }

html .trio-box .row article, html .trio-box .row .article {
  width: calc(33.333% - .6666em);
  margin-bottom: 1em;
  float: left;
  margin-right: 1em;
  overflow: hidden; }
  @media (max-width: 768px) {
    html .trio-box .row article, html .trio-box .row .article {
      width: 100%;
      max-width: 530px;
      margin: 1em auto 3em;
      float: none;
      max-width: none;
      margin: 1em 0; } }
  html .trio-box .row article .featured, html .trio-box .row .article .featured {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden; }
    html .trio-box .row article .featured img, html .trio-box .row .article .featured img {
      display: block;
      height: auto;
      width: 100%;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      transition: all 150ms ease-in-out;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out; }
    html .trio-box .row article .featured .layer, html .trio-box .row .article .featured .layer {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      transition: all 150ms ease-in-out;
      -webkit-transition: all 150ms ease-in-out;
      -moz-transition: all 150ms ease-in-out;
      -ms-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out; }
      html .trio-box .row article .featured .layer img, html .trio-box .row .article .featured .layer img {
        opacity: 0;
        display: block;
        width: 10px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: all 150ms ease-in-out;
        margin-left: -2em;
        -webkit-transition: all 150ms ease-in-out .1s;
        -moz-transition: all 150ms ease-in-out .1s;
        -ms-transition: all 150ms ease-in-out .1s;
        -o-transition: all 150ms ease-in-out .1s; }
    html .trio-box .row article .featured .button-container, html .trio-box .row .article .featured .button-container {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: .5rem;
      display: flex;
      flex-wrap: wrap; }
      html .trio-box .row article .featured .button-container a, html .trio-box .row .article .featured .button-container a {
        position: relative;
        background: #29235c;
        color: white;
        padding: 7px 10px;
        text-transform: uppercase;
        font-weight: bold;
        border: 0px;
        border-radius: 3px;
        margin: 2px; }
      html .trio-box .row article .featured .button-container a:first-of-type, html .trio-box .row .article .featured .button-container a:first-of-type {
        display: none; }
  html .trio-box .row article .featured a:focus img, html .trio-box .row article .featured:hover img, html .trio-box .row .article .featured a:focus img, html .trio-box .row .article .featured:hover img {
    width: 110%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  html .trio-box .row article .featured a:focus .layer, html .trio-box .row article .featured:hover .layer, html .trio-box .row .article .featured a:focus .layer, html .trio-box .row .article .featured:hover .layer {
    background: rgba(38, 34, 98, 0.5);
    transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out; }
  html .trio-box .row article .featured a:focus .layer img, html .trio-box .row article .featured:hover .layer img, html .trio-box .row .article .featured a:focus .layer img, html .trio-box .row .article .featured:hover .layer img {
    width: 30px;
    height: auto;
    opacity: 1;
    margin-left: 0; }
  html .trio-box .row article .details, html .trio-box .row .article .details {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 1rem 1.5rem;
    color: #fff; }
    html .trio-box .row article .details h3 a:focus, html .trio-box .row .article .details h3 a:focus {
      text-decoration: underline;
      outline: 0px; }
    html .trio-box .row article .details .button, html .trio-box .row .article .details .button {
      font-size: 1em;
      font-weight: 500;
      text-decoration: lowercase;
      -webkit-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      -o-transition: all 200ms ease-in;
      transition: all 200ms ease-in; }
      html .trio-box .row article .details .button a, html .trio-box .row .article .details .button a {
        text-decoration: none; }
    html .trio-box .row article .details .button, html .trio-box .row .article .details .button {
      float: left; }
    html .trio-box .row article .details .button:hover a, html .trio-box .row .article .details .button:hover a {
      text-decoration: underline; }
    html .trio-box .row article .details .button a:focus, html .trio-box .row .article .details .button a:focus {
      text-decoration: underline;
      outline: 0px; }

html .trio-box .row article:last-of-type {
  margin-right: 0em; }
  @media (max-width: 1084px) {
    html .trio-box .row article:last-of-type {
      margin-right: auto; } }

html .trio-box .row article:nth-of-type(3n + 1) {
  clear: both; }

.single_post .container .row {
  *zoom: 1; }
  .single_post .container .row .share_column {
    position: -webkit-sticky;
    position: sticky;
    top: 3em;
    height: 360px;
    padding: 0px; }
    @media (max-width: 575px) {
      .single_post .container .row .share_column {
        display: none;
        position: relative;
        top: 3em;
        height: auto;
        width: 100%; } }
    .single_post .container .row .share_column .social_sidebar {
      display: block;
      width: 100%;
      background: lightgrey; }
      @media (max-width: 400px) {
        .single_post .container .row .share_column .social_sidebar {
          height: auto;
          display: inline-block;
          width: calc(100% - 2em);
          margin: 0 1em;
          padding: 0 1em; } }
      .single_post .container .row .share_column .social_sidebar figure {
        margin: 0;
        display: block;
        border: 0px;
        padding: .3em 0em;
        cursor: pointer; }
        @media (max-width: 400px) {
          .single_post .container .row .share_column .social_sidebar figure {
            width: 20%;
            display: block;
            float: left; } }
        .single_post .container .row .share_column .social_sidebar figure img {
          display: block;
          margin: 0px auto;
          height: auto;
          max-width: 50px; }
          @media (max-width: 400px) {
            .single_post .container .row .share_column .social_sidebar figure img {
              padding: 5%;
              width: 90%;
              height: auto; } }
        .single_post .container .row .share_column .social_sidebar figure h5 {
          text-align: center;
          color: inherit; }
          @media (max-width: 400px) {
            .single_post .container .row .share_column .social_sidebar figure h5 {
              line-height: 36px; } }
      .single_post .container .row .share_column .social_sidebar figure:last-of-type {
        border-top: 1px solid;
        margin-top: 1em;
        padding-top: 1em; }
        @media (max-width: 400px) {
          .single_post .container .row .share_column .social_sidebar figure:last-of-type {
            position: relative; } }
      .single_post .container .row .share_column .social_sidebar figure:first-of-type {
        padding-bottom: 0em; }
        @media (max-width: 400px) {
          .single_post .container .row .share_column .social_sidebar figure:first-of-type {
            width: 25%;
            border-right: 1px solid;
            margin-right: 7.5%; } }
  .single_post .container .row .post_column {
    padding: 1em 2em; }
    @media (max-width: 575px) {
      .single_post .container .row .post_column {
        padding: 1em 0 0; } }
    .single_post .container .row .post_column h2:first-of-type {
      margin-top: .5em; }
    .single_post .container .row .post_column a img {
      margin: 1em 0em 3em;
      width: 100%;
      height: auto;
      display: block; }
    .single_post .container .row .post_column .nav-posts {
      margin: 4em 0em 2em;
      width: 100%;
      display: inline-block; }
      .single_post .container .row .post_column .nav-posts .prev {
        float: left;
        position: relative; }
        .single_post .container .row .post_column .nav-posts .prev a {
          text-decoration: none; }
        .single_post .container .row .post_column .nav-posts .prev span {
          display: inline-block; }
      .single_post .container .row .post_column .nav-posts .prev img {
        position: relative;
        display: inline-block;
        width: 20px;
        height: auto;
        top: 2px;
        margin: 0 5px 0 0;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
      .single_post .container .row .post_column .nav-posts .prev:hover {
        margin-left: -5px; }
      .single_post .container .row .post_column .nav-posts .prev:hover span {
        text-decoration: underline; }
      .single_post .container .row .post_column .nav-posts .next {
        float: right;
        position: relative; }
        .single_post .container .row .post_column .nav-posts .next a {
          text-decoration: none; }
        .single_post .container .row .post_column .nav-posts .next span {
          display: inline-block; }
      .single_post .container .row .post_column .nav-posts .next img {
        position: relative;
        display: inline-block;
        width: 20px;
        height: auto;
        top: 2px;
        margin: 0 0 0 5px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
      .single_post .container .row .post_column .nav-posts .next:hover {
        left: 5px; }
      .single_post .container .row .post_column .nav-posts .next:hover span {
        text-decoration: underline; }
    .single_post .container .row .post_column ol.commentlist {
      list-style: none;
      margin: 0 0 1em;
      padding: 0;
      text-indent: 0; }
      .single_post .container .row .post_column ol.commentlist li.comment {
        border-bottom: 1px solid;
        padding: 1em; }
        .single_post .container .row .post_column ol.commentlist li.comment div.vcard {
          font-weight: 14px; }
          .single_post .container .row .post_column ol.commentlist li.comment div.vcard img.avatar {
            border: 5px solid;
            float: right;
            margin: 0 0 20px 20px; }
        .single_post .container .row .post_column ol.commentlist li.comment div.comment-meta {
          font-size: 11px; }
          .single_post .container .row .post_column ol.commentlist li.comment div.comment-meta a {
            color: inherit; }
        .single_post .container .row .post_column ol.commentlist li.comment p {
          font-size: 12px; }
        .single_post .container .row .post_column ol.commentlist li.comment ul {
          font-size: 12px;
          list-style: none;
          margin: 0 0 0 20px; }
        .single_post .container .row .post_column ol.commentlist li.comment div.reply {
          font-size: 11px; }
          .single_post .container .row .post_column ol.commentlist li.comment div.reply a {
            font-weight: bold; }
        .single_post .container .row .post_column ol.commentlist li.comment ul.children {
          list-style: none;
          margin: 12px;
          text-indent: 0; }
          .single_post .container .row .post_column ol.commentlist li.comment ul.children li.depth-2 {
            border-left: 5px solid;
            margin: 0 0 10px 10px; }
          .single_post .container .row .post_column ol.commentlist li.comment ul.children li.depth-3 {
            border-left: 5px solid;
            margin: 0 0 10px 10px; }
          .single_post .container .row .post_column ol.commentlist li.comment ul.children li.depth-4 {
            border-left: 5px solid;
            margin: 0 0 10px 10px; }
      .single_post .container .row .post_column ol.commentlist li.parent {
        border-left: 5px solid; }
    .single_post .container .row .post_column #respond input[type=text], .single_post .container .row .post_column #respond textarea {
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
      outline: none;
      padding: 3px 0px 3px 3px;
      margin: 5px 1px 3px 0px;
      border: 1px solid; }
    .single_post .container .row .post_column #respond input[type=text]:focus, .single_post .container .row .post_column #respond textarea:focus {
      box-shadow: 0 0 5px #51cbee;
      margin: 5px 1px 3px 0px;
      border: 1px solid; }
    .single_post .container .row .post_column #comment {
      width: 100%; }
    .single_post .container .row .post_column #submit {
      margin: 0px;
      border: 0px;
      font-size: 1em;
      padding: 0.5rem 2rem; }
    .single_post .container .row .post_column #url {
      color: inherit; }

.single_post .container .row:before, .single_post .container .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.single_post .container .row:after {
  clear: both; }

.map_container .map iframe {
  display: block;
  width: 100%;
  height: 60vh;
  min-height: 500px;
  border: 0; }

.full_container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

.video_box {
  position: relative;
  z-index: 1; }
  .video_box .video_wrapper {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: -6px;
    position: relative; }
    @media (max-width: 768px) {
      .video_box .video_wrapper {
        width: calc(100% + 80px);
        left: -40px;
        margin: 2em auto 1em; } }
    @media (max-width: 400px) {
      .video_box .video_wrapper {
        width: calc(100% + 40px);
        left: -20px;
        margin: 1em auto 2em; } }
    @media (max-width: 320px) {
      .video_box .video_wrapper {
        margin: 1em auto 2em; } }
    .video_box .video_wrapper .video_container {
      position: relative;
      padding-bottom: 73.1%;
      display: block;
      width: 100%;
      margin: 0 auto; }
      .video_box .video_wrapper .video_container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0px; }

html body footer {
  position: relative;
  clear: both;
  width: 100%;
  display: inline-block;
  background: #c8c7c3;
  margin-top: -3em;
  z-index: 0; }
  @media (max-width: 1084px) {
    html body footer {
      margin-top: 0em; } }
  html body footer .container {
    padding-top: 5em; }
    @media (max-width: 1084px) {
      html body footer .container {
        padding-top: 5em; } }
    html body footer .container .row {
      flex-wrap: wrap; }
      html body footer .container .row .c-3 {
        width: 33.333%;
        float: left;
        font-size: .9em; }
        @media (max-width: 1086px) {
          html body footer .container .row .c-3 {
            width: 100%;
            text-align: center; } }
        html body footer .container .row .c-3 span {
          display: block;
          margin-bottom: .4em; }
        html body footer .container .row .c-3 p {
          font-weight: 500; }
          html body footer .container .row .c-3 p span {
            clear: both; }
        html body footer .container .row .c-3 .copyright {
          margin: 0em;
          text-align: center; }
          html body footer .container .row .c-3 .copyright p {
            text-align: center;
            color: #999; }
        html body footer .container .row .c-3 .menu {
          list-style-type: none;
          text-align: right;
          margin: 0;
          padding: 0; }
          @media (max-width: 768px) {
            html body footer .container .row .c-3 .menu {
              margin: 1em 0; } }
          html body footer .container .row .c-3 .menu li {
            list-style-type: none;
            text-align: right;
            margin-bottom: .2em; }
            @media (max-width: 992px) {
              html body footer .container .row .c-3 .menu li {
                text-align: center; } }
      html body footer .container .row .c-3:nth-of-type(2n) {
        text-align: center; }
      html body footer .container .row .signature p {
        padding-top: 2em;
        text-align: center;
        font-size: .8em;
        opacity: .9; }
        html body footer .container .row .signature p a {
          text-decoration: none; }
        html body footer .container .row .signature p a:hover, html body footer .container .row .signature p a:focus {
          font-weight: bolder; }
