body {
    font-size: 15px;
    height: 100%;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

p {
    line-height: 1.5rem;
}

a {
    text-decoration: underline;
}

.row {
    /*max-width: 60rem;*/
}

table.reset {
    margin: 0;
    padding: 0;
    border: none;
}

table.reset td {
    padding: 0;
    vertical-align: top;
}

h1,
h2,
h3 {
    font-family: 'Ahkio-Light', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #246a8d;
    line-height: 1.9rem;
}

h1 {
    font-size: 2.2rem;
    padding: 1rem 0 1rem 0;
    margin: 0;
}

h2 {
    font-size: 2.0rem;
    margin: 1.5rem 0 1.5rem 0;
}

h3 {
    font-size: 1.6rem;
    margin: 0.4rem 0 0 0;
}

h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

h5 {
    font-size: 1.0rem;
    font-weight: bold;
}

.theme-white .top-border {
    border-top: 1px solid #93c4d8;
    padding-top: 1.0rem;
}

.theme-white .bottom-border {
    border-bottom: 1px solid #93c4d8;
}

.theme-green {
    border-top: 1px solid #b3d49c;
    border-bottom: 1px solid #b3d49c;
    background-color: #e3f0da;
    background-image: url('../../img/bg-curved-shadow-green.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 60px;
}

.theme-green h1,
.theme-green h2,
.theme-green h3 {
    color: #597b42;
}

.theme-sand {
    background-color: #ebe9d9;
    border-top: 1px solid #bab79e;
    border-bottom: 1px solid #bab79e;
    background-image: url('../../img/bg-curved-shadow-sand.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 60px;
}

.theme-sand h2,
.theme-sand h3,
.theme-sand p {
    color: #5f5c43;
}

.theme-blue {
    background-color: #e3f5ff;
    border-top: 1px solid #93c4d8;
    border-bottom: 1px solid #93c4d8;
    background-image: url('../../img/bg-curved-shadow-blue.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 60px;
}

.theme-company-bottom {
    background-image: url('../../img/blue-bg-bottom.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    border-bottom: 1px solid #93c4d8;
}

.preload {
    display: none;
}

.footer {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0.8rem 0;
    background: #444444;
}

.footer p {
    font-size: 0.8rem;
    color: #ccc;
    margin: 0;
}

.footer a {
    font-size: 0.8rem;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
}

button,
.button {
    padding: .5rem .9rem .5rem .9rem;
    color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 3px solid white;
    font-family: 'Flexo-BoldIt', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1.1rem;
    margin: 0 0.5rem;
    background: #ff7e00;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background: #ffa229;
    color: #fff;
}

button.secondary,
.button.secondary {
    background: #56a213;
    color: #fff;
    border-color: #fff;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
    background: #58bc00;
    color: #fff;
}

button.disabled,
.button.disabled,
button.disabled:hover,
button.disabled:focus,
.button.disabled:hover,
.button.disabled:focus,
button:disabled,
button:disabled:hover,
button:disabled:focus,
button[disabled] {
    background: #BFBFBF;
    color: #3D3D3D;
    border-color: #989898;
}

button.small,
.button.small {
    padding: .5rem .8rem .5rem .8rem;
    color: white;
    border-radius: 8px;
    -moz-border-radius: 8px;
    border: none;
    font-size: 0.9rem;
    font-weight: bold;
}

.button-group {
    text-align: center;
    position: relative;
}

.button-group.start {
    margin-top: 12px;
}

.button-group .cancel {
    position: absolute;
    right: 0;
    top: 0;
}

.button-group button {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    z-index: 3;
}

.button-group hr {
    background: #acc2d6;
    border: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 2px;
}

.tabs {
    display: inline-block;
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.tabs dd a {
    margin: 0 4px;
    padding: 6px 16px;
    color: #005577;
    font-weight: bold;
    text-decoration: none;
    background: #e1f2fd;
    border: 1px solid #93c4d8;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

.tabs dd a:hover {
    background: #d4e5f0;
}

.tabs dd.active a {
    color: #ffffff;
    background: #0082b7;
    border: 1px solid #0082b7;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

select {
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #abcce8;
    padding: 0 0.8rem;
    min-height: 2.3rem;
}

input[type="password"],
input[type="email"],
input[type="text"] {
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #abcce8;
    padding: 0 0.8rem;
    min-height: 2.3rem;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
    opacity: 1;
}

::-moz-placeholder {
    color: #888;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #888;
}

.field-additional-link {
    position: relative;
    top: -14px;
    font-size: 0.7rem;
    text-align: center;
}

.checkbox-info {
    margin: 0;
    position: relative;
    top: -0.8rem;
    left: 1.5rem;
    color: #555555;
}

@media screen 
and (min-width: 769px)
and (max-width: 1023px)
{
    .row {
        margin: 0;
    }
}

@media screen and (max-width: 768px)
{
    html,
    body,
    .row {
    }

    .row {
        margin: 0;
    }
}