@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,300,600,600italic,400italic);

/* Action Icon */

.small {
    font-size: 2em;
}

.medium {
    font-size: 4em;
}

.large {
    font-size: 8em;
}



.borders {
    border: 3px solid gainsboro;
    border-radius: 0.25em;
    padding: 0.25em;
    margin:0.125em;
}

.no-borders {
    border: 3px solid transparent;
    border-radius: 0.25em;
    padding: 0.25em;
    margin: 0.125em;
}

.action-label {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 8px auto
}

/* Action Icon */

.fake-buy__btn {
    margin: 20px auto 0;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background-color: #78b657;
    padding: 12px 40px;
    letter-spacing: .3px;
    display: block;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: background 200ms ease;
    transition: background 200ms ease;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}



.textshadow {
    color: transparent;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}


main {
    margin-bottom:0;
}


small {
    text-transform: uppercase;
    color: #175676;
    letter-spacing: -0.05em;
    font-size: 0.8em;
}

small a{
    text-transform: uppercase;
    color: slategrey;
    letter-spacing: -0.05em;
    font-size: 0.8em;
}

span.ctrl {

    font-size:60%;
    font-weight:bold;
    border:1px solid silver;
    background-color:gainsboro;
    text-transform:uppercase;
    padding:0.15em 0.25em;
    margin:0 0.25em;
    border-radius:2px;

}


button.admin {
    background-color:transparent;
    color:pink;
    border:0;
    border-radius:50%;
    font-size:80%;
    margin:auto 3px;
}

button.admin i{
    margin: 0;
    padding:0
}

.unverified {
    cursor:pointer;
}

.task-link {
    padding: 0.5em 1em 1em;
    background-color: #4ba3c4D0;
    margin: 0 0 0.5em 0;
    border-radius: 0.5em;
    cursor:pointer;

}

    .task-link:hover {
        background-color: #4ba3c3
    }



.task-draft {
    padding: 1em;
    background-color: #4ba3c480;
    margin: 3px 0;
    border-radius: 0.5em;
}

.task-draft-inner {
    padding: 0 0 1em
    /*background-color: #4ba3c480;*/
}

.task-draft-inner button{
    border:0;
    padding:0.5em;
    border-radius:0.25em;
}

.task-title {
    margin: 1em 0;
    background-color: #ffffff80;
    font-weight:bold;
}

.task-title a{
    color: darkslategrey;
    text-decoration:none;
}


.task-detail {
    padding: 0.5em;
    background-color:white;
    margin-bottom:1em;
    border-radius:0.5em
}

.pickr {
    border: 0;
    width: 50%;
    height: 2em;
    font-weight: bold;
    color: white;
    background: black;
    text-align: center;
}





.lock-tag {
    color: white;
    
    background-color: #4aa2c3;
    padding: 3px 6px;
    margin-left: auto;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0.25em;


}

    .lock-tag i {
        
    }



.hr-question {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    width: 100%;
    margin: 1.5em 0 2em;
}

    .hr-question:before {
        content: '';
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
        background: linear-gradient(to right, transparent, #818078, transparent);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 3px;
    }

    .hr-question:after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        padding: 0 .5em;
        line-height: 1em;
        background-color: orange;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: bold;
    }


.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    width: 100%;
    margin: 3em 0 4em;
}

.hr-text:before {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 3px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 .5em;
    line-height: 1em;
    background-color: #fcfcfa;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: bold;
}

/*Radio Button Animation*/

.fidget-spinner {
    padding: 0.35em;
    align-self: center;
    margin: auto;
    min-height: 1.75em;
    min-width: 1.75em;
    font-size: 1.75em;
    color: white;
}

.spin {
    position: absolute;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*End of Radio Button Animation*/

.small i.fad {
    color: #175676
}

.medium i.fad {
    color: #175676
}

.large i.fad {
    color: #175676
}


.search {
    width: 100%;
}

.searchTerm {
    width: 100%;
    border: 2px solid silver;
    border-right: none;
    padding: 5px;
    height: 36px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #333;
}

    .searchTerm:focus {
        color: #222;
    }

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid silver;
    background: silver;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}


.red {
    background-color: #e31736;
    color: white;
}

button.transparent {
    border: 0
}


.transparent {
    background-color: transparent;
}

.gainsboro {
    background-color: gainsboro;
}

.green {
    background-color: #49a34f;
    color: white
}

.greeni {
    color: #49a34f;
    background-color: white
}

.light-blue {
    background-color: #cce6f4
}

.mid-blue {
    background-color: #4ba3c4;
}

.dark-blue {
    background-color: #175676;
    color: white
}

.red {
    background-color: #e31736;
    color: white
}

.redi {
    color: #e31736;
    background-color: white
}

.dim-grey {
    background-color: #969699;
    color: white
}

.grey-text {
    color: silver
}

.pink {
    background-color: pink
}

.slate {
    background-color: slategrey;
    color: white
}

.orange {
    background-color: #f47b1f;
    color: white
}

.orange i{
    color: white
}


.orange-50 {
    background-color: rgba(244, 123, 31, 0.5);
    color: white
}

.orange-75 {
    background-color: rgba(244, 123, 31, 0.75);
    color: white
}

.orange-50 input {
    background-color: rgba(244, 123, 31, 0.5);
    color: white;
    font-weight: bold
}

.orange-75 input {
    background-color: rgba(244, 123, 31, 0.75);
    color: white;
    font-weight: bold
}


.error {
    color: red;
}

/*=======================================
  TAB NAVIGATION
========================================*/
.tabs-nav-inner ul {
    margin: 0;
    padding: 0;
}

.tabs-nav-inner li {
    border-radius: 1em;
    padding: 0.8% 2%;
    display: inline-flex;
    /* For normal, healthy browsers */
    /*white-space: nowrap;*/
    *display: inline;
    zoom: 1;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: white;
    cursor: pointer;
    margin-left: 1px;
    margin-bottom: 0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: darkorange; /*#4ba3c4*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

* html .tabs-nav-inner li {
    /* for IE6 */
    display: inline;
}

* + html .tabs-nav-inner li {
    /* for IE7 */
    display: inline;
}

    .tabs-nav-inner li:hover {
        color: #fff;
        background-color: #4ba3c4;
    }

    .tabs-nav-inner li:first-child {
        margin-left: 0;
        border-left: 0;
    }

    .tabs-nav-inner li:last-child {
        border-right: 0;
        border-left: 0;
    }

@media (max-width: 800px) {
    .tabs-nav-inner li {
        width: 33.34%;
        padding: 0;
    }
}

/*=======================================
  TAB CONTENT
========================================*/
.tab-container {
    width:100%;
    background-color: #fff;
}

.tabs-nav-inner .active, li.active {
    color: darkorange; /*#175676;*/
    background-color: white;
    border-radius: 1em;
}




/*=======================================
  TAB BODY
========================================*/
.tabs {
    width: 100%;
    border-bottom: 32px solid white;
}


nav.tabs-nav {
    border: 0;
}


/*=======================================
  TAB NAVIGATION
========================================*/
.tabs-nav ul {
    margin: 0;
    padding: 0;
}

.tabs-nav li {
    border-radius: 6px 6px 0 0;
    padding: 0.8% 2%;
    display: inline-block;
    /* For normal, healthy browsers */
    /*white-space: nowrap;*/
    *display: inline;
    zoom: 1;

    font-size: 1rem;
    text-align: center;
    text-transform: none;
    letter-spacing: -1px;
    color: white;
    cursor: pointer;
    margin-left: 1px;
    margin-bottom: 0;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #4ba3c4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

* html .tabs-nav li {
    /* for IE6 */
    display: inline;
}

* + html .tabs-nav li {
    /* for IE7 */
    display: inline;
}

    .tabs-nav li:hover {
        color: #fff;
        background-color: #4ba3c4;
        border-bottom: 1px solid #4ba3c4;
    }

    .tabs-nav li:first-child {
        margin-left: 0;
        border-left: 0;
    }

    .tabs-nav li:last-child {
        border-right: 0;
        border-left: 0;
    }

@media (max-width: 800px) {
    .tabs-nav li {
        width: 33.34%;
        padding: 0;
    }
}

/*=======================================
  TAB CONTENT
========================================*/

.tabs-nav .active, li.active {
    color: #175676;
    background-color: white;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #4ba3c4;
}

.tabs-nav2 .active, li.active {
    color: #175676;
    background-color: white;
    border-radius: 6px 6px 0 0;
    border-color: #4ba3c4;
}


.hide {
    display: none;
}

.show {
    display: block;
}


.feature-grid-item {
    border-radius: 6px;
    background-color: #efefef;
    -moz-box-shadow: 2px 2px 4px 0 #ddd;
    -webkit-box-shadow: 2px 2px 4px 0 #ddd;
    box-shadow: 2px 2px 4px 0 #ddd;
    margin-bottom: 24px;
}

.feature-grid-heading {
    border-radius: 6px 6px 0 0;
    padding: 6px;
    color: white;
    text-transform: uppercase;
    font-family: "Source Sans Pro";
}

.feature-grid-text {
    padding: 6px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}





table.fees {
    background-color: gainsboro;
}

table.fees {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
}






    table.fees th {
        background-color: #cce6f4;
        text-align: left;
        border: solid 3px white;
        padding: 3px;
    }

    table.fees td {
        box-sizing: border-box;
        flex-grow: 1;
        font-size: 14px;
        // Default to full width padding: 0.8em 1.2em;
        overflow: hidden;
        // Or flex might break list-style: none;
        border: solid 3px white;
        padding: 3px;
        background: fade(slategrey,10%);
    }





ul.iconList {
    list-style-type: none;
    display: flex; /* establish flex container */
    flex-direction: column;
    height: 100%;
}

.iconList li {
    margin: 0.1em 0;
    flex: 1; /* distribute all available space evenly among flex items */
    display: flex; /* make each flex item a flex container, as well */
    align-items: center; /* center text vertically (in this case) */
    justify-content: left; /* center text horizontally (in this case) */
    border-radius: 2px;
}

    .iconList li a.text {
        color: #888;
        font-weight: bold;
        text-decoration: none;
        display: flex;
        flex-grow: 1;
        flex-shrink: 1;
        text-align: left;
        padding: 10px 0 10px 0;
    }

    .iconList li a:hover {
        font-weight: bold;
        text-decoration: none;
    }

    .iconList li a i {
        color: #175676;
        font-size: 2em;
        float: left;
        width: 50px;
        padding: 0.25em;
    }

    .iconList li.active {
        background-color: gainsboro;
    }

    .iconList li:hover {
        background-color: cornsilk;
    }


ul.iconListH {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style-type: none
}

    ul.iconListH > * {
        flex-wrap: wrap;
        flex: 1;
        text-align: center;
        padding: 0.5em;
    }

.iconListH li {
    font-size: 1em;
}


    .iconListH li a i {
        font-size: 4em;
        color: #175676;
    }

    .iconListH li.active {
        background-color: pink;
    }

    .iconListH li:hover {
        background-color: gainsboro;
        cursor:pointer;
    }



.align-v {
    margin: auto 0
}

.align-h {
    margin: 0 auto
}

.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: gainsboro;
}


.docList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.doc {
    display: flex;
}

.client {
    height: 220px;
    margin: 5px;
    padding: 5px;
    border: 1px solid gainsboro;
    border-radius: 3px;
    text-align: center;
}



.docItem {
    margin: 0;
    background: #efefef;
    border-radius: 5px;
}



.docIcon {
}

    .docIcon i {
        padding: 10px;
        font-size: 32px;
        color: #e31736;
    }

.docDetails {
    padding: 10px 0;
    margin: auto 0;
}

    .docDetails a {
        color: #4ba3c4;
        text-decoration: none;
        font-weight: bold
    }

.validation-summary-errors {
    color: red;
    text-align: center;
}

    .validation-summary-errors li {
        list-style: none;
    }




.video-button-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 3px 0;
}

.video-button {
    border-radius: 3px;
}

a.video-button {
    display: flex;
    padding: 8px;
    text-align: left;
    color: white;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.3px;
    font-size: 16px;
    font-weight: 550;
}

    a.video-button div.text {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: left;
    }

    a.video-button:hover {
        opacity: 0.7;
    }

    a.video-button i {
        margin-right: 8px;
    }


.content-button {
    display: block;
    margin: 3px 0;
    border-radius: 0.3em;
}

.locked {
    opacity: 0.7;
}

a.content-button {
    padding: 8px;
    display: block;
    text-align: left;
    color: white;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.05em;
    font-size: 0.9em;
    font-weight: normal;
}



    a.content-button:hover {
        opacity: 0.7;
    }

    a.content-button i {
        margin-right: 8px;
    }

a.content-button-portal {
    padding: 6px 10px;
    display: block;
    text-align: left;
    color: white;
    width: 100%;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: -0.05em;
    font-size: 0.9em;
    margin-bottom:0.25em;
    border-radius:0.25em;
}


    *, :after, :before {
    box-sizing: border-box
}

a.content-button-portal:hover {
    opacity: 1;
}

a.content-button-portal i {
    margin-right: 8px;
}

body, html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-family: Source Sans Pro,sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
}

.video-wrapper iframe {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}



iframe {
    display: block;
    width: 100vw;
    height: calc(100vh - 120px);
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
}


.home-link {
    color: white;
    font-size: 24px;
    line-height: 55px;
}


.outlined {
    border: 1px solid white;
}

.not-outlined {
    border: 1px solid transparent;
}

ul.report-list {
    list-style-type: none;
    padding: 0;
}


    ul.report-list li {
        height: 38px;
        margin: 2px 0;
        text-align: left;
    }

        ul.report-list li a {
            padding: 10px;
            display: block;
            text-align: left;
            color: white;
            width: 100%;
            text-transform: uppercase;
            text-decoration: none;
            letter-spacing: -1px;
        }

            ul.report-list li a i {
                margin-right: 7px;
            }

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.hp-feature {
    background-color: white;
    padding: 1em;
    border: 2px solid silver;
    margin: 0;
    border-radius: 0.5em;
}

    .hp-feature.left {
        margin-right: 0.5em;
    }

    .hp-feature.centre {
        margin: 0 0.5em
    }

    .hp-feature.right {
        margin-left: 0.5em
    }

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

.logo-text a:hover {
    text-decoration:none;
}


a {
    background-color: transparent;
    color: #175676;
    font-size: 1em;
    text-decoration: none;
}

    a:active, a:hover {
        animation: pulsar 1s infinite;
        animation-timing-function: linear;
        outline: 0
    }

        a:hover::before {
 
    }

/***** Pulse *****/

.pulsar a:hover {
    animation: pulsar 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulsar {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
        100%

{
    transform: scale(1);
}

}



abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 1.8em;
}

mark {
    background: #ff0;
    color: #000
}



sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

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
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    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
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}


table.member-list td {
    margin: 1px;
    padding: 4px;
    background: gainsboro;
}





fieldset {
    margin: 0;
    min-width: 0
}

fieldset, legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.428571;
    color: #555
}

.form-control {
    width: 100%;
    /*height: 34px;*/
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000000CC;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        opacity: 0.8
    }

        .form-control[disabled]:before {
            content: "";
            position: absolute;
            left: 10px;
            top: 0;
            bottom: 0;
            width: 20px;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill-rule='evenodd'%3E%3Cpath d='M16.036 18.455l2.404-2.405 5.586 5.587-2.404 2.404zM8.5 2C12.1 2 15 4.9 15 8.5S12.1 15 8.5 15 2 12.1 2 8.5 4.9 2 8.5 2zm0-2C3.8 0 0 3.8 0 8.5S3.8 17 8.5 17 17 13.2 17 8.5 13.2 0 8.5 0zM15 16a1 1 0 1 1 2 0 1 1 0 1 1-2 0'%3E%3C/path%3E%3C/svg%3E") center / contain no-repeat;
        }


    /*background: url('data:image/svg+xml;utf8,<svg ...> ... </svg>')*/
    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

    .form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 6px
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table
    }

    .form-horizontal .form-group:after {
        clear: both
    }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group-addon, .input-group-btn, .input-group .form-control {
        display: table-cell
    }

        .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group .form-control:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group .form-control:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn, .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

        .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
            margin-right: -1px
        }

        .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
            z-index: 2;
            margin-left: -1px
        }

.list-label {
    margin-top: 1.3em;
    padding: .2em 0;
    
    font-weight:bold;
    text-transform:uppercase;
    line-height: 1;
    color: darkslategrey;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .list-label i {
        margin-left:3px;
        margin-right:0;
    }


.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

h1 {
    position:relative;
    font-size: 1.8em;
    color: dimgrey;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h2 {
    font-size: 1.6em;
    color: #010101EE;
    font-weight: 400;
}

.product-grid__item:hover body.theme-color-water .product-grid__item__name, .product-grid__item:hover body.theme-color-water .product-grid__item__price, body.theme-color-water .bg-main-color, body.theme-color-water .button--border--solid, body.theme-color-water .mobile-nav, body.theme-color-water .product-grid__item:hover .product-grid__item__name, body.theme-color-water .product-grid__item:hover .product-grid__item__price, body.theme-color-water .section--themed {
    background-color: #094461;
    color: #fff
}

.hamburger.lines:hover.active body.theme-color-water span:after, .hamburger.lines:hover.active body.theme-color-water span:before, .hamburger body.theme-color-water span, .hamburger body.theme-color-water span:after, .hamburger body.theme-color-water span:before, body.theme-color-water .bg-secondary-color, body.theme-color-water .hamburger.lines:hover.active span:after, body.theme-color-water .hamburger.lines:hover.active span:before, body.theme-color-water .hamburger span, body.theme-color-water .hamburger span:after, body.theme-color-water .hamburger span:before, body.theme-color-water .nav-link--home__text:after {
    background-color: #fff;
    color: #362bdc
}

.blogposts-centered body.theme-color-water .blogpost-title, body.theme-color-water .blogposts-centered .blogpost-title, body.theme-color-water .button--border, body.theme-color-water .font-main-color, body.theme-color-water .nav-link, body.theme-color-water .section__hero-content, body.theme-color-water footer a, footer body.theme-color-water a {
    color: #fff
}

article body.theme-color-water a, article body.theme-color-water a:visited, body.theme-color-water .employee-grid__item__email, body.theme-color-water .font-link-color, body.theme-color-water article a, body.theme-color-water article a:visited {
}

body.theme-color-water--active.nav-link:visited, body.theme-color-water .border-main-color, body.theme-color-water .button--border, body.theme-color-water .nav-link--active, body.theme-color-water .nav-link:hover {
    border-color: #fff
}

.product-grid__item:hover body.theme-color-sun .product-grid__item__name, .product-grid__item:hover body.theme-color-sun .product-grid__item__price, body.theme-color-sun .bg-main-color, body.theme-color-sun .button--border--solid, body.theme-color-sun .mobile-nav, body.theme-color-sun .product-grid__item:hover .product-grid__item__name, body.theme-color-sun .product-grid__item:hover .product-grid__item__price, body.theme-color-sun .section--themed {
    background-color: #f8ea88;
    color: #000
}

.hamburger.lines:hover.active body.theme-color-sun span:after, .hamburger.lines:hover.active body.theme-color-sun span:before, .hamburger body.theme-color-sun span, .hamburger body.theme-color-sun span:after, .hamburger body.theme-color-sun span:before, body.theme-color-sun .bg-secondary-color, body.theme-color-sun .hamburger.lines:hover.active span:after, body.theme-color-sun .hamburger.lines:hover.active span:before, body.theme-color-sun .hamburger span, body.theme-color-sun .hamburger span:after, body.theme-color-sun .hamburger span:before, body.theme-color-sun .nav-link--home__text:after {
    background-color: #000;
    color: #f8ea88
}

.blogposts-centered body.theme-color-sun .blogpost-title, body.theme-color-sun .blogposts-centered .blogpost-title, body.theme-color-sun .button--border, body.theme-color-sun .font-main-color, body.theme-color-sun .nav-link, body.theme-color-sun .section__hero-content, body.theme-color-sun footer a, footer body.theme-color-sun a {
    color: #000
}

article body.theme-color-sun a, article body.theme-color-sun a:visited, body.theme-color-sun .employee-grid__item__email, body.theme-color-sun .font-link-color, body.theme-color-sun article a, body.theme-color-sun article a:visited {
    color: #b0a55b
}

body.theme-color-sun--active.nav-link:visited, body.theme-color-sun .border-main-color, body.theme-color-sun .button--border, body.theme-color-sun .nav-link--active, body.theme-color-sun .nav-link:hover {
    border-color: #000
}

.product-grid__item:hover body.theme-color-earth .product-grid__item__name, .product-grid__item:hover body.theme-color-earth .product-grid__item__price, body.theme-color-earth .bg-main-color, body.theme-color-earth .button--border--solid, body.theme-color-earth .mobile-nav, body.theme-color-earth .product-grid__item:hover .product-grid__item__name, body.theme-color-earth .product-grid__item:hover .product-grid__item__price, body.theme-color-earth .section--themed {
    background-color: #e7afa3;
    color: #000
}

.hamburger.lines:hover.active body.theme-color-earth span:after, .hamburger.lines:hover.active body.theme-color-earth span:before, .hamburger body.theme-color-earth span, .hamburger body.theme-color-earth span:after, .hamburger body.theme-color-earth span:before, body.theme-color-earth .bg-secondary-color, body.theme-color-earth .hamburger.lines:hover.active span:after, body.theme-color-earth .hamburger.lines:hover.active span:before, body.theme-color-earth .hamburger span, body.theme-color-earth .hamburger span:after, body.theme-color-earth .hamburger span:before, body.theme-color-earth .nav-link--home__text:after {
    background-color: #000;
    color: #e7afa3
}

.blogposts-centered body.theme-color-earth .blogpost-title, body.theme-color-earth .blogposts-centered .blogpost-title, body.theme-color-earth .button--border, body.theme-color-earth .font-main-color, body.theme-color-earth .nav-link, body.theme-color-earth .section__hero-content, body.theme-color-earth footer a, footer body.theme-color-earth a {
    color: #000
}

article body.theme-color-earth a, article body.theme-color-earth a:visited, body.theme-color-earth .employee-grid__item__email, body.theme-color-earth .font-link-color, body.theme-color-earth article a, body.theme-color-earth article a:visited {
    color: #90514c
}

body.theme-color-earth--active.nav-link:visited, body.theme-color-earth .border-main-color, body.theme-color-earth .button--border, body.theme-color-earth .nav-link--active, body.theme-color-earth .nav-link:hover {
    border-color: #000
}

.product-grid__item:hover body.theme-color-freaky .product-grid__item__name, .product-grid__item:hover body.theme-color-freaky .product-grid__item__price, body.theme-color-freaky .bg-main-color, body.theme-color-freaky .button--border--solid, body.theme-color-freaky .mobile-nav, body.theme-color-freaky .product-grid__item:hover .product-grid__item__name, body.theme-color-freaky .product-grid__item:hover .product-grid__item__price, body.theme-color-freaky .section--themed {
    background-color: #094461;
    color: #000
}

.hamburger.lines:hover.active body.theme-color-freaky span:after, .hamburger.lines:hover.active body.theme-color-freaky span:before, .hamburger body.theme-color-freaky span, .hamburger body.theme-color-freaky span:after, .hamburger body.theme-color-freaky span:before, body.theme-color-freaky .bg-secondary-color, body.theme-color-freaky .hamburger.lines:hover.active span:after, body.theme-color-freaky .hamburger.lines:hover.active span:before, body.theme-color-freaky .hamburger span, body.theme-color-freaky .hamburger span:after, body.theme-color-freaky .hamburger span:before, body.theme-color-freaky .nav-link--home__text:after {
    background-color: #000;
    color: #77f3d9
}

.blogposts-centered body.theme-color-freaky .blogpost-title, article body.theme-color-freaky a, article body.theme-color-freaky a:visited, body.theme-color-freaky .blogposts-centered .blogpost-title, body.theme-color-freaky .button--border, body.theme-color-freaky .employee-grid__item__email, body.theme-color-freaky .font-link-color, body.theme-color-freaky .font-main-color, body.theme-color-freaky .nav-link, body.theme-color-freaky .section__hero-content, body.theme-color-freaky article a, body.theme-color-freaky article a:visited, body.theme-color-freaky footer a, footer body.theme-color-freaky a {
    color: #000
}

    body.theme-color-freaky--active.nav-link:visited, body.theme-color-freaky .border-main-color, body.theme-color-freaky .button--border, body.theme-color-freaky .nav-link--active, body.theme-color-freaky .nav-link:hover {
        border-color: #000
    }

.nav-link--disabled, .nav-link--disabled:hover {
    border-color: transparent !important;
    cursor: not-allowed;
}

body.theme-font-standard h1 {
    font-family: Source Sans Pro,sans-serif;
}


body.theme-font-standard .nav-link.nav-link--home, body.theme-font-standard h2, body.theme-font-standard h3, body.theme-font-standard h4, body.theme-font-standard h5, body.theme-font-standard h6 {
    font-family: Source Sans Pro,sans-serif;
    color: #808080;
}

.source-sans-pro, body.theme-font-standard, body.theme-font-standard .nav-link {
    font-family: Source Sans Pro,sans-serif
}

    body.theme-font-standard p {
        font-size: 1em;
        margin-bottom: 1.5em;
        color: #111111c0;
    }


body.theme-font-serif p {
    line-height: 1.6em;
    margin-bottom: 30px
}

.product-image-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-image {
    max-width: 100%;
    max-height: 600px
}

.product-price {
    font-size: 30px;
    margin-bottom: 20px
}

.product-teaser {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px
}

.product-button {
    margin-bottom: 40px
}

.product-advantages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.product-advantage {
    padding: 15px 0;
    font-weight: 700;
    border-top: 1px solid #f2f2f2
}

    .product-advantage:last-child {
        border-bottom: 1px solid #f2f2f2
    }

.product-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.product-grid__item {
    height: 300px;
    position: relative;
    overflow: hidden;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

    .product-grid__item:hover {
        cursor: pointer
    }

.product-grid__item__overlay {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-grid__item-image {
    max-width: 100%
}

.product-grid__item__name, .product-grid__item__price {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 5px;
    background-color: rgba(0,0,0,.35);
    padding: 2px 5px;
    display: inline-block
}


.debug {
    display: none;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 20;
    font-size: 11px;
    color: orange;
    background-color: rgba(0,0,0,.5);
}



body.frontpage .header:not(.header--fixed) .nav-link--home__text:after {
    background-color: #fff
}

body.frontpage .header:not(.header--fixed) .nav-link {
    color: #fff
}

    body.frontpage .header:not(.header--fixed) .nav-link--active, body.frontpage .header:not(.header--fixed) .nav-link:hover {
        border-bottom-color: #fff
    }

body.frontpage .header:not(.header--fixed) .hamburger span, body.frontpage .header:not(.header--fixed) .hamburger span:after, body.frontpage .header:not(.header--fixed) .hamburger span:before {
    background-color: #fff
}

body.fixed .top-nav.-open {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translate(0)
}

footer {
    background-color: white;
    color: white;
    letter-spacing: -0.25px;
    margin-bottom:5em
}

    footer a {
        color: white;
    }

.logo {
    /*padding-left: 20px*/
}

.logo-image {
    height: auto;
    display: block
}

/*.nav-bar {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    width:100%;
}

.nav-bar--list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.nav-bar--center, .nav-bar--list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end
}

.nav-bar--air-bottom {
    margin-bottom: 40px
}

.nav-bar--fill {
    flex-grow: 1;
    text-align: center
}


.nav-link, .nav-link:visited {
    text-decoration: none;
    margin: 10px 7px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent
}*/

/*.nav-link-buttons, .nav-link-buttons:visited {
    text-decoration: none;
    margin: 10px 7px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    border-color: transparent;
    letter-spacing: 1px;
    color: white;
}*/


.nav-link--air-bottom {
    margin-bottom: 5px
}

a.nav-link.nav-link--black {
    color: #000
}

    a.nav-link.nav-link--black:hover {
        border-color: #000
    }

.nav-link--black.nav-link--active {
    box-shadow: inset 0 -2px 0 #000
}

.nav-link--home {
    font-size: 24px;
    font-weight: 900;
    margin-left: 20px;
    color: #f4f4f0
}

    .nav-link--home:hover {
        box-shadow: none
    }

.nav-link--home__text {
    position: relative
}

    .nav-link--home__text:after {
        position: absolute;
        right: 0;
        display: block;
        content: "";

    }

.section {
    background-color: white;
    width: 100%;
    padding: 20px 30px 40px
}


.section--inner {
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
}

.footer-bg {
    background-repeat: no-repeat;
    background-position: center top;
    padding: 30px;
}

a.footer-bg {
    color: white;
    text-decoration: none;
}


.hero {
    padding-top: 10em;
    align-items: center;
    clear: both;
    margin-bottom: 10em;
    text-align: center;
    color: white;
}


.section--sand {
    background-color: #f4f4f0
}

.section--stroke-bottom {
    border-bottom: 1px solid #f2f2f2
}

.section--full-height {
    min-height: 100vh
}

.section--header {
    padding: 120px 30px 0 30px;
    color: white;
    background-image: url(https://classanalytics.com.au/media/b3jnjxx4/section-header-bg.png);
    /* background-position-y: -50px; */
    height: 250px;
}

.section-header-logo-placeholder {
    height: 96px;
    width: 96px;
    margin: 0;
    padding: 0;
}

.section--header--portal {
    padding: 110px 30px 0 30px;
    color: white;
    background-image: url(https://classanalytics.com.au/media/kiomato3/section-header-portal.png);
    height: 250px;
    background-size: 2561px 50%;
    background-position: center bottom;
    background-repeat: no-repeat;
    align-items: start;
}

.section--header--portal--ca {
    padding: 70px 0;
    color: white;
    background-image: url(https://classanalytics.com.au/media/kiomato3/section-header-portal.png);
    height: 190px;
    background-size: 2561px 50%;
    background-position: center bottom;
    background-repeat: no-repeat;
    align-items: start;
}

.section--content-center {
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.section--content-center, .section--content-center-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.section--content-center-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.section--thick-border {
    border: 20px solid #fff
}

body.frontpage .section__hero-content {
    color: #fff
}

.section__hero-content {
    max-width: 760px;
    padding: 0 20px
}

.section__description {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 60px
}

.background-image-full {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% background-color:#0071a5;
}

.overlay {
    position: relative
}

    .overlay:after {
        content: "";
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.overlay--dark:after {
    background: rgba(37,33,33,.6)
}

.overlay--light:after {
    background: hsla(0,0%,88%,.6)
}

.overlay * {
    position: relative;
    z-index: 1
}

.button, .button--small {
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    outline: none
}

    .button--small:hover, .button:hover {
        opacity: .7
    }

.button--small {
    padding: 8px 40px;
    font-size: 14px
}

.button--small--green {
    padding: 8px 10px;
    font-size: 14px;
    background-color: orangered;
    border-radius: 3px;
}

.button--small--green {
    padding: 8px 10px;
    font-size: 14px;
    background-color: limegreen;
    border-radius: 3px;
}

.button--small--orange {
    padding: 8px 10px;
    font-size: 14px;
    background-color: #175676; /* dark blue for contrast */
    border-radius: 3px;
}

.button--small--red {
    padding: 8px 10px;
    font-size: 14px;
    background-color: #e31736;
    border-radius: 3px;
}

.button--border--light {
    background: none;
    border-color: #fff;
    color: #fff
}

    .button--border--light:hover {
        background: #fff;
        color: #000;
        opacity: 1
    }

.button--border--light_solid {
    background: #fff;
    border-color: #fff;
    color: #000
}

    .button--border--light_solid:hover {
        opacity: .7
    }

.button--border--dark {
    background: none;
    border-color: #000;
    color: #000
}

    .button--border--dark:hover {
        background: #000;
        color: #fff;
        opacity: 1
    }

.button--border--dark_solid {
    background: #000;
    border-color: #000;
    color: #fff
}

    .button--border--dark_solid:hover {
        opacity: .7
    }

.button--border {
    background: none
}

    .button--border:hover {
        opacity: 1
    }

.button--border--solid {
    border-color: transparent
}

    .button--border--solid:hover {
        opacity: .7
    }

.blogposts {
    margin-left: auto;
    margin-right: auto
}

.blogpost {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 30px 20px
}

    .blogpost.blogpost-with-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blogpost:last-child {
        margin-bottom: 60px
    }

    .blogpost:hover .blogpost-title {
        text-decoration: underline
    }

.blogpost-image {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-left: 40px;
    border-radius: 50%
}

.blogpost-info {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.blogpost-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 10px
}

.blogpost-date {
    display: block;
    opacity: 1;
    margin-right: 10px
}

.blogpost-cat {
    opacity: .5
}

.blogpost-image {
    height: 160px;
    width: 160px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px
}

.blogpost-title {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 10px
}

.blogpost-excerpt {
    font-size: 16px;
    line-height: 1.5;
    opacity: .8
}

.blogpost-link {
    margin-top: 25px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,.15);
    color: #000;
    text-decoration: none;
    font-size: 18px
}

    .blogpost-link:hover {
        border-bottom-color: #000
    }

.blogposts-centered {
    text-align: center
}

    .blogposts-centered .blogpost {
        margin: 30px 0;
        padding: 30px 30px 0
    }

        .blogposts-centered .blogpost:hover {
            background: none
        }

        .blogposts-centered .blogpost + .blogpost {
            border-top: 1px solid #f4f4f0
        }

    .blogposts-centered .blogpost-title {
        margin-bottom: 30px
    }

    .blogposts-centered .blogpost-excerpt {
        font-size: 18px
    }

    .blogposts-centered .blogpost-meta {
        -ms-flex-pack: center;
        justify-content: center
    }

    .blogposts-centered .blogpost-title {
        font-size: 30px;
        line-height: 1.3
    }

.testimonial {
    text-decoration: none;
    color: #000;
    display: block;
    background: #f4f4f0;
    margin-bottom: 30px
}

.testimonial-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50%
}

.testimonial-content {
    padding: 30px
}

.testimonial-title {
    letter-spacing: 1px;
    margin: 0 0 10px
}

p.testimonial-text {
    margin-top: 0;
    margin-bottom: 0 !important
}

.testimonial-link {
    color: rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    margin-top: 20px
}

    .testimonial-link:hover {
        color: #000
    }

.employee-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden
}

.employee-grid__item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    background: silver;
    border-radius: 8px;
    margin: 8px;
}

.employee-grid__item__image {
    height: 180px;
    width: 180px;
    border-radius: 50%;
    border: 5px solid #85929E;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    margin: auto;
    text-align: center;
    font-size: 96px;
    line-height: 160px;
    color: white;
}

.employee-grid__item__details {
    margin-top: 10px;
    padding: 10px;
    background: #f4f4f0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    max-height: 200px;
    min-height: 200px;
}

.employee-grid__holder {
    padding: 30px;
    background: #f4f4f0 border-radius:15px;
}

.employee-grid__item__name {
    color: #000;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 5px
}

.employee-grid__item__email {
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block
}

.employee-grid__item__contact {
    padding: 10px;
    background: #f4f4f0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


.employee-grid__item__contact-item {
    color: rgba(0,0,0,.3);
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
}

    .employee-grid__item__contact-item:hover {
        color: #000
    }

label {
    margin: 0.25rem 0;
    font-size: 1rem;
    text-transform: uppercase;
    color: #09090980;
    width:100%;
}

    label a {
        text-decoration: underline;
    }

.form-group {
    margin-bottom: 25px
}



    .form-control:focus {
        border-color: #362bdc;
        box-shadow: none
    }

.mobile-nav-handler {
    margin-left: auto;
    margin-right: 16px
}

.hamburger {
    position: relative;
    cursor: pointer;
    z-index: 5;
    width: 40px;
    height: 54px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .hamburger span, .hamburger span:after, .hamburger span:before {
        display: block;
        transition-property: all;
        transition-duration: .1s
    }

    .hamburger span {
        margin: 0 auto;
        position: relative
    }

        .hamburger span:after, .hamburger span:before {
            position: absolute;
            content: ''
        }

    .hamburger.lines span, .hamburger.lines span:after, .hamburger.lines span:before {
        width: 32px;
        height: 4px
    }

        .hamburger.lines span:before {
            transform: translateY(-5px)
        }

        .hamburger.lines span:after {
            transform: translateY(5px)
        }

    .hamburger.lines:hover span:before {
        transform: translateY(-7px)
    }

    .hamburger.lines:hover span:after {
        transform: translateY(7px)
    }

    .hamburger.lines:hover.active span:before {
        transform: rotate(45deg)
    }

    .hamburger.lines:hover.active span:after {
        transform: rotate(-45deg)
    }

    .hamburger.lines.active span {
        background-color: transparent !important
    }

        .hamburger.lines.active span:after, .hamburger.lines.active span:before {
            transform: translateY(0)
        }

        .hamburger.lines.active span:before {
            transform: rotate(45deg)
        }

        .hamburger.lines.active span:after {
            transform: rotate(-45deg)
        }

article {
    background: white;
    margin: 0 auto
}

    article a, article a:visited {
        text-decoration: none;
        
    }

        article a:hover, article a:visited:hover {
            animation: pulsar 1s infinite;
            animation-timing-function: linear;
            text-decoration: none
        }

    article li, article p {
        font-weight: 400;
        font-style: normal;
        font-size: 1em;
    }

    article li {
        padding: 0;
        margin-bottom:0.5em;
    }

    article ol, article ul {
        margin: 20px;
        padding: 0
    }

    article img {
        max-width: 100%
    }

    article iframe, article img {
        margin: 0 0 20px
    }


.ta-center {
    text-align: center
}

.mw-640 {
    max-width: 640px
}

.ma-h-auto {
    margin-left: auto;
    margin-right: auto
}

.no-air {
    margin: 0;
    padding: 16px 0 24px;
    color: white;
}

.no-scroll {
    overflow: hidden
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 46px
    }
}



@media (max-width:992px) {
    .header .nav-bar {
        display: none
    }

    .nav-bar {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: right;
        -ms-grid-row-align: right;
        align-items: right
    }
}


.pulse-white {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255,255,255, 0.4);
    animation: pulse-white 1.9s infinite;
}

    .pulse-white:hover {
        animation: none;
    }



@-webkit-keyframes pulse-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

@keyframes pulse-white {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
