html {
    font-size: 16px;
}

body {
    font-size: .875rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #565152;
    letter-spacing: .02rem;
    padding-top: 206px;
}

@media only screen and (min-width : 768px) {
    body {
        padding-top: 153px;
    }
}

@media only screen and (min-width : 992px) {
    body {
        padding-top: 180px;
        /*0;*/
    }
}

a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

p img {
    margin: .5rem 0;
}

p a {
    color: #00549d;
}

a:hover {
    color: #662d91;
}

h1 {
    font-weight: 600;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
}

h3,
.h3 {
    font-weight: 600;
    font-size: 1.875rem;
    color: #414142;
}

h4,
.h4 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: .75rem;
    color: #414142;
}

h5,
.h5 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.85rem;
    margin-bottom: .75rem;
    color: #414142;
}

h6,
.h6 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.85rem;
    margin-bottom: .5rem;
    color: #414142;
}

p {
    line-height: 1.3rem;
    margin-bottom: .5rem;
}

p strong {
    font-weight: 700;
}

.font-weight-regular {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #333;
    z-index: 10;
}

body.admin-bar header {
    top: 32px;
}

/*@media only screen and (min-width : 992px) {

    header,
    body.admin-bar header {
        position: relative;
        top: auto;
        left: auto;
        border-bottom: 0;
    }
}*/

#top_area {
    position: relative;
}

#top_area::before {
    content: ' ';
    background: #662d91;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

#top_area::after {
    content: ' ';
    background: #bf1e2d;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

#strapline {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    background: #662d91;
    z-index: 11;
    letter-spacing: .1rem;
    font-weight: 500;
}

@media only screen and (min-width : 768px) {
    #strapline {
        margin: 0 !important;
    }
}

#top-call-to-action {
    position: relative;
    color: #fff;
    background: #bf1e2d;
    font-weight: 600;
    font-size: 1rem;
    z-index: 12;
}

@media only screen and (min-width : 768px) {
    #top-call-to-action {
        transform: translateX(-26px);
    }
}

@media only screen and (min-width : 992px) {
    #top-call-to-action {
        transform: translateX(-4px);
    }
}

@media only screen and (min-width : 1200px) {
    #top-call-to-action {
        font-size: 1.25rem;
    }
}

#menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #fff;
}

body.menuopen #menu {
    display: block;
}

#hamburger {
    color: #414142;
}

@media only screen and (min-width : 768px) {
    #menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        display: block;
    }
}

#top-call-to-action a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

#top-call-to-action .material-icons {
    font-size: 32px;
    vertical-align: middle;
    margin-left: -5px;
}

#logo {
    width: 230px;
    max-width: 100%;
    height: 40px;
    background: no-repeat center center;
    background-size: contain;
    display: block;
}

@media only screen and (min-width : 992px) {
    #logo {
        height: 60px;
        background-position: left center;
    }
}

.main-menu {
    list-style: none;
    border-top: 1px solid #333;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.main-menu>li {
    font-size: 1.125rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #333;
    text-align: center;
    position: relative;
}

@media only screen and (min-width : 768px) {
    .main-menu>li {
        min-width: 33.33%;
        width: 33.33%;
    }
}

.main-menu ul {
    display: none;
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: -.5rem;
    background: #662d91;
}

@media only screen and (min-width : 768px) {
    .main-menu ul {
        position: absolute;
        left: 0;
        top: 100%;
    }
}

.main-menu li:hover>ul {
    display: block;
}

.main-menu ul li a {
    border-bottom: 1px solid #fff;
    padding: 0.5rem 1rem;
    display: block;
}

.main-menu ul li a:hover {
    opacity: .6;
}

.main-menu ul li:last-child a {
    border-bottom: 0;
}

.main-menu ul a {
    color: #fff !important;
    font-weight: normal !important;
    text-decoration: none;
    font-size: 1rem;
    line-height: normal;
}

@media only screen and (min-width : 1200px) {
    .main-menu {
        border-top: 0;
    }

    .main-menu>li {
        display: inline-block;
        width: 33.33%;
        font-size: 1.25rem;
        border-bottom: 0;
    }
}

.main-menu>li>a {
    color: #414142;
    text-decoration: none;
    padding: 1rem;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #fff;
    height: 100%;

    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media only screen and (min-width : 992px) {
    .main-menu>li>a {
        border-top: 0;
        padding: 2rem 1rem;
        border-bottom-width: 8px;
    }
}

.main-menu>li>a {
    background: #f5f1f8;
    border-bottom-color: #f5f1f8;
}

.main-menu>.current-menu-item>a,
.main-menu>li>a:hover {
    color: #662d91;
    background: #dbd2ea;
    border-bottom-color: #662d91;
    font-weight: 600;
}

.main-menu>li:nth-child(2n+2)>a {
    background: #fff4ea;
    border-bottom-color: #fff4ea;
}

.main-menu>.current-menu-item:nth-child(2n+2)>a,
.main-menu>li:nth-child(2n+2)>a:hover {
    color: #f39200;
    background: #ffead4;
    border-bottom-color: #f39200;
}

.main-menu>li:nth-child(2n+2)>ul {
    background: #f39200;
}

.main-menu>li:nth-child(3n+3)>a {
    background: #f1f8f7;
    border-bottom-color: #f1f8f7;
}

.main-menu>.current-menu-item:nth-child(3n+3)>a,
.main-menu>li:nth-child(3n+3)>a:hover {
    color: #00a99e;
    background: #e5f1f0;
    border-bottom-color: #00a99e;
}

.main-menu>li:nth-child(3n+3)>ul {
    background: #00a99e;
}

.search-bar {
    position: relative;
    width: 100%;
}

.search-bar input {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #6d6f71;
    padding-right: 40px;
    padding-left: 15px;
    height: 42px;
    font-size: .875rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #fff url(../images/dd_arrow.jpg) no-repeat right top;
    background-size: contain;
    height: 36px;
    width: 36px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 15px;
}

.search-bar input::-webkit-input-placeholder {
    font-style: italic;
}

.search-bar input:-ms-input-placeholder {
    font-style: italic;
}

.search-bar input::placeholder {
    font-style: italic;
}

.search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    background: #6d7bbb;
    color: #fff;
    border: 0;
    padding-top: 4px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

hr {
    height: 1px;
    background: #333;
}

footer,
footer a {
    color: #818385;
}

.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-links li {
    display: inline-block;
    margin-left: .75rem;
}

.social-links li:first-child {
    margin-left: 0;
}

.social-links a {
    display: block;
    width: 32px;
    height: 32px;
    background: no-repeat center center;
    background-size: contain;
}

.social-links img {
    height: 48px;
    width: auto;
    display: block;
}

.bgimg-carousel .item::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 200%);
    opacity: .6;
    z-index: 1;
}

.bgimg-carousel .item {
    height: 400px;
    background: no-repeat center center;
    background-size: cover;
    color: #fff;
}

@media only screen and (min-width : 768px) {
    .bgimg-carousel .item {
        height: 600px;
    }

    .border-md-start {
        border-left: 1px solid #dee2e6 !important;
    }
}

.banner-title {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2.25rem;
    width: 650px;
    max-width: 100%;
}

@media only screen and (min-width : 768px) {

    .banner-title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.banner-content-container {
    z-index: 2;
    width: 90%;
}

.banner-content {
    font-size: 1.125rem;
    width: 650px;
    max-width: 100%;
}

@media only screen and (min-width : 768px) {

    .bgimg-carousel.owl-carousel .banner-content-container {
        padding-bottom: 3rem;
    }
}

.banner-buttons .btn {
    margin-right: 20px;
}

/*.bgimg-carousel.singular .item {
    height: 400px;
}*/

.bgimg-carousel.singular .banner-title {
    margin: 0 auto;
    text-align: center;
}

.bgimg-carousel .owl-next,
.bgimg-carousel .owl-prev,
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev,
.featured-carousel .owl-next,
.featured-carousel .owl-prev {
    position: absolute;
    width: 25px;
    height: 32px;
    background: url(../images/arrow.svg) no-repeat center center !important;
    top: 50%;
    margin-top: -16px;
    z-index: 2;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.featured-carousel .owl-next,
.featured-carousel .owl-prev {
    background-image: url(../images/grey-arrow.svg) !important;
}

@media only screen and (min-width : 768px) {

    .bgimg-carousel .owl-next,
    .bgimg-carousel .owl-prev,
    .testimonial-carousel .owl-next,
    .testimonial-carousel .owl-prev {
        width: 50px;
        height: 64px;
    }
}

.bgimg-carousel .owl-next:hover,
.bgimg-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover,
.featured-carousel .owl-next:hover,
.featured-carousel .owl-prev:hover {
    opacity: .6;
}

.bgimg-carousel .owl-next span,
.bgimg-carousel .owl-prev span,
.testimonial-carousel .owl-next span,
.testimonial-carousel .owl-prev span,
.featured-carousel .owl-next span,
.featured-carousel .owl-prev span {
    display: none !important;
}

.bgimg-carousel .owl-prev,
.testimonial-carousel .owl-prev {
    left: 5px;
}

.bgimg-carousel .owl-next,
.testimonial-carousel .owl-next,
.featured-carousel .owl-next {
    right: 5px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.featured-carousel .owl-prev {
    left: 20px;
}

.featured-carousel .owl-next {
    right: 20px;
}

.case-studies-carousel .owl-item {
    opacity: .5;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.case-studies-carousel .owl-item.active.center {
    opacity: 1;
}

.bgimg-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.featured-carousel .owl-dots {
    position: relative;
    padding-top: 1rem;
    text-align: center;
    width: 100%;
}

.bgimg-carousel .owl-dot,
.featured-carousel .owl-dot {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff !important;
    opacity: .6 !important;
    margin: 0 3px;

    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.featured-carousel .owl-dot {
    background: #6d6f71 !important;
}

.bgimg-carousel .owl-dot.active,
.featured-carousel .owl-dot.active {
    opacity: 1 !important;
}

.btn,
.gform-button,
.gform_button {
    font-size: 1rem;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    line-height: 25px;
    min-width: 170px;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn:hover,
.gform-button:hover,
gform_button:hover {
    opacity: 0.75;
}

.btn-white {
    background: #fff;
    color: #000;
}

.btn-white:hover {
    opacity: .7;
}

.link-blocks .link-block {
    color: #fff;
    text-align: center;
}

.link-blocks .col:nth-child(1n+1) .link-block {
    background: #662d91;
}

.link-blocks .col:nth-child(2n+2) .link-block {
    background: #1d75bc;
}

.link-blocks .col:nth-child(3n+3) .link-block {
    background: #f7941d;
}

.link-blocks .col:nth-child(4n+4) .link-block {
    background: #00a89e;
}

.link-blocks .col:nth-child(5n+5) .link-block {
    background: #f15b29;
}

.link-blocks .col:nth-child(6n+6) .link-block {
    background: #2a3990;
}

.link-blocks .col:nth-child(7n+7) .link-block {
    background: #d44e90;
}

.block-title {
    font-weight: 500;
    line-height: normal;
}

.block-image {
    height: 200px;
    background: no-repeat center center;
    background-size: cover;
}

.link-block {
    position: relative;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.link-block a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link-block:hover {
    opacity: 0.7;
}

.info_blocks {
    background: #e7e8e9;
}

.info-block {
    position: relative;
    background: #fff;
}

.block-link,
.icon-button {
    position: relative;
    background: #1d75bc;
    font-weight: 500;
    color: #fff !important;
    display: block;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    text-decoration: none;
    font-size: 1rem;
}

.block-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.icon-button-white {
    background: #fff;
    color: #1d75bc !important;
}

.icon-button-red {
    background: #bf1e2d;
}

.block-link:hover,
.icon-button:hover {
    opacity: .7;
}

.block-link .material-icons,
.icon-button .material-icons {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #13568d;
    text-align: center;
    line-height: 39px;
    font-size: 32px;
}

.helpful-info i {
    font-size: 32px;
    line-height: 24px;
}

.icon-button-white .material-icons {
    background: transparent;
}

.icon-button-red .material-icons {
    background: #8f0f1c;
}

.content-block:last-child {
    position: relative;
    z-index: 1;
    margin-bottom: -1px !important;
}

blockquote {
    color: #662d91;
    border-left: 8px solid #662d91;
    padding-left: 2rem;
    padding-right: 1rem;
    font-size: 1rem;
    font-style: italic;
    font-weight: 500;
    margin: 1rem 0;
}

blockquote p {
    line-height: 1.5rem;
}

.wp-video {
    margin: 2rem 0;
    max-width: 100%;
}

.wp-video-shortcode {
    max-width: 100%;
}

.simple_content img {
    margin: 1rem 0;
}

.simple_content img:last-child {
    margin-bottom: 0;
}

.simple_content ul {
    font-weight: bold;
    list-style: none;
    padding-left: 1rem;
}

.simple_content li {
    position: relative;
}

.simple_content li::before {
    content: "•";
    position: absolute;
    left: -13px;
    top: -2px;
    font-size: 16px;
}

.g-form {
    position: relative;
    background: #ddd;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea {
    border: 0 !important;
}

.gform_wrapper .gfield_required {
    color: #414142 !important;
}

.simple_content p:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width : 768px) {
    .gform_footer {
        position: absolute;
        right: 25px;
        bottom: 75px;
    }
}

.gform_button {
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #1d75bc url(../images/chevron_white.svg) no-repeat right center;
    background-size: 40px 40px;
    color: #fff;
    padding: 0 1rem;
    text-align: left;
    border: 0;
}

.gfield_checkbox a {
    font-weight: 600;
    color: #414142;
    text-decoration: none;
}

.gfield_checkbox a:hover {
    color: #662d91;
}

.banner-sub-title {
    font-size: 1.25rem;
    font-weight: 600;
}

.banner-date {
    font-weight: 500;
}

.helpful-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

.helpful-info li {
    margin-bottom: .5rem;
}

.helpful-info li a {
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    text-decoration: none;
    font-weight: 600;

    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.helpful-info li a:hover {
    opacity: .7;
}

.helpful-info li:nth-child(1n+1) a {
    background: #6d7bbb;
}

.helpful-info li:nth-child(2n+2) a {
    background: #9f1f63;
}

.helpful-info li:nth-child(3n+3) a {
    background: #f7941d;
}

.helpful-info li:nth-child(4n+4) a {
    background: #00a89e;
}

.blog-nav a {
    color: #1d75bc;
    text-decoration: none;
    font-weight: 500;
    margin-right: 1rem;
}

.blog-nav a:hover {
    color: #662d91;
}

.featured-item {
    background: #262262;
    color: #fff;
}

.featured-image {
    width: 100%;
    height: 100%;
    background: no-repeat top center;
    background-size: cover;
    min-height: 350px;
}

.featured-title {
    color: #fff;
}

.featured-item .icon-button,
.stories .icon-button,
.link-button .icon-button {
    float: left;
    padding-right: 100px !important;
}

.stories .icon-button,
.icon-button.float-start,
.icon-button.float-end {
    padding-right: 50px !important;
}

.stories-thumbnail {
    width: 100%;
    height: 100%;
    background: no-repeat top center;
    background-size: cover;
    min-height: 200px;
}

.page-numbers {
    display: none;
}

.pagination {
    float: right;
}

.page-numbers.next {
    display: block;
    float: right;
}

.page-numbers.prev {
    display: inline-block;
}

.page-numbers.prev,
.page-numbers.next {
    background: #6d7bbb;
    color: #fff;
    height: 24px;
    margin-left: .5rem;
}

.resource-cats {
    list-style: none;
    margin: 0;
    padding: 0;
}

.resource-cats li {
    padding-bottom: 2px;
}

.resource-cats li a {
    display: block;
    color: #414142;
    margin-left: -10px;
    padding: 3px 10px;
    text-decoration: none;
    font-weight: 500;
}

.resource-cats li a:hover,
.resource-cats li.active a {
    color: #1d75bc;
    font-weight: 600;
    background: #d8e0f2;
}

.resource-item:last-child hr {
    display: none;
}

.partner-link {
    height: 80px;
    background: no-repeat center center;
    background-size: contain;
    margin: 1rem;
    display: block;
}

@media only screen and (min-width : 768px) {
    .partner-link {
        height: 150px;
    }
}

.app-icon {
    width: 95px;
}

@media only screen and (min-width : 992px) {
    .app-icon {
        width: 100px;
    }
}

.download-app {
    color: #1d75bc;
}

.download-app.single {
    background: #432e71;
    margin: -1px -12px 0;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

@media only screen and (min-width : 768px) {
    .download-app.single {
        background: transparent;
        margin: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.download-apple {
    width: 48px;
    height: 48px;
    background: url(../images/apple-flat.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.download-android {
    width: 48px;
    height: 48px;
    background: url(../images/android-flat.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
}

.resource-category {
    font-size: 1.25rem;
    font-weight: 600;
}

.resource-category.first {
    background: #f15b29;
    color: #fff;
}

.resource-category.second {
    background: #1d75bc;
    color: #fff;
}

.resource-category.third {
    background: #00a89e;
    color: #fff;
}

.resource-category.fourth {
    background: #9f1f63;
    color: #fff;
}

.simple-box strong {
    color: #1d75bc;
}

.simple-box-container:nth-child(1n+1) .simple-box {
    background: #fee7d9;
}

.simple-box-container:nth-child(1n+1) .simple-box .simple-title {
    background: #bf1e2d;
    color: #fff;
}

.simple-box-container:nth-child(2n+2) .simple-box {
    background: #cbd6ed;
}

.simple-box-container:nth-child(2n+2) .simple-box .simple-title {
    background: #2a3990;
    color: #fff;
}

.rounded-purple {
    background: #6d7bbb;
    color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.rounded-red {
    background: #bf1e2d;
    color: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.rounded-purple i.material-icons,
.rounded-red i.material-icons {
    background: transparent;
}

.modal-content {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.modal-content .info-block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.modal-body .h5 {
    font-weight: 500;
}

.modal-content .block-title {
    background: #1d75bc;
    color: #fff;
    font-weight: 500;
}

.modal-content .block-link {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.modal-content .block-image {
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-position: center bottom;
    height: 240px;
}

.modal.show .modal-dialog {
    overflow: visible;
}

.btn-close {
    background: url(../images/close-icon.svg) no-repeat center center;
    background-size: contain;
    width: 32px;
    height: 32px;
    top: -10px;
    right: -10px;
    opacity: 1;
    position: absolute;
    z-index: 10;
}

@media (min-width: 468px) {
    .modal-sm {
        max-width: 420px;
        margin: 0 auto;
    }
}

.cky-revisit-bottom-left {
    display: none !important;
}

.app-resource {
    position: relative;
    background: #432e71;
    color: #fff;
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}

@media only screen and (min-width : 768px) {
    .app-resource {
        -webkit-border-radius: 12px;
        border-radius: 12px;
    }
}

.app-resource h4 {
    color: #f7a949;
}

@media only screen and (min-width : 768px) {
    .app-resource::after {
        content: ' ';
        height: 100%;
        width: 75%;
        position: absolute;
        background: url(../images/purplearrow.svg?v=1) no-repeat right center;
        background-size: contain;
        right: -45px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1;
    }
}

.simple_content h1,
.simple_content .h1,
.simple_content h2,
.simple_content .h2,
.simple_content h3,
.simple_content .h3,
.simple_content h4,
.simple_content .h4,
.simple_content h5,
.simple_content .h5,
.simple_content h6,
.simple_content .h6 {
    margin-top: 1rem;
}

.simple_content h1:first-child,
.simple_content .h1:first-child,
.simple_content h2:first-child,
.simple_content .h2:first-child,
.simple_content h3:first-child,
.simple_content .h3:first-child,
.simple_content h4:first-child,
.simple_content .h4:first-child,
.simple_content h5:first-child,
.simple_content .h5:first-child,
.simple_content h6:first-child,
.simple_content .h6:first-child {
    margin-top: 0;
}

.addtoany_list a {
    margin-right: .5rem;
}

.search-results h5 small {
    background: #ccc;
    border-radius: 20px;
    font-size: .75rem;
    padding: .1rem .5rem;
    margin-left: .5rem;
}

.search-results .icon-button {
    width: 200px;
}

.help-box {
    position: relative;
    z-index: 2;
    margin-top: -3rem;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

select.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #231f20;
    background: #fff url(../images/dd_arrow.jpg) no-repeat right top;
    background-size: contain;
}

.area-title h1 {
    color: #662d91;
}

.national-programmes {
    background: #e4ecf5;
}

.national-programmes .info strong {
    color: #1d75bc;
}

.collapsable-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
}

.collapsable-title:hover {
    color: #fff;
    opacity: .7;
}

.collapsable-item.first .collapsable-title {
    background: #006838;
}

.collapsable-item.first .collapsable-content {
    background: #c0cec7;
}

.collapsable-item.second .collapsable-title {
    background: #6d7bbb;
}

.collapsable-item.second .collapsable-content {
    background: #e4ecf5;
}

.collapsable-item.third .collapsable-title {
    background: #00a89e;
}

.collapsable-item.third .collapsable-content {
    background: #c8ede9;
}

.collapsable-item.fourth .collapsable-title {
    background: #f7941d;
}

.collapsable-item.fourth .collapsable-content {
    background: #eee3d5;
}

.collapsable-title i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 2rem;
}

.collapsable-title.collapsed i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.service-link {
    font-weight: 700;
    text-decoration: none;
    color: #006838;
}

.service-link:hover {
    text-decoration: underline;
}

#help-map {
    height: 400px;
}

.service-item:last-child hr {
    display: none;
}

.map-pin {
    color: #407bc3;
    font-size: 56px;
}

.map-pin.hidden {
    opacity: 0;
}

.show-on-map {
    text-decoration: none;
}

.loading-content {
    background: url(../images/loading.gif) no-repeat 20px top;
    background-size: 24px 24px;
}

.single-post .bgimg-carousel .item {
    background-position: center 25%;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    resize: none;
    height: 200px !important;
}

.border-md-start {
    border-color: #333 !important;
}

.border-bottom {
    border-color: #333 !important;
}

@media only screen and (min-width : 768px) {
    .border-md-bottom-0 {
        border-bottom: none !important;
    }
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .75rem;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li.active {
    font-weight: 600;
    border-bottom: 1px solid #494445;
}

.breadcrumbs li::after {
    content: ' / ';
    padding: 0 5px;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs li a {
    text-decoration: none;
    color: #494445;
}

.breadcrumbs li.breadcrumb-home i {
    vertical-align: bottom;
    font-size: 20px;
}

#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 84px;
    color: #fff;
    background: #f39200;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 10;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

body.fixHeader #backToTop {
    opacity: .7;
}

#backToTop i.material-icons {
    font-size: 32px;
}

h5.boxed {
    background: #1d75bc;
    color: #fff;
}

.select2-container--default .select2-results__group {
    padding-left: 23px;
}

#otherContent .link-title {
    font-weight: 700;
    color: #00549d;
}

@media only screen and (min-width : 768px) {
    .before-left-border {
        position: relative;
    }

    .before-left-border::before {
        content: ' ';
        width: 1px;
        background: #333;
        height: 90%;
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
    }
}

#resource-list h1.h4,
#nationalContent .free-apps h5 {
    color: #1d75bc;
}

.resources-list:first-child {
    margin-top: 1px !important;
}

.resource-item hr {
    margin: .5rem 0 .75rem;
}

.featured_resources+.simple_content>.container {
    padding-top: 0 !important;
}

.list-title {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.85rem;
    background: #662d91;
}

.list-content {
    font-size: 1.25rem;
    line-height: 1.85rem;
    position: relative;
}

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

.list-content ul span {
    display: block;
    background: #662d91;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.list-content ul strong {
    color: #662d91;
}

.list-content ul li {
    border-bottom: 1px solid #9d9d9c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.list-content ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.list-content::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #662d91;
    z-index: -1;
    opacity: 0.1;
}

.note-box {
    position: relative;
    background: #efcac0;
    overflow: hidden;
}

.note-box .arrow {
    position: absolute;
    left: 0;
    top: 0;
    background: #bf1e2d;
    height: 100%;
    width: 50px;
    background: url(../images/note-arrow.svg) no-repeat right center;
    background-size: cover;
}

.note-content p:last-child {
    margin: 0;
}

.note-content {
    padding-left: 3rem;
}

.page-id-57 .note_box {
    margin: -1.5rem 0 !important;
}

/*.button.content-block~.button.content-block {
    margin-top: -0.5rem;
}*/

.tighter ul {
    margin-bottom: .5rem;
}

.tighter hr {
    margin: .5rem 0;
}

ul.lined-list li {
    border-bottom: 1px solid rgba(50, 50, 50, 0.25);
    margin-bottom: .5rem;
    padding-bottom: .5rem;
}

ul.lined-list li:last-child {
    border-bottom: 0;
}

.downloads-bg {
    background: #e6e7e8;
}

.download {
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.download-img {
    background: left top no-repeat;
    background-size: contain;
    height: 240px;
}

@media only screen and (min-width : 768px) {
    .download-img {
        height: 190px;
    }
}

@media only screen and (min-width : 992px) {
    .download-img {
        height: 320px;
    }
}

.download-title {
    font-size: 1rem;
}

@media only screen and (min-width : 768px) {
    .simple-banner-content {
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
    }
}