html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
    height: 100%
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-family: inherit
}

strong {
    font-weight: bold
}

    strong > * {
        font-weight: bold
    }

em {
    font-style: italic
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol, ul {
    list-style: none
}

.clear {
    clear: both
}

hr {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.inline {
    display: inline
}

.block {
    display: block
}

::-moz-focus-inner {
    padding: 0;
    border: 0
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

html {
    background: #fff;
    font-size: 17px;
    font-family: "WeblySleek UI","Segoe UI","Helvetica Neue",Arial,sans-serif;
    line-height: normal;
    margin: 0;
    padding: 0
}

.wrapper {
    margin: 0 auto;
    box-sizing: border-box;
    -ms-box-sizing: border-box
}

@media (min-width:1260px) {
    .wrapper {
        max-width: 1180px
    }
}

@media (min-width:950px) and (max-width:1260px) {
    .wrapper {
        max-width: 902px
    }
}

@media (max-width:950px) {
    .wrapper {
        max-width: 702px
    }
}

@media (max-width:949px) {
    .wrapper {
        max-width: auto
    }
}


#top-container {
    line-height: normal
}

    #top-container .wrapper {
        max-width: 1180px;
        margin: 0 auto
    }

    #top-container ul, #top-container li {
        list-style: none;
        padding: 0;
        border: 0;
        margin: 0;
        font: inherit;
        color: inherit;
        line-height: normal
    }

    #top-container #global-header {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        #top-container #global-header .global-bar {
            z-index: 220;
            position: relative;
            white-space: nowrap;
            background: #2B4B86
        }

            #top-container #global-header .global-bar:after {
                content: ".";
                visibility: hidden;
                display: block;
                height: 0;
                clear: both
            }

            #top-container #global-header .global-bar .logo {
                list-style: none;
                padding: 0;
                border: 0;
                margin: 0;
                font: inherit;
                color: inherit;
                line-height: normal;
                float: left;
                margin-right: 50px;
                padding: 13px;
                position: relative;
                z-index: 10
            }

@media (min-width:1260px) {
    #top-container #global-header .global-bar .logo {
        padding-left: 0
    }
}

#top-container #global-header .global-bar .logo > a {
    display: block;
    text-decoration: none;
    color: transparent;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden
}

#top-container #global-header .global-bar .logo.makaleit > a {
    width: 200px;
    height: 60px;
    background: url("/img/Makaleit_200x60_new.png");
    background-repeat: no-repeat
}

#top-container #global-header .global-bar .logo.open ul[role="menu"] {
    display: block;
    margin-left: -6px;
    margin-top: 12px;
    -webkit-animation: fadeIn 150ms cubic-bezier(.215, .61, .355, 1)
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#global-header .global-bar .navigation .label {
    display: none;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: .2em;
    padding: 27px 26px;
    line-height: 20px;
    cursor: pointer
}

#top-container #global-header .global-bar .navigation .label:hover {
    color: #fff
}

    #top-container
    #global-header .global-bar .navigation .label:hover .menu:after {
        border-top-color: #fff
    }

#top-container #global-header .global-bar .navigation .label .close {
    background: url("/img/Close.jpg");
    display: none;
    width: 27px;
    height: 28px;
    opacity: 1
}

#top-container #global-header .global-bar .navigation > ul {
    padding: 17px;
    position: relative
}

@media (min-width:1260px) {
    #top-container #global-header .global-bar .navigation > ul {
        padding: 17px 0
    }
}

#top-container #global-header .global-bar .navigation > ul > li {
    display: inline-block
}

    #top-container #global-header .global-bar .navigation > ul > li a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        padding: 0px 6px;
        border-radius: 5px;
        line-height: 20px;
        transition: background 50ms linear, color 50ms linear
    }

@media (max-width:950px) {
    #top-container #global-header .global-bar .navigation > ul > li.hide-on-mobile, #top-container #global-header .global-bar .navigation > ul > li .hide-on-mobile {
        display: none
    }
}

#top-container #global-header .global-bar .navigation > ul > li.show-on-mobile, #top-container #global-header .global-bar .navigation > ul > li .show-on-mobile {
    display: none
}

@media (max-width:950px) {
    #top-container #global-header .global-bar .navigation > ul > li.show-on-mobile, #top-container #global-header .global-bar .navigation > ul > li .show-on-mobile {
        display: block
    }
}


#top-container #global-header .global-bar .navigation > ul > li.dropdown > a:after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 7px;
    vertical-align: baseline;
    margin-bottom: 2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent
}

#top-container #global-header .global-bar .navigation > ul > li.dropdown:hover > a:after {
    border-color: #fff transparent transparent transparent
}

#top-container #global-header .global-bar .navigation > ul > li.dropdown.open ul[role="menu"], #top-container #global-header .global-bar .navigation > ul > li.dropdown[data-hover="dropdown"]:hover ul[role="menu"] {
    display: block;
    -webkit-animation: fadeIn 150ms cubic-bezier(.215, .61, .355, 1)
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#top-container #global-header .global-bar .navigation > ul > li.open > a, #top-container #global-header .global-bar .navigation > ul > li[data-hover="dropdown"]:hover > a, #top-container #global-header .global-bar .navigation > ul > li > a:hover, #top-container #global-header .global-bar .navigation > ul > li > a:focus {
    color: #fff;
    background: #2B4B86;
    outline: none
}

#top-container #global-header .global-bar .navigation > ul > li.active > a {
    background: #3a526a;
    color: #fff
}

#top-container #global-header .global-bar .navigation > ul > li.user {
    position: absolute;
    right: 17px;
    top: 17px
}

@media (min-width:1260px) {
    #top-container #global-header .global-bar .navigation > ul > li.user {
        right: 0
    }
}

#top-container #global-header .global-bar .navigation > ul > li.user > a {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px
}

    #top-container #global-header .global-bar .navigation > ul > li.user > a img {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        border-radius: 4px;
        vertical-align: top;
        margin-bottom: -6px
    }

#top-container #global-header .global-bar .navigation > ul > li.user ul {
    right: -9px
}

    #top-container #global-header .global-bar .navigation > ul > li.user ul:after {
        left: auto;
        right: 17px
    }

    #top-container #global-header .global-bar .navigation > ul > li.user ul .user-details {
        padding: 10px 20px;
        -webkit-user-select: all;
        -moz-user-select: all;
        -ms-user-select: all;
        user-select: all
    }

        #top-container #global-header .global-bar .navigation > ul > li.user ul .user-details strong {
            display: block;
            font-weight: 600
        }

        #top-container #global-header .global-bar .navigation > ul > li.user ul .user-details .email {
            font-size: 14px;
            display: block;
            color: #7f8c8d;
            padding-bottom: 20px;
            border-bottom: 1px solid #ffffff
        }

#top-container #global-header .global-bar ul[role="menu"] {
    display: none;
    position: absolute;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 10px
}

    #top-container #global-header .global-bar ul[role="menu"]:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 100%;
        background: transparent;
        top: -10px
    }

    #top-container #global-header .global-bar ul[role="menu"]:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent rgba(255,255,255,0.98) transparent;
        position: absolute;
        top: -8px;
        left: 16px
    }

    #top-container #global-header .global-bar ul[role="menu"] a {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff;
        text-decoration: none;
        display: inline-block;
        padding: 10px 12px;
        border-radius: 5px;
        font-weight: 600;
        line-height: 20px;
        transition: background 50ms linear, color 50ms linear
    }

    #top-container #global-header .global-bar ul[role="menu"].products-list {
        padding: 0
    }

        #top-container #global-header .global-bar ul[role="menu"].products-list > li {
            display: block;
            padding: 10px 0
        }

            #top-container #global-header .global-bar ul[role="menu"].products-list > li:first-child li.platform a:before {
                background-position: 0 0
            }

            #top-container #global-header .global-bar ul[role="menu"].products-list > li:first-child li.test-cloud a:before {
                background-position: 0 -50px
            }

            #top-container #global-header .global-bar ul[role="menu"].products-list > li:first-child li.insights a:before {
                background-position: 0 -100px
            }

            #top-container #global-header .global-bar ul[role="menu"].products-list > li:first-child li.university a:before {
                background-position: 0 -150px
            }

            #top-container #global-header .global-bar ul[role="menu"].products-list > li:first-child a {
                padding: 10px 10px;
                padding-left: 30px;
                padding-right: 25px;
                position: relative;
                font-size: 16px
            }

                #top-container #global-header .global-bar ul[role="menu"].products-list > li:first-child a:before {
                    content: "";
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    display: block;
                    margin-left: -50px
                }

            #top-container #global-header .global-bar ul[role="menu"].products-list > li ul {
                display: block;
                position: static
            }

    #top-container #global-header .global-bar ul[role="menu"] li {
        display: block
    }

        #top-container #global-header .global-bar ul[role="menu"] li a {
            display: block;
            color: #4e5758;
            font-weight: normal;
            border-radius: 0;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 15px;
            -webkit-font-smoothing: subpixel-antialiased;
            transition: background 100ms linear
        }

            #top-container #global-header .global-bar ul[role="menu"] li a:hover, #top-container #global-header .global-bar ul[role="menu"] li a:focus {
                background: rgba(0,0,0,0.1);
                color: inherit;
                outline: none
            }

            #top-container #global-header .global-bar ul[role="menu"] li a small {
                display: block;
                font-size: 14px;
                color: #7f8c8d
            }

#container {
    background: #fff
}

    #container > hr {
        border: 0;
        height: 1px;
        background: #ffffff;
        margin: 0
    }

        #container > hr.wrapper {
            margin-left: auto;
            margin-right: auto
        }

.content {
    padding-left: 40px;
    padding-right: 40px;
    margin: 0 auto
}

    .content:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }

@media (max-width:950px) {
    .content {
        padding-left: 30px;
        padding-right: 30px
    }
}

.content.alternate {
    background: #ecf0f1
}

.content.invert {
    background: #2980b9;
    color: #fff
}

    .content.invert h1, .content.invert h2, .content.invert h3, .content.invert h4, .content.invert h5, .content.invert h6, .content.invert .feature {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.content img, .content video, .content object {
    max-width: 100%;
    height: auto
}

.slide {
    background-size: cover;
    background-position: center center;
    color: #fff
}

    .slide h1 {
        color: #fff
    }



.show-on-mobile {
    display: none
}

@media (max-width:950px) {
    .show-on-mobile {
        display: block
    }

    span.show-on-mobile {
        display: inline
    }
}





.hide-on-mobile {
    display: block
}

span.hide-on-mobile {
    display: inline
}

@media (max-width:950px) {
    .hide-on-mobile {
        display: none
    }
}




.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

#global-footer {
    overflow: hidden;
    background-color: #2B4B86;
    background-size: 70%;
    background-position: -40% 20%;
    position: relative
}

    #global-footer ul, #global-footer li {
        list-style: none;
        padding: 0;
        border: 0;
        margin: 0;
        font: inherit;
        color: inherit;
        line-height: normal
    }

    #global-footer .wrapper {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 15px;
        padding-top: 5px;
        max-width: 1220px
    }

    #global-footer .navigation {
        padding-left: 70px;
        padding-right: 70px;
        margin-top: 20px
    }



    #global-footer .navigation {
        color: #ffffff
    }

        #global-footer .navigation a {
            color: #ffffff
        }

            #global-footer .navigation a:hover {
                color: #fff;
                text-decoration: none
            }

    #global-footer footer {
        margin-top: 60px;
        clear: both;
        padding: 6px;
        margin: 0;
        font-size: 14px;
        color: #ffffff
    }

        #global-footer footer .legal {
            float: right;
            padding-bottom: 20px
        }

        #global-footer footer:after {
            content: ".";
            visibility: hidden;
            display: block;
            height: 0;
            clear: both
        }

        #global-footer footer span, #global-footer footer a {
            padding: 0 10px
        }

        #global-footer footer a {
            color: inherit;
            text-decoration: none;
            transition: color 100ms linear
        }

            #global-footer footer a:hover {
                color: #fff
            }

@media (max-width:950px) {
    #global-footer {
        background: #2B4B86
    }

        #global-footer .wrapper {
            padding-left: 20px;
            padding-right: 20px
        }

        #global-footer .navigation {
            padding: 0;
            margin-top: 20px
        }

            #global-footer .navigation > ul {
                padding-bottom: 0;
                display: block;
                margin-bottom: 0
            }

                #global-footer .navigation > ul > li {
                    display: list-item;
                    padding-left: 0;
                    padding-bottom: 20px
                }

                    #global-footer .navigation > ul > li ul li a {
                        font-size: 16px
                    }

        #global-footer footer {
            padding: 0
        }

            #global-footer footer .legal {
                float: none;
                padding: 20px 0;
                text-align: center
            }

            #global-footer footer .legal {
                padding-top: 0
            }
}

.columns {
    width: auto;
    margin-left: -20px;
    margin-right: -20px
}

    .columns:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both
    }

    .columns .cell {
        margin: 0;
        padding: 0 20px;
        position: relative;
        box-sizing: border-box;
        -ms-box-sizing: border-box
    }

    .columns .cell {
        margin: 0;
        padding: 0 20px;
        float: left;
        position: relative;
        box-sizing: border-box;
        -ms-box-sizing: border-box
    }
        /* Sett inn 27.10.2015 */
        .columns .cell.first {
            margin-left: 0 !important;
            clear: left
        }

        .columns .cell:last-of-type {
            margin-right: 0 !important
        }

        .columns .cell img, .columns .cell video, .columns .cell object, .columns .cell embed {
            max-width: 100%
        }

        .columns .cell img {
            height: auto
        }

        .columns .cell.width-1 {
            width: 8.333%
        }

        .columns .cell.width-2 {
            width: 16.667%
        }

        .columns .cell.width-3 {
            width: 25%
        }

        .columns .cell.width-4 {
            width: 33.333%
        }

        .columns .cell.width-5 {
            width: 41.667%
        }

        .columns .cell.width-6 {
            width: 50%
        }

        .columns .cell.width-7 {
            width: 58.333%
        }

        .columns .cell.width-8 {
            width: 66.667%
        }

        .columns .cell.width-9 {
            width: 75%
        }

        .columns .cell.width-10 {
            width: 83.333%
        }

        .columns .cell.width-11 {
            width: 91.667%
        }

        .columns .cell.width-12 {
            width: 100%
        }

    .columns.bordered .cell {
        border-left: 1px solid #ccc
    }

        .columns.bordered .cell.first {
            border-left: none
        }

    .columns.two, .columns.three, .columns.four {
        margin-bottom: -40px
    }

        .columns.two .cell, .columns.three .cell, .columns.four .cell {
            margin-bottom: 40px
        }

@media (max-width:950px) {
    .columns.two, .columns.three, .columns.four {
        margin-bottom: -20px
    }

        .columns.two .cell, .columns.three .cell, .columns.four .cell {
            margin-bottom: 20px
        }
}

.columns.two .cell {
    width: 50%
}

    .columns.two .cell:nth-child(2n+1) {
        margin-left: 0 !important;
        clear: left
    }

.columns.three .cell {
    width: 33.333%
}

    .columns.three .cell:nth-child(3n+1) {
        margin-left: 0 !important;
        clear: left
    }

.columns.four .cell {
    width: 25%
}

    .columns.four .cell:nth-child(4n+1) {
        margin-left: 0 !important;
        clear: left
    }

@media (max-width:950px) {
    .columns.four .cell {
        width: 50%
    }

        .columns.four .cell:nth-child(4n+1) {
            margin-left: 20px !important;
            clear: none
        }

        .columns.four .cell:nth-child(2n+1) {
            margin-left: 0 !important;
            clear: left
        }
}

@media (max-width:950px) {
    .columns {
        width: auto;
        margin: 0
    }

        .columns.two, .columns.three, .columns.four {
            margin-bottom: 0
        }

        .columns .cell {
            clear: both;
            float: none;
            padding: 0;
            width: auto !important;
            margin-bottom: 20px
        }

            .columns .cell:last-child {
                margin-bottom: 0
            }

        .columns.bordered .cell {
            border-left: none
        }
}


body, .rich-content {
    color: #4e5758
}

h1 {
    font-size: 44px;
    font-weight: 100;
    line-height: 1.2;
    margin: .3rem 0;
}

    h1:not(:first-child) {
        margin-top: 1em
    }

    h1.small {
        font-size: 40px
    }

    h1.large {
        font-size: 60px
    }

    h1.front-picture-1, .front-picture-2, .front-picture-3, .front-picture-4, .front-picture-5 {
        font-size: 70px
    }

h2 {
    font-size: 32px;
    font-weight: 100;
    line-height: 1.4;
    margin: .3rem 0;
    margin-top: 30px
}

    h2:not(:first-child) {
        margin-top: 1em
    }

h3 {
    font-size: 26px;
    font-weight: normal;
    margin: .3rem 0
}

    h3:not(:first-child) {
        margin-top: 1em
    }

.feature {
    font-size: 22px;
    color: #7f8c8d;
    line-height: 1.6
}

    .feature.small {
        font-size: 18px
    }

    .feature.large {
        font-size: 25px
    }

.muted {
    color: #7f8c8d
}

.small {
    font-size: 14px
}

@media (max-width:950px) {
    h1 {
        font-size: 36px
    }

        h1.small {
            font-size: 32px
        }

        h1.large, h1.front-picture-1, .front-picture-2, .front-picture-3, .front-picture-4, .front-picture-5 {
            font-size: 36px
        }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 16px
    }

    .feature {
        font-size: 20px
    }

        .feature.small {
            font-size: 17px
        }

        .feature.large {
            font-size: 22px
        }
}

p, ul, ol, pre, blockquote {
    margin-bottom: 15px
}

    p:last-child, ul:last-child, ol:last-child, pre:last-child, blockquote:last-child {
        margin-bottom: 0
    }

ul, ol {
    list-style: disc;
    padding-left: 2em
}

    ul li, ol li {
        display: list-item
    }

        ul li + li, ol li + li {
            margin-top: .3rem
        }

        ul li ul, ol li ul, ul li ol, ol li ol {
            margin-top: .3rem
        }

        ul li ul, ol li ul {
            list-style: circle
        }

ol {
    list-style: decimal
}

blockquote {
    display: block;
    padding: .2em 0 .2em 1em;
    margin-left: .5em;
    color: #7f8c8d;
    font-size: 18px;
    line-height: 1.6
}

    blockquote footer {
        font-size: 14px
    }

        blockquote footer:before {
            content: "— "
        }

code, kbd {
    background: #ecf0f1;
    font-family: "Consolas",monospace;
    padding: .2em .4em;
    border-radius: 5px;
    font-size: 15px
}

kbd {
    background: #555;
    color: #fff;
    padding: 5px 6px 3px;
    line-height: normal;
    top: 0;
    position: relative
}

mark {
    background: #fbefbf;
    padding: .2em .3em;
    border-radius: 3px
}

pre {
    display: block;
    padding: 1em 1.2em;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
    overflow: auto;
    box-shadow: none;
    background: #ecf0f1
}

    pre code {
        background: transparent;
        padding: 0;
        font-size: inherit;
        top: 1px;
        position: relative
    }

    pre.subtle {
        border: none;
        background: #fff;
        box-shadow: 0 4px 25px rgba(0,0,0,0.15)
    }

    pre.well {
        box-shadow: inset 0 1px 5px rgba(0,0,0,0.1)
    }

    pre.quote {
        background: none;
        border-radius: 0;
        border-left: 4px solid #77d065
    }

    pre.limit-height {
        max-height: 350px
    }

hr {
    border: 0;
    background: #ffffff;
    height: 1px;
    margin: 20px 0;
    padding: 0
}

    hr.larger {
        margin: 60px 0
    }

@media (max-width:950px) {
    hr.larger {
        margin: 20px 0
    }
}

@media (max-width:950px) {
    hr {
        margin: 20px 0
    }
}

.dark-blue {
    color: #2B4B86
}

a {
    color: #3498db
}

    a:hover {
        color: #5faee3
    }

    a.dark-blue:hover {
        color: #3e5771
    }

    a .blue:hover {
        color: #5faee3
    }

    a .purple:hover {
        color: #c479c5
    }

    a .green:hover {
        color: #9adc8c
    }

.more {
    white-space: nowrap
}

    .more:after {
        content: "";
        position: relative;
        display: inline-block;
        margin-left: 6px;
        vertical-align: baseline;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 6px;
        border-color: transparent transparent transparent #3498db
    }

.action-button {
    color: #2B4B86;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 5px 20px 7px;
    border-radius: 100px;
    line-height: normal;
    white-space: nowrap;
    font-size: 15px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    transition: background 100ms cubic-bezier(0.215, 0.61, 0.355, 1), border-color 100ms linear, color 100ms linear
}

    .action-button.opaque {
        background: #fff
    }

        .action-button.opaque:hover, .action-button.opaque:focus {
            background: #fff
        }

    .action-button:hover, .action-button:focus {
        background: rgba(255,255,255,0.5);
        color: inherit;
        border-color: #3498db
    }

    .action-button:active, .action-button.active {
        box-shadow: inset 0 1px 10px rgba(0,0,0,0.2)
    }

    .action-button.disabled, .action-button[disabled] {
        color: #ffffff;
        cursor: not-allowed
    }

        .action-button.disabled:hover, .action-button[disabled]:hover {
            border-color: inherit
        }

        .action-button.disabled:active, .action-button[disabled]:active {
            box-shadow: none
        }

        .action-button.disabled.more:after, .action-button[disabled].more:after, .action-button.disabled.caret:after, .action-button[disabled].caret:after {
            border-left-color: #ffffff
        }

    .action-button.block {
        display: block;
        text-align: center
    }

    .action-button.featured {
        background: #3498db;
        border-color: transparent;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

        .action-button.featured.more:after, .action-button.featured.caret:after {
            border-left-color: #fff !important
        }

        .action-button.featured:hover {
            background: #4aa3df
        }

        .action-button.featured.dark-blue, .action-button.featured.blue, .action-button.featured.purple, .action-button.featured.green {
            color: #fff !important
        }

        .action-button.featured.dark-blue {
            background: #2B4B86
        }

            .action-button.featured.dark-blue:hover {
                background: #2B4B86
            }

        .action-button.featured.blue {
            background: #3498db
        }

            .action-button.featured.blue:hover {
                background: #4aa3df
            }

        .action-button.featured.purple {
            background: #b455b6
        }

            .action-button.featured.purple:hover {
                background: #bc67be
            }

        .action-button.featured.green {
            background: #77d065
        }

            .action-button.featured.green:hover {
                background: #88d679
            }

    .action-button.dark-blue {
        color: #2B4B86
    }

        .action-button.dark-blue:hover {
            border-color: #2B4B86
        }

        .action-button.dark-blue.more:after, .action-button.dark-blue.caret:after {
            border-left-color: #2B4B86
        }

    .action-button.blue {
        color: #3498db
    }

        .action-button.blue:hover {
            border-color: #3498db
        }

        .action-button.blue.more:after, .action-button.blue.caret:after {
            border-left-color: #3498db
        }

    .action-button.purple {
        color: #b455b6
    }

        .action-button.purple:hover {
            border-color: #b455b6
        }

        .action-button.purple.more:after, .action-button.purple.caret:after {
            border-left-color: #b455b6
        }

    .action-button.green {
        color: #77d065
    }

        .action-button.green:hover {
            border-color: #77d065
        }

        .action-button.green.more:after, .action-button.green.caret:after {
            border-left-color: #77d065
        }

    .action-button.link {
        border: 0;
        background: transparent;
        box-shadow: none !important;
        color: #3498db;
        font-weight: normal;
        text-decoration: underline;
        padding-left: 6px;
        padding-right: 6px
    }

        .action-button.link:hover {
            color: #5faee3
        }

        .action-button.link.more:after, .action-button.link.caret:after {
            margin-left: 8px;
            border-color: transparent transparent transparent #3498db
        }

        .action-button.link.more:hover:after, .action-button.link.caret:hover:after {
            border-right-color: #5faee3
        }

    .action-button.invert {
        background: transparent;
        border-color: #fff;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

        .action-button.invert:hover {
            background: #fff;
            color: #2B4B86
        }

            .action-button.invert:hover.more:after, .action-button.invert:hover.caret:after {
                border-left-color: #2B4B86
            }

        .action-button.invert.more:after, .action-button.invert.caret:after {
            border-left-color: #fff
        }

    .action-button.more, .action-button.caret {
        white-space: nowrap
    }

        .action-button.more:after, .action-button.caret:after {
            content: "";
            position: relative;
            display: inline-block;
            margin-left: 10px;
            margin-right: -3px;
            vertical-align: baseline;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6px 0 6px 5px;
            border-color: transparent transparent transparent #2B4B86;
            top: 1px
        }

    .action-button.large {
        font-size: 20px;
        padding: 4px 24px 8px
    }

        .action-button.large.more:after, .action-button.large.caret:after {
            border-width: 8px 0 8px 6px;
            top: 2px;
            margin-right: -5px
        }

    .action-button.small {
        font-size: 14px;
        padding: 5px 16px;
        -webkit-font-smoothing: auto
    }

        .action-button.small.more:after, .action-button.small.caret:after {
            border-width: 5px 0 5px 4px;
            margin-left: 8px;
            top: 0
        }

    .action-button.extra-small {
        font-size: 13px;
        padding: 4px 10px;
        -webkit-font-smoothing: auto
    }

        .action-button.extra-small.more:after, .action-button.extra-small.caret:after {
            border-width: 5px 0 5px 4px;
            margin-left: 8px;
            margin-right: 0;
            top: 0
        }

    .action-button + .action-button, .action-button + .button-group {
        margin-left: 6px
    }


.dropdown {
    position: relative
}

    .dropdown.open .dropdown-menu {
        display: block;
        z-index: 100;
        -webkit-animation: fadeIn 150ms cubic-bezier(.215, .61, .355, 1)
    }

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.dropdown .dropdown-menu {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
    display: none;
    position: absolute;
    background: rgba(255,255,255,0.98);
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    padding: 10px 0;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid rgba(0,0,0,0.2)
}

    .dropdown .dropdown-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent rgba(0,0,0,0.2) transparent;
        position: absolute;
        top: -8px;
        left: 16px
    }

    .dropdown .dropdown-menu:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 8px 8px;
        border-color: transparent transparent rgba(255,255,255,0.98) transparent;
        position: absolute;
        top: -7px;
        left: 16px
    }

    .dropdown .dropdown-menu li {
        list-style: none;
        padding: 0;
        border: 0;
        margin: 0;
        font: inherit;
        color: inherit;
        line-height: normal;
        display: block;
        white-space: nowrap;
        padding: 10px 20px
    }

        .dropdown .dropdown-menu li.header {
            font-size: 14px;
            color: #7f8c8d;
            padding-top: 3px;
            padding-bottom: 3px
        }

        .dropdown .dropdown-menu li a {
            display: block;
            color: #4e5758;
            text-decoration: none;
            font-weight: normal;
            border-radius: 0;
            margin: -10px -20px;
            padding: 10px 20px;
            line-height: 20px;
            font-size: 15px;
            transition: background 100ms linear
        }

            .dropdown .dropdown-menu li a:hover, .dropdown .dropdown-menu li a:focus {
                background: rgba(0,0,0,0.1);
                color: inherit;
                outline: none
            }

            .dropdown .dropdown-menu li a small {
                display: block;
                font-size: 14px;
                color: #7f8c8d
            }

        .dropdown .dropdown-menu li.divider {
            background: #d5dadc;
            height: 1px;
            padding: 0;
            margin: 10px 0
        }

.centered, .text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.nowrap {
    white-space: nowrap
}

.gap {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.top-gap {
    margin-top: 20px !important
}

.top-gap-big {
    margin-top: 60px !important
}

.bottom-gap {
    margin-bottom: 40px !important
}

.bottom-gap-big {
    margin-bottom: 60px !important
}

.no-top-gap {
    margin-top: 0 !important
}

.no-bottom-gap {
    margin-bottom: 0 !important
}

.no-gap {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.top-spacing {
    margin-top: 20px !important
}

.bottom-spacing {
    margin-bottom: 20px !important
}

@media (max-width:950px) {
    .top-gap {
        margin-top: 20px !important
    }

    .bottom-gap {
        margin-bottom: 20px !important
    }
}






/* FIXES  ********************************************************************************************************* */

/* body {font-family:Helvetica,Arial,sans-serif;font-size:18px}  */

.right {
    text-align: right
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.youareitem {
    margin-top: 15px;
    margin-right: 25px
}

.youare {
    max-width: 800px;
    *width: 800px;
    _width: 800px
}

.full-width {
    width: 100%
}

.line-height {
    line-height: 1.8
}

.line-height-small {
    line-height: 1.3
}

.img-search {
    float: left;
    margin-right: 15px;
    margin-bottom: 2px
}

.img-search-personal-page {
    float: left;
    margin-right: 23px;
    margin-bottom: 25px
}

.img-float-right {
    float: right;
    margin-left: 23px;
    margin-bottom: 5px
}

.top-gap-small {
    margin-top: 20px !important
}

.top-gap-xsmall {
    margin-top: 10px !important
}

.top-gap-xxsmall {
    margin-top: 5px !important
}

.bottom-gap-large {
    margin-bottom: 60px !important
}

.bottom-gap-xlarge {
    margin-bottom: 90px !important
}

.bottom-gap-small {
    margin-bottom: 20px !important
}

.bottom-gap-xsmall {
    margin-bottom: 10px !important
}

.bottom-gap-xxsmall {
    margin-bottom: 5px !important
}

.right-gap-xlarge {
    margin-right: 90px !important
}

.right-gap-large {
    margin-right: 60px !important
}

.right-gap {
    margin-right: 40px !important
}

.right-gap-small {
    margin-right: 20px !important
}

.right-gap-xsmall {
    margin-right: 10px !important
}

.left-gap {
    margin-left: 40px !important
}

.left-gap-small {
    margin-left: 20px !important
}

.left-gap-xsmall {
    margin-left: 10px !important
}



/* Right size for picture */
@media (min-width:1260px) {
    #front-picture-1 {
        background: #2B4B86 url("/img/Front/FrontPictureLarge-1n.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:1260px) {
    #front-picture-2 {
        background: #2B4B86 url("/img/Front/FrontPictureLarge-2n.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:1260px) {
    #front-picture-3 {
        background: #2B4B86 url("/img/Front/FrontPictureLarge-3.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:1260px) {
    #front-picture-4 {
        background: #2B4B86 url("/img/Front/FrontPictureLarge-4.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:1260px) {
    #front-picture-5 {
        background: #2B4B86 url("/img/Front/FrontPictureLarge-5.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}
/* 55-75 years */
@media (min-width:1260px) {
    #front-picture-101 {
        background: #2B4B86 url("/img/Front/FrontPictureLarge-101.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:950px) and (max-width:1260px) {
    #front-picture-1 {
        background: url("/img/Front/FrontPictureMedium-1n.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:950px) and (max-width:1260px) {
    #front-picture-2 {
        background: url("/img/Front/FrontPictureMedium-2n.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:950px) and (max-width:1260px) {
    #front-picture-3 {
        background: url("/img/Front/FrontPictureMedium-3.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:950px) and (max-width:1260px) {
    #front-picture-4 {
        background: url("/img/Front/FrontPictureMedium-4.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:950px) and (max-width:1260px) {
    #front-picture-5 {
        background: url("/img/Front/FrontPictureMedium-5.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}
/* 55-75 years */
@media (min-width:950px) and (max-width:1260px) {
    #front-picture-101 {
        background: url("/img/Front/FrontPictureMedium-101.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:350px) and (max-width:950px) {
    #front-picture-1 {
        background: url("/img/Front/FrontPictureSmall-1n.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:350px) and (max-width:950px) {
    #front-picture-2 {
        background: url("/img/Front/FrontPictureSmall-2n.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:350px) and (max-width:950px) {
    #front-picture-3 {
        background: url("/img/Front/FrontPictureSmall-3.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:350px) and (max-width:950px) {
    #front-picture-4 {
        background: url("/img/Front/FrontPictureSmall-4.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (min-width:350px) and (max-width:950px) {
    #front-picture-5 {
        background: url("/img/Front/FrontPictureSmall-5.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}
/* 55-75 years */
@media (min-width:350px) and (max-width:950px) {
    #front-picture-101 {
        background: url("/img/Front/FrontPictureSmall-101.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (max-width:350px) {
    #front-picture-1 {
        background: url("/img/Front/FrontPictureXSmall-1n.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (max-width:350px) {
    #front-picture-2 {
        background: url("/img/Front/FrontPictureXSmall-2n.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (max-width:350px) {
    #front-picture-3 {
        background: url("/img/Front/FrontPictureXSmall-3.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (max-width:350px) {
    #front-picture-4 {
        background: url("/img/Front/FrontPictureXSmall-4.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}

@media (max-width:350px) {
    #front-picture-5 {
        background: url("/img/Front/FrontPictureXSmall-5.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}
/* 55-75 years */
@media (max-width:350px) {
    #front-picture-101 {
        background: url("/img/Front/FrontPictureXSmall-101.jpg") center;
        background-size: cover;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        margin: 0;
        overflow: hidden;
        position: relative;
        z-index: 100
    }
}


.transbox {
    float: right;
    background-color: #FFFFFF;
    opacity: 0.87;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}


/* Right space for text on front page and text in transbox and other - begin */
@media (min-width:1260px) {
    .left-gap-front-page {
        margin-left: 150px !important
    }

    .top-gap-front-page {
        margin-top: 30px !important
    }

    .transbox {
        margin-right: 200px;
        width: 450px;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .frontPageHeadline {
        font-size: 44px;
        font-weight: 400;
        line-height: 1.2;
    }

    .frontPageText {
        font-size: 26px
    }

    .textarea-javascript {
        font-size: 16px;
        width: 600px;
        height: 75px;
    }
}

@media (min-width:950px) and (max-width:1260px) {
    .left-gap-front-page {
        margin-left: 60px !important
    }

    .top-gap-front-page {
        margin-top: 20px !important
    }

    .transbox {
        margin-right: 100px;
        width: 350px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .frontPageHeadline {
        font-size: 34px;
        font-weight: 200;
        line-height: 1.2;
    }

    .frontPageText {
        font-size: 20px
    }

    .textarea-javascript {
        font-size: 16px;
        width: 400px;
        height: 75px;
    }
}

@media (min-width:350px) and (max-width:950px) {
    .left-gap-front-page {
        margin-left: 25px !important
    }

    .top-gap-front-page {
        margin-top: 30px !important
    }

    .transbox {
        margin-right: 50px;
        width: 250px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .frontPageHeadline {
        font-size: 24px;
        font-weight: 100;
        line-height: 1.2;
    }

    .frontPageText {
        font-size: 15px
    }

    .textarea-javascript {
        font-size: 16px;
        width: 320px;
        height: 40px;
    }
}

@media (max-width:350px) {
    .left-gap-front-page {
        margin-left: 5px !important
    }

    .top-gap-front-page {
        margin-top: 20px !important
    }

    .transbox {
        display: none !important
    }

    .frontPageHeadline {
        display: none !important
    }

    .frontPageText {
        display: none !important
    }

    .textarea-javascript {
        font-size: 15px;
        width: 135px;
        height: 50px;
    }
}
/* Right space for text on front page and text in transbox and other - end */


#products .columns {
    margin-top: 20px !important
}

}

#products .omnilink {
    color: #4e5758;
    text-decoration: none;
    margin: -30px;
    padding: 30px;
    display: block
}

#products .actions .action-button {
    margin-top: -4px;
    margin-right: 4px
}

#products .image {
    text-align: center
}

.content.with-gradient {
    padding: 5px 40px;
    background: linear-gradient(#ecf0f1, #fff 80px)
}

    .content.with-gradient.first {
        background: #fff
    }

@media (max-width:950px) {
    .content.with-gradient {
        padding: 30px 20px;
        background: #fff
    }
}

.xsmall {
    font-size: 10px
}

.small {
    font-size: 12px
}

.medium {
    font-size: 14px
}

.large {
    font-size: 16px
}

.xlarge {
    font-size: 18px
}

.xxlarge {
    font-size: 26px
}

.subtitle {
    text-transform: uppercase;
    color: #7f8c8d;
    letter-spacing: .2em;
    font-size: 15px
}

hr.subtle {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

a {
    text-decoration: none
}

    a.link1 {
        text-decoration: none
    }

        a.link1:hover {
            color: #ff0000
        }

    a.link2 {
        color: #fff;
        text-decoration: none
    }

        a.link2:hover {
            color: #ff0000;
        }


/* To make footer at the bottom - begin */
#page-wrapper {
    min-height: 100%;
    position: relative;
}

#container {
    padding-bottom: 200px; /* Height of the footer element.  Make sure the value for 'padding-bottom' on #container is equal to or greater than the height of #footer. */
}

#global-footer {
    width: 100%;
    /*height:200px;*/
    position: absolute; /* Important to keep footer at bottom of page. Gets overridden in for mobile devices, see below */
    bottom: 0;
    left: 0;
}
/* To make footer at the bottom - end */




/* All input elements */
.input-xxmini {
    width: 42px;
}

.input-xmini {
    width: 60px;
}

.input-mini {
    width: 70px;
}

.input-small {
    width: 85px;
}

.input-smallmedium {
    width: 105px;
}

.input-medium {
    width: 129px;
}

.input-mediumlarge {
    width: 160px;
}

.input-large {
    width: 190px;
}

.input-xlarge {
    width: 230px;
}

.input-xxlarge {
    width: 330px;
}

.input-xxxlarge {
    width: 550px;
}

.textarea {
    width: 600px;
}

/* Keep vertical scrollbar visible to prevent content to move */
html {
    overflow-y: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

.text-error {
    color: #b94a48;
    padding-left: 4px;
}

.underline {
    text-decoration: underline
}

.alert-danger:hover {
    color: #a94442;
}


/* File upload **************************************************************** */
.inputcontainer-is {
    background: url("/img/upload-is.jpg") no-repeat;
    height: 62px;
    width: 265px;
}

.inputcontainer-is-mobile {
    background: url("/img/upload-is-mobile.jpg") no-repeat;
    height: 62px;
    width: 205px;
}

.inputcontainer-is-mobile-Android {
    background: url("/img/upload-is-mobile-Android.jpg") no-repeat;
    height: 120px;
    width: 205px;
}

.inputcontainer-is-mobile-iPad {
    background: url("/img/upload-is-mobile-iPad.jpg") no-repeat;
    height: 120px;
    width: 205px;
}

.inputcontainer-is-mobile-iPhone {
    background: url("/img/upload-is-mobile-iPhone.jpg") no-repeat;
    height: 120px;
    width: 205px;
}


.inputcontainer-is-IE9 {
    background: url("/img/upload-is-IE9.jpg") no-repeat;
    height: 62px;
    width: 265px;
}


input[type="file"] {
    opacity: 0;
    height: 62px;
    width: 265px;
}



/* Auðkenning */
.glypAuthLarge {
    color: #5AB454;
    font-size: 65px;
}

.glypAuthMedium {
    color: #5AB454;
    font-size: 17px;
}


.personalTestHead {
    font-size: 30px;
    font-weight: 100;
    line-height: 1.4;
    margin: .3rem 0
}



.valmyndFyrirsogn {
    color: #ffffff;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 12px;
}

.label-important, .badge-important {
    background-color: #B94A48;
    font-family: Helvetica,Arial,sans-serif;
}

.open > .dropDownSkilabod {
    display: block;
}

.dropDownSkilabod {
    color: #000;
    font-size: 13px;
    padding: 10px;
    background-clip: padding-box;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    float: left;
    left: 0px;
    list-style: outside none none;
    margin: 2px 0px 0px;
    width: 390px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

    .dropDownSkilabod .stayOpen {
        /* 2016-01-11  display: block; 
    padding-top: 20px; */
        white-space: normal;
    }

.hSmallSpace {
    margin: 10px 0px;
}

.sk /* Skilaboða box */ {
    position: absolute;
    font-size: 12px;
    width: 140px;
    height: 30px;
    /* margin-right: 80px; 
    margin-left: 20px;   */
    text-align: center;
    padding-top: 5px;
    border: 1px solid #24466B;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #EEEFF3;
    color: #000000;
    /* z-index:9000; */
    /*color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
    */

    left: 50%;
}


.anaegdirVidskiptavinir {
    padding-bottom: 5px;
    color: #C8C8C8;
    font-size: 13px;
    font-style: italic
}

    .anaegdirVidskiptavinir a {
        color: #C8C8C8;
        font-size: 13px;
        font-style: italic
    }

        .anaegdirVidskiptavinir a:hover {
            color: #ffffff;
            text-decoration: none;
        }

@media (max-width:950px) {
    .anaegdirVidskiptavinir {
        display: none;
    }
}

.glypSmall {
    color: #808080;
    font-size: 13px;
}

/* http://www.flatuicolorpicker.com/ */
.progress-bar-danger {
    background-color: #E26A6A;
}

.progress-bar-success {
    background-color: #68C3A3;
}

/* Gamli blái í background 374F8A */

.submit-button-align {
    margin-bottom: 10px;
    margin-top: 10px
}

/* Mobile var hér */


/* Tablet fixes begin */
/* Felum hluta af valmynd í haus, þar sem öll valmynd er neðst */
.tablet-show {
    display: none !important;
}

@media (max-width:945px) {
    .tablet-hide-1 {
        display: none !important
    }

    .tablet-show {
        display: block !important
    }
}

@media (max-width:850px) {
    .tablet-hide-2 {
        display: none !important
    }
}

@media (max-width:750px) {
    .tablet-hide-3 {
        display: none !important
    }
}

@media (max-width:700px) {
    .tablet-hide-4 {
        display: none !important
    }
}

@media (max-width:685px) {
    .tablet-hide-5 {
        display: none !important
    }
}

@media (max-width:640px) {
    .tablet-hide-6 {
        display: none !important
    }
}

@media (max-width:1100px) {
    #top-container #global-header .global-bar .logo {
        margin-right: 45px !important
    }
}

@media (max-width:1050px) {
    #top-container #global-header .global-bar .logo {
        margin-right: 40px !important
    }
}

@media (max-width:1000px) {
    #top-container #global-header .global-bar .logo {
        margin-right: 30px !important
    }
}

@media (max-width:950px) {
    #top-container #global-header .global-bar .logo {
        margin-right: 20px !important
    }
}

@media (max-width:910px) {
    #top-container #global-header .global-bar .logo {
        margin-right: 15px !important
    }
}

.blueBack {
    background: #E7EBF2;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
    margin-right: 10px
}


.gray {
    color: #888888
}

.alert-front-page {
    border-radius: 20px;
}

.textareasmall {
    font-size: 14px;
    line-height: 14px;
    width: 320px;
    height: 40px;
}

.pSma {
    margin-right: 8px;
    margin-bottom: 3px
}

.link {
    text-decoration: none;
    color: #3498db !important;
}

    .link:hover, link:focus {
        color: #5FAEE3 !important;
        text-decoration: underline !important;
    }

.noLineBreak {
    white-space: nowrap
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 7px;
}

.iframe {
    width: 526px;
    height: 296px
}


.large {
    font-size: 25px
}

h4 {
    font-size: 20px;
    padding-bottom: 15px
}


/* Persónuleikapróf */
.labelPaddingRight {
    margin-right: 15px
}

.table-personalmatch > tbody > tr > td {
    padding: 8px 8px 8px 0px;
    font-size: 15px;
}

.table-personalmatch > thead > tr > td {
    font-size: 15px;
}

.checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0px;
}


/* WordCloud */

.cloud {
    font-family: Arial;
    text-align: center;
    background: #2D2D30;
    padding: 20px;
    border-radius: 6px;
    clear: both;
}

.cloudFooter {
    float: left;
    color: #ffffff;
    font-size: 12px;
}

.left-gap {
    margin-left: 20px !important;
}

.right-gap {
    margin-right: 20px !important;
}


.w32 {
    font-size: 22px;
    font-weight: bold;
    margin: 10px;
    display: inline-block
}
/* Allra stærsta mikilvægast og báðir eins*/
.w30 {
    font-size: 20px;
    margin: 10px;
    display: inline-block
}

.w22 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    display: inline-block
}

.w20 {
    font-size: 16px;
    margin: 10px;
    display: inline-block
}

.w14 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    display: inline-block
}

.w12 {
    font-size: 12px;
    margin: 10px;
    display: inline-block
}

.wcg {
    color: #38c172
}

.wcy {
    color: #ffed4a
}

.wco {
    color: #f6993f
}

.wcr {
    color: #e3342f
}

/* Mobile begin ***********************************************************************************/
.mobile-show {
    display: none !important;
}

.mobilesmall-show {
    display: none !important;
}

@media (max-width:480px) and (orientation: portrait), (max-height:480px) and (orientation: landscape) /* If the device screen area is under 480 in width or height then use mobile css layout */
{
    .mobile-hide {
        display: none !important
    }

    .mobile-show {
        display: block !important
    }

    .img-search-personal-page {
        margin-bottom: 5px
    }

    #global-footer {
        position: static
    }

        #global-footer footer .legal {
            padding-top: 20px;
        }

    #container {
        padding-bottom: 50px;
    }

    h1 {
        display: none !important;
    }

    .columns .cell {
        margin-bottom: 0px;
    }

    .top-gap-big {
        margin-top: 20px !important
    }

    .top-gap-small {
        margin-top: 10px !important;
    }

    .top-gap-xsmall {
        margin-top: 10px !important
    }

    .bottom-gap-small {
        margin-bottom: 0px !important;
    }

    .left-gap {
        margin-left: 21px !important
    }

    .mobile-top-gap {
        margin-top: 20px !important;
    }

    .mobile-bottom-gap {
        margin-bottom: 20px !important;
    }

    .mobile-right-gap {
        margin-right: 10px !important;
    }

    .mobile-top-gap-large {
        margin-top: 30px !important;
    }

    .youareitem {
        margin-right: 5px;
    }

    #top-container #global-header .global-bar .logo.makaleit > a {
        width: 200px !important;
        height: 60px !important;
        /* background:url("/img/Makaleit_127x42.jpg") !important; */
        background: url("/img/Makaleit_200x60_new.png") !important;
    }

    .img-search-personal-page {
        margin-right: 12px
    }

    .textarea {
        width: 250px;
    }

    .iframe {
        width: 376px;
        height: 212px
    }

    .input-xlarge {
        width: 245px;
    }

    .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table-personalmatch > tbody > tr > td {
        padding: 8px 8px 8px 0px;
        font-size: 12px;
    }

    .table-personalmatch > thead > tr > td {
        font-size: 12px;
    }
}



.mobilesmall-show {
    display: none !important;
}

@media (max-width:400px) and (orientation: portrait) { /* If the device screen area width is under 400px and orintation protrait then use mobile small css layout. Samsung Galaxy S10 has width 360px */
    .mobilesmall-hide {
        display: none !important
    }

    .mobilesmall-show {
        display: block !important
    }
}


/* Mobile end ************************************************************************************/




