html,body,div,p {font-family:Montserrat, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, .dnntitle {font-family:Lora,Georgia,serif;}

li {
    font-family:Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

ol li {
    list-style-type: decimal;
    list-style-position: outside;
    margin: 10px 0;
}
a {
    text-decoration: underline;
}
#header.dark #mainMenu nav>ul>li>a, .dark.wsc_cm_menu nav>ul>li>a {
    color: #fff;
    text-decoration: none !important;
}

#topbar .top-menu>li>a {
    display: inline;
}

.dropdown-menu li a , .btn, .list-icon__item a, .dropdown a {
    text-decoration: none !important;
}

.Container006 .titleline {
    float: left;
    margin: 0 0 -1px 0;
    border-bottom: 2px solid;
    padding: 0 0 5px 0;
}

.title1:before, .titleline:before {
    content: ">";
    width: 50px;
    margin: 0 4px 0 0;
    font-family: Bodoni;
    font-weight: 900;
    font-style: normal;
    color: #fdb812;
}

h1:before, h2:before {
    content: ">";
    width: 50px;
    margin: 0 4px 0 0;
    font-family: Bodoni;
    font-weight: 900;
    font-style: normal;
    color: #fdb812;
}

#page-title.page-title-classic .page-title>h1 {
    display: block;
    font-size: 42px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: #555;
    letter-spacing: 0;
    font-family: "Playfair Display SC";
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width:480px) and (max-width:990px) {
    .team-members.team-members-left .team-member .team-image {
        float: none;
        width: 80%;
        margin: auto;
    }   

    .team-members.team-members-left .team-member .team-desc {
        width: 100%;
    }
}

@media (max-width:480px) {
    .page-title h1 {
        font-size: 30px !important;
    }
}

.staff-anchor::before{
  content:"";
  display: block;
  position: relative;
  height: 40px; 
  top: -80px; 
  pointer-events: none;
}

.international-anchor::before{
  content:"";
  display: block;
  height: 100px; 
  margin-top: -150px; 
  visibility: hidden;
}

.wsc_cm_menu {
    z-index: 100;
    position: relative;
}




































