.startBox {
    width: 100%;
    padding: 60px 0;
    background: #F0F0F0;
    margin: 0px 0 60px;
}

.startBox .center {
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    position: relative;
}

.startBox .holder {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.startBox.sub .left {
    width: 50%;
}

.startBox .left {
    width: 65%;
    padding-right: 40px;
    position: relative;
}

.startBox.sub .right {
    width: 50%;
}
.startBox .right {
    width: 35%;
    padding-left: 50px;
}

.startBox h2 {
    padding-right: 126px;
}

.startBox h2 {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 20px;
}

.startBox h2 a.remove {
    padding-top: 22px;
    float: right;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #008B97;
    display: none;
}

.startBox fieldset {
    border: none;
    padding-right: 126px;
    position: relative;
}

.startBox select {
    max-width: 100%;
    width: 100%;
}

.startBox .chosen-container {
    width: 100% !important;
}
.startBox .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.startBox .chosen-container-single .chosen-single {
    width: 100%;
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
    cursor: pointer;
    color: #5f5f5f;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 0;
    display: block;
    line-height: 42px;
    border: 1px solid #cfdce3;
}

.startBox .chosen-container-single .chosen-single {
    width: 100%;
    height: 42px;
    padding: 0 20px;
    font-size: 15px;
    cursor: pointer;
    color: #5f5f5f;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 0;
    display: block;
    line-height: 42px;
    border: 1px solid #cfdce3;
}

.startBox .chosen-container-single .chosen-single div {
    width: 55px;
    height: 42px;
    background: url(../images/arrow_select.png) no-repeat center;
}

.startBox .chosen-container .chosen-drop {
    top: calc(100% + 5px);
    box-shadow: none !important;
    border: none;
}

.startBox .chosen-container-single .chosen-search {
    display: none;
}

.startBox .chosen-container .chosen-drop ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    top: 4px;
}

.startBox .chosen-container .chosen-drop li {
    border-left: 1px solid #e1e1e1 !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-right: 1px solid #e1e1e1 !important;
    line-height: 38px;
    padding: 0 20px;
    color: #5f5f5f !important;
    font-size: 14px;
    background: #fff;
}

.startBox .chosen-container-single .chosen-single div b {
    visibility: hidden;
}

.startBox .tree {
    padding-left: 60px;
    background: url(../images/bg5.png) no-repeat 20px 5px;
    margin-top: 20px;
}

.startBox .border {
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #E1E1E1;
    height: 100%;
}

.startBox .ball {
    width: 20px;
    height: 20px;
    background: #E1E1E1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
}

.startBox h6 {
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 20px;
}

.startBox input[type="text"] {
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.10);
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    color: #5f5f5f;
    font-size: 15px;
    width: 100%;
}

.startBox input[type="submit"] {
    width: 126px;
    height: 44px;
    border: 1px solid #E1E1E1;
    border-left: 0px;
    background: #FFF url(../images/icon24.png) no-repeat 90%;
    color: #008B97;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Rambla', sans-serif;
    position: absolute;
    top: 0;
    right: 0;
}

.startBox input[type="submit"] {
    cursor: pointer;
    float: right;
    display: inline-block;
    padding: 0 35px 0 20px;
    text-decoration: none;
    margin-top: 5px;
}

.contentBox {
    width: 100%;
}

.contentBox .center {
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    position: relative;
}

.contentBox div.content-holder {
    margin: 0px 0px 50px;
    overflow: hidden;
    width: 100%;
    line-height: 25px;
    font-size: 14px;
}
.contentBox div.content-holder h1 {
    font-size: 40px;
    font-family: 'Rambla', sans-serif;
}

.contentBox div.content-holder h1, div.content-holder h2, div.content-holder h3, div.content-holder h4, div.content-holder h5, div.content-holder h6 {
    margin: 0px 0px 10px;
    line-height: 1.25;
    font-weight: bold;
}

.contentBox div.content-holder p {
    margin: 0 0 20px;
}

.downloadBox {
    width: 100%;
    padding: 0px 0 60px;
}

.downloadBox .center {
    margin: 0 auto;
    height: 100%;
    max-width: 1200px;
    position: relative;
}

.stacktable.large-only {
    display: table;
}

.downloadBox table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.downloadBox thead tr {
    border: none;
    text-align: left;
}

.downloadBox thead td, .downloadBox thead th {
    font-size: 14px;
    font-weight: bold;
    border-left: none!important;
    border-right: none!important;
}

.downloadBox tr.hover:hover {
    border: 1px #F38120 solid !important;
}

.downloadBox tbody tr:hover td:last-child a {
    color: #F38120;
}
.downloadBox a.download-link {
    font-size: 13px!important;
}

.downloadBox td {
    border-width: 0;
    font-size: 13px;
    padding: 12px 10px;
}

.downloadBox em {
    font-weight: normal;
}

.downloadBox thead span {
    padding-right: 15px;
    background: url(../images/arrow6.png) no-repeat right;
}

.downloadBox tr {
    cursor: pointer;
    border: 1px solid #E1E1E1;
}

.downloadBox td img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.downloadBox td a {
    color: #008B97;
    text-decoration: none;
}

.downloadBox tbody tr:nth-of-type(even) {
    height: 20px;
    border: 0;
}