@import url(https://fonts.googleapis.com/css?family=Quicksand:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,600,700);
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #3b3a3a;
    font-family: Quicksand, sans-serif;
    line-height: 1.75;
    font-weight: 400;
    font-size: 14px
}

@media (min-width:1000px) {
    * {
        font-size: 16px
    }
}

:focus {
    outline: 0
}

p {
    width: 100%;
    text-align: center;
    font-family: Quicksand, sans-serif!important;

}

@media (min-width:1000px) {
    p {
        text-align: left;
    }
}

h1 {
    font-size: 20px!important;
    font-weight: 700!important;
    text-align: center;
    line-height: 1.4!important;
    font-family: Quicksand, sans-serif!important;

}

@media (min-width:1000px) {
    h1 {
        font-size: 35px!important;
        text-align: left;
            color:black;


    }
}

h2 {
    font-size: 16px!important;
    font-weight: bold!important;
    text-align: center;
        font-family: Quicksand, sans-serif!important;

}

@media (min-width:1000px) {
    h2 {
        font-size: 25px!important;
        text-align: left;
        font-weight:bold;
    }
}

h2.large {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 700
}

@media (min-width:1000px) {
    h2.large {
        font-size: 35px
    }
}

b {
    font-weight: 700;
    color: inherit
}

a {
    color: inherit;
    text-decoration: none;
    transition: ease all .3s
}

ul {
    list-style: none
}

b,
i,
span,
u {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.primary-container {
    width: 87.5vw;
    max-width: 100%;
    margin: 0 auto
}

@media (min-width:1000px) {
    .primary-container {
        max-width: 1400px
    }
}

@media (min-width:1000px) {
    .primary-container.with-sidebar {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }
}

.primary-text {
    width: 100%
}

.primary-text h1,
.primary-text h2,
.primary-text p,
.primary-text ul {
    width: 100%;
    margin-bottom: 15px
}

@media (min-width:1000px) {
    .primary-text h1,
    .primary-text h2,
    .primary-text p,
    .primary-text ul {
        max-width: 550px
    }
}

.primary-text h1:last-child,
.primary-text h2:last-child,
.primary-text p:last-child,
.primary-text ul:last-child {
    margin-bottom: 0
}

.primary-text h1 a,
.primary-text h2 a,
.primary-text p a,
.primary-text ul a {
    text-decoration: underline;
    font-weight: 600
}

.primary-text h1 a:hover,
.primary-text h2 a:hover,
.primary-text p a:hover,
.primary-text ul a:hover {
    color: #0c76ac
}

.primary-text ul {
    margin: 20px 0;
    margin-left: 20px
}

.primary-text ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px
}

.primary-text ul li:last-child {
    margin-bottom: 0
}

.primary-text ul li:before {
    width: 6px;
    height: 6px;
    background-color: #3b3a3a;
    border-radius: 360px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 0
}

.primary-text ul li a {
    color: #2ad4ce;
    text-decoration: underline;
    position: relative
}

.primary-text ul li a:before {
    width: 6px;
    height: 6px;
    background-color: #2ad4ce;
    border-radius: 360px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: -20px;
    transition: ease all .3s
}

.primary-text ul li a:hover {
    color: #1f928f
}

.primary-text ul li a:hover:before {
    background-color: #1f928f
}

.primary-text.centred {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

.primary-text.centred h2,
.primary-text.centred p {
    text-align: center
}

@media (min-width:1000px) {
    .primary-text.main {
        max-width: 550px
    }
}

.primary-text.main h2,
.primary-text.main p {
    text-align: left
}

.primary-text.main h2.quote,
.primary-text.main p.quote {
    font-size: 20px;
    color: #2ad4ce;
    font-weight: 700;
    padding-left: 40px;
    position: relative
}

@media (min-width:1000px) {
    .primary-text.main h2.quote,
    .primary-text.main p.quote {
        font-size: 35px;
        margin-top: 40px;
        margin-bottom: 50px;
        padding-left: 60px
    }
}

.primary-text.main h2.quote:before,
.primary-text.main p.quote:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/icons/speech.png)
}

@media (min-width:1000px) {
    .primary-text.main h2.quote:before,
    .primary-text.main p.quote:before {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px)
    }
}

.button {
    padding: 10px 15px;
    padding-right: 30px;
    border: solid 2px #2ad4ce;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    color: #2ad4ce;
    border-radius: 20px;
    position: relative;
    margin-top: 5px;
    font-weight: 700
}

@media (min-width:1000px) {
    .button {
        padding-right: 35px
    }
}

.button:after {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/icons/arrow-green.png);
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 9px;
    transition: ease all .3s
}

@media (min-width:1000px) {
    .button:after {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px)
    }
}

.button:hover {
    color: #0c76ac;
    border: solid 2px #0c76ac
}

.button:hover:after {
    animation: point .3s infinite alternate;
    background-image: url(/images/icons/arrow-blue.png)
}

.button.blue {
    border: none;
    background-color: #0c76ac
}

.button.blue:after {
    background-image: url(/images/icons/arrow-white.png)
}

.button.blue:hover {
    border: none;
    background-color: #095c87;
    color: #2ad4ce
}

.button.blue:hover:after {
    background-image: url(/images/icons/arrow-green.png)
}

.button.form,
.button.white {
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff
}

@media (min-width:750px) {
    .button.form,
    .button.white {
        margin-left: 25px
    }
}

.button.form:after,
.button.white:after {
    background-image: url(/images/icons/arrow-white.png)
}

.button.form:hover,
.button.white:hover {
    color: #2ad4ce;
    border: solid 2px #2ad4ce
}

.button.form:hover:after,
.button.white:hover:after {
    background-image: url(/images/icons/arrow-green.png)
}

.button.form:hover.blue-hover,
.button.white:hover.blue-hover {
    color: #0c76ac;
    border: solid 2px #0c76ac
}

.button.form:hover.blue-hover:after,
.button.white:hover.blue-hover:after {
    background-image: url(/images/icons/arrow-blue.png)
}

.button.white {
    margin: 0
}

@keyframes point {
    0% {
        right: 7px
    }
    100% {
        right: 11px
    }
}

@keyframes point-tablet {
    0% {
        right: 7px
    }
    100% {
        right: 11px
    }
}

header {
    width: 100vw;
    max-width: 100%;
    z-index: 1
}

.logo-nav {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-top: 20px;
    padding-bottom: 50px
}

@media (min-width:1000px) {
    .logo-nav {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        padding: 100px 0
    }
}

.logo-nav .nav-trigger {
    position: fixed;
    top: 20px;
    right: 5vw;
    width: 30px;
    height: 30px;
    z-index: 2;
    background-color: #fff;
    border-radius: 360px;
    border: solid 2px #2ad4ce;
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/icons/nav-open-green.png);
    transition: ease all .3s;
    cursor: pointer
}

.logo-nav .nav-trigger.active {
    background-image: url(/images/icons/nav-close-green.png);
    background-size: 50%
}

.logo-nav .nav-trigger:hover {
    border: solid 2px #1f928f;
    background-image: url(/images/icons/nav-open-green-dark.png)
}

.logo-nav .nav-trigger:hover.active {
    background-image: url(/images/icons/nav-close-green-dark.png)
}

@media (min-width:1000px) {
    .logo-nav .nav-trigger {
        display: none
    }
}

.logo-nav .logo {
    width: 150px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/icons/logo-adhd-team-gradient.png)
}

.logo-nav .logo:hover {
    transform: scale(1.2)
}

.logo-nav .contact-nav {
    width: 100%
}

.logo-nav .contact-nav .contact {
    display: none
}

@media (min-width:1000px) {
    .logo-nav .contact-nav .contact {
        display: block;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
        margin-bottom: 20px
    }
    .logo-nav .contact-nav .contact a {
        color: #2ad4ce;
        margin-right: 20px;
        position: relative;
        padding-left: 35px
    }
    .logo-nav .contact-nav .contact a:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        top: calc(50% - 10px);
        left: 0;
        transition: ease all .3s
    }
    .logo-nav .contact-nav .contact a.phone:before {
        background-image: url(/images/icons/phone-green.png)
    }
    .logo-nav .contact-nav .contact a.email:before {
        background-image: url(/images/icons/email-green.png)
    }
    .logo-nav .contact-nav .contact a:hover {
        color: #1f928f
    }
    .logo-nav .contact-nav .contact a:hover.phone:before {
        background-image: url(/images/icons/phone-green-dark.png)
    }
    .logo-nav .contact-nav .contact a:hover.email:before {
        background-image: url(/images/icons/email-green-dark.png)
    }
    .logo-nav .contact-nav .contact a:hover:before {
        transform: scale(1.2)
    }
    .logo-nav .contact-nav .contact a:last-child {
        margin-right: 0
    }
}

.logo-nav .contact-nav nav {
    width: 100vw;
    min-height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    padding: 70px 0;
    transition: ease all .3s;
    background-color: #fff;
    box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .05);
    z-index: 1
}

.logo-nav .contact-nav nav.active {
    right: 0
}

@media (min-width:1000px) {
    .logo-nav .contact-nav nav {
        width: auto;
        position: static;
        background-color: transparent;
        box-shadow: none;
        min-height: 0;
        padding: 0;
        top: initial;
        right: initial;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end
    }
}

.logo-nav .contact-nav nav a {
    color: #2ad4ce;
    margin-bottom: 10px;
    width: 90vw;
    text-align: center
}

@media (min-width:1000px) {
    .logo-nav .contact-nav nav a {
        width: auto;
        text-align: left;
        margin-bottom: 0;
        margin-right: 20px
    }
    .logo-nav .contact-nav nav a:last-child {
        margin-right: 0
    }
}

.logo-nav .contact-nav nav a:last-child {
    margin-bottom: 0
}

.logo-nav .contact-nav nav a:hover {
    color: #1f928f
}

.logo-nav .contact-nav nav .dropdown-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    z-index: 2
}

@media (min-width:1000px) {
    .logo-nav .contact-nav nav .dropdown-container {
        width: auto;
        margin-right: 30px
    }
}

.logo-nav .contact-nav nav .dropdown-container .link-trigger {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: auto
}

.logo-nav .contact-nav nav .dropdown-container .link-trigger a {
    width: auto
}

.logo-nav .contact-nav nav .dropdown-container .dropdown {
    display: none;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    position: relative;
    width: 100vw;
    max-width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px
}

@media (min-width:1000px) {
    .logo-nav .contact-nav nav .dropdown-container .dropdown {
        background-color: #fff;
        border: none;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
        width: auto;
        min-width: 300px;
        position: absolute;
        top: calc(100% + 10px);
        left: 0
    }
}

@media (min-width:1000px) {
    .logo-nav .contact-nav nav .dropdown-container .dropdown:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(#2ad4ce, #0c76AC);
        top: 5px;
        left: 5px;
        transition: ease all .3s;
        opacity: 0;
        z-index: -1
    }
}

.logo-nav .contact-nav nav .dropdown-container .dropdown.active:before {
    animation: fade .3s linear forwards;
    animation-delay: .3s
}

.logo-nav .contact-nav nav .dropdown-container .dropdown a {
    text-align: center;
    display: block;
    width: 100%;
    color: #0c76ac
}

.logo-nav .contact-nav nav .dropdown-container .dropdown a:hover {
    color: #095c87
}

@media (min-width:1000px) {
    .logo-nav .contact-nav nav .dropdown-container .dropdown a {
        text-align: left;
        margin-bottom: 5px;
        color: #2ad4ce
    }
    .logo-nav .contact-nav nav .dropdown-container .dropdown a:hover {
        color: #1f928f;
        padding-left: 5px
    }
    .logo-nav .contact-nav nav .dropdown-container .dropdown a:last-child {
        margin-bottom: 0
    }
}

.logo-nav .contact-nav nav .dropdown-container .dropdown-trigger {
    margin-left: 15px;
    width: 20px;
    height: 20px;
    background-color: #2ad4ce;
    border-radius: 360px;
    transition: ease all .3s;
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/icons/arrow-white.png);
    transform: rotate(90deg);
    margin-top: -7px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    cursor: pointer
}

@media (min-width:1000px) {
    .logo-nav .contact-nav nav .dropdown-container .dropdown-trigger {
        margin-left: 0;
        margin-top: 0
    }
}

.logo-nav .contact-nav nav .dropdown-container .dropdown-trigger:hover {
    background-color: #1f928f
}

.logo-nav .contact-nav nav .dropdown-container .dropdown-trigger.active {
    background-color: #0c76ac;
    transform: rotate(270deg)
}

.logo-nav .contact-nav nav .dropdown-container .dropdown-trigger.active:hover {
    background-color: #095c87
}

.logo-nav .contact-nav nav .button {
    color: #fff;
    width: auto
}

.logo-nav .contact-nav nav .button:hover {
    color: #2ad4ce
}

@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.home-title {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 50px
}

@media (min-width:1000px) {
    .home-title {
        margin-bottom: 0;
        padding: 100px 0;
        padding-bottom: 250px;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }
}

.home-title h1,
.home-title h2 {
    max-width: 550px
}

.home-title h2 {
    margin-bottom: 10px;
    color: #2ad4ce
}

.home-title h1 {
    margin-bottom: 10px
}

.home-title h1 span {
    color: #2ad4ce
}

header.content {
    background-color: #f9f9f9;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px
}

@media (min-width:1000px) {
    header.content {
        padding-bottom: 150px;
        margin-bottom: 100px
    }
}

header.content:after {
    width: 100%;
    height: 50px;
    bottom: -1px;
    left: 0;
    content: "";
    position: absolute;
    background-image: url(/images/icons/curve-white.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    pointer-events: none
}

header.content .breadcrumbs-title h1,
header.content .breadcrumbs-title p {
    text-align: left;
    max-width: 550px
}

header.content .breadcrumbs-title p {
    font-weight: 700
}

header.content .breadcrumbs-title h1 {
    margin-bottom: 15px;
    color: #2ad4ce
}

header.blue {
    background: radial-gradient(#0c76ac, #095C87)
}

header.blue:before {
    background-image: url(/images/icons/blob-pattern-green.png)
}

header.blue .breadcrumbs-title p {
    color: #fff
}

header.blue .logo {
    background-image: url(/images/icons/logo-adhd-team-green.png)
}

footer {
    width: 100vw;
    max-width: 100%;
    background: linear-gradient(#2ad4ce, #0c76AC);
    padding: 20px 0
}

@media (min-width:1000px) {
    footer {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

footer .footer-content-wrap {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:1000px) {
    footer .footer-content-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 65px;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }
}

footer .footer-content-wrap .footer-content {
    width: 100%;
    margin-bottom: 25px
}

@media (min-width:1000px) {
    footer .footer-content-wrap .footer-content {
        width: calc(50% - 40px);
        margin-bottom: 0
    }
}

footer .footer-content-wrap .footer-content:last-child {
    margin-bottom: 0
}

footer .footer-content-wrap .uvp-social {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    footer .footer-content-wrap .uvp-social {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }
}

footer .footer-content-wrap .uvp-social .logo {
    width: 150px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/icons/logo-adhd-team-white.png);
    margin-bottom: 20px
}

footer .footer-content-wrap .uvp-social .logo:hover {
    transform: scale(1.1)
}

footer .footer-content-wrap .uvp-social p {
    color: #fff;
    max-width: 550px;
    margin-bottom: 25px
}

@media (min-width:1000px) {
    footer .footer-content-wrap .uvp-social p {
        margin-bottom: 35px
    }
}

footer .footer-content-wrap .uvp-social .social-icons {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

@media (min-width:1000px) {
    footer .footer-content-wrap .uvp-social .social-icons {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
}

footer .footer-content-wrap .uvp-social .social-icons a {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 25px
}

footer .footer-content-wrap .uvp-social .social-icons a:hover {
    transform: scale(1.2)
}

footer .footer-content-wrap .uvp-social .social-icons a:last-child {
    margin-right: 0
}

footer .footer-content-wrap .uvp-social .social-icons a.facebook {
    background-image: url(/images/icons/logo-facebook-white.png)
}

footer .footer-content-wrap .uvp-social .social-icons a.twitter {
    background-image: url(/images/icons/logo-twitter-white.png)
}

footer .footer-content-wrap .uvp-social .social-icons a.instagram {
    background-image: url(/images/icons/logo-instagram-white.png)
}

footer .footer-content-wrap .quick-links h2 {
    margin-bottom: 20px;
    color: #fff
}

footer .footer-content-wrap .quick-links .quick-links-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start
}

footer .footer-content-wrap .quick-links .quick-links-container ul {
    width: calc(33.33% - 13.33px)
}

footer .footer-content-wrap .quick-links .quick-links-container ul li a {
    color: #fff;
    text-decoration: underline;
    display: block;
    margin: 5px 0
}

footer .footer-content-wrap .quick-links .quick-links-container ul li a:hover {
    color: #2ad4ce
}

footer .nuttersons {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    color: #fff
}

@media (min-width:1000px) {
    footer .nuttersons {
        margin-bottom: 50px
    }
}

footer .nuttersons .nuttersons-logo {
    width: 100px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease all .3s;
    background-image: url(/images/icons/logo-nuttersons-white.png);
    margin-left: 15px
}

footer .nuttersons:hover .nuttersons-logo {
    transform: scale(1.1)
}

footer.no-form .form-text,
footer.no-form form {
    display: none
}

.tx-group-footer {
    max-width: 1400px !important;
    margin-top: 30px !important
}

.tx-group-footer p {
    text-align: left
}

.back-to-top {
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 5vw;
    position: fixed;
    border: solid 2px #2ad4ce;
    background-image: url(/images/icons/arrow-green.png);
    background-size: 30%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    transform: rotate(-90deg);
    border-radius: 360px;
    z-index: 999
}

@media (min-width:1000px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        right: 20px
    }
}

.back-to-top.hidden {
    opacity: 0
}

.back-to-top:hover {
    border: solid 2px #1f928f;
    background-image: url(/images/icons/arrow-green-dark.png)
}

.breadcrumbs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.breadcrumbs li {
    position: relative;
    padding-right: 30px
}

.breadcrumbs li:after {
    width: 12px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/images/icons/arrow-green.png);
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 9px;
    transition: ease all .3s
}

@media (min-width:1000px) {
    .breadcrumbs li:after {
        width: 16px;
        height: 16px;
        right: 6px;
        top: calc(50% - 8px)
    }
}

.breadcrumbs li:first-child {
    display: none
}

.breadcrumbs li a {
    text-decoration: underline;
    color: #2ad4ce
}

.breadcrumbs li:hover:after {
    background-image: url(/images/icons/arrow-green-dark.png)
}

.breadcrumbs li:hover a {
    color: #1f928f
}

.breadcrumbs li:last-child {
    opacity: .5;
    pointer-events: none;
    margin-right: 0
}

.breadcrumbs li:last-child:after {
    display: none
}

.breadcrumbs.blog-post li:nth-child(3):after {
    display: none
}

.breadcrumbs.blog-post li:last-child {
    display: none
}

.stars {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%
}

.stars .star {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/icons/star-gold.png);
    transition: ease all .3s
}

.stars .star:nth-child(2) {
    transition-delay: 50ms
}

.stars .star:nth-child(3) {
    transition-delay: .1s
}

.stars .star:nth-child(4) {
    transition-delay: .15s
}

.stars .star:last-child {
    margin-right: 0;
    transition-delay: .2s
}

body.nav-active,
html.nav-active {
    overflow-y: hidden
}

.nugget-margin-top {
    margin-top: 20px
}

@media (min-width:1000px) {
    .nugget-margin-top {
        margin-top: 100px
    }
}

iframe {
    width: 100%;
    height: 100%;
    min-height: 250px;
    margin-bottom: -6px
}

.primary-text.main.sitemap-text {
    max-width: none
}

.sitemap-container {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:1000px) {
    .sitemap-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        margin-bottom: 100px
    }
}

.sitemap-container ul {
    width: 100%
}

@media (min-width:1000px) {
    .sitemap-container ul {
        width: 45%
    }
}

.sitemap-container ul li:before {
    display: none
}

.sitemap-container ul li a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none
}

@media (min-width:1000px) {
    .sitemap-container ul li a {
        font-size: 35px
    }
}

.sitemap-container ul li a.sub {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700;
    margin-left: 20px
}

@media (min-width:1000px) {
    .sitemap-container ul li a.sub {
        font-size: 20px
    }
}

.form-text .large {
    color: #fff
}

form {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    margin-bottom: 30px
}

@media (min-width:1000px) {
    form {
        margin-top: 50px;
        margin-bottom: 75px
    }
}

form .form-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 25px
}

@media (min-width:1000px) {
    form .form-wrap {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        margin-bottom: 30px
    }
}

form .form-wrap .form-input-container {
    width: 100%
}

@media (min-width:1000px) {
    form .form-wrap .form-input-container {
        width: calc(50% - 20px)
    }
}

form .form-wrap .form-input-container div {
    width: 100%
}

form .form-wrap .form-input-container:last-child div,
form .form-wrap .form-input-container:last-child textarea {
    height: 100%
}

form div {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

form div .send-button {
    cursor: pointer;
    width: auto
}

form div .send-button.disabled {
    opacity: .5;
    pointer-events: none
}

form div label {
    padding: 20px 0;
    color: #fff;
    text-align: left
}

form div button,
form div input,
form div textarea {
    padding: 20px;
    transition: ease all .3s;
    resize: none;
    width: 100%;
    border-radius: 5px;
    -webkit-appearance: none;
    border: none
}

form div button::placeholder,
form div input::placeholder,
form div textarea::placeholder {
    color: #2ad4ce
}

form div button .text,
form div input .text,
form div textarea .text {
    border-radius: 0;
    -webkit-appearance: none
}

.captcha-button {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

@media (min-width:750px) {
    .captcha-button {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center
    }
}

.captcha-button .g-recaptcha,
.captcha-button button {
    width: auto
}

.captcha-button .g-recaptcha {
    margin-bottom: 20px
}

@media (min-width:750px) {
    .captcha-button .g-recaptcha {
        margin-bottom: 0
    }
}

.social {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 30px
}

@media (min-width:1000px) {
    .social {
        margin-bottom: 100px
    }
}

.social a {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 85px;
    height: 85px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    position: relative
}

@media (min-width:500px) {
    .social a {
        width: 150px;
        height: 150px;
        margin-right: 40px
    }
}

@media (min-width:750px) {
    .social a {
        width: 225px;
        height: 225px;
        margin-right: 60px
    }
}

.social a:last-child {
    margin-right: 0
}

@media (min-width:1000px) {
    .social a {
        width: 300px;
        height: 300px;
        margin-right: 0
    }
}

@media (min-width:1400px) {
    .social a {
        width: 400px;
        height: 400px
    }
}

.social a:hover:after {
    transform: scale(1.2)
}

.social a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease all .3s;
    background-image: url(/images/icons/logo-instagram-white.png);
    opacity: .5
}

@media (min-width:750px) {
    .social a:after {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px)
    }
}

@media (min-width:1000px) {
    .social a:after {
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 50px)
    }
}

.social a:before {
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    background: linear-gradient(#2ad4ce, #0c76AC);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    content: "";
    position: absolute;
    z-index: -1
}

@keyframes social-rotate {
    0% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(5deg)
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots {
    width: 100%;
    padding: 25px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.owl-dots button {
    margin-right: 10px;
    border: solid 2px #fff !important;
    width: 20px;
    height: 20px;
    border-radius: 360px;
    transition: ease all .3s;
    position: relative
}

.owl-dots button:last-child {
    margin-right: 0
}

.owl-dots button:after {
    opacity: 0;
    transition: ease all .3s;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 360px
}

.owl-dots button.active:after {
    opacity: 1
}

.owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch
}

@media (min-width:1000px) {
    .testimonial-container .owl-dots {
        padding-bottom: 0
    }
}

.header-blob {
    position: relative;
    overflow: hidden
}

.header-blob:before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/icons/blob-pattern-gradient.png);
    z-index: -1;
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: -35px;
    pointer-events: none;
    left: -45px;
    transform: rotate(75deg)
}

@media (min-width:1000px) {
    .header-blob:before {
        width: 75vw;
        height: 75vh;
        top: initial;
        left: initial;
        animation: blob-animation 150s infinite alternate;
        animation-delay: -75s
    }
}

.header-blob.content:before {
    bottom: -20vh;
    right: -26vw
}

@media (min-width:1000px) {
    .header-blob.content:before {
        transform: rotate(5deg)
    }
}

.header-blob.home:before {
    bottom: 15vh;
    right: -26vw
}

@media (min-width:1000px) {
    .header-blob.home:before {
        transform: rotate(5deg)
    }
}

.header-blob.home:after {
    display: none
}

@media (min-width:1000px) {
    .header-blob.home:after {
        display: block;
        z-index: -1;
        width: 200px;
        height: 200px;
        content: "";
        position: absolute;
        bottom: 10vh;
        right: 35vw;
        border-radius: 360px;
        background: linear-gradient(to right, #0c76ac, #2ad4CE);
        animation: blob-animation 100s infinite alternate
    }
}

@keyframes blob-animation {
    0% {
        transform: scale(1, .85) rotate(-10deg) skew(0deg, 0deg) translate(7px, 5px)
    }
    10% {
        transform: scale(.85, 1) rotate(-10deg) skew(3deg, 3deg) translate(6px, 3px)
    }
    20% {
        transform: scale(1, 1.1) rotate(-10deg) skew(-3deg, 0deg) translate(10px, 3px)
    }
    30% {
        transform: scale(1.1, 1) rotate(-10deg) skew(3deg, 0deg) translate(10px, 3px)
    }
    40% {
        transform: scale(1, 1) rotate(0) skew(2deg, 4deg) translate(1px, -3px)
    }
    50% {
        transform: scale(1, 1.1) rotate(10deg) skew(2deg, 0deg) translate(5px, 10px)
    }
    60% {
        transform: scale(1, 1) rotate(15deg) skew(0deg, 3deg) translate(-10px, -5px)
    }
    70% {
        transform: scale(.9, 1) rotate(15deg) skew(5deg, 0deg) translate(5px, 10px)
    }
    80% {
        transform: scale(1, 1) rotate(10deg) skew(0deg, -4deg) translate(5px, 4px)
    }
    90% {
        transform: scale(.9, .9) rotate(10deg) skew(5deg, 5deg) translate(8px, 10px)
    }
    100% {
        transform: scale(1, 1.1) rotate(10deg) skew(5deg, 0deg) translate(2px, 2px)
    }
}

.pattern-background {
    width: 100vw;
    max-width: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden
}

@media (min-width:1000px) {
    .pattern-background:before {
        z-index: -1;
        content: "";
        position: absolute;
        opacity: .1;
        width: 75vw;
        height: 75vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        animation: blob-animation 150s infinite alternate;
        animation-delay: -75s
    }
    .pattern-background:after {
        display: block;
        z-index: -1;
        width: 200px;
        height: 200px;
        opacity: .1;
        content: "";
        position: absolute;
        border-radius: 360px;
        animation: blob-animation 100s infinite alternate
    }
}

.pattern-background.blue {
    background: radial-gradient(#0c76ac, #095C87)
}

.pattern-background.blue:before {
    background-image: url(/images/icons/blob-pattern-white.png);
    top: initial;
    bottom: 25vh;
    left: initial;
    right: 10vw
}

.pattern-background.blue:after {
    top: initial;
    bottom: 10vh;
    left: 5vw;
    background-color: #fff
}

.pattern-background.blue .primary-container .primary-text h2 {
    color: #2ad4ce
}

.pattern-background.blue .primary-container .primary-text h2.large {
    color: #fff
}

.pattern-background.blue .primary-container .primary-text p {
    color: #fff;
        font-family: Quicksand, sans-serif;

    
}

.pattern-background.white {
    background: radial-gradient(#fff, #f9f9F9)
}

.pattern-background.white:before {
    background-image: url(/images/icons/blob-pattern-green.png);
    top: initial;
    bottom: -5vh;
    left: -20vw
}

.pattern-background.white:after {
    background-color: #2ad4ce;
    top: 5vh;
    left: initial;
    right: 10vw
}

.pattern-background.white .primary-container .primary-text h2 {
    color: #2ad4ce
}

.pattern-background.white .primary-container .primary-text h2.large {
    color: #3b3a3a
}

.pattern-background.white .primary-container .primary-text p {
    color: #3b3a3a
}

.pattern-background.green {
    background: radial-gradient(#2ad4ce, #1f928F)
}

.pattern-background.green:before {
    background-image: url(/images/icons/blob-pattern-white.png);
    top: initial;
    bottom: 25vh;
    left: initial;
    right: -20vw
}

.pattern-background.green:after {
    top: initial;
    bottom: 10vh;
    left: 35vw;
    background-color: #fff
}

.pattern-background.green .primary-container .primary-text h2,
.pattern-background.green .primary-container .primary-text p {
    color: #3b3a3a
}

.pattern-background.green .primary-container .primary-text h2.large,
.pattern-background.green .primary-container .primary-text p.large {
    color: #fff
}

.pattern-background.green .primary-container .primary-text .button {
    color: #fff
}

.pattern-background.green .primary-container .primary-text .button:hover {
    color: #0c76ac
}

.pattern-background.footer:before {
    background-image: url(/images/icons/blob-pattern-white.png);
    top: initial;
    bottom: 50vh;
    left: 10vw
}

.pattern-background.footer:after {
    top: initial;
    bottom: 30vh;
    left: 65vw;
    background-color: #fff
}

.nugget-text {
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    .nugget-text {
        padding: 100px 0;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }
}

.nugget-text a,
.nugget-text h2,
.nugget-text p {
    max-width: 550px
}

.nugget-text p {
    margin-bottom: 20px
}

.nugget-text a {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline
}

.nugget-text a.button {
    margin-top: 20px;
    text-decoration: none
}

.nugget-text a.email,
.nugget-text a.map,
.nugget-text a.phone {
    position: relative;
    padding-left: 35px;
    color: #2ad4ce
}

.nugget-text a.email:hover,
.nugget-text a.map:hover,
.nugget-text a.phone:hover {
    color: #1f928f
}

.nugget-text a.email:hover:before,
.nugget-text a.map:hover:before,
.nugget-text a.phone:hover:before {
    transform: scale(1.2)
}

.nugget-text a.email:before,
.nugget-text a.map:before,
.nugget-text a.phone:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 10px);
    left: 0;
    transition: ease all .3s
}

.nugget-text a.phone:before {
    background-image: url(/images/icons/phone-green.png)
}

.nugget-text a.email:before {
    background-image: url(/images/icons/email-green.png)
}

.nugget-text a.map:before {
    background-image: url(/images/icons/pointer-green.png)
}

.nugget-text a:hover.phone:before {
    background-image: url(/images/icons/phone-green-dark.png)
}

.nugget-text a:hover.email:before {
    background-image: url(/images/icons/email-green-dark.png)
}

.nugget-text a:hover.map:before {
    background-image: url(/images/icons/pointer-green-dark.png)
}

.nugget-text a.inline {
    display: inline-block
}

.nugget-text .button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-top: 10px
}

@media (min-width:750px) {
    .nugget-text .button-wrap {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
}

.nugget-text .button-wrap p {
    width: auto;
    padding: 10px 15px;
    background-color: #2ad4ce;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    color: #fff;
    border-radius: 20px
}

@media (min-width:1000px) {
    .nugget-text .button-wrap p {
        margin-right: 20px;
        margin-bottom: 0
    }
}

.nugget-text .button-wrap .button {
    margin: 0
}

.with-image .primary-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    .with-image .primary-container {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row
    }
}

.with-image .primary-container .image,
.with-image .primary-container .nugget-text {
    width: 100%
}

@media (min-width:1000px) {
    .with-image .primary-container .image,
    .with-image .primary-container .nugget-text {
        width: 50%
    }
}

.with-image .primary-container .nugget-text {
    margin-bottom: 10px
}

@media (min-width:1000px) {
    .with-image .primary-container .nugget-text {
        margin-bottom: 0
    }
}

.with-image .primary-container .image {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

@media (min-width:1000px) {
    .with-image .primary-container .image {
        width: 400px;
        height: 400px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
}

.with-image .primary-container .image.with-social {
    width: 300px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

@media (min-width:1000px) {
    .with-image .primary-container .image.with-social {
        width: 400px;
        height: 400px;
        margin-bottom: 0;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
}

.with-image .primary-container .image.with-social .social-icons {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    margin-top: 40px
}

@media (min-width:1000px) {
    .with-image .primary-container .image.with-social .social-icons {
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        -ms-flex-direction: column;
        margin-top: 0;
        height: 75%
    }
}

.with-image .primary-container .image.with-social .social-icons a {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2ad4ce;
    border: solid 5px #0c76ac;
    background-size: 40%;
    width: 60px;
    height: 60px;
    margin-right: 25px;
    border-radius: 360px
}

.with-image .primary-container .image.with-social .social-icons a:hover {
    transform: scale(1.2)
}

.with-image .primary-container .image.with-social .social-icons a:last-child {
    margin-right: 0
}

.with-image .primary-container .image.with-social .social-icons a.facebook {
    background-image: url(/images/icons/logo-facebook-blue.png);
    background-size: 25%;
    margin-bottom: -15px
}

@media (min-width:1000px) {
    .with-image .primary-container .image.with-social .social-icons a.facebook {
        margin-bottom: 0
    }
}

.with-image .primary-container .image.with-social .social-icons a.twitter {
    background-image: url(/images/icons/logo-twitter-blue.png);
    margin-bottom: -15px
}

@media (min-width:1000px) {
    .with-image .primary-container .image.with-social .social-icons a.twitter {
        margin-bottom: 0
    }
}

.with-image .primary-container .image.with-social .social-icons a.instagram {
    background-image: url(/images/icons/logo-instagram-blue.png);
    margin-top: -110px
}

@media (min-width:1000px) {
    .with-image .primary-container .image.with-social .social-icons a.instagram {
        margin-top: 0;
        margin-left: -30px
    }
}

@media (min-width:1000px) {
    .with-image.reversed .primary-container {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse
    }
}

.contact-content-width {
    background-color: #0c76ac;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05)
}

@media (min-width:1000px) {
    .contact-content-width {
        margin-bottom: 100px
    }
}

.contact-content-width .text-image-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch
}

@media (min-width:1000px) {
    .contact-content-width .text-image-wrap {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row
    }
}

.contact-content-width .text-image-wrap .image,
.contact-content-width .text-image-wrap .nugget-text {
    width: 100%
}

@media (min-width:1000px) {
    .contact-content-width .text-image-wrap .image,
    .contact-content-width .text-image-wrap .nugget-text {
        width: 50%
    }
}

.contact-content-width .text-image-wrap .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    min-height: 250px;
    margin-top: 20px
}

@media (min-width:1000px) {
    .contact-content-width .text-image-wrap .image {
        min-height: 0;
        margin-top: 0
    }
}

.contact-content-width .nugget-text h2 {
    color: #2ad4ce
}

.contact-content-width .nugget-text h2.large {
    color: #fff
}

.contact-content-width .nugget-text p {
    color: #fff
}

@media (min-width:1000px) {
    .contact-content-width .nugget-text {
        padding: 100px 60px
    }
}

.book-banner {
    background-color: #3b3a3a;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    .book-banner {
        padding: 40px 60px;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }
}

.book-banner .text {
    margin-bottom: 15px
}

@media (min-width:1000px) {
    .book-banner .text {
        margin-bottom: 0
    }
}

.book-banner .text h2 {
    color: #2ad4ce;
    margin-bottom: 10px
}

.book-banner .text h2.large {
    color: #fff;
    margin-bottom: 0
}

.book-banner-full-width-container {
    width: 100vw;
    max-width: 100%;
    background-color: #3b3a3a
}

.book-banner-full-width-container .book-banner {
    padding: 20px 0
}

@media (min-width:1000px) {
    .book-banner-full-width-container .book-banner {
        padding: 40px 0
    }
}

.icon-container {
    width: 100%;
    margin-bottom: 30px
}

@media (min-width:1000px) {
    .icon-container {
        margin-bottom: 200px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }
}

.icon-container .icon {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 30px;
    width: 100%
}

.icon-container .icon:last-child {
    margin-bottom: 0
}

@media (min-width:1000px) {
    .icon-container .icon {
        margin-bottom: 0;
        width: 25%
    }
    .icon-container .icon:first-child,
    .icon-container .icon:last-child {
        margin-bottom: -100px
    }
}

.icon-container .icon .image {
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
    transition: ease all .3s
}

.icon-container .icon h2,
.icon-container .icon p {
    text-align: center;
    margin-bottom: 20px;
    transition: ease all .3s
}

.icon-container .icon .button {
    width: auto
}

.icon-container .icon:hover .image {
    transform: scale(1.1)
}

.icon-container .icon:hover h2 {
    color: #2ad4ce
}

@media (min-width:1000px) {
    .our-services .primary-container .primary-text {
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center
    }
}

.our-services .primary-container .primary-text h2,
.our-services .primary-container .primary-text p {
    color: #3b3a3a
}

@media (min-width:1000px) {
    .our-services .primary-container .primary-text h2,
    .our-services .primary-container .primary-text p {
        text-align: center
    }
}

.our-services .primary-container .primary-text h2.large,
.our-services .primary-container .primary-text p.large {
    color: #fff
}

.our-services .primary-container .primary-text a {
    margin-top: 0
}

.service-jump-container,
.service-jump-container-slider {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    .service-jump-container,
    .service-jump-container-slider {
        margin-bottom: 100px;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        box-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -o-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch
    }
}

.service-jump-container .service-jump,
.service-jump-container-slider .service-jump {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    width: 100%;
    height: 100%;
    transition: ease all .3s
}

@media (min-width:1000px) {
    .service-jump-container .service-jump,
    .service-jump-container-slider .service-jump {
        width: 95%
    }
}

.service-jump-container .service-jump .image,
.service-jump-container-slider .service-jump .image {
    margin-bottom: 20px;
    background-color: #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    width: 100px;
    height: 100px;
    border-radius: 360px
}

.service-jump-container .service-jump h2,
.service-jump-container .service-jump hr,
.service-jump-container .service-jump p,
.service-jump-container-slider .service-jump h2,
.service-jump-container-slider .service-jump hr,
.service-jump-container-slider .service-jump p {
    margin-bottom: 20px
}

@media (min-width:1000px) {
    .service-jump-container .service-jump h2,
    .service-jump-container .service-jump hr,
    .service-jump-container .service-jump p,
    .service-jump-container-slider .service-jump h2,
    .service-jump-container-slider .service-jump hr,
    .service-jump-container-slider .service-jump p {
        text-align: center
    }
}

@media (min-width:1000px) {
    .service-jump-container .service-jump h2,
    .service-jump-container-slider .service-jump h2 {
        font-size: 30px
    }
}

.service-jump-container .service-jump hr,
.service-jump-container-slider .service-jump hr {
    border: solid 2px #2ad4ce;
    width: 50%;
    border-radius: 360px
}

.service-jump-container .service-jump a,
.service-jump-container-slider .service-jump a {
    margin-bottom: 10px
}

.service-jump-container .service-jump p,
.service-jump-container-slider .service-jump p {
    flex-grow: 1
}

.service-jump-container .service-jump p.button,
.service-jump-container-slider .service-jump p.button {
    width: auto;
    transition: ease all .3s;
    flex-grow: initial
}

.service-jump-container .service-jump:hover,
.service-jump-container-slider .service-jump:hover {
    background-color: #f2f2f2
}

.service-jump-container {
    margin: 20px 0
}

@media (min-width:1000px) {
    .service-jump-container {
        margin: 100px 0;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        box-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -o-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch
    }
}

.service-jump-container .service-jump {
    margin-bottom: 20px
}

@media (min-width:1000px) {
    .service-jump-container .service-jump {
        width: calc(33% - 20px);
        margin-bottom: 30px;
        height: auto
    }
}

@media (min-width:1400px) {
    .service-jump-container .service-jump {
        width: calc(25% - 20px)
    }
}

.service-jump-container .service-jump:last-child {
    margin-bottom: 0
}

@media (min-width:1000px) {
    .service-jump-container .service-jump:last-child {
        margin-bottom: 30px
    }
}

@media (min-width:1000px) {
    .testimonial-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center
    }
    .testimonial-wrap .nugget-text,
    .testimonial-wrap .testimonial-container {
        width: 45%
    }
}

.testimonial {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    .testimonial {
        padding: 60px
    }
    .testimonial p {
        text-align: center
    }
}

.testimonial .icon {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
    background-color: #2ad4ce;
    margin-bottom: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    border-radius: 360px
}

@media (min-width:1000px) {
    .testimonial .icon {
        margin-bottom: 30px;
        width: 60px;
        height: 60px
    }
}

.testimonial .icon.facebook {
    background-image: url(/images/icons/logo-facebook-white.png);
    background-size: 30%
}

.testimonial .icon.twitter {
    background-image: url(/images/icons/logo-twitter-white.png)
}

.partnership-container {
    margin-bottom: 20px
}

@media (min-width:1000px) {
    .partnership-container {
        margin-bottom: 100px
    }
}

.partnership-container a {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 85px;
    display: block;
    margin: 0 auto;
    transform: scale(.9)
}

.partnership-container a:hover {
    transform: scale(1)
}

.partnership-container .owl-dots {
    display: none
}

.green-white-text h2 {
    color: #2ad4ce
}

.green-white-text h2.large {
    color: #fff
}

.green-white-text p {
    color: #fff
}

.circle-jumps {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 20px;
    margin-bottom: 150px;
    margin-top: 50px
}

.circle-jumps a {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 360px
}

.circle-jumps a.down {
    margin-bottom: -25px
}

.circle-jumps a.up {
    margin-top: -25px
}

.circle-jumps .line {
    height: 38px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(/images/icons/line-curved-white.png);
    flex-grow: 1;
    margin-left: -7px;
    margin-right: -10px
}

.circle-jumps .line.rotate {
    transform: rotate(180deg)
}

.circle-jumps.white a {
    border: solid 7px #fff
}

.circle-jumps.white a:hover {
    animation: organisation-wobble 2s ease infinite
}

.circle-jumps.white a:nth-child(5) {
    background-size: 60%
}

@keyframes organisation-wobble {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: rotate(5deg)
    }
    75% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0)
    }
}

.desktop-only {
    display: none
}

@media (min-width:1000px) {
    .desktop-only {
        display: block
    }
}

.content-card-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    margin-bottom: 15px
}

@media (min-width:750px) {
    .content-card-container {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify
    }
}

@media (min-width:1000px) {
    .content-card-container {
        margin-bottom: 100px
    }
}

.content-card-container .content-card {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    position: relative;
    margin-bottom: 20px
}

@media (min-width:750px) {
    .content-card-container .content-card {
        width: calc(50% - 10px)
    }
}

@media (min-width:1000px) {
    .content-card-container .content-card {
        width: 30%;
        margin-bottom: 40px
    }
}

.content-card-container .content-card:before {
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    background: linear-gradient(#2ad4ce, #0c76AC);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    content: "";
    position: absolute;
    z-index: -1
}

.content-card-container .content-card h2 {
    margin-bottom: 15px
}

@media (min-width:1000px) {
    .content-card-container .content-card h2,
    .content-card-container .content-card p {
        text-align: center
    }
}

.content-card-container.price .content-card {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    .content-card-container.price .content-card {
        width: 45%;
        padding: 40px
    }
}

.content-card-container.price .content-card h2,
.content-card-container.price .content-card p {
    text-align: left
}

.content-card-container.price .content-card .price-button,
.content-card-container.price .content-card hr,
.content-card-container.price .content-card p,
.content-card-container.price .content-card ul {
    margin-bottom: 15px
}

.content-card-container.price .content-card hr {
    border: solid 2px #2ad4ce;
    width: 25%;
    border-radius: 360px
}

.content-card-container.price .content-card p:last-child {
    opacity: .5;
    margin-bottom: 0
}

.content-card-container.price .content-card p a {
    color: #2ad4ce;
    text-decoration: underline
}

.content-card-container.price .content-card p a:hover {
    color: #0c76ac
}

.content-card-container.price .content-card ul {
    flex-grow: 1
}

.content-card-container.price .content-card ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px
}

.content-card-container.price .content-card ul li:last-child {
    margin-bottom: 0
}

.content-card-container.price .content-card ul li:before {
    width: 6px;
    height: 6px;
    background-color: #3b3a3a;
    border-radius: 360px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: 0
}

.content-card-container.price .content-card ul li a {
    color: #2ad4ce;
    text-decoration: underline;
    position: relative
}

.content-card-container.price .content-card ul li a:before {
    width: 6px;
    height: 6px;
    background-color: #2ad4ce;
    border-radius: 360px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: -20px;
    transition: ease all .3s
}

.content-card-container.price .content-card ul li a:hover {
    color: #0c76ac
}

.content-card-container.price .content-card ul li a:hover:before {
    background-color: #0c76ac
}

.content-card-container.price .content-card .price-button {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center
}

.content-card-container.price .content-card .price-button h2 {
    margin-bottom: 0;
    font-size: 35px
}

@media (min-width:1000px) {
    .content-card-container.price .content-card .price-button h2 {
        font-size: 50px
    }
    .content-card-container.price .content-card .price-button h2 span {
        font-size: 40px
    }
}

.content-card-container.price .content-card .price-button h2 span {
    font-size: 25px
}

.content-card-container.price .content-card .price-button .button {
    margin-top: 0
}

@media (min-width:1000px) {
    .content-card-container.price .content-card .price-button,
    .content-card-container.price .content-card ul {
        margin-bottom: 20px
    }
}

.content-card-container.review {
    margin-top: 20px
}

@media (min-width:1000px) {
    .content-card-container.review {
        margin-top: 100px
    }
}

.content-card-container.review .content-card {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    .content-card-container.review .content-card {
        width: 45%;
        padding: 40px
    }
}

.content-card-container.review .content-card h2 {
    color: #2ad4ce;
    position: relative;
    padding-right: 40px
}

@media (min-width:1000px) {
    .content-card-container.review .content-card h2 {
        padding-right: 60px
    }
}

.content-card-container.review .content-card h2:after {
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/icons/arrow-green.png);
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    transition: ease all .3s
}

@media (min-width:1000px) {
    .content-card-container.review .content-card h2:after {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px)
    }
}

.content-card-container.review .content-card .stars {
    margin-bottom: 20px
}

@media (min-width:1000px) {
    .content-card-container.review .content-card .stars {
        margin-bottom: 100px
    }
}

.content-card-container.review .content-card .icon {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: ease all .3s
}

@media (min-width:1000px) {
    .content-card-container.review .content-card .icon {
        margin-bottom: 100px;
        width: 300px;
        height: 300px
    }
}

.content-card-container.review .content-card.google .icon {
    background-image: url(/images/icons/review-google.png)
}

.content-card-container.review .content-card.facebook .icon {
    background-image: url(/images/icons/review-facebook.png)
}

.content-card-container.review .content-card:hover .icon {
    transform: scale(1.1)
}

.content-card-container.review .content-card:hover h2:after {
    right: -10px
}

.content-card-container.review .content-card:hover .stars .star {
    transform: rotate(72deg)
}

.blue-pattern-content-width {
    background: radial-gradient(#0c76ac, #095C87);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 0
}

@media (min-width:1000px) {
    .blue-pattern-content-width {
        margin-top: 100px;
        margin-bottom: 100px
    }
}

.blue-pattern-content-width:before {
    display: none
}

@media (min-width:1000px) {
    .blue-pattern-content-width:before {
        display: block;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url(/images/icons/blob-pattern-white.png);
        z-index: -1;
        content: "";
        position: absolute;
        width: 75vw;
        height: 75vh;
        top: initial;
        left: initial;
        bottom: 50px;
        right: -500px;
        opacity: .1
    }
}

.blue-pattern-content-width:after {
    display: none
}

@media (min-width:1000px) {
    .blue-pattern-content-width:after {
        display: block;
        z-index: -1;
        width: 200px;
        height: 200px;
        content: "";
        position: absolute;
        top: 100px;
        left: 50px;
        border-radius: 360px;
        background: #fff;
        opacity: .1;
        animation: blob-animation 100s infinite alternate
    }
}

.blue-pattern-content-width .nugget-text h2,
.blue-pattern-content-width .nugget-text ul {
    max-width: 85%
}

.blue-pattern-content-width .nugget-text h2 {
    color: #2ad4ce
}

.blue-pattern-content-width .nugget-text h2.large {
    color: #fff;
    margin-bottom: 20px
}

@media (min-width:1000px) {
    .blue-pattern-content-width .nugget-text h2.large {
        margin-bottom: 75px
    }
}

.blue-pattern-content-width .nugget-text p {
    color: #fff
}

@media (min-width:1000px) {
    .blue-pattern-content-width .nugget-text p {
        max-width: 50%
    }
}

.blue-pattern-content-width .nugget-text ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 15px
}

@media (min-width:1000px) {
    .blue-pattern-content-width .nugget-text ul {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        margin-bottom: 0
    }
}

.blue-pattern-content-width .nugget-text ul li {
    color: #fff;
    width: auto;
    margin-bottom: 5px;
    text-align: center
}

@media (min-width:1000px) {
    .blue-pattern-content-width .nugget-text ul li {
        width: 45%;
        margin-bottom: 20px;
        text-align: left;
        font-size: 20px
    }
}

.blue-pattern-content-width .nugget-text ul li:before {
    background-color: #fff
}

.team-container {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

.team-container .team-member {
    width: 100%;
    max-width: 550px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05)
}

@media (min-width:1200px) {
    .team-container .team-member {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        max-width: none;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        box-align: stretch;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        -o-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch
    }
    .team-container .team-member:last-child {
        margin-bottom: 100px
    }
}

.team-container .team-member .content {
    padding: 20px;
    width: 100%
}

@media (min-width:1200px) {
    .team-container .team-member .content {
        padding: 40px;
        width: 60%;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        transition: ease all .3s
    }
}

.team-container .team-member .content .profile {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 100%
}

@media (min-width:1200px) {
    .team-container .team-member .content .profile {
        margin-bottom: 0;
        margin-right: 40px;
        width: auto;
        min-width: 300px
    }
    .team-container .team-member .content .profile h2 {
        text-align: center
    }
}

.team-container .team-member .content .profile h2:last-child {
    color: #2ad4ce
}

.team-container .team-member .content .profile .picture {
    width: 150px;
    height: 150px;
    border-radius: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

.team-container .team-member .content .bio {
    width: 100%
}

@media (min-width:1200px) {
    .team-container .team-member .content .bio {
        padding-right: 20px;
        max-height: 10.5em;
        overflow: hidden;
        position: relative
    }
    .team-container .team-member .content .bio:after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 3em;
        height: 1.75em;
        background-color: #fff;
        transition: ease all .3s;
        opacity: 1
    }
}

.team-container .team-member .image {
    width: 100%;
    height: 250px;
    box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .05);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (min-width:1200px) {
    .team-container .team-member .image {
        width: 40%;
        height: auto;
        min-height: 400px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        transition: ease all .3s
    }
}

.team-container .team-member .image .team-trigger {
    display: none
}

@media (min-width:1200px) {
    .team-container .team-member .image .team-trigger {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 360px;
        background-image: url(/images/icons/arrow-green.png);
        background-size: 25%;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        margin-left: -30px;
        transition: ease all .3s
    }
    .team-container .team-member .image .team-trigger.active {
        transform: rotate(180deg)
    }
    .team-container .team-member .image .team-trigger:hover {
        margin-left: -20px;
        background-image: url(/images/icons/arrow-green-dark.png)
    }
}

@media (min-width:1200px) {
    .team-container .team-member.extended .content {
        width: 75%
    }
    .team-container .team-member.extended .content .bio:after {
        opacity: 0
    }
    .team-container .team-member.extended .image {
        width: 25%
    }
}

.jump-with-image-container {
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    .jump-with-image-container {
        padding: 100px 0
    }
}

.jump-with-image-container .jump-with-image {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05)
}

.jump-with-image-container .jump-with-image:last-child {
    margin-bottom: 0
}

@media (min-width:1000px) {
    .jump-with-image-container .jump-with-image {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row
    }
    .jump-with-image-container .jump-with-image:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-direction: reverse;
        box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-direction: row-reverse
    }
}

.jump-with-image-container .jump-with-image .jump {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

@media (min-width:1000px) {
    .jump-with-image-container .jump-with-image .jump {
        width: 50%;
        padding: 40px;
        -webkit-box-align: start;
        -moz-box-align: start;
        box-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start
    }
}

.jump-with-image-container .jump-with-image .jump h2,
.jump-with-image-container .jump-with-image .jump hr,
.jump-with-image-container .jump-with-image .jump p {
    margin-bottom: 15px
}

.jump-with-image-container .jump-with-image .jump hr {
    border: solid 2px #2ad4ce;
    width: 25%;
    border-radius: 360px
}

@media (min-width:1000px) {
    .jump-with-image-container .jump-with-image .jump hr {
        margin-bottom: 20px
    }
}

.jump-with-image-container .jump-with-image .jump .button {
    width: auto;
    margin-bottom: 0;
    transition: ease all .3s
}

.jump-with-image-container .jump-with-image .image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 5px 10px 0 rgba(0, 0, 0, .05)
}

@media (min-width:1000px) {
    .jump-with-image-container .jump-with-image .image {
        width: 50%;
        min-height: 400px
    }
}

.jump-with-image-container .jump-with-image:hover {
    background-color: #f2f2f2
}

.sidebar {
    width: 100%;
    margin: 20px 0
}

@media (min-width:1000px) {
    .sidebar {
        max-width: 550px;
        margin: 0;
        margin-bottom: 50px
    }
}

.sidebar .sidebar-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

@media (min-width:1000px) {
    .sidebar .sidebar-image {
        height: 400px
    }
}

.sidebar .sidebar-image:before {
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    background: linear-gradient(#2ad4ce, #0c76AC);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    content: "";
    position: absolute;
    z-index: -1
}

.sidebar .faded {
    text-align: left;
    opacity: .5;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 10px
}

.sidebar .sidebar-content {
    width: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    margin-bottom: 20px
}

@media (min-width:1000px) {
    .sidebar .sidebar-content {
        padding: 25px;
        margin-bottom: 50px
    }
    .sidebar .sidebar-content:last-child {
        margin-bottom: 0
    }
}

.sidebar .sidebar-content:before {
    width: 100%;
    height: 100%;
    top: 5px;
    left: 5px;
    background: linear-gradient(#2ad4ce, #0c76AC);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    content: "";
    position: absolute;
    z-index: -1
}

@media (min-width:1000px) {
    .sidebar .sidebar-content .nugget-text {
        padding: 0
    }
}

.sidebar .sidebar-content .nugget-text p {
    display: none
}

.sidebar .sidebar-content .nugget-text h2 {
    color: #2ad4ce
}

.sidebar .sidebar-content .nugget-text h2.large {
    color: #3b3a3a
}

.sidebar .sidebar-content .nugget-text a {
    color: #2ad4ce
}

.sidebar .sidebar-content .nugget-text a.button {
    border: solid 2px #2ad4ce
}

.sidebar .sidebar-content .nugget-text a.button:after {
    background-image: url(/images/icons/arrow-green.png)
}

.sidebar .sidebar-content .nugget-text a.button:hover {
    color: #0c76ac !important;
    border: solid 2px #0c76ac !important
}

.sidebar .sidebar-content .nugget-text a.button:hover:after {
    background-image: url(/images/icons/arrow-blue.png) !important
}

.sidebar .sidebar-content .social-icons {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 100%;
    margin-top: 10px
}

.sidebar .sidebar-content .social-icons a {
    width: 45%;
    display: inline-block;
    position: relative;
    padding-left: 40px
}

.sidebar .sidebar-content .social-icons a:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease all .3s
}

.sidebar .sidebar-content .social-icons a:hover {
    color: #0c76ac
}

.sidebar .sidebar-content .social-icons a:hover:before {
    transform: scale(1.2)
}

.sidebar .sidebar-content .social-icons a.facebook:before {
    background-image: url(/images/icons/logo-facebook-blue.png)
}

.sidebar .sidebar-content .social-icons a.linkedin:before {
    background-image: url(/images/icons/logo-linkedin-blue.png)
}

.sidebar .sidebar-content .social-icons a.twitter:before {
    background-image: url(/images/icons/logo-twitter-blue.png)
}

.sidebar .sidebar-content .social-icons a.instagram:before {
    background-image: url(/images/icons/logo-instagram-blue.png)
}

.sidebar .sidebar-content.quote {
    background-color: #2ad4ce;
    position: relative;
    overflow: hidden
}

.sidebar .sidebar-content.quote:before {
    display: none
}

.sidebar .sidebar-content.quote:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/icons/speech-white.png);
    left: -25%
}

.sidebar .sidebar-content.quote .nugget-text h2 {
    color: #3b3a3a
}

.sidebar .sidebar-content.quote .nugget-text .large,
.sidebar .sidebar-content.quote .nugget-text p {
    color: #fff
}

.sidebar .sidebar-content.quote .nugget-text p {
    display: block
}

.blog-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch
}

.blog-container .blog-post {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05)
}

@media (min-width:1000px) {
    .blog-container .blog-post {
        width: calc(25% - 20px);
        padding-bottom: 25px
    }
}

.blog-container .blog-post .image {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .05);
    margin-bottom: 15px;
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    position: relative
}

.blog-container .blog-post .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .5;
    background-color: #0c76ac;
    transition: ease all .3s
}

.blog-container .blog-post .image h2 {
    z-index: 1;
    color: #fff
}

@media (min-width:1000px) {
    .blog-container .blog-post .image {
        padding: 25px 0
    }
}

.blog-container .blog-post .date-author {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.blog-container .blog-post .date-author p {
    width: auto;
    opacity: .5
}

.blog-container .blog-post h2,
.blog-container .blog-post p {
    text-align: left;
    margin-bottom: 15px;
    padding: 0 20px
}

@media (min-width:1000px) {
    .blog-container .blog-post h2,
    .blog-container .blog-post p {
        padding: 0 25px
    }
}

.blog-container .blog-post h2:last-child,
.blog-container .blog-post p:last-child {
    margin-bottom: 0
}

.blog-container .blog-post:hover .image:after {
    opacity: .85
}

.blog-container .blog-post:nth-of-type(even) .image:after {
    background-color: #2ad4ce
}

.posted {
    opacity: .5
}

.posted b {
    font-weight: 600
}