body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto
}

img {
    border: 0;
}

a {
    cursor: pointer
}

h3 {
    color: #252525;
    text-align: center;
    font-weight: 400;
    padding-top: 17px
}

p {
    font-size: 1.2em;
    color: #252525;
    line-height: 30px
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.option-list {
    overflow: hidden;
}

.top {
    background-color: #f2f2f2
}

.top .logo {
    height: 70px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0)
}

.top .logo img {
    margin: 21px 47px 14px 25px
}

.top .menu {
    height: 52px;
    margin-top: 10px;
    border-bottom: 2px solid #053C79
}

.top .menu a {
    position: relative;
    margin-left: 5px;
    top: 2px
}

.content {
    overflow: hidden
}

.content .left {
    width: 10px;
    height: 873px;
    background-color: #555D6F;
    padding-top: 10px;
    float: left
}

.content .right {
    width: 700px;
    margin-left: 10px;
    float: left;
    padding-bottom: 25px;
    background-color: #fff
}

.content .right .right-content {
    width: 686px;
    margin: 0 auto
}

.content .right .right-content .title {
    border-bottom: 2px solid #5EAAE0;
    margin-bottom: 15px
}

.content .right .right-content .title hr {
    border: none;
    height: 1px;
    background-color: #5eaae0;
    margin: 0 0 5px 0;
}

.content .right .right-content .text-block {
    margin: 0px auto 28px auto;
    width: 661px
}

.content .right .right-content .language img {
    margin: 10px 6px 5px 5px
}

.content .right .right-content .focus-block {
    background-color: #FFFAF1;
    border-radius: 5px;
    padding: 3px 15px 35px 15px
}

.content .right .right-content .focus-block p {
    margin-right: auto;
    margin-left: auto
}

.content .right .right-content .focus-block .option-content {
    background-color: #fff;
    margin-top: -6px;
    padding: 18px;
    border: 1px solid #000
}

.content .right .right-content .focus-block .option-content .item {
    width: 90px;
    height: 26px;
    border-radius: 5px;
    background-color: #1f70a9;
    color: #fff;
    text-align: center;
    line-height: 26px;
    font-weight: 300;
    margin: 0px;
    padding-left: 0px
}

.content .right .right-content .focus-block .option-content p {
    margin-top: 5px;
    padding-left: 30px;
}

.content .right .right-content .focus-block .option-content img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.content .right .right-content .focus-block .description {
    font-size: 1em;
    margin-left: 0px;
    width: 494px;
    float: left
}

.content .right .right-content .focus-block img {
    margin-top: 25px;
    width: 100%;
}

.content .right .right-content .contact {
    width: 330px
}

.content .right .right-content .contact .department {
    background-color: #1f70a9;
    width: 176px;
    height: 30px;
    border-radius: 30px;
    top: 15px;
    position: relative;
    left: 5px
}

.content .right .right-content .contact .department p {
    color: #fff;
    font-size: 1.125em;
    text-align: center;
    font-weight: 300
}

.content .right .right-content .contact .contact-block {
    border: 3px solid #1f70a9;
    border-radius: 10px;
    padding-left: 18px;
    padding-top: 10px
}

.content .right .right-content .contact .contact-block p {
    font-size: 1em;
    color: #252525;
    line-height: 20px;
    margin: 10px 0px;
    text-indent: 5px
}

.content .right .right-content .contact .contact-block p a:before {
    display: none;
}

.content .right .right-content .contact .contact-block p img {
    margin-right: 10px
}

.inside30_60_right .ms-rtestate-field .right-content .optionTwo a {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.inside30_60_right .ms-rtestate-field .right-content a {
    padding: 0;
    margin: 0;
}

.content .right .right-content .focus-block .description+a {
    width: 150px;
    height: 60px;
}

.content .right .right-content .focus-block .description+a img {
    width: auto;
}

.content .right .right-content .focus-block .option-list a {
    width: 25%;
    float: left;
}

.content .right .right-content .focus-block .optionTwo a {
    width: 50%;
}

@media screen and (min-width: 0px) and (max-width: 972px) {
    .content .right .right-content,
    .content .right,
    .content .right .right-content .text-block {
        width: 100%;
    }
    .content .right {
        margin: 0;
    }
}

@media screen and (min-width: 0px) and (max-width: 919px) {
    .float-left,
    .float-right {
        float: initial;
    }
    .content .right .right-content .contact,
    .content .right .right-content .focus-block .description {
        width: 100%;
    }
}