
html, body, div, span, applet, object, iframe,
h1, h2, h3, h3, h3, h3, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }


.clearfix {
    display: block; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .clearfix {
    display: block; }

* html .clearfix {
    height: 1%; }

.fl {
    float: left; }

.fr {
    float: right; }

.text-left {
    text-align: left; }

.text-center {
    text-align: center; }

.text-right {
    text-align: right; }

.overflow {
    overflow: hidden; }

.relative {
    position: relative; }

input, label {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none; }

::-moz-selection {
    background-color: #f58220;
    color: #ffffff; }

::selection {
    background-color: #f58220;
    color: #ffffff; }

::-moz-selection {
    background-color: #f58220;
    color: #ffffff; }

/*======================================
  Selectric
======================================*/
.selectricWrapper {
    position: relative;
    cursor: pointer; }

.selectricResponsive {
    width: 100%; }

.selectric {
    position: relative;
    color: #6a6a6a;
    border: 1px solid #c9c9c9;
    background-color: #fdfdfd;
    height: 43px !important; }
.selectric p {
    line-height: 43px !important;
    padding: 0 25px 0 15px !important; }

.selectric .label {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 2px 25px 2px 15px;
    font-size: 12px;
    line-height: 38px;
    color: #6a6a6a;
    height: 42px; }

.selectric .button {
    text-indent: -9999px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    color: #BBB;
    text-align: left;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
    top: 18px;
    right: 13px;
    position: absolute;
    content: "\A";
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 6px 5px 0 5px;
    border-color: #555555 transparent transparent transparent; }

.selectricHover .selectric {
    border-color: #C4C4C4; }

.selectricOpen {
    z-index: 9999; }

.selectricOpen .selectric {
    border-color: #C4C4C4; }

.selectricOpen .selectricItems {
    display: block; }

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0; }

.selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none; }

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important; }

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important; }

/* Items box */
.selectricItems {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #999999;
    z-index: 1; }

.selectricItems .selectricScroll {
    height: 100%;
    overflow: auto; }

.selectricAbove .selectricItems {
    top: auto;
    bottom: 0; }

.selectricItems ul, .selectricItems li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1.08333; }

.selectricItems li {
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    line-height: 22px; }

.selectricItems li.selected {
    background: #EFEFEF;
    color: #444; }

.selectricItems li:hover {
    background: #F0F0F0;
    color: #444; }

.selectricItems .disabled {
    display: none;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

.selectricItems .selectricGroup .selectricGroupLabel {
    font-size: 12px;
    font-weight: bold;
    color: #6a6a6a;
    padding: 15px 25px 0 25px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none; }

.selectricItems .selectricGroup.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }

.selectricItems .selectricGroup li {
    padding-left: 25px; }

.selectric-select-opt li {
    padding: 17px 15px;
    position: relative;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 1.33333; }
.selectric-select-opt li strong {
    font-size: 12px;
    display: block;
    margin-bottom: 10px; }
.selectric-select-opt li small {
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1.08333; }
.selectric-select-opt li:after {
    position: absolute;
    content: "\A";
    display: block;
    bottom: 0;
    left: 13px;
    right: 13px;
    height: 1px;
    background-color: #f58220; }
.selectric-select-opt li.last:after {
    display: none; }

html, body {
    width: 100%;
    height: 100%;
    display: block;
    background-color: white; }
html.fixed, body.fixed {
    position: fixed;
    overflow: hidden; }

strong, b {
    font-weight: bold;
    color: #7b7b7b; }

em, i {
    font-style: italic; }

a {
    text-decoration: underline;
    cursor: pointer;
    color: #6c6c6c; }

body {
    background-color: white;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    line-height: 1.36364;
    color: #2a2a2a; }

.fake-wrapper {
    display: block;
    width: 960px;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    background-image: url("../img/iframe-wrapper.jpg");
    background-repeat: no-repeat;
    background-position: top center; }

.center-box h1, .realcontent h1 {
    color: #00854a;
    margin-top: 0;
    margin-bottom: 26px;
    font-weight: normal;
    letter-spacing: -0.03em;
    font-size: 25px;
    line-height: 1.32; }
.center-box h1 small, .realcontent h1 small {
    display: block;
    color: #f58220;
    text-transform: uppercase; }
@media only screen and (min-width: 0) and (max-width: 959px) {
    .center-box h1, .realcontent h1 {
        font-size: 21px;
        line-height: 1.38095; } }

.center-box h2, .realcontent h2 {
    margin-top: 60px;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    color: #767676;
    font-size: 18px;
    line-height: 1.27778; }
.center-box h2:after, .realcontent h2:after {
    margin-top: 6px;
    margin-bottom: 46px;
    content: "\A";
    display: block;
    width: 290px;
    height: 3px;
    background-color: #f58220;
    max-width: 100%; }
@media only screen and (min-width: 0) and (max-width: 959px) {
    .center-box h2, .realcontent h2 {
        font-size: 12px;
        line-height: 1.16667; }
    .center-box h2:after, .realcontent h2:after {
        height: 2px;
        margin-bottom: 23px; } }

.center-box h3, .realcontent h3 {
    color: #767676;
    margin-top: 33px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.14286; }
.center-box h3:after, .realcontent h3:after {
    margin-top: 7px;
    margin-bottom: 10px;
    content: "\A";
    display: block;
    width: 85px;
    height: 1px;
    background-color: #f58220; }

.center-box p, .realcontent p {
    letter-spacing: -0.01em;
    margin-bottom: 15px; }

.center-box .form-col-left-01, .realcontent .form-col-left-01 {
    float: left;
    width: 38%; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .form-col-left-01, .realcontent .form-col-left-01 {
        width: 100%; } }

.center-box .form-col-left-02, .realcontent .form-col-left-02 {
    float: left;
    width: 62%; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .form-col-left-02, .realcontent .form-col-left-02 {
        width: 100%; } }

.center-box .form-col-left-03, .realcontent .form-col-left-03 {
    float: left;
    width: 40%; }

.center-box .form-col-left-04, .realcontent .form-col-left-04 {
    float: left;
    width: 60%; }

.center-box .form-col-left-05, .realcontent .form-col-left-05 {
    float: left;
    width: 22%;
    text-align: right; }

.center-box .form-col-left-06, .realcontent .form-col-left-06 {
    float: left;
    width: 20%; }

.center-box .form-col-half, .realcontent .form-col-half {
    width: 49%; }

.center-box .form-default label, .realcontent .form-default label {
    display: block;
    width: 100%;
    color: #6c6c6c;
    letter-spacing: -0.06em;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 13px; }

.center-box .form-default fieldset, .realcontent .form-default fieldset {
    margin-bottom: 8px; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .form-default fieldset .radio-group.mobile-two > *, .realcontent .form-default fieldset .radio-group.mobile-two > * {
        width: 50%; } }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .form-default fieldset .radio-group.mobile-three > *, .realcontent .form-default fieldset .radio-group.mobile-three > * {
        width: 33.33%; } }

.center-box .form-default input[type="text"], .center-box .form-default input[type="number"], .realcontent .form-default input[type="text"], .realcontent .form-default input[type="number"] {
    color: #6a6a6a;
    padding: 13px 10px;
    font-size: 13px;
    display: block;
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: #fdfdfd; }
.center-box .form-default input[type="text"]:focus, .center-box .form-default input[type="number"]:focus, .realcontent .form-default input[type="text"]:focus, .realcontent .form-default input[type="number"]:focus {
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15) inset; }
.center-box .form-default input[type="text"].error, .center-box .form-default input[type="number"].error, .realcontent .form-default input[type="text"].error, .realcontent .form-default input[type="number"].error {
    color: #a15255;
    border: 1px solid #a15255;
    background-color: #f7cfcf; }
.center-box .form-default input[type="text"]::-webkit-input-placeholder, .center-box .form-default input[type="number"]::-webkit-input-placeholder, .realcontent .form-default input[type="text"]::-webkit-input-placeholder, .realcontent .form-default input[type="number"]::-webkit-input-placeholder {
    color: #c0c0c0; }
.center-box .form-default input[type="text"]:-moz-placeholder, .center-box .form-default input[type="number"]:-moz-placeholder, .realcontent .form-default input[type="text"]:-moz-placeholder, .realcontent .form-default input[type="number"]:-moz-placeholder {
    color: #c0c0c0; }
.center-box .form-default input[type="text"]::-moz-placeholder, .center-box .form-default input[type="number"]::-moz-placeholder, .realcontent .form-default input[type="text"]::-moz-placeholder, .realcontent .form-default input[type="number"]::-moz-placeholder {
    color: #c0c0c0; }
.center-box .form-default input[type="text"]:-ms-input-placeholder, .center-box .form-default input[type="number"]:-ms-input-placeholder, .realcontent .form-default input[type="text"]:-ms-input-placeholder, .realcontent .form-default input[type="number"]:-ms-input-placeholder {
    color: #c0c0c0; }
.center-box .form-default input[type="text"].placeholder, .center-box .form-default input[type="number"].placeholder, .realcontent .form-default input[type="text"].placeholder, .realcontent .form-default input[type="number"].placeholder {
    color: #c0c0c0; }

.center-box .form-default select, .realcontent .form-default select {
    color: #6a6a6a;
    padding: 15px 10px;
    font-size: 12px;
    display: block;
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: #fdfdfd;
    height: 45px;
    line-height: 100%;
    border-radius: 0;
    -webkit-appearance: none; }
.center-box .form-default select:focus, .realcontent .form-default select:focus {
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15) inset;
    -webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.15) inset; }
.center-box .form-default select.error, .realcontent .form-default select.error {
    color: #a15255;
    border: 1px solid #a15255;
    background-color: #f7cfcf; }
.center-box .form-default select::-webkit-input-placeholder, .realcontent .form-default select::-webkit-input-placeholder {
    color: #c0c0c0; }
.center-box .form-default select:-moz-placeholder, .realcontent .form-default select:-moz-placeholder {
    color: #c0c0c0; }
.center-box .form-default select::-moz-placeholder, .realcontent .form-default select::-moz-placeholder {
    color: #c0c0c0; }
.center-box .form-default select:-ms-input-placeholder, .realcontent .form-default select:-ms-input-placeholder {
    color: #c0c0c0; }
.center-box .form-default select.placeholder, .realcontent .form-default select.placeholder {
    color: #c0c0c0; }

.center-box .form-default .errorMessage, .realcontent .form-default .errorMessage {
    display: block;
    font-size: 13px;
    color: #a15255;
    padding: 3px; }

.center-box .form-default select, .realcontent .form-default select {
    color: #6a6a6a;
    padding: 15px;
    font-size: 12px;
    display: block;
    width: 100%;
    border: 1px solid #c9c9c9;
    background-color: #fdfdfd; }

.center-box .form-default .input-radio, .realcontent .form-default .input-radio {
    vertical-align: middle;
    position: relative;
    margin-top: 15px;
    padding-top: 1px;
    padding-left: 30px;
    letter-spacing: -0.025em;
    color: #a1a1a1;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.07692; }
.center-box .form-default .input-radio:before, .realcontent .form-default .input-radio:before {
    content: "\A";
    position: absolute;
    top: 0;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px solid #d5d5d5;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.37) inset;
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.37) inset;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.37) inset; }
.center-box .form-default .input-radio.checked:before, .realcontent .form-default .input-radio.checked:before {
    background-color: #f58220; }
.center-box .form-default .input-radio.offset-left, .realcontent .form-default .input-radio.offset-left {
    margin-left: 40px; }

.center-box .form-default .radio-btn-hide, .realcontent .form-default .radio-btn-hide {
    display: none; }

.center-box .form-default a.diff, .realcontent .form-default a.diff {
    display: inline-block;
    margin-top: 3px;
    color: #a1a1a1;
    font-size: 13px;
    letter-spacing: -0.025em; }

.center-box .buttons-bottom, .realcontent .buttons-bottom {
    margin-top: 60px; }
@media only screen and (min-width: 0) and (max-width: 959px) {
    .center-box .buttons-bottom, .realcontent .buttons-bottom {
        margin-top: 30px; } }

.center-box .btn-main, .realcontent .btn-main {
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    text-decoration: none;
    line-height: 1;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 16px 20px;
    text-align: center;
    color: white;
    background-color: #f58220; }
.center-box .btn-main:hover, .realcontent .btn-main:hover {
    background-color: #eb740e; }
.center-box .btn-main:active, .realcontent .btn-main:active {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2) inset; }
.center-box .btn-main.reset, .realcontent .btn-main.reset {
    background-color: #a8a8a8; }

.center-box .tooltip-wrapper, .realcontent .tooltip-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
.center-box .tooltip-wrapper .tooltip, .realcontent .tooltip-wrapper .tooltip {
    display: none;
    margin-top: 15px;
    padding: 6px 8px;
    letter-spacing: -0.05em;
    color: #8d8d8d;
    position: absolute;
    top: 100%;
    left: 1px;
    width: 164px;
    border: 1px solid #f58220;
    background-color: white;
    font-size: 11px;
    line-height: 1.36364; }
.center-box .tooltip-wrapper .tooltip:before, .realcontent .tooltip-wrapper .tooltip:before {
    left: 28px;
    bottom: 100%;
    position: absolute;
    content: "\A";
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #f58220 transparent; }
.center-box .tooltip-wrapper .tooltip:after, .realcontent .tooltip-wrapper .tooltip:after {
    left: 29px;
    bottom: 100%;
    position: absolute;
    content: "\A";
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent white transparent; }
.center-box .tooltip-wrapper .tooltip.top-position, .realcontent .tooltip-wrapper .tooltip.top-position {
    top: auto;
    bottom: 100%; }
.center-box .tooltip-wrapper .tooltip.top-position:before, .center-box .tooltip-wrapper .tooltip.top-position:after, .realcontent .tooltip-wrapper .tooltip.top-position:before, .realcontent .tooltip-wrapper .tooltip.top-position:after {
    bottom: auto;
    top: 100%; }
.center-box .tooltip-wrapper .tooltip.top-position:before, .realcontent .tooltip-wrapper .tooltip.top-position:before {
    content: "\A";
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 6px 5px 0 5px;
    border-color: #f58220 transparent transparent transparent; }
.center-box .tooltip-wrapper .tooltip.top-position:after, .realcontent .tooltip-wrapper .tooltip.top-position:after {
    content: "\A";
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: rotate(360deg);
    border-width: 5px 4px 0 4px;
    border-color: white transparent transparent transparent; }
.center-box .tooltip-wrapper:hover .tooltip, .realcontent .tooltip-wrapper:hover .tooltip {
    display: block; }

.center-box .checkbox-wrapper, .realcontent .checkbox-wrapper {
    margin-top: 10px;
    display: block;
    width: 55%;
    color: #a1a1a1;
    padding-left: 30px;
    position: relative; }
.center-box .checkbox-wrapper .checkbox, .realcontent .checkbox-wrapper .checkbox {
    cursor: pointer;
    top: 7px;
    left: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #d5d5d5;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.37) inset;
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.37) inset;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.37) inset; }
.center-box .checkbox-wrapper .checkbox.checked, .realcontent .checkbox-wrapper .checkbox.checked {
    background-color: #f58220; }
.center-box .checkbox-wrapper a, .realcontent .checkbox-wrapper a {
    color: #a1a1a1; }

.center-box .grey-box, .realcontent .grey-box {
    display: block;
    width: 100%;
    padding: 15px 20px 5px 20px;
    margin-top: 77px;
    margin-bottom: 73px;
    background-color: #fcfcfc;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.45) inset;
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.45) inset;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.45) inset; }
.center-box .grey-box h3, .realcontent .grey-box h3 {
    margin-top: 0; }
.center-box .grey-box h3:after, .realcontent .grey-box h3:after {
    margin-bottom: 30px; }

.center-box .table-default, .realcontent .table-default {
    display: table;
    width: 100%;
    color: #6c6c6c;
    letter-spacing: -0.02em;
    font-size: 12px;
    line-height: 1.41667; }
.center-box .table-default td, .realcontent .table-default td {
    vertical-align: top;
    padding-bottom: 10px; }
@media only screen and (min-width: 0) and (max-width: 959px) {
    .center-box .table-default td, .realcontent .table-default td {
        width: 100%; } }
.center-box .table-default td.first, .realcontent .table-default td.first {
    color: #a1a1a1;
    font-size: 11px;
    width: 42%;
    padding-right: 12px; }
@media only screen and (min-width: 0) and (max-width: 959px) {
    .center-box .table-default td.first, .realcontent .table-default td.first {
        width: 100%; } }
.center-box .table-default td small, .realcontent .table-default td small {
    display: block;
    margin-top: 5px;
    color: #8d8d8d; }

.center-box .table-form, .realcontent .table-form {
    display: table;
    width: 100%; }
.center-box .table-form td, .realcontent .table-form td {
    padding-right: 7px;
    padding-bottom: 7px;
    vertical-align: top; }
.center-box .table-form td:last-child, .realcontent .table-form td:last-child {
    padding-right: 0px; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .table-form td, .realcontent .table-form td {
        display: block;
        width: 100%; }
    .center-box .table-form td:before, .center-box .table-form td:after, .realcontent .table-form td:before, .realcontent .table-form td:after {
        content: "";
        display: table; }
    .center-box .table-form td:after, .realcontent .table-form td:after {
        clear: both; }
    .center-box .table-form td:last-child:after, .realcontent .table-form td:last-child:after {
        margin-top: 30px;
        margin-bottom: 30px;
        content: "\A";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fac597;
        max-width: 100%; } }
.center-box .table-form td input, .realcontent .table-form td input {
    float: none; }
.center-box .table-form thead, .realcontent .table-form thead {
    color: #a1a1a1;
    font-size: 11px; }
.center-box .table-form thead td, .realcontent .table-form thead td {
    padding-bottom: 15px; }
.center-box .table-form thead td .mobile-only, .realcontent .table-form thead td .mobile-only {
    display: none; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .table-form thead, .realcontent .table-form thead {
        display: none; }
    .center-box .table-form thead td .mobile-only, .realcontent .table-form thead td .mobile-only {
        display: block;
        width: 100%; } }
.center-box .table-form .first, .realcontent .table-form .first {
    width: 20%; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .table-form .first, .realcontent .table-form .first {
        display: block;
        width: 100%;
        padding-right: 0; } }
.center-box .table-form .second, .realcontent .table-form .second {
    width: 20%; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .table-form .second, .realcontent .table-form .second {
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }
.center-box .table-form .third, .realcontent .table-form .third {
    width: 20%;
    max-width: 50px; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .table-form .third, .realcontent .table-form .third {
        display: block;
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }
.center-box .table-form .fourth, .realcontent .table-form .fourth {
    width: 20%; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .table-form .fourth, .realcontent .table-form .fourth {
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }
.center-box .table-form .fifth, .realcontent .table-form .fifth {
    width: 20%; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .center-box .table-form .fifth, .realcontent .table-form .fifth {
        display: block;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; } }

.js [data-collapse-pane] {
    max-height: 0;
    overflow: hidden; }

.js [data-collapse-active=ready] {
    max-height: none;
    overflow: visible; }

.js [data-collapse-state=hidden] {
    transition: max-height .25s ease;
    max-height: 0;
    overflow: hidden;
    display: block; }

.form-h1 {
    line-height: 34px !important;
    margin-top: 22px !important; }

@media only screen and (min-width: 0) and (max-width: 600px) {
    .table-default {
        font-size: 10px !important; } }

.table-default thead th {
    padding: 5px 10px !important; }
.table-default thead th:nth-child(1) {
    padding-right: 10px;
    width: 50%;
    text-align: left;
    padding-bottom: 15px; }
.table-default thead th:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
    text-align: center;
    padding-bottom: 15px; }
.table-default thead th:nth-child(3) {
    padding-left: 10px;
    width: 25%;
    text-align: right;
    padding-bottom: 15px; }

.table-default tbody td {
    padding: 5px 10px !important; }
.table-default tbody td:nth-child(1) {
    padding-right: 10px;
    width: 50%;
    text-align: left;
    padding-bottom: 10px; }
.table-default tbody td:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
    width: 30%;
    text-align: center;
    padding-bottom: 10px; }
.table-default tbody td:nth-child(3) {
    padding-left: 10px;
    width: 20%;
    text-align: right;
    padding-bottom: 10px; }

.table-default.is-footer tbody td {
    padding: 10px;
    background: #d9d9d9;
    font-weight: bold;
    color: #000000; }
.table-default.is-footer tbody td:nth-child(1) {
    text-align: left;
    color: #000000; }
.table-default.is-footer tbody td:nth-child(2) {
    text-align: right;
    color: #000000; }

/**
    Additional changes
**/
.dd-box h3:after {
    display: none; }

#main h1 {
    font-size: 11px !important;
    margin-bottom: 0 !important; }

.sidebar h3:after {
    display: none; }

#infoBox {
    box-shadow: none;
    padding: 20px 0 !important;
    margin-top: 17px;
    margin-bottom: 33px; }
#infoBox .first {
    text-align: center !important; }
#infoBox .table-default.is-footer tbody td:nth-child(2) {
    text-align: center !important; }

.contract-form h1 {
    line-height: 34px !important;
    margin-bottom: 30px !important; }

.contract-form table td {
    border: none;
    text-align: left !important; }

.contract-form table th {
    border: none;
    text-align: left !important; }

.contract-form .success-btn-left a {
    margin-left: 52px !important; }

.contract-page .box-img img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

.contract-page .success-btn-left a {
    margin-left: 52px !important; }

.mobile-label {
    display: none;
    text-align: left;
    width: 100%;
    color: #6c6c6c;
    letter-spacing: -0.06em;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 13px; }
@media only screen and (min-width: 0) and (max-width: 600px) {
    .mobile-label {
        display: block; } }

@media only screen and (min-width: 0) and (max-width: 600px) {
    .selectric .label {
        text-align: left; } }

@media only screen and (min-width: 0) and (max-width: 600px) {
    .selectricItems ul, .selectricItems li {
        text-align: left; } }

table {
    width: 100%;
}

th {
    height: 50px;
}

td {
    height: 80px;
    text-align: center;
    padding: 10px;
}

table, th, td {
    border: 1px solid black;
}
