/*CSS clear*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
}

html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom test*/
}

/* HTML5 display-role reset for older browsers */
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;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Main CSS*/
body {
    position: relative;
    background: #e2eef7;
    background-image: url("../images/pattern.png");
    background-image: url("../images/pattern.png"), -webkit-linear-gradient(#e2eef7,#0c3d62);
    background-image: url("../images/pattern.png"), -moz-linear-gradient(#e2eef7,#0c3d62 100%);
    background-image: url("../images/pattern.png"), -ms-linear-gradient(#e2eef7,#0c3d62);
    background-image: url("../images/pattern.png"), -o-linear-gradient(#e2eef7,#0c3d62);
    background-image: url("../images/pattern.png"), linear-gradient(#e2eef7,#0c3d62);
    background-repeat: repeat;
    background-position: top left;
    background-size: auto;
    font-size: 100%;
    line-height: 1.2;
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
    color: #0D0D0D;
}

a {
    color: #0c3f66;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    a:focus {
        color: #0c3f66;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

h1, h2, h3, h4, h5, h6, #chart-small_title, #chart-main2-title {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

.clear {
    clear: both;
}

header {
    display: inline-block;
    width: 100%;
    background: #0C3F66;
    box-shadow: 2px 2px 15px -9px #585858;
}

.container {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}

.compare-level1 {
    min-height: 100vh;
}

.logo-wrapper {
    display: inline-block;
}

.logo {
    display: inline-block;
    width: 140px;
    height: 50px;
    background: url(/Content/images/logo.svg) no-repeat top left;
    background-size: 100% auto;
    text-indent: -9999px;
}

header h1 {
    height: 30px;
    font-size: 2.25rem;
    color: #FFF;
    line-height: 2.25rem;
    font-weight: bold;
}

header .wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrap {
    position: relative;
    max-width: 1140px;
    padding: 30px 0;
    margin: 0 auto;
}

.navbar-toggle {
    padding-right: 0;
    margin-right: 0;
    color: #FFF;
}

.menu {
    float: right;
    margin-top: 12px;
}

    .menu ul li {
        display: inline-block;
        margin-left: 15px;
    }

        .menu ul li a {
            padding-bottom: 2px;
            border-bottom: 3px solid transparent;
            color: #FFF;
            font-size: 19px;
        }

            .menu ul li a:hover {
                border-bottom: 3px solid #FFF;
            }

        .menu ul li .active {
            border-bottom: 3px solid #FFF;
        }

.subpage-wrapper {
    padding: 30px;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #FFF;
}

    .subpage-wrapper p {
        margin-bottom: 20px;
    }

.title {
    margin-bottom: 5px;
    font-size: 2.9rem;
    color: #0c3f66;
    font-weight: 600;
    line-height: 2.9rem;
}

.subtitle {
    display: block;
    margin: 0 auto;
    width: 770px;
    color: #0D0D0D;
    line-height: 22px;
}

.subpage-wrapper ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    background-image: url(../images/ul-circle.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
}

.button {
    display: inline-block;
    width: 300px;
    padding: 8px 10px;
    margin-right: 20px;
    border-radius: 3px;
    cursor: pointer;
    background: #0c3f66;
    color: #fdfdfd;
    text-align: center;
}

    .button:hover {
        background: #1f4f73;
        color: #FFF;
    }

.sub-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 4px;
    font-weight: bold;
    color: #0c3f66;
}

.price-table {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 2px 2px 15px -9px #585858;
}

    .price-table thead {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        color: #fff;
        line-height: 1.4;
        background-color: #0C3F66;
    }

    .price-table tr:nth-child(even) {
        background-color: #f8f6ff;
    }

    .price-table td, .price-table th {
        padding: 10px 15px;
    }

.table-explanation {
    font-size: 13px;
    line-height: 1.2;
}

.list-bullet {
    color: #0C3F66;
    font-weight: bold;
}

.selection-wrapper {
    padding: 20px 80px 40px;
    border-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #FFF;
}

.contact-form {
    float: left;
    width: 50%;
}

.contact-section {
    float: right;
    width: 44%
}

.contactform {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0 0;
    border-radius: 3px;
}

.form-wrapper {
    width: 100%;
    margin: 0 auto;
}

.contactfield {
    margin-bottom: 5px;
    text-align: left;
}

textarea {
    resize: none;
}

.contactinput input, .contactinput textarea {
    width: 100%;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 2px;
    font-size: 100%;
    background: #F1F2F5;
    border: 1px solid #e1e1e2;
}

.contact_error {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    opacity: 0;
    color: red;
}

#MainContent_contactForm_sendstatus {
    color: #006837;
}

.contactfield .button {
    margin-bottom: 5px;
}

.address {
    text-decoration: underline;
}

    .address:hover {
        text-decoration: none;
    }

.linkbutton {
    border: none;
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .linkbutton:hover {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

footer {
    display: inline-block;
    width: 100%;
    background: #0C3F66;
    color: #C1C1C1;
    text-align: center;
}

    footer .wrap {
        padding: 30px 0;
    }

    footer a {
        color: #C1C1C1;
        border-bottom: 1px solid #C1C1C1;
    }

        footer a:hover {
            border-bottom: 1px solid transparent;
            color: #C1C1C1;
        }

        footer a:focus {
            color: #C1C1C1;
        }

@media (min-width: 769px) {
    .menu {
        display: inline-block !important;
    }
}

@media (max-width: 768px) {
    .navbar-toggle {
        display: inline-block !important;
    }

    .logo-wrapper {
        width: 100%;
    }

    .title {
        font-size: 2rem;
    }

    .introduction-buttons .button {
        float: left;
        width: 49%;
        margin: 0;
    }

        .introduction-buttons .button:first-child {
            margin-right: 2%;
        }

    .menu {
        display: none;
        position: absolute;
        width: 96%;
        right: 2%;
        left: 2%;
        margin-top: 11px;
        background: #0c3f66;
        z-index: 100;
    }

        .menu ul li {
            width: 100%;
            margin-left: 0;
        }

            .menu ul li a {
                display: inline-block;
                width: 90%;
                padding: 10px 20px;
                border-bottom: 1px solid #C1C1C1;
                margin: 0 5%;
                box-sizing: border-box;
            }

                .menu ul li a:hover {
                    border-bottom: 1px solid #C1C1C1;
                }

            .menu ul li .active {
                border-bottom: 1px solid #C1C1C1;
                font-weight: bold;
            }

            .menu ul li:last-child a {
                border-bottom: none;
            }
}

@media screen and (max-width: 1000px) {

    .selection-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 1040px) {
    .sub-title {
        height: 33px;
    }
}

@media screen and (max-width: 1160px) {
    .wrap {
        padding-right: 2%;
        padding-left: 2%;
    }
}
