html {
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
    background-color: #ffffff;
}
body * {
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #333;
}
h3 {
    font-size: 20px;
    margin: 0;

}
h1 {
    font-size: 36px;
    font-weight: 300;
}
h4 {
    font-size: 16px;
    margin: 0;
}
p {
    margin: 0;
    line-height: 1.4;
}
b {
    font-weight: 600;
}
.fl {
    float: left;
}
.fr {
    float:right;
}
.fl p {
    line-height: 1.6;
    width: 510px;
}
.l1 {
    line-height: 1;
}
.no_top_mar {
    margin-top: 0;
}
.no_bot_mar {
    margin-bottom: 0;
}
.common_white_block, .common_blue_block {
    width: 100%;
}

.common_blue_block {
    background-color: #1570a6;
}
.common_blue_block .wrapper {
    padding: 40px 0;
}
.common_blue_block .wrapper h1 {
    color:#fff;
    font-size: 24px;
    float: left;
    margin:0;
    font-weight: 300;
}
.common_blue_block .wrapper .cert {
    float: right;
    padding-left: 38px;
    background: url("images/win_small.png") left no-repeat transparent;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    font-weight: 300;
    line-height: 29px;
}
.wrapper, .gray_wrapper {
    width: 940px;
    margin: 0 auto;
}
.gray {
    background-color: #eeeeee;
    padding: 40px 30px;
    margin-bottom: 40px;
}
.top {
    padding: 10px 0 10px 10px;
    background: url("images/logo.png") left center no-repeat transparent;
}
.bot_border {
    border-bottom: 5px solid #eeeeee;
}
.top_title {
    float:left;
    margin-left: 20px;
}
.top_title h3 {
    color: #787878;
    font-size: 17px;
    font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-left: 10px;
}
.left, .right {
    padding-top: 20px;
}
.left {
    float:left;
    width: 620px;
    padding-bottom: 40px;
}
.right {
    float: right;
    padding-top: 40px;
    padding-bottom: 120px;
    width: 282px;
}
.right a, .right a:active, .right a:visited {
    color: #1570a6;
}
.d_selector {
    background-color: #eeeeee;
    padding: 30px;
}
.main_download {
    background-color: #d63104;
    display: block;
    float: right;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    min-width: 127px;
    line-height: 47px;
    font-weight: 600;
}
label {
    font-size: 13px;
    color: #333;
}
select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    cursor:pointer;
    font-size: 14px;
}
.select_wrapper {
    border: 1px solid #ccc;
    width: 200px;
    overflow: hidden;
    background: #fafafa url("images/down.png") no-repeat 175px 50%;
}
select:focus {
    outline: none;
}
option {
    padding: 10px 0;
}
.d_tip {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    font-size: 13px;
}
.d_tip span {
    color: #73767a;
}
.desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin-top: 25px;
}
#types {

}
#reqs {

}
.accordion {
    padding: 20px 0;
    border-bottom: 1px solid #dcddde;
}
.collapsed {
    border-bottom: none;
}
.a_title {
    margin-left: 50px;
    color: #1570a6;
    font-size: 16px;
}
.click {
    cursor: pointer;
}
.collapsed .a_icon {
    background: url("images/collapsed.png") no-repeat center transparent;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    margin-top: -2px;
}
.a_icon {
    background: url("images/expanded.png") no-repeat center transparent;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    margin-top: -2px;
}
.a_content {
    margin-left: 50px;
    display: none;
}
.a_content ul {
    padding-left: 17px;
    padding-top: 10px;
}
.a_content ul li {
    margin-bottom: 5px;
}
.a_content ul:last-of-type {
    margin-left: 70px;
}
#reqs .a_content {
    background-color: #eeeeee;
    padding: 25px 50px;
    margin: 20px 0 0 0;
}
#reqs .a_content p {
    line-height: 1.5;
}
#footer_links {
    border-top: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
    padding: 20px 0;
    text-align: center;
}
#footer_links a, #footer_links a:active, #footer_links a:visited {
    color: #1570a6;
    text-decoration: none;
}
#footer_text {
    color: #a8a8a8;
    font-size: 12px;
    text-align: justify;
    padding: 20px 0 30px 0;
    letter-spacing: -0.05px;
}
.r_wrapper {
    border: 1px solid #dcddde;
    margin-bottom: 30px;
    padding: 20px 22px 10px 22px;
}
.r_wrapper h2 {
    margin: 0 0 10px 0;
    color: #1570a6;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    padding: 0 0 15px 0;
    font-size: 16px;
    text-align: center;
}
.r_wrapper h3 {
    margin: 0 0 3px 0;
    font-weight: 600;
    font-size: 13px;
}
.r_wrapper p {
    line-height: 1.4;
    font-size: 13px;
    color: #73767a;
    margin-bottom: 15px;
}
#d_block, #u_block {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 10px;
}
#u_block {
    border-bottom:none;
    margin-bottom: -5px;
}
#d_block a, #u_block a {
    color: #1570a6;
    font-size: 13px;
    display: inline-block;
    background: url("images/update.png") no-repeat left transparent;
    padding-left: 35px;
    line-height: 25px;
}
.r_wrapper h4 {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
}
.r_wrapper p.smaller {
    line-height: 1.4;
    font-size: 12px;
    color: #73767a;
    margin-bottom: 15px;
}
.r_wrapper ul {
    padding-left: 20px;
    padding-top: 3px;
}
.r_wrapper ul li {
    margin-bottom: 3px;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
#popup {
    font-family: "Arial", sans-serif;
    width: 408px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -205px;
    background-color: #b3daf9;
    border-radius: 1px;
    border: 1px solid #5395df;
    z-index: 11; /* 1px higher than the overlay layer */
    display: none;
    padding: 0 3px 3px 3px;
}
#popup table {
    margin: 0 auto;
    width: 370px;
    padding-bottom: 80px;
}
#popup table td:first-of-type {
    width: 47px;
}
#popup_title {
    width: auto;
    font-size: 12px;
    color: #000000;
    line-height: 30px;
    height: 30px;
    text-indent: 5px;
}
#popup_title span {
    text-shadow: 0 0 5px #ffffff;
}
.popup_inner {
    padding: 15px 0 0 0;
    position: relative;
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #84b0d9;
    min-height: 260px;
}
.popup_inner h3{
    color: #2261ab;
    font-size: 16px;
    font-weight: normal;
    margin-top: -8px;
    letter-spacing: -0.3px;
}
.popup_inner p {
    font-size: 13px;
    line-height: 1.4;
}
.popup_footer {
    height: 64px;
    background-color: #f3f3f3;
    border-top: 1px solid #e7e7e7;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: right;
    width: 406px;
    position: absolute;
    bottom: 0;
}
.popup_footer a {
    background: url("images/popup_btn.png") 0 0 no-repeat transparent;
    width: 130px;
    line-height: 36px;
    height: 36px;
    color: #40434a;
    font-size: 13px;
    margin-right: 15px;
    margin-top: 15px;
    text-shadow: 0 1px 5px #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    text-align: center;
}
.popup_footer a:hover {
    background-position: 0 -39px;
}
#close {
    position: absolute;
    width: 45px;
    height: 22px;
    right: 3px;
    top: -1px;
    background: url("images/close.png") center no-repeat transparent;
    cursor: pointer;
}