.pageHeader {
    width: 100%;
    position: relative;
    height: 65px;
    border-bottom: 1px solid #5c5c5c;
}

.topMenu {
    max-width: 1100px;
    margin: auto;
}

.headerLeft {
    float:left;
    width: 67.5px;
}

.headerRight {
    float: right;
    width: 50%;
    height: 65px;
}

.topMenuOptionList {
    display: inline-flex;
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 10px;
    justify-content: flex-end;
}

.topMenuOption {
    font-size: 16px;
    color: white;
    margin-top: 7px;
}


.topMenuLink {
    color: white;
    text-decoration: none;
    cursor: pointer;
    width: 12%;
    text-align: center;
}

.topMenuIcon {
    padding: 5px;
}

.topMenuLink:hover {
   color: #ddd; 
}

.pageH1Title {
    text-align: left;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 22px;
    color:white;
}


/*Responsive Design - Mobile - Portraint */                    
@media screen and (max-width: 420px) {

.pageHeader {
    width: 100%;
    height: 65px;
}

.headerLeft {
    width: 18%;
}

.headerRight {
    float: right;
    margin-right: 2%;
    width: 75%;
}

.topMenuOptionList  {
    margin-top: 10px;
    margin-bottom: 5px;
}

.topMenuOption {
    font-size: 14px;
}

.topMenuLink {
    width: 20%;
}

.pageH1Title {
    text-align: center;
}

}


/* Ipad Portrait */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
.pageHeader {
    margin-bottom: 10px;
}

.headerLeft {
    padding-left: 15px;
    width: 40%;
}

.pageH1Title {
    margin-top: 18px;
}

.headerRight {
    width: 55%;
}

.topMenuOptionList {
    margin-top: 12px;
}

.topMenuOption {
    font-size: 16px;
    margin-top: 12px;
}

.topMenuLink#How_It_Works {
 width: 30%;
}

.topMenuLink#Pricing {
 width: 20%;
}

}

/* ipad Pro Portrait */
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait) {

.headerLeft {
    padding-left: 20px;
    width: 40%;
}

.topMenuOption {
    font-size: 16px;
    margin-top: 10px;
}

.topMenuOptionList {
    margin-top: 7px;
}
    
}
