#main .ym-g75 {
    float: left;
    width: 75%;
}

.ym-g25.ym-gl {
    float: right;
    width: 24%;
    padding-top: 50px;
}

.icann_theme_one_page_content {
    padding: 50px 0px 50px 100px;
}

.icann_theme_one_page_content h1, h2 {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    background-color: transparent;
}

.icann_theme_one_page_content h2 {
    font-size: 24px;
}

.icann_theme_one_page_content h3 {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    opacity: 1;
    background-color: transparent;
}

.icann_theme_one_page_content a {
    color: #047BC1;
    border-bottom: 2px solid #047bc1;
    text-decoration: none;
}

.icann_theme_one_page_content a:hover {
	color: #047BC1;
    border-bottom: transparent;
	text-decoration: none;
}

.icann_theme_one_page_content h1, h2, h3 {
    margin:0px;
    padding:0px;
    margin-top:36px;
    margin-bottom:24px;
}

.icann_theme_one_page_content h1:first-child {
    margin-top:0px;
}

.icann_theme_one_page_content h1:first-child:lang(ar) {
    text-align: right;
    line-height: 40px;
}

#jumpTo:lang(ar) {
    margin-right: 15px;
}

.icann_theme_one_page_content h1:lang(ar), h2:lang(ar), h3:lang(ar) {
    text-align: right;
}

@media (max-width: 768px) and (min-width: 320px) {
    
    #main .ym-g75 {
        float: left;
        width: 100%;
    }
    
    .ym-g25.ym-gl {
        display:none;
        float: right;
        width: 0%;
        padding-top: 50px;
    }
    
    .icann_theme_one_page_content {
        padding: 30px 10px 50px 10px;
    }
    
    #m_jumplinks_hamburger {
        margin-bottom: 36px;
    }
    
    .icann_theme_one_page_content h1, h2 {
        line-height:35px;
    }

    #main .ym-g75:lang(ar) {
        float: left;
        width: 100% !important;
    }
}