  @charset "UTF-8";
@import url(fonts.css);
/* CSS */
body {
  color: #575c6b;
  font-size: 16px;
  font-family: 'eb_garamond08_regular';
  line-height: 29px;
  margin: 0; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: 'Doctrine-Bold'; }

.animatecss {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }

a {
  color: #39a277;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  cursor: pointer; }

a:hover, a:active {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }

p {
  font-size: 22px;
  line-height: 29px; }

ul li {
  font-size: 22px;
  line-height: 34px; }

.no-padding {
  padding: 0 !important; }

#bodyweb, .main {
  overflow: hidden; }

/* --------------------- HEADER LAYOUT --------------------- */
.top {
  display: block;
  padding: 25px 0; }

.socmed {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-top: 6px; }

.socmed a {
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px; }
  .socmed a:hover {
    opacity: 0.8; }

.socmed__fb {
  background: url("../images/facebook-gray-alt.svg") no-repeat center;
  background-size: 8px 16px; }

.socmed__fb:hover {
  background: url("../images/facebook-gray-alt-green.svg") no-repeat center;
  background-size: 8px 16px; }

.socmed__tw {
  background: url("../images/twitter-gray-alt.svg") no-repeat center;
  background-size: 16px 13px; }

.socmed__tw:hover {
  background: url("../images/twitter-gray-alt-green.svg") no-repeat center;
  background-size: 16px 13px; }

.socmed__ins {
  background: url("../images/instagram-gray-alt.svg") no-repeat center;
  background-size: 16px 16px; }

.socmed__ins:hover {
  background: url("../images/instagram-gray-alt-green.svg") no-repeat center;
  background-size: 16px 16px; }

.socmed--foo {
  margin: 0;
  float: right;
  padding-top: 6px; }
  @media (max-width: 767px) {
    .socmed--foo {
      float: none; } }
  .socmed--foo .socmed__fb {
    background: url("../images/facebook-gray-alt-white.svg") no-repeat center;
    background-size: 8px 16px; }
  .socmed--foo .socmed__fb:hover {
    background: url("../images/facebook-gray-alt-yellow.svg") no-repeat center;
    background-size: 8px 16px; }
  .socmed--foo .socmed__tw {
    background: url("../images/twitter-gray-alt-white.svg") no-repeat center;
    background-size: 16px 13px; }
  .socmed--foo .socmed__tw:hover {
    background: url("../images/twitter-gray-alt-yellow.svg") no-repeat center;
    background-size: 16px 13px; }
  .socmed--foo .socmed__ins {
    background: url("../images/instagram-gray-alt-white.svg") no-repeat center;
    background-size: 16px 16px; }
  .socmed--foo .socmed__ins:hover {
    background: url("../images/instagram-gray-alt-yellow.svg") no-repeat center;
    background-size: 16px 16px; }

.main-detail {
  padding: 3em 0; }
  .main-detail h1, .main-detail h2, .main-detail h3, .main-detail h4, .main-detail h5, .main-detail h6 {
    color: #27273f;
    margin-bottom: 0.8rem; }
  .main-detail h2 {
    font-size: 32px;
    line-height: 43px; }
  .main-detail h4 {
    font-size: 27px;
    line-height: 43px; }
  .main-detail h3 {
    font-family: 'eb_garamond08_regular';
    font-size: 22px;
    line-height: 30px;
    color: #545c6e;
    font-weight: 600; }
  .main-detail p {
    color: #505c71;
    margin-bottom: 1.5em; }
  .main-detail small {
    font-family: 'Doctrine-Regular';
    font-size: 15px;
    line-height: 29px; }
  .main-detail figure {
    margin-bottom: 0.4rem; }

.main-detail--cust p {
  line-height: 28px; }

.main-detail--cust ul li {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 29px; }

.btn {
  color: #ffffff;
  border-radius: 0;
  font-family: 'Doctrine-Bold';
  padding: 6px 23px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-size: 20px;
  text-decoration: none; }

.btn--green {
  background: #599f7a;
  color: #ffffff !important; }
  .btn--green:hover, .btn--green:focus {
    background: #27273f;
    color: #ffffff; }

.btn--big {
  padding: 11px 28px;
  font-size: 23px; }

.btn--black-hover:hover, .btn--black-hover:focus {
  background: #27273f; }

.btn--yellow-hover:hover, .btn--yellow-hover:focus {
  background: #fbb200; }

.btn--outline {
  background: transparent;
  border: 1px solid #fff; }
  .btn--outline:hover, .btn--outline:focus {
    background: #ffff;
    color: #27273f; }

/** SPACE
===================================*/
.space50 {
  height: 50px;
  display: block;
  width: 100%; }

.space40 {
  height: 40px;
  display: block;
  width: 100%; }

.space25 {
  height: 25px;
  display: block;
  width: 100%; }

.space10 {
  height: 10px;
  display: block;
  width: 100%; }

.space5 {
  height: 5px;
  display: block;
  width: 100%; }

.bottom {
  height: 60px;
  display: block;
  background: #f6f6f6; }

.mainlogo {
  float: none;
  max-width: 283px; }

.mainmenu {
  float: left; }
  @media (max-width: 767px) {
    .mainmenu {
      float: none; } }

.mainmenu--mobile {
  display: none; }
  @media (max-width: 767px) {
    .mainmenu--mobile {
      display: block; } }

.mobilemenuval--mobile {
  display: none; }
  @media (max-width: 767px) {
    .mobilemenuval--mobile {
      display: block; } }

.mainmenu.mobilemenuval {
  display: none; }

.navmobile {
  width: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }
  .navmobile:before {
    content: 'Menu';
    font-family: 'Doctrine-Bold';
    color: #575c6b;
    position: absolute; }
  @media (max-width: 767px) {
    .navmobile {
      float: right; }
      .navmobile:before {
        left: -51px;
        top: -1px; } }

.navmobile span {
  background: #6c6c6c;
  width: 100%;
  height: 3px;
  margin: 5px;
  display: block; }

/* Mobile device */
@media (max-width: 767px) {
  #headerweb {
    overflow: hidden; }
  .top {
    padding-top: 0; }
  .mainlogo {
    margin: 10px 0;
    display: block;
    text-align: center;
    float: none; } }

/*Search Main*/
.main-src {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .main-src .form-control {
    border: none;
    border-bottom: 2px solid #f52880;
    height: 22px;
    padding: 0.4rem 0;
    margin-right: 5px;
    margin-left: 7px;
    border-radius: 0;
    width: 0px;
    font-size: 12px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear; }
    .main-src .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .main-src.opened .form-control {
    width: 220px; }
    .main-src.opened .form-control:focus ~ .main-src__icon {
      background-image: url("../images/black-arrow-right.svg"); }
  .main-src.opened .main-src__label {
    right: 0; }
  .main-src.opened .main-src__icon {
    background-image: url("../images/pink-arrow-right.svg"); }

.main-src__label {
  font-size: 13px;
  display: inline-block;
  color: #f52880;
  position: relative;
  right: -7px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.main-src__icon {
  display: inline-block;
  vertical-align: middle;
  border-style: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.form-control--srcresult {
  border-radius: 0;
  color: #333333;
  height: auto;
  padding: 14px 15px;
  border: none;
  background: #ebebeb; }
  .form-control--srcresult:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #ebebeb; }

.btn-srcresult {
  width: 100%;
  margin-top: 8px; }
  @media screen and (min-width: 48em) {
    .btn-srcresult {
      width: auto;
      margin-top: 0; } }

@media (max-width: 767px) {
  .mainlogo {
    max-width: 100%;
    float: none;
    display: block;
    text-align: left;
    margin-top: -44px;
    margin-bottom: 20px; }
    .mainlogo img {
      max-width: 100%;
      width: 150px; } }

/* Menu Mobile */
body.menushow {
  overflow: hidden; }

.asidemob {
  opacity: 0;
  visibility: hidden;
  padding: 1rem 2rem;
  position: fixed;
  left: -100%;
  top: 0%;
  height: 100%;
  width: 100%;
  max-width: 80%;
  z-index: 100;
  background-color: #f6f6f6;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  overflow-y: scroll; }

.asidemob.showup {
  left: 0;
  opacity: 1;
  visibility: visible; }

@media screen and (min-width: 48em) {
  .asidemob {
    display: none; } }

.asidemob__close {
  width: 100%;
  text-align: right;
  position: relative;
  margin-bottom: 2rem; }

.asidemob__close span {
  display: inline-block;
  position: absolute;
  z-index: 5;
  right: -1rem;
  width: 16px;
  height: 16px;
  overflow: hidden;
  cursor: pointer;
  background-image: url("../images/close-nav-x.svg");
  background-size: 16px auto;
  background-repeat: no-repeat; }

.asidemob .mainmenu {
  padding: 0;
  padding-bottom: 1rem; }

.asidemob .mainmenu ul > li a {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 5px;
  display: inline-block; }
  @media (max-width: 767px) {
    .asidemob .mainmenu ul > li a {
      margin: 0;
      padding: 0; } }

.asidemob .mobilemenuval {
  display: block !important; }

.asidemob .socmed {
  margin: 20px 0 1.5rem; }

.asidemob .main-src.opened .form-control {
  width: 100%;
  background: transparent; }

.asidemob .socmed {
  width: 100%; }

.asidemob .mainmenu ul li.current_page_item a {
  color: #f52880; }

.main-src.opened:hover .main-src__icon {
  background-image: url("../images/black-arrow-right.svg"); }

.main-src {
  top: 2px;
  margin-right: 12px; }

.mainmenu ul li:before {
  display: none; }

.mainmenu ul li:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0  auto;
  flex: 0 0  auto; }

/*Close button Mobile*/
.asidemob__close {
  overflow: hidden;
  position: static; }

.cd-panel-close {
  position: absolute;
  top: -100%;
  right: -5px;
  height: 40px;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }

.asidemob.showup .cd-panel-close {
  opacity: 1;
  top: 15px;
  visibility: visible; }

.cd-panel-close::before {
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.cd-panel-close::after {
  content: '';
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.no-touch .cd-panel-close:hover {
  content: '';
  background-color: #424f5c; }

.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  content: '';
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.no-touch .cd-panel-close:hover::before {
  content: '';
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg); }

.no-touch .cd-panel-close:hover::after {
  content: '';
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.cd-panel-close::before, .cd-panel-close::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #575c6b;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.asidemob.showup .cd-panel-close::before {
  content: '';
  -webkit-animation: cd-close-1 0.8s 0.3s;
  -moz-animation: cd-close-1 0.8s 0.3s;
  animation: cd-close-1 0.8s 0.3s; }

.asidemob.showup .cd-panel-close::after {
  content: '';
  -webkit-animation: cd-close-2 0.8s 0.3s;
  -moz-animation: cd-close-2 0.8s 0.3s;
  animation: cd-close-2 0.8s 0.3s; }

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg); } }

@-moz-keyframes cd-close-1 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(45deg); } }

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); } }

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg); } }

@-moz-keyframes cd-close-2 {
  0%, 50% {
    -moz-transform: rotate(0); }
  100% {
    -moz-transform: rotate(-45deg); } }

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); } }

.main-src__submit {
  width: 27px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  cursor: pointer; }

.main-src.opened .main-src__submit {
  z-index: 10; }

.src-input {
  display: none; }

.src-input--results {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  margin-bottom: 13px;
  top: 0;
  background: #f6f6f6;
  overflow: hidden;
  padding: 10px 45px 20px 20px; }
  .src-input--results .form-control {
    border: 1px solid #979797;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    background: transparent;
    font-size: 21px;
    padding-left: 0;
    color: #2c224f; }
    .src-input--results .form-control:focus {
      border-color: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .src-input--results ::-webkit-input-placeholder {
    color: #7d7d8c;
    opacity: 1; }
  .src-input--results :-ms-input-placeholder {
    color: #7d7d8c;
    opacity: 1; }
  .src-input--results ::-ms-input-placeholder {
    color: #7d7d8c;
    opacity: 1; }
  .src-input--results ::placeholder {
    color: #7d7d8c;
    opacity: 1; }
  .src-input--results :-ms-input-placeholder {
    color: #7d7d8c; }
  .src-input--results ::-ms-input-placeholder {
    color: #7d7d8c; }
  .src-input--results span {
    position: absolute;
    right: 8px;
    bottom: 4px;
    padding: 10px;
    background: #f6f6f6;
    display: inline-block;
    cursor: pointer; }

.wrapper-mainmenu {
  padding: 0; }

.main-src {
  display: none; }
  @media (max-width: 767px) {
    .main-src {
      display: block; } }

.search-trig {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 100%; }
  .search-trig span {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px; }
  .search-trig a {
    color: #575c6b; }

.right-cont {
  text-align: right;
  padding: 15px 0; }
  @media (max-width: 767px) {
    .right-cont {
      text-align: left; } }

@media (max-width: 767px) {
  .mainlogo--dsk {
    display: none; } }

.mainlogo--dsk img {
  width: 100%; }

.src-input {
  position: relative;
  top: 3px;
  width: 78%;
  float: right;
  margin-right: 2%; }
  .src-input .form-control {
    border: 1px solid #979797;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    background: transparent;
    font-size: 21px;
    padding-left: 0;
    color: #2c224f; }
    .src-input .form-control:focus {
      border-color: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .src-input ::-webkit-input-placeholder {
    color: #7d7d8c;
    opacity: 1; }
  .src-input :-ms-input-placeholder {
    color: #7d7d8c;
    opacity: 1; }
  .src-input ::-ms-input-placeholder {
    color: #7d7d8c;
    opacity: 1; }
  .src-input ::placeholder {
    color: #7d7d8c;
    opacity: 1; }
  .src-input :-ms-input-placeholder {
    color: #7d7d8c; }
  .src-input ::-ms-input-placeholder {
    color: #7d7d8c; }
  .src-input button {
    position: absolute;
    right: 0;
    bottom: -13px;
    padding: 10px;
    background: #f6f6f6;
    display: inline-block;
    cursor: pointer;
    border: none; }

.src {
  position: absolute;
  top: -3px;
  right: 0;
  width: 90px;
  text-align: right;
  font-family: 'eb_garamond08_regular';
  font-size: 21px; }
  .src:hover, .src:focus {
    color: #27273F; }
    .src:hover svg path, .src:focus svg path {
      fill: #27273F; }

.x {
  display: none;
  position: absolute;
  top: -3px;
  right: 0;
  width: auto;
  text-align: right; }
  .x:hover svg path, .x:focus svg path {
    stroke: #27273F; }

.src-input-top {
  display: none;
  position: relative; }
  @media (max-width: 767px) {
    .src-input-top {
      display: block; } }
  .src-input-top .form-control {
    border: 1px solid #979797;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    background: transparent;
    padding-left: 0; }
    .src-input-top .form-control:focus {
      border-color: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .src-input-top span {
    position: absolute;
    right: 0;
    bottom: -13px;
    padding: 10px;
    background: #f6f6f6;
    display: inline-block; }
  .src-input-top svg path {
    fill: #575c6b !important; }

.mainmenu .dropdown-menu {
  background: #f6f6f6;
  border-radius: 0;
  min-width: 230px;
  padding: 15px 0;
  top: 96%;
  left: 0px;
  display: block; }
  @media (max-width: 767px) {
    .mainmenu .dropdown-menu {
      display: none;
      min-width: 100%; } }
  .mainmenu .dropdown-menu li {
    padding: 0;
    display: block;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    margin: inherit; }
    .mainmenu .dropdown-menu li a {
      color: #282645;
      text-transform: none;
      font-weight: 100;
      white-space: normal;
      padding: 5px 9px;
      margin: 0 15px;
      text-decoration: none;
      line-height: 1.3; }

.mainmenu .dropdown-menu > li > a:hover, .mainmenu .dropdown-menu > li > a:focus {
  color: #282645;
  background-color: transparent;
  border-color: transparent;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
  filter: alpha(opacity=70);
  zoom: 1; }

.mainmenu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 767px) {
    .mainmenu ul {
      display: block; } }
  .mainmenu ul li {
    position: relative;
    text-align: left;
    margin: 0px 18px;
    line-height: 49px;
    padding: 0; }
    @media (max-width: 1200px) {
      .mainmenu ul li {
        margin: 0px 9px; } }
    @media (max-width: 767px) {
      .mainmenu ul li {
        margin: 0px;
        padding: 0; } }
    .mainmenu ul li:first-child {
      margin-left: 0; }
    .mainmenu ul li:last-child {
      margin-right: 0; }
    .mainmenu ul li:hover > a, .mainmenu ul li.active > a, .mainmenu ul li:focus > a {
      color: #282645;
      text-decoration: none;
      border-top: 5px solid #575c6b; }
    .mainmenu ul li:hover > ul, .mainmenu ul li.active > ul, .mainmenu ul li:focus > ul {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=100);
      zoom: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
      .mainmenu ul li:hover > ul.child-icon, .mainmenu ul li.active > ul.child-icon, .mainmenu ul li:focus > ul.child-icon {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
    .mainmenu ul li > a {
      display: block;
      color: #282645;
      position: relative;
      font-size: 17px;
      font-family: 'Doctrine-Bold';
      border-top: 5px solid transparent;
      text-decoration: none;
      padding-bottom: 6px; }
      @media (min-width: 768px) and (max-width: 992px) {
        .mainmenu ul li > a {
          font-size: 14px; } }
    .mainmenu ul li > ul {
      position: absolute;
      -webkit-transition: all 350ms ease;
      -o-transition: all 350ms ease;
      transition: all 350ms ease;
      visibility: hidden;
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=” $value * 100 “)";
      filter: alpha(opacity=0);
      zoom: 1;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      top: 160%; }
      .mainmenu ul li > ul.child-icon {
        padding: 0;
        margin: 0;
        left: 50%;
        right: 0;
        -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
        transform: translate(-50%, 10px); }
      .mainmenu ul li > ul.child-table {
        left: 25px; }

.dropdown-toggle::after {
  display: none; }

@media (max-width: 767px) {
  .dropdown-menu {
    background: #cc1215;
    border-radius: 0;
    padding: 15px 10px;
    top: 100% !important;
    width: 100% !important;
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .dropdown-menu li {
      display: block !important;
      width: auto;
      text-align: left;
      padding: 0; }
      .dropdown-menu li a {
        text-transform: none;
        font-weight: 100;
        white-space: normal;
        padding: 0px 9px !important;
        color: #fff; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent; }
  .pull-left {
    float: none !important; } }

.dropdown-menu.show {
  display: block !important; }

@media (min-width: 1200px) {
  .right-cont__dsk {
    margin-top: 11px; } }

@media (max-width: 767px) {
  .right-cont__dsk {
    margin-top: 35px; } }

.right-cont__dsk .button-donate {
  display: inline-block;
  float: right; }
  @media (max-width: 767px) {
    .right-cont__dsk .button-donate {
      float: none; } }

@media (min-width: 1500px) {
  .section-imgSide img {
    width: 100%; } }

@media (max-width: 1450px) {
  .hero--blue {
    overflow: hidden; } }

@media (min-width: 1231px) {
  .hero--blue {
    height: 476px; } }

@media screen and (min-width: 62em) {
  .hero--blue {
    background: #27273f; } }

.hero--blue .desc {
  background: #27273f; }
  .hero--blue .desc:before {
    background: #27273f;
    background: url("../images/hero_bg_shape_uncropped.svg"); }
  .hero--blue .desc:after {
    background: #27273f; }

@media (min-width: 992px) and (max-width: 1500px) {
  .hero--blue figure {
    width: 53%; } }

@media (min-width: 1500px) {
  .hero--blue figure {
    width: 76%; } }

@media (min-width: 1510px) {
  .hero--blue figure img {
    position: absolute;
    right: -22%; } }

@media (min-width: 1460px) and (max-width: 1500px) {
  .hero--blue figure img {
    position: absolute;
    right: 1%; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .hero--blue figure img {
    position: absolute;
    right: 0; } }

@media (max-width: 1450px) {
  .hero--yellow {
    overflow: hidden; } }

@media (min-width: 1231px) {
  .hero--yellow {
    height: 476px; } }

@media screen and (min-width: 62em) {
  .hero--yellow {
    background: #fbb200; } }

.hero--yellow .desc {
  background: #fbb200; }
  .hero--yellow .desc:before {
    background: #fbb200;
    background: url("../images/hero_bg_shape_uncropped-yellow.svg"); }
  .hero--yellow .desc:after {
    background: #fbb200; }
  .hero--yellow .desc .desc__inner h2 {
    color: #27273f; }

@media (min-width: 992px) {
  .hero--yellow figure {
    width: 53%; } }

@media (min-width: 1500px) {
  .hero--yellow figure {
    width: 76%; } }

@media (min-width: 1510px) {
  .hero--yellow figure img {
    position: absolute;
    right: -22%; } }

@media (min-width: 1460px) and (max-width: 1500px) {
  .hero--yellow figure img {
    position: absolute;
    right: 1%; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .hero--yellow figure img {
    position: absolute;
    right: 0; } }

@media (max-width: 1450px) {
  .hero--green {
    overflow: hidden; } }

@media (min-width: 1231px) {
  .hero--green {
    height: 476px; } }

@media screen and (min-width: 62em) {
  .hero--green {
    background: #599f7a; } }

.hero--green .desc {
  background: #599f7a; }
  .hero--green .desc:before {
    background: #599f7a;
    background: url("../images/hero_bg_shape_uncropped-green.svg"); }
  .hero--green .desc:after {
    background: #599f7a; }
  .hero--green .desc .desc__inner h2 {
    color: #fff;
    -webkit-box-shadow: inset 0px -9px 0px 0px #599f7a;
    box-shadow: inset 0px -9px 0px 0px #599f7a; }
  .hero--green .desc .desc__inner p {
    color: #fff; }

@media (min-width: 992px) {
  .hero--green figure {
    width: 53%; } }

@media (min-width: 1500px) {
  .hero--green figure {
    width: 76%; } }

@media (min-width: 1510px) {
  .hero--green figure img {
    position: absolute;
    right: -22%; } }

@media (min-width: 1460px) and (max-width: 1500px) {
  .hero--green figure img {
    position: absolute;
    right: 1%; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .hero--green figure img {
    position: absolute;
    right: 0; } }

.section-imgSide {
  position: relative; }
  .section-imgSide .desc {
    margin-left: 6.7vw; }
    @media screen and (min-width: 62em) {
      .section-imgSide .desc {
        max-width: 390px; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      .section-imgSide .desc {
        max-width: 400px; } }
    @media (min-width: 1281px) and (max-width: 1440px) {
      .section-imgSide .desc {
        margin-left: 11.5vw; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .section-imgSide .desc {
        margin-left: 5vw; } }
    @media (max-width: 992px) {
      .section-imgSide .desc {
        margin-left: 0; } }
    @media screen and (min-width: 1450px) {
      .section-imgSide .desc {
        max-width: 340px; } }

.section-imgSide {
  max-width: 1440px;
  margin: auto; }
  .section-imgSide .desc {
    position: relative; }
    .section-imgSide .desc:before {
      content: '';
      position: absolute;
      left: -30%;
      background-size: 671px 537px;
      width: 671px;
      height: 537px; }
    @media (max-width: 992px) {
      .section-imgSide .desc:before, .section-imgSide .desc:after {
        display: none; } }

@media screen and (min-width: 62em) {
  .section-imgSide {
    padding: 0; } }

.section-imgSide figure {
  position: relative;
  min-height: 1px;
  position: relative;
  margin-bottom: 0; }

@media screen and (min-width: 62em) {
  .section-imgSide figure {
    float: right !important;
    padding: 0; } }

@media (min-width: 992px) and (max-width: 1200px) {
  .section-imgSide figure {
    float: left;
    width: 82%; } }

@media (min-width: 1201px) and (max-width: 1509px) {
  .section-imgSide figure {
    float: left;
    width: 60%; } }

@media (max-width: 992px) {
  .section-imgSide .eqHeight {
    height: auto !important; } }

@media (max-width: 992px) {
  .section-imgSide .desc {
    margin-left: 0; } }

@media (min-width: 992px) and (max-width: 1200px) {
  /* .section-imgSide .desc {
    max-width: 333px; } */
  .section-imgSide .desc:before {
    content: '';
    left: -42%; } }

@media (max-width: 992px) {
  .section-imgSide .eqHeight {
    height: auto !important; } }

@media screen and (max-width: 62em) {
  .section-imgSide .desc {
    padding: 30px; } }

.desc__inner {
  position: relative;
  z-index: 2;
  padding: 17% 0 19%; }
  @media (max-width: 992px) {
    .desc__inner {
      padding: 5% 0; } }
  .desc__inner h2 {
    padding-bottom: 3px;
    line-height: 61px;
    font-size: 54px;
    position: relative;
    color: #ffffff;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
    display: inline;
    -webkit-box-shadow: inset 0px -9px 0px 0px #fbb200;
    box-shadow: inset 0px -9px 0px 0px #fbb200; }
    @media (max-width: 479px) {
      .desc__inner h2 {
        font-size: 40px;
        line-height: 53px; } }
  .desc__inner p {
    font-size: 23px;
    color: #27273f; }

@media (min-width: 992px) and (max-width: 1230px) {
  .desc__inner {
    padding: 10% 0 8%; } }

@media (min-width: 1450px) {
  .desc__inner {
    padding: 10% 0 19%; } }

.wrapper-hero-title {
  margin-bottom: 30px; }

.desc__inner--min h2 {
  line-height: 55px; }

.intro {
  margin-bottom: 50px; }

.intro--mw {
  max-width: 830px; }

.intro__title {
  font-size: 52px;
  color: #27273f;
  margin-bottom: 25px;
  line-height: 55px; }

.intro__text {
  font-size: 30px;
  line-height: 35px; }

.card-content {
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .card-content {
      margin-bottom: 50px; } }

.card-content__date {
  font-family: 'Doctrine-Regular';
  font-size: 16px !important;
  margin-bottom: 5px;
  line-height: 30px;
  color: #565c6c !important; }

.card-content__figure {
  margin-bottom: 15px; }
  .card-content__figure img {
    opacity: 1;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s; }
    @media (max-width: 480px) {
      .card-content__figure img {
        width: 100%; } }
    .card-content__figure img:hover, .card-content__figure img:focus {
      opacity: 0.6; }

.card-content__title {
  position: relative;
  margin-bottom: 15px;
  font-size: 24px; }
  .card-content__title a {
    color: #27273f;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    text-decoration: none; }
    .card-content__title a:before {
      content: '';
      background: #27273f;
      width: 100%;
      height: 6px;
      position: absolute;
      bottom: 0; }
    .card-content__title a:hover, .card-content__title a:focus {
      opacity: 0.6; }

.card-content__text {
  font-size: 22px;
  line-height: 28px;
  color: #575c6b !important; }

.card-content__text--impact {
  font-size: 25px;
  line-height: 30px;
  color: #27273f !important;
  margin-bottom: 1rem !important; }

.card-content--impact {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 50px; }
  .card-content--impact:last-child {
    border: none; }

.our-work {
  background: #f7f0be;
  position: relative;
  padding: 4em 0 9em; }
  .our-work:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 5em solid #fff;
    border-right: 195em solid transparent;
    left: 0;
    bottom: 0; }
    @media (min-width: 1500px) {
      .our-work:after {
        left: 0;
        right: 0;
        margin: auto; } }

@media (min-width: 992px) {
  .wrapp-card-content--impact {
    padding: 0px 35px; } }

.wrapp-card-content__title--impact {
  padding-right: 10px;
  margin-bottom: 30px; }
  @media (max-width: 479px) {
    .wrapp-card-content__title--impact {
      padding-right: 0; } }

.wrapp-card-content__title--impact-sub {
  padding-right: 30px; }
  @media (max-width: 479px) {
    .wrapp-card-content__title--impact-sub {
      padding-right: 0; } }

.card-content__title--impact {
  display: inline;
  -webkit-box-shadow: inset 0px -6px 0px 0px #27273f;
  box-shadow: inset 0px -6px 0px 0px #27273f;
  line-height: 50px;
  font-size: 38px;
  font-family: 'Doctrine-Bold';
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  padding-bottom: 1px; }
  .card-content__title--impact:hover, .card-content__title--impact:focus {
    -webkit-box-shadow: inset 0px -7px 0px 0px transparent;
    box-shadow: inset 0px -7px 0px 0px transparent; }
  .card-content__title--impact a {
    color: #27273f;
    text-decoration: none; }

.our-impact {
  padding: 1em 0 5em; }

.our-impact--listing {
  padding-top: 4em;
  padding-bottom: 0; }

.our-impact__list {
  list-style: none;
  padding-left: 0; }
  .our-impact__list li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    line-height: 1.1; }
    @media (max-width: 379px) {
      .our-impact__list li {
        display: block;
        margin-bottom: 15px; } }
    .our-impact__list li img {
      width: 18px;
      height: 18px;
      margin-right: 10px; }
    .our-impact__list li a {
      display: inline-block;
      border-bottom: 1px solid;
      font-family: 'Doctrine-Bold';
      font-size: 10px;
      color: #575c6b;
      text-decoration: none;
      line-height: 1.2; }
      .our-impact__list li a:hover, .our-impact__list li a:focus {
        color: #599f7a; }

.link {
  color: #599f7a;
  font-size: 22px;
  border-bottom: 1px solid #599f7a;
  text-decoration: none; }
  .link:hover, .link:focus {
    color: #599f7a;
    border-bottom-color: transparent; }

.our-insight {
  background: #599f7a;
  position: relative;
  padding: 6em 0; }
  .our-insight h2 {
    color: #ffffff; }
  .our-insight:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5em solid #fff;
    border-left: 195em solid transparent;
    left: 0;
    top: 0; }
    @media (min-width: 1500px) {
      .our-insight:before {
        left: 0;
        right: 0;
        margin: auto; } }

.card-content--insight {
  background: #ffffff;
  padding: 45px; }
  @media (max-width: 479px) {
    .card-content--insight {
      padding: 20px; } }

.wrapp-card-content__title--insight {
  margin-bottom: 30px; }

.card-content__title--insight {
  display: inline;
  -webkit-box-shadow: inset 0px -4px 0px 0px #27273f;
  box-shadow: inset 0px -4px 0px 0px #27273f;
  line-height: 37px !important;
  font-size: 29px;
  font-family: 'Doctrine-Bold';
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  padding-bottom: 1px; }
  .card-content__title--insight:hover, .card-content__title--insight:focus {
    -webkit-box-shadow: inset 0px -5px 0px 0px transparent;
    box-shadow: inset 0px -5px 0px 0px transparent; }
  .card-content__title--insight a {
    color: #27273f;
    text-decoration: none; }

.our-insights-sub {
  padding: 6em 0;
  position: relative;
  background: #599f7a;
  margin-top: 60px; }
  .our-insights-sub:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5em solid #fff;
    border-left: 195em solid transparent;
    left: 0;
    top: 0; }
  .our-insights-sub h4 {
    color: #ffffff;
    margin-bottom: 50px; }

.card-content__text--insgiht-sub {
  color: #27273f !important;
  line-height: 30px; }

.upcoming-trainings {
  position: relative;
  padding: 0 0 0; }
  .upcoming-trainings:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 5em solid transparent;
    border-right: 195em solid #599f7a;
    left: 0;
    top: 0;
    z-index: 9; }
    @media (min-width: 1500px) {
      .upcoming-trainings:before {
        left: 0;
        right: 0;
        margin: auto; } }
  .upcoming-trainings:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5em solid transparent;
    border-left: 195em solid #f7f0be;
    left: -100em;
    bottom: 15px;
    z-index: 9; }
    @media (min-width: 1500px) {
      .upcoming-trainings:after {
        left: -100em;
        right: 0;
        margin: auto; } }
  .upcoming-trainings figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  @media (min-width: 992px) {
    .upcoming-trainings {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center; } }

.upcoming-trainings .desc:before, .upcoming-trainings .desc:after {
  display: none; }

.upcoming-trainings .desc .desc__inner {
  padding-right: 4em; }
  @media (max-width: 767px) {
    .upcoming-trainings .desc .desc__inner {
      padding: 0; } }
  .upcoming-trainings .desc .desc__inner h2 {
    color: #000000;
    line-height: 58px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block; }

@media (max-width: 767px) {
  .upcoming-trainings .desc {
    padding-top: 80px; } }

@media (min-width: 992px) and (max-width: 1500px) {
  .upcoming-trainings figure {
    float: left;
    width: 50%; } }

@media (min-width: 1500px) {
  .upcoming-trainings figure {
    float: left;
    width: 69%;
    position: absolute;
    right: -17%;
    z-index: -1; } }

@media screen and (min-width: 62em) {
  .upcoming-trainings .desc {
    max-width: 555px; } }

.wrapp-card-content__title--trainings {
  margin-bottom: 17px; }

.card-content__title--trainings {
  display: inline;
  -webkit-box-shadow: inset 0px -4px 0px 0px #27273f;
  box-shadow: inset 0px -4px 0px 0px #27273f;
  line-height: 33px;
  font-size: 25px;
  font-family: 'Doctrine-Bold';
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  padding-bottom: 1px; }
  .card-content__title--trainings:hover, .card-content__title--trainings:focus {
    -webkit-box-shadow: inset 0px -4px 0px 0px transparent;
    box-shadow: inset 0px -4px 0px 0px transparent; }
  .card-content__title--trainings a {
    color: #27273f;
    text-decoration: none; }

.support-our-work {
  position: relative;
  padding: 3em 0 3em;
  background: #f7f0be;
  margin-top: -16px; }

.card-content--support {
  padding: 0 40px; }
  @media (max-width: 992px) {
    .card-content--support {
      padding: 0; } }

.wrapp-card-content__title--support {
  margin-bottom: 15px; }

.card-content__title--support {
  display: inline;
  -webkit-box-shadow: inset 0px -4px 0px 0px #27273f;
  box-shadow: inset 0px -4px 0px 0px #27273f;
  line-height: 48px;
  font-size: 24px;
  font-family: 'Doctrine-Bold';
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  padding-bottom: 3px; }
  .card-content__title--support:hover, .card-content__title--support:focus {
    -webkit-box-shadow: inset 0px -4px 0px 0px transparent;
    box-shadow: inset 0px -4px 0px 0px transparent; }
  .card-content__title--support a {
    color: #27273f;
    text-decoration: none; }

.wrapp-card-content__title--our-work {
  margin-bottom: 15px; }

.card-content__title--our-work {
  display: inline;
  -webkit-box-shadow: inset 0px -4px 0px 0px #27273f;
  box-shadow: inset 0px -4px 0px 0px #27273f;
  line-height: 48px;
  font-size: 24px;
  font-family: 'Doctrine-Bold';
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  padding-bottom: 2px; }
  .card-content__title--our-work:hover, .card-content__title--our-work:focus {
    -webkit-box-shadow: inset 0px -4px 0px 0px transparent;
    box-shadow: inset 0px -4px 0px 0px transparent; }
  .card-content__title--our-work a {
    color: #27273f;
    text-decoration: none; }

.row.rw-40 {
  margin-right: -35px;
  margin-left: -35px; }

.row.rw-40 > [class*='col-'],
.row.rw-40 > [class*='col-'] > [class*='col-'] {
  padding-right: 40px;
  padding-left: 40px;
  position: inherit; }

.row.rw-60 {
  margin-right: -60px;
  margin-left: -60px; }

.row.rw-60 > [class*='col-'],
.row.rw-60 > [class*='col-'] > [class*='col-'] {
  padding-right: 60px;
  padding-left: 60px;
  position: inherit; }

.row.rw-30 {
  margin-right: -30px;
  margin-left: -30px; }

.row.rw-30 > [class*='col-'],
.row.rw-30 > [class*='col-'] > [class*='col-'] {
  padding-right: 30px;
  padding-left: 30px;
  position: inherit; }

.foo-top {
  background: #575c6b;
  padding: 50px 0 20px; }

.foo-address {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px; }

.foo-link {
  padding-left: 0;
  list-style: none; }
  .foo-link li a {
    color: #ffffff;
    font-family: 'Doctrine-Bold';
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none; }
    .foo-link li a:hover, .foo-link li a:focus {
      border-bottom: 1px solid transparent; }
    @media (min-width: 768px) and (max-width: 992px) {
      .foo-link li a {
        line-height: 27px; } }
  @media (min-width: 768px) and (max-width: 992px) {
    .foo-link li {
      line-height: 23px;
      margin-bottom: 20px; } }

.foo-link--last li a {
  font-family: 'eb_garamond08_regular';
  font-size: 18px;
  line-height: 30px;
  text-decoration: none; }

.foo-bottom {
  background: #27273f;
  padding: 21px 0; }
  .foo-bottom p {
    color: #ffffff;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 0; }

.intro-page {
  position: relative; }
  .intro-page:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 5em solid #fff;
    border-right: 195em solid transparent;
    left: 0;
    bottom: 0; }

.bottom-green:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 5em solid #599f7a;
  border-right: 195em solid transparent;
  left: 0;
  bottom: 0; }

.intro-page__heading {
  max-width: 1050px; }
  .intro-page__heading h1 {
    color: #27273f;
    font-size: 44px;
    line-height: 59px;
    margin-bottom: 20px; }
    @media (max-width: 375px) {
      .intro-page__heading h1 {
        font-size: 37px;
        line-height: 42px; } }
  .intro-page__heading p {
    font-size: 28px;
    line-height: 35px;
    color: #27273f; }

.intro-page__date {
  margin-bottom: 5px; }

.intro-page__heading--lh-min h1 {
  line-height: 52px; }

.intro-page--white-content p {
  color: #ffffff; }

.intro-page__heading--white h1 {
  color: #ffffff; }

.intro-page {
  padding: 6em 0 10em; }

.intro-page--navy {
  background: #27273f; }

.intro-page--yellow {
  background: #fbb200; }

.intro-page--green {
  background: #599f7a; }

.our-impact-sub {
  background: #f7f0be;
  position: relative;
  padding: 6em 0; }
  .our-impact-sub:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5em solid #599f7a;
    border-left: 195em solid transparent;
    left: 0;
    top: 0; }
  .our-impact-sub:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 5em solid #fff;
    border-right: 195em solid transparent;
    left: 0;
    bottom: 0; }

.resources__inner {
  max-width: 950px; }

.wrapper-bg--blue {
  background: #27273f;
  overflow: hidden; }

.wrapper-bg--yellow {
  background: #fbb200;
  overflow: hidden; }

.wrapper-bg--green {
  background: #599f7a;
  overflow: hidden; }

.resources__list {
  margin-bottom: 20px; }

.wrapp-card-content__title--resources {
  margin-bottom: 11px; }

.card-content__title--resources {
  display: inline;
  -webkit-box-shadow: inset 0px -6px 0px 0px #27273f;
  box-shadow: inset 0px -6px 0px 0px #27273f;
  line-height: 48px;
  font-size: 24px;
  font-family: 'Doctrine-Bold';
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }
  .card-content__title--resources:hover, .card-content__title--resources:focus {
    -webkit-box-shadow: inset 0px -6px 0px 0px transparent;
    box-shadow: inset 0px -6px 0px 0px transparent; }
  .card-content__title--resources a {
    color: #27273f;
    text-decoration: none; }

.card-content__title--resources {
  font-size: 22px !important;
  line-height: 29px !important;
  padding-bottom: 4px; }

.resources__date {
  font-size: 18px;
  line-height: 30px;
  color: #545c6e;
  font-family: 'Doctrine-Regular'; }

.resources__text {
  font-size: 25px;
  line-height: 30px;
  color: #545c6e !important;
  margin-bottom: 1rem !important; }

.attorneys__list {
  margin-top: 50px; }

.card-attorneys {
  background: #fafafa;
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  max-width: 450px; }
  @media (max-width: 992px) {
    .card-attorneys {
      margin-left: auto;
      margin-right: auto; } }

.card-attorneys__body {
  padding: 40px;
  padding-top: 75px;
  padding-bottom: 40px;
  text-align: center; }
  .card-attorneys__body figure {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0; }
    .card-attorneys__body figure img {
      border-radius: 50%; }
  .card-attorneys__body p {
    margin-bottom: 0 !important; }

.attorneys__name {
  font-size: 22px;
  line-height: 29px; }
  .attorneys__name a {
    color: #272741 !important; }

.attorneys__positions {
  font-size: 22px;
  line-height: 29px;
  color: #575c6b !important; }

.attorneys__email {
  font-size: 22px;
  line-height: 29px;
  color: #599f7a !important;
  border-bottom: 1px solid #599f7a;
  display: inline-block;
  word-break: break-word; }

.attorneys__phone {
  font-size: 22px;
  line-height: 34px;
  color: #575c6b !important; }

.card-attorneys--aside .attorneys__name {
  margin-bottom: 5px; }

@media (min-width: 992px) {
  .wrapp-md {
    padding: 0 60px; } }

@media (min-width: 992px) {
  .wrapp-lg {
    padding: 0 120px; } }

@media (min-width: 992px) {
  .wrapp-xl {
    padding: 0 165px; } }

@media (min-width: 992px) {
  .wrapp-right-lg {
    padding-right: 120px; } }

@media (min-width: 992px) {
  .wrapp-sm {
    padding: 0 50px; } }

.card-bg {
  background: #27273f;
  margin-bottom: 55px;
  max-width: 450px;
  margin-top: 10px; }
  @media (max-width: 992px) {
    .card-bg.eqHeight {
      height: auto !important; } }
  @media (max-width: 992px) {
    .card-bg {
      margin-left: auto;
      margin-right: auto; } }

.card-body-bg {
  padding: 40px; }
  @media (max-width: 767px) {
    .card-body-bg {
      padding: 25px; } }

.wrapp-card-content__title-bg {
  margin-bottom: 30px; }

.card-content__title-bg {
  font-size: 38px !important;
  line-height: 51px !important;
  color: #ffffff;
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  display: inline;
  -webkit-box-shadow: inset 0px -7px 0px 0px #fbb200;
  box-shadow: inset 0px -7px 0px 0px #fbb200;
  padding-bottom: 3px; }
  .card-content__title-bg:hover, .card-content__title-bg:focus {
    -webkit-box-shadow: inset 0px -7px 0px 0px #fff;
    box-shadow: inset 0px -7px 0px 0px #fff; }
  .card-content__title-bg a {
    color: #ffffff !important; }

.card-content__text-bg {
  font-size: 22px;
  line-height: 29px;
  color: #ffffff !important;
  margin-bottom: 0 !important; }

.mt-20 {
  margin-top: 20px; }

.sidebar {
  max-width: 350px;
  margin-left: auto; }
  .sidebar .sidebar_title {
    text-align: center;
    font-family: 'eb_garamond08_italic';
    font-size: 23px;
    line-height: 43px;
    color: #565c6c;
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    .sidebar {
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto; } }

.card-asside {
  padding: 40px 40px 55px;
  background: #fafafa;
  position: relative;
  overflow: hidden;
  margin-top: -15px; }
  .card-asside:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3em solid #fff;
    border-left: 76em solid transparent;
    left: 0;
    top: 0; }
  .card-asside:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 3em solid #fff;
    border-right: 76em solid transparent;
    left: 0;
    bottom: 0; }
  .card-asside:first-child {
    margin-top: 0; }

.wrapp-card-asside__title {
  margin-bottom: 15px; }

.card-asside__title {
  display: inline;
  -webkit-box-shadow: inset 0px -4px 0px 0px #27273f;
  box-shadow: inset 0px -4px 0px 0px #27273f;
  line-height: 33px;
  font-size: 22px;
  font-family: 'Doctrine-Bold';
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  padding-bottom: 1px; }
  .card-asside__title:hover, .card-asside__title:focus {
    -webkit-box-shadow: inset 0px -4px 0px 0px transparent;
    box-shadow: inset 0px -4px 0px 0px transparent; }
  .card-asside__title a {
    color: #27273f;
    text-decoration: none; }

.card-asside__date {
  font-family: 'Doctrine-Regular';
  font-size: 16px !important;
  margin-bottom: 8px !important;
  line-height: 25px;
  color: #565c6c !important; }

.card-asside__text {
  font-size: 22px !important;
  line-height: 28px;
  color: #575c6b !important; }

.post-date {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Doctrine-Regular'; }

.sub-heading {
  font-size: 30px;
  line-height: 35px !important; }

.quotes h5 {
  font-size: 28px;
  line-height: 36px;
  color: #27273f; }

.quotes p {
  font-family: 'eb_garamond08_italic';
  font-size: 20px;
  line-height: 22px;
  color: #4c5c73; }

.quotes--border {
  border-top: 6px solid #fbb200;
  padding-top: 25px; }

.content-left-image figure {
  float: left;
  margin: 30px;
  margin-top: 0;
  margin-left: 0; }
  @media (max-width: 767px) {
    .content-left-image figure {
      float: none;
      margin-right: 0; } }

.content-right-image figure {
  float: right;
  margin: 30px;
  margin-top: 0;
  margin-right: 0; }
  @media (max-width: 767px) {
    .content-right-image figure {
      float: none;
      margin-left: 0; } }

.content-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .content-column {
      display: block; } }

.content-column__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (max-width: 767px) {
    .content-column__text {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; } }

.content-column__quotes {
  width: 28.9%;
  margin: 30px;
  margin-top: 0;
  margin-left: 0; }
  @media (max-width: 767px) {
    .content-column__quotes {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.fee-list {
  padding-left: 0;
  margin-bottom: 25px; }
  .fee-list li {
    list-style: none;
    line-height: 28px !important;
    margin-bottom: 1px !important; }
    .fee-list li h5 {
      margin-bottom: 10px; }

.highlight-overview p {
  font-size: 30px;
  line-height: 35px; }

.wrapp-card-desc__title {
  margin-top: 20px;
  margin-bottom: 15px; }

.card-desc__title {
  display: inline;
  -webkit-box-shadow: inset 0px -4px 0px 0px #27273f;
  box-shadow: inset 0px -4px 0px 0px #27273f;
  line-height: 29px;
  font-size: 22px;
  font-family: 'Doctrine-Bold';
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  padding-bottom: 1px; }
  .card-desc__title:hover, .card-desc__title:focus {
    -webkit-box-shadow: inset 0px -4px 0px 0px transparent;
    box-shadow: inset 0px -4px 0px 0px transparent; }
  .card-desc__title a {
    color: #27273f;
    text-decoration: none; }

.grid-sizer, .grid-item {
  width: 48.5%; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .grid-sizer, .grid-item {
      width: 47%; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .grid-sizer, .grid-item {
      width: 45%; } }
  @media (max-width: 480px) {
    .grid-sizer, .grid-item {
      width: 100%; } }

.grid-item--width2 {
  width: 400px; }

.press-room__content {
  position: relative; }
  .press-room__content .card-content {
    margin-bottom: 0; }
    .press-room__content .card-content p {
      margin-bottom: 0; }

.press-room__item {
  border: 1px solid #d8d8d8;
  margin-bottom: 30px;
  height: auto; }
  .press-room__item .inner {
    display: block; }

.bg-green {
  background: #599f7a; }

.page-link {
  font-family: 'Doctrine-Bold';
  color: #27273f;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 17px;
  padding: 0.4rem 0.7rem; }
  .page-link:hover {
    background-color: #27273f;
    border-color: transparent;
    color: #ffffff; }

.page-link svg path {
  -webkit-transition: all ease-out 0.4s;
  -moz-transition: all ease-out 0.4s;
  -o-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s; }

.page-link:hover svg path {
  fill: #27273f; }

.page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 0; }

.page-item.active .page-link {
  background-color: #27273f;
  border-color: transparent; }

.bio {
  margin-top: 5px;
  display: inline-block; }
  .bio:after {
    content: " ➢";
    font-size: 19px;
    position: relative;
    top: 1px; }

nav#rolodex {
  color: #bebec5;
  padding: 30px 0;
  font-size: 19px;
  letter-spacing: 4px; }
  nav#rolodex a {
    text-decoration: underline; }

@media screen and (max-width: 767px) {
  nav#rolodex {
    padding-left: 20px;
    padding-right: 20px;
    width: auto !important;
    float: none !important;
    clear: both; } }

.card-col {
  position: relative;
  background: #f7f0be;
  overflow: hidden;
  padding: 2em 4em; }
  @media (max-width: 767px) {
    .card-col {
      padding: 2em 1em; } }

.wrapp-bar {
  margin-top: 30px;
  margin-left: -8vw;
  position: relative;
  left: -34px; }
  @media (max-width: 992px) {
    .wrapp-bar {
      margin: 0;
      left: 0; } }

.wrapp-bar--left {
  margin-left: 0;
  margin-right: -8vw;
  position: relative;
  left: 0;
  right: -34px; }
  @media (max-width: 992px) {
    .wrapp-bar--left {
      margin: 0;
      right: 0; } }

.inner-bar {
  height: 53px;
  position: relative;
  overflow: hidden; }

.bar {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 2em solid #f7f0be;
  border-right: 50em solid transparent;
  bottom: 0; }

.bar-bottom {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 2em solid #f7f0be;
  border-left: 50em solid transparent;
  top: 0; }

.row.no-gutter {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutter > [class*='col-'],
.row.no-gutter > [class*='col-'] > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
  position: inherit; }

.top-results {
  margin-bottom: 50px; }

.results-single {
  margin-bottom: 40px; }
  .results-single p {
    margin-bottom: 0; }
  .results-single .wrapp-card-desc__title {
    margin-bottom: 7px; }

.results-text {
  color: #272741 !important; }

.text-big {
  font-size: 9rem; }

@media (max-width: 480px) {
  .container {
    padding-right: 30px;
    padding-left: 30px; } }

/*Hero Banner Aat*/
.hero--blue.section-imgSide .desc, 
.hero--yellow.section-imgSide .desc,
.section-imgSide .desc {
  margin-left: 0;
  padding-left: 0; }

@media screen and (min-width: 993px) {
  .section-imgSide.upcoming-trainings .desc  {
      margin-left: 6.7vw;
  }
}

@media screen and (max-width: 62em) {
  .section-imgSide.upcoming-trainings .desc {
    padding: 30px;
  }
}
#bbox-root {
   min-height: 200px;
}

/* rev - dikong 4 aug 2020 */
@media(min-width: 1401px) and (max-width: 1459px){
    .hero--blue.section-imgSide .desc, .hero--yellow.section-imgSide .desc, .hero--green.section-imgSide .desc{
        height: auto !important;
        display: flex !important;
    }

    .hero--blue.section-imgSide .desc .desc__inner, .hero--yellow.section-imgSide .desc .desc__inner, .hero--green.section-imgSide .desc .desc__inner{
        margin-top: 2rem;
    }

    .section-imgSide .desc:before{
        background-size: 682px 536px !important;
        width: 681px !important;
        height: 536px !important;
    }
}