#global-pagetitle {
    font-family: helvetica;
    font-size: 40px;
    font-weight: 200;
    margin-top: 150px;
}

@media only screen and (max-width: 768px) {
    #global-pagetitle {
        font-size: 8vw;
    }
}

#global-pagetitle a {
    text-decoration: none;
}

#global-pagesub {
    font-family: helvetica;
    font-size: 8vw;
    font-weight: 200;
    margin-top: -20px;
    margin-bottom: 100px;
    color: 000;
}

@media only screen and (max-width: 768px) {
    #global-pagesub{
        font-size: 40px;
        margin-top: 20px;
    }
}

#global-pagesub a {
    text-decoration: none;
}

.global-bodytitle {
    font-family: helvetica;
    font-size: 25px;
    line-height: 30px;
    font-weight: 200;
    margin: 0px;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}

.global-bodytext {
    font-family: helvetica;
    font-size: 15px;
    line-height: 20px;
    font-weight: 200;
    margin: 0px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    /* color: #15609C; */
    color: #000;
}

.global-bodytext a:not(.vc_btn3) {
    color: #000 !important;
}

@media only screen and (min-width: 768px) {
    .global-bodytext{
        font-size: 18px;
        line-height: 28px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .global-bodytitle {
        font-style: normal;
        padding-left: 40px;
        padding-right: 40px;
    }
}

strong {
    font-weight: 400 !important;
}

em {
  font-style: italic;
}

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

.mobilehide {
    display: none !important;
}
    
}