﻿@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(/fonts/opensans-normal.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans'), local('OpenSans'), url(/fonts/opensans-semibold.woff) format('woff');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot');
    src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2') format('woff2'), url('/fonts/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.prime-color {
    color: #121c36;
}

.disclaimer {
    background-color: white;
    padding: 20px;
    outline: 4px solid white;
    margin: 4px;
    border: 2px dashed #ff8800;
}

.second-color {
    color: #28b9f0;
}

.white-color {
    color: white;
}

.error {
    color: #b65d72;
    font-weight: bold;
}

html,
body {
    width: 100%;
    max-width: 100%;
}

html {
    /*height: 100%;*/
    min-height: 100%;
    position: relative;
}

body {
    min-height: calc(100% - 375px);
    padding-top: 80px;
    background-color: #e5e5e5;
    font-family: Helvetica Neue,Hevetica,Arial;
}

    body.subPage {
        height: auto;
        margin-bottom: 250px;
    }

    body.adPage {
        height: calc(100% - 250px);
        margin-bottom: 250px;
        padding-top: 0;
    }

    body.loginPage {
        background: #efefef;
        height: 100%;
    }

.loginPage .container, .loginPage .container .row, .loginPage .container .row > div {
    height: 100%;
}

/*html.subPage {
    height: auto;
}

html.adPage {
    height: auto;
}*/

a.white-color {
    color: white !important;
}

footer.sticky {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 218px;
}

.anchor {
    margin-top: -75px;
    padding-bottom: 75px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
    overflow-y: scroll;
}

nav#mainNav {
    vertical-align: middle;
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    height: 80px;
}

    nav#mainNav img {
        -webkit-transition: all 0.15s;
        -moz-transition: all 0.15s;
        transition: all 0.15s;
        height: 73px;
        margin-left: 10px;
        max-width: 100px;
        margin-top: 0;
    }

nav#footerNav {
    vertical-align: middle;
    background: #121c36;
    transition: all 0.3s;
}

nav#mainNav .navbar-brand {
    height: auto;
    padding: 0;
}

header {
    background: white;
}

footer {
    position: relative;
}

    footer::after {
        top: 0px;
        left: 50%;
        border: solid transparent;
        border: solid pink;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-width: 30px;
        margin-left: -30px;
        z-index: 999;
    }

.navbar-header button {
    min-width: 0;
}

.mainPage .navbar-header button {
    color: #121c36;
}

.subPage .navbar-header button {
    color: white;
}

nav#mainNav #navbar ul, nav#footerNav ul {
    padding: 0;
    margin: 0;
    min-height: 200px;
}

    nav#mainNav #navbar ul li a {
        line-height: 30px;
        padding: 0;
        background: none;
        display: inline;
    }

    nav#footerNav ul li a {
        color: white;
        padding: 0;
        background: none;
        display: inline;
    }

        nav#mainNav #navbar ul li a:hover, nav#footerNav ul li a:hover {
            color: darkgrey;
        }

.mainPage nav#mainNav {
    background: white;
    border-top: 5px solid #121c36;
}

.subPage nav#mainNav {
    background: #121c36;
    border-top: 5px solid white;
}

.adPage nav#mainNav {
    background: rgba(255,255,255,0);
    border-top: 0;
}

.mainPage nav#mainNav #navbar ul li a {
    color: #121c36;
}

.subPage nav#mainNav #navbar ul li a {
    color: white;
}

.navbar-collapse {
    float: right;
}

/*.navbar-collapse.in {*/
.navbar-collapse {
    float: none;
    padding: 0;
    box-shadow: 0px 5px 8px black;
}

    /*.navbar-collapse.in:before {*/
    .navbar-collapse:before {
        position: absolute;
        top: 34px;
        right: 17px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-width: 20px;
        margin-left: -20px;
        z-index: 100;
    }

/*.mainPage .navbar-collapse.in {*/
.mainPage .navbar-collapse {
    background: #dfdfdf;
}

    /*.mainPage .navbar-collapse.in:before {*/
    .mainPage .navbar-collapse:before {
        border-bottom-color: #dfdfdf;
    }

.subPage .navbar-collapse {
    background: #28b9f0;
}

    .subPage .navbar-collapse:before {
        border-bottom-color: #28b9f0;
    }

.navbar-collapse.in li {
    height: auto;
    text-align: left;
}

.navbar-collapse.in ul {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

nav#mainNav #navbar.navbar-collapse ul li a {
    display: block !important;
    padding: 5px 20px;
    line-height: 30px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

    nav#mainNav #navbar.navbar-collapse ul li a:hover, nav#mainNav #navbar.navbar-collapse ul li a:active, nav#mainNav #navbar.navbar-collapse ul li.active a {
        border-left: 5px solid #009fed;
        background: rgba(255,255,255,0.3);
    }

.navbar-collapse.in li:hover a {
}

a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    transition: all 0.15s;
    color: darkgray;
}

    a:hover,
    a:focus {
        color: #28b9f0;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

#videoModal .modal-dialog {
    width: 80%;
}

#videoModal .modal-content * {
    border: none;
    border-radius: 0;
}

#videoModal .modal-body {
    padding: 0;
}

#videoModal .modal-content button {
    margin: 0;
    min-width: 0 !Important;
}

#videoModal .modal-body video {
    width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bg-primary {
    background-color: #009fed;
    color: white;
}

.bg-primary-content {
    background-color: #81d0f7;
    color: #121c36;
}

.bg-green {
    background-color: #5eb777;
    color: white;
}

    .bg-green a {
        color: #c7eecf;
        color: white;
    }

.bg-green-content {
    background-color: #b7debf;
    color: black;
}

    .bg-green-content a {
        color: darkgreen;
    }

.bg-pink {
    background-color: #ce6a9e;
    color: white;
}

    .bg-pink a {
        color: #e7bbd4;
    }

.bg-pink-content {
    background-color: #e7bbd4;
    color: black;
}

.bg-dark {
    background-color: #121c36;
    color: white;
}

.bg-dark-content {
    background-color: rgb(56, 78, 108);
    color: white;
}

.bg-dark label, .bg-dark h2 {
    color: white;
}

.bg-grey {
    background-color: #e5e5e5;
    color: black;
}

.bg-lightgrey {
    background: #efefef;
    color: black;
}

.bg-white {
    background: white;
    color: #121c36;
}

.bg-darkgrey {
    background-color: #afb0b4;
    color: black;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 40px 0;
    position: relative;
}

.tagged::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 30px;
    margin-left: -30px;
    z-index: 99;
}

.tagged.halfsize::after {
    border-width: 15px;
    margin-left: -15px;
}

.key-item {
    text-align: right;
}

    .key-item i {
        margin-right: 10px;
    }

        .key-item i.fa-check {
            color: #5db672;
        }

        .key-item i.fa-times {
            color: #b65d72;
        }

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

button {
    border-radius: 0;
    border: none;
    font-weight: bold;
    padding: 12px 30px;
    font-size: 24px;
    min-width: 50%;
    margin-top: 20px;
    margin-bottom: 40px;
}

select {
    display: block;
    width: 100%;
}

select,
input[type="text"],
input[type="password"],
input[type="number"] {
    border: none;
    border-radius: 0;
    padding: 5px;
    height: 40px !important;
    cursor: text;
}

textarea.form-control {
    border: none;
    border-radius: 0;
    margin-bottom: 10px !important;
    padding: 5px;
    height: 120px !important;
}

.row.case-study:first-child > div {
    padding-bottom: 60px;
}

textarea.form-control:hover {
    border: 1px solid #9c9c9c;
}

.call-to-action .cost {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}

#headerContainer {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: auto;
    text-align: center;
    color: white;
    height: 100%;
}

header.splash {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    text-align: center;
    transition: transform 1s ease-in-out;
}

header.splash1 {
    transform: translate(-100%);
    z-index: 3;
}

header.splash2 {
    transform: translate(0%);
    z-index: 2;
}

header.splash3 {
    transform: translate(100%);
    z-index: 1;
}

header#main {
    background-image: url('/Content/Images/clinic-assist-client-spread.jpg');
}

header#physio {
    background-image: url('/Content/Images/clinic-assist-physio-spread.jpg');
}

header#counselling {
    background-image: url('/Content/Images/clinic-assist-counselling-spread.jpg');
}

header#adwordsSplash {
    background-image: url('/Content/Images/clinic-assist-adwords-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

    header#adwordsSplash #splashTable {
        table-layout: fixed;
        width: 100%;
    }

        header#adwordsSplash #splashTable tr:first-child td {
            padding-top: 40px;
        }

        header#adwordsSplash #splashTable tr:first-child td {
            vertical-align: top;
        }

        header#adwordsSplash #splashTable tr td:first-child img {
            width: 108%;
            margin-left: -4%;
            margin-right: -4%;
            height: auto;
            margin-bottom: -50%;
        }

        header#adwordsSplash #splashTable col {
            width: 50%;
            max-width: 50%;
        }

        header#adwordsSplash #splashTable h3 {
            margin-top: 0;
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 27px;
        }

.adPage h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#postcodeGroup {
    display: none;
}

#postcodeButton {
    margin: 14px 0 0 0;
    padding: 5px 10px;
    height: 40px !important;
    font-size: 14px;
}

#addressList {
    display: none;
    background: white;
    color: black;
    overflow-y: scroll;
    height: 150px;
    margin-bottom: 15px;
    line-height: 25px;
}

    #addressList > div {
        height: 40px;
        cursor: pointer;
        padding: 8px 5px;
        white-space: nowrap;
    }

        #addressList > div:hover {
            background: lightgrey;
        }

header#adwordsSplash .header-content-inner {
    height: 100%;
    padding: 50px 0 0 0;
}

header.splash .header-content {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
}

    header.splash .header-content .header-content-inner h1 {
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 36px;
        -max-width: 60%;
    }

    header.splash .header-content .header-content-inner h2 {
        margin-top: 0;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
        -max-width: 60%;
    }

    header.splash .header-content .header-content-inner p {
        font-weight: 200;
        font-size: 20px;
        -max-width: 60%;
        line-height: 1.1;
    }

#copyArea {
    z-index: 10;
}

#belowFoldAdwords {
    border-top: solid 15px #009fed;
}

.security img {
    display: block;
    margin: 30px auto;
    width: 100%;
    max-width: 234px;
}

.feature-accordion-row h4, .feature-accordion-row .table-element .fa-plus-circle, .feature-accordion-row .table-element .fa-times-circle, .feature-accordion-row .table-element .main-tick .fa {
    font-size: 12px;
    padding: 10px;
    margin: 10px 0;
    line-height: 12px;
}

.feature-accordion-row span, .feature-accordion-row .sub-tick i {
    font-size: 11px;
    line-height: 13px;
    padding: 5px 10px;
    display: block;
    height: 36px;
}

.feature-accordion-row span {
}

.feature-accordion-row .sub-tick i {
    line-height: 26px;
}

.field-validation-error {
    display: none;
}

.input-validation-error {
    background: #e7bbd4;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 99;
}

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        -max-height: none;
    }

.feature-accordion-row .fa-plus-circle, .feature-accordion-row .fa-times-circle {
    margin-right: -15px !important;
}

.section-heading {
    margin-top: 0;
    text-align: center;
    padding: 20px;
}

.call-to-action {
    padding: 40px 10px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 18px;
}

    .call-to-action.small {
        text-align: center;
        line-height: 26px;
    }

    .call-to-action.smallest {
        text-align: center;
        font-size: 17px;
        line-height: 17px;
        padding: 20px 0;
    }

.text-primary {
    color: #009fed;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}

.divider {
    height: 145px;
    background: url('/Content/Images/divider-logo.png') no-repeat center center;
}

#branding {
    background: #121c36;
    color: white;
    padding-bottom: 20px;
}

#base-links {
    background: #121c36;
    border-radius: 0;
    margin: 0;
}

    #base-links ul li a {
        color: white;
        /*padding: 0;*/
        background: none;
        /*display: inline;*/
    }

        #base-links ul li a:hover {
            color: lightgray;
        }

section.bg-grey::after {
    border-top-color: #e5e5e5;
}

section.bg-green-content::after {
    border-top-color: #b7debf;
}

section.bg-pink-content::after {
    border-top-color: #e7bbd4;
}

section.bg-primary-content::after {
    border-top-color: #81d0f7;
}

section.bg-dark-content::after {
    border-top-color: rgb(56, 78, 108);
}

section.bg-white::after {
    border-top-color: white;
}

.bg-primary-content h2.light {
    color: white;
}

.bg-primary-content a {
    color: #eaf6ec !important;
}

.bg-primary-content .faq-accordion-row a {
    color: #121c36 !important;
}

section.bg-pink-content a {
    color: #b65d72;
}

.panel-heading {
    text-align: center;
}

#feature-table .row > div {
    text-align: center;
    padding: 25px 40px;
    height: 250px;
}

    #feature-table .row > div p {
        font-size: 12px;
        margin: 20px 0;
    }

    #feature-table .row > div h3 {
        margin-top: 15px;
        font-size: 16px;
        font-weight: bold;
    }

    #feature-table .row > div .fa {
        font-size: 52px;
    }

button.faq-accordion-expander {
    background: transparent;
    width: 20px;
    height: 20px;
}

.case-study img {
    width: 100%;
    margin-top: -50px;
}

.faq-accordion-row {
    background: #bfe8fa;
    cursor: pointer;
    margin-bottom: 15px;
    padding: 10px;
}

    .faq-accordion-row .row > div:first-child {
        font-size: 16px;
        text-align: center;
        margin-right: -10px;
    }

    .faq-accordion-row h4, .faq-accordion-row .fa {
        margin: 0;
        padding: 5px 0;
        line-height: 24px;
    }

    .faq-accordion-row .fa {
        font-size: 16px;
    }

    .faq-accordion-row h4 {
        font-size: 14px;
        font-weight: bold;
    }

    .faq-accordion-row .faq-text {
        margin-top: 10px;
        margin-left: -10px;
        font-size: 14px;
    }

    .faq-accordion-row.active {
        background: white;
    }

        .faq-accordion-row.active .fa {
            color: #009fed;
        }

        .faq-accordion-row.active a {
            color: #121c36;
            font-weight: bold;
        }

.feature-accordion-heading {
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
    word-break: break-all;
    word-wrap: break-word;
}

.feature-accordion-row {
    cursor: pointer;
    margin-bottom: 15px;
}

    .feature-accordion-heading div:not(:first-child), .feature-accordion-row div:not(:first-child) {
        padding-left: 0;
    }

    .feature-accordion-row .table-element > .row > div:first-child {
        font-size: 24px;
        text-align: center;
    }

.main-tick, .sub-tick {
    text-align: center;
}

.feature-accordion-row h4 {
    font-weight: bold;
}

.feature-accordion-row .main-tick {
    max-height: 50px;
}

    .feature-accordion-row .main-tick .fa-check {
        color: #5db672;
    }

    .feature-accordion-row .main-tick .fa-times {
        color: #b65d72;
    }

    .feature-accordion-row .main-tick .fa-circle-o {
        color: black;
    }

    .feature-accordion-row .main-tick div {
        max-height: 50px;
    }

.feature-accordion-row .table-element {
    background: #eaf6ec;
    min-height: 50px;
}

    .feature-accordion-row .table-element.active {
        background: #5db672;
        padding-bottom: 15px;
    }

        .feature-accordion-row .table-element.active .main-tick {
            opacity: 0;
        }

        .feature-accordion-row .table-element.active .fa {
            color: white;
        }

            .feature-accordion-row .table-element.active .fa.fa-times {
                color: rgba(63, 63, 63, 0.3);
            }

#branding {
    padding-top: 30px;
}

#dp-brand {
    float: none;
}

#branding .row > div {
    line-height: initial;
    height: auto;
}

#branding .footer-right > img {
    height: auto;
    float: none;
    margin-right: inherit;
}

#branding ul {
    padding-left: 0;
}

.footer-right {
    float: none;
    text-align: center;
}

#branding ul li {
    list-style-type: none;
    margin: 5px;
}

    #branding ul li a {
        color: white;
    }

#dp-brand {
    text-align: center;
    margin-top: 15px;
}

    #dp-brand p {
        margin-top: 5px;
        font-size: 12px;
    }

.thankyou-margin {
    margin-top: 10%;
}

.trial-signup-margin {
    margin-top: 3%;
}

#loginsubsection {
    padding: 15px 0 10px 0;
}

    #loginsubsection .input-group {
        padding: 0 15px;
    }

    #loginsubsection label {
        line-height: 40px;
    }

    #loginsubsection input, #loginsubsection button {
        width: 100%;
    }

    #loginsubsection button {
        height: 40px;
        line-height: 20px;
        font-size: 17px;
        margin: 0;
        float: right;
    }

button.nomargins {
    margin: 0;
}

.grecaptcha-badge {
    z-index: 9999;
}

.input-validation-error + * + span {
    color: #ff4d4d;
}

    .input-validation-error + * + span > a {
        color: red !important;
        text-decoration: underline;
    }

.dataDisplay {
    height: 40px;
    background: rgba(255,255,255,0.3);
    padding: 12px 7px;
}

    .dataDisplay.bg-pink-content {
        background-color: #e7bbd4;
        color: black;
    }

.notUsed {
    display: none;
}

.login-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.payment-login-container {
    margin: 5% 0;
    padding: 50px 0;
}

.equalColumn {
    height: 24px;
}

.login-box {
    padding: 20px;
}

.login-container img {
    max-width: 100px;
    width: auto;
    height: 80px;
    margin: 20px auto;
}

.loginPage .row h1 {
    font-size: 50px;
    margin: 20px 0 0 0;
}

.loginPage .row p {
    margin: 0;
    color: #121c36;
    font-weight: bold;
}

.loginPage {
    overflow: hidden;
}

    .loginPage input {
        padding: 10px;
        line-height: 18px;
        font-size: 16px;
    }

    .loginPage a {
        color: #121c36;
        line-height: 20px;
    }

.help-btn {
    font-size: 20px;
    position: relative;
    bottom: -25px;
}

    .help-btn button {
        min-width: 0;
    }

        .help-btn button i {
            font-size: 24px;
        }

            .help-btn button i.fa-circle {
                color: white;
            }

.tagged.toggle-help::after {
    border-top-color: transparent;
}

.tagged.toggle-help.show::after, .tagged.toggle-help.perma::after {
    border-top-color: #81d0f7;
}

.toggle-help-content.show, .toggle-help-content.perma {
    opacity: 1;
}

#contactForm button[disabled="true"] {
    background: gray;
}

.recaptchaContainer {
    position: relative;
}

    .recaptchaContainer > div {
        position: absolute;
        right: 0;
        top: 20px;
        width: 50%;
        overflow: hidden;
        background: rgba(74, 143, 225, 1);
    }

        .recaptchaContainer > div > .grecaptcha-badge {
            /*float: right;*/
            margin-left: 5px;
            box-shadow: none !important;
        }

    .recaptchaContainer > button {
        height: 60px;
    }

#base-links a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 10px;
}

.payment-setup-area {
    margin-top: 2%;
}

.play-icons * {
    /*color: lightgrey;*/
}

.play-icons .fa-stack-1x {
    line-height: 35px;
    color: rgba(255,255,255,0.5);
}

.play-icons .fa-stack-2x {
    color: rgba(50, 180, 255, 1);
}

.adPage #trial-form-container {
    padding: 20px 20px 0 20px;
    width: 100%;
}

#tablet-container img {
    width: 100%;
    height: auto;
}

#contactForm dl {
    width: 50%;
    display: inline;
    float: left;
    font-weight: bold;
}

.navbar-header img.full-img {
    display: none;
}

/*second version styles*/
#adwordContent .header-content img {
    width: 104%;
    margin: 0 -2.5% 0 -2.5%;
}

#tag-area {
    /*float: left;*/
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

    #tag-area table {
        height: 100%;
        width: 100%;
    }

    #tag-area h2 {
        font-size: 18px;
    }

    #tag-area h3 {
        font-size: 18px;
    }

#adwords-feature-list .col-sm-3 {
    text-align: center;
    padding: 20px;
}

#adwords-feature-list h4 {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
}

#adwords-feature-list p {
    font-size: 14px;
    margin: 0 0 20px 0;
}

#adwords-feature-list .fa {
    font-size: 40px;
    margin-bottom: 5px;
}

#postcodeMobileButton {
    font-size: 16px;
    padding: 8px 12px 9px 12px;
    margin-top: 25px;
}


button.btn {
    float: right;
    font-weight: bold;
    font-size: 21px;
    padding: 15px;
}

section.bg-green-content {
    padding-bottom: 40px;
}


/* site.css (462, 10) */
section {
    position: relative;
}



.fa-arrow-circle-right::before {
    content: "\f0a9";
}

#searchField {
    width: calc(100% - 110px);
    height: 45px !important;
    float: left;
}

#searchButton {
    width: 110px !important;
    min-width: 0;
    height: 45px;
    padding: 5px;
    float: left;
    margin: 0;
    font-size: 16px;
}

.categoryList {
    min-height: calc(100% - 375px);
}

    .categoryList h4 {
        text-align: center;
        font-size: 16px;
        margin: 15px 0;
        font-weight: bold;
    }

        .categoryList h4 .fa {
            font-size: 56px;
            margin-bottom: 12px;
        }

.categoryListRow {
    background: white;
    padding: 10px 30px;
    color: #3f3f3f;
    margin: 10px 0;
    display: flex;
}

.categoryListHeading {
    width: 120px;
    padding-right: 10px;
}

.categoryListDescription p {
    margin: 15px 0;
}

.categoryListDescription a {
    margin-bottom: 15px;
    display: inline-block;
    color: #121c36;
    font-weight: bold;
    transition: none;
    line-height: 14px;
    border-bottom: 2px solid transparent;
}

    .categoryListDescription a:hover {
        text-decoration: none;
        border-bottom-color: #009fed;
    }

#titleText {
    margin: 20px 0;
}

    #titleText a {
        text-decoration: none;
        color: #121c36;
    }

        #titleText a:hover {
            color: #28b9f0;
        }

.bg-dark-content #titleText a {
    color: rgba(255,255,255,0.7);
}

    .bg-dark-content #titleText a:hover {
        color: #28b9f0;
    }

.currentPage {
    color: #28b9f0;
}

.bg-dark-content .currentPage {
    color: white;
}

.articlePane h1,
.articlePane h2 {
    font-size: 20px;
}


#articleTitle {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
    border-bottom: solid 2px #009fed;
}



/* ABOVE MOBILE */

@media (min-width: 450px) {
    .price-calculator label {
        line-height: 18px;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    body {
        padding-top: 0;
    }

    .notUsed {
        display: block;
        opacity: 0;
    }

    body.subPage {
        padding-top: 80px;
    }

    .mainPage nav#mainNav {
        background: transparent;
        border-top: none;
    }

        .mainPage nav#mainNav.shrink {
            background: white;
            border-top: #121c36 5px solid;
        }

    .navbar-collapse:before {
        border-bottom: none;
    }

    .footer-right {
        float: right;
    }

    .flash {
        padding-top: 30px;
        bottom: 15%;
        right: 15%;
        width: 150px;
        height: 150px;
        box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.7);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

        .flash p {
            line-height: 44px;
            font-size: 16px;
        }

        .flash strong {
            font-size: 25px;
            line-height: 27px;
        }

        .flash em {
            font-size: 56px;
            line-height: 56px;
        }

    .call-to-action {
        font-size: 32px;
        line-height: 45px;
    }

        .call-to-action.small {
            font-size: 22px;
            line-height: 24px;
        }

    .play-icons .fa-stack-1x {
        line-height: 42px;
    }

    #feature-table .row > div p {
        font-size: 14px;
        margin: 10px 0;
    }

    #feature-table .row > div h3 {
        font-size: 20px;
        margin-top: 12px;
        font-weight: normal;
    }

    #trial-form-container {
        margin-top: -20px;
    }

    .mainPage nav#mainNav #navbar ul li a:hover {
        color: #009fed;
    }

    .subPage nav#mainNav #navbar ul li a:hover {
        color: #009fed;
    }

    .mainPage .navbar-collapse {
        background: transparent;
        box-shadow: none;
        float: right;
    }

        .mainPage .navbar-collapse.in {
            float: none;
        }

    .submit-col {
        padding-left: 0px;
    }

    .help-btn {
        position: absolute;
        margin: auto;
    }

    nav.shrink#mainNav img {
        box-sizing: content-box;
        margin-top: -5px;
        border-top: 5px solid transparent;
    }

        nav.shrink#mainNav img:hover {
            border-top-color: #009fed;
        }

    nav.shrink#mainNav #navbar ul li a {
        display: block;
        height: 73px;
        margin-top: -5px;
        border-top: 5px solid transparent;
    }

    nav#mainNav .navbar-collapse#navbar ul li a:hover, nav#mainNav #navbar.navbar-collapse ul li a:active, nav#mainNav .navbar-collapse#navbar ul li.active a {
        border-left: none;
        background: none;
    }

    .mainPage nav.shrink#mainNav #navbar ul li a:hover, .mainPage nav.shrink#mainNav #navbar ul li.active a {
        border-top-color: #009fed;
        color: #009fed;
    }

    .subPage nav.shrink#mainNav #navbar ul li a:hover, .subPage nav.shrink#mainNav #navbar ul li.active a {
        border-top-color: #009fed;
        color: #009fed;
    }

    .subPage .navbar-collapse {
        background: transparent;
        box-shadow: none;
        float: right;
    }

        .subPage .navbar-collapse:before {
            border-bottom-color: transparent;
        }

        .mainPage .navbar-collapse.in, .subPage .navbar-collapse.in {
            box-shadow: none;
        }

    .mainPage .navbar-collapse.in {
        background: transparent;
    }

        .mainPage .navbar-collapse.in.shrink {
            background: white;
        }

    .subPage #navbar.navbar-collapse.in {
        height: 73px !important;
        background: #121c36;
    }

    .footer-right p {
        text-align: right;
    }

    #branding .footer-right > img {
        height: 140px;
        float: right;
        margin-right: 0px;
    }

    .navbar-collapse.in li {
        height: auto;
    }

    .navbar-collapse.in ul {
        width: auto;
        float: right;
    }

    .feature-accordion-row h4, .feature-accordion-row .table-element .fa-plus-circle, .feature-accordion-row .table-element .fa-times-circle, .feature-accordion-row .table-element .main-tick .fa {
        font-size: 16px;
        line-height: 18px;
        margin: 0;
        padding: 16px 0;
    }

    .feature-accordion-row span, .feature-accordion-row .sub-tick i {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .price-calculator input {
        height: 58px !important;
        text-align: left;
        width: 55%;
        margin-left: 5%;
    }

    .price-calculator button {
        width: 40%;
        margin: 0;
        min-width: 0;
        font-size: 20px;
        height: 58px;
    }

    .price-calculator label {
        font-size: 18px;
        line-height: 60px;
        padding: 0 15px;
    }

    .call-to-action .cost {
        font-size: 30px;
    }

    .faq-accordion-row h4, .faq-accordion-row .fa {
        margin: 0;
        padding: 12px 0;
        min-height: 50px;
    }

    .faq-accordion-row h4 {
        font-size: 20px;
    }

    .faq-accordion-row .fa {
        font-size: 26px;
    }

    nav#mainNav #navbar.navbar-collapse ul li a {
        display: block !important;
        line-height: 200px;
        padding: 0;
        width: auto;
        font-size: inherit;
        border-left: none;
    }

    nav#mainNav.shrink #navbar.navbar-collapse.in ul li a {
        line-height: 73px;
        height: 73px;
    }

    #feature-table .row > div {
        height: auto;
    }

    .feature-accordion-heading {
        font-size: 18px;
    }

    header.splash {
        min-height: 100%;
    }

        header.splash .header-content {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            padding: 0 50px;
        }

            header.splash .header-content .header-content-inner {
                max-width: 1000px;
                margin-left: auto;
                margin-right: auto;
            }

                header.splash .header-content .header-content-inner h1 {
                    font-size: 36px;
                    max-width: none;
                }

                header.splash .header-content .header-content-inner h2 {
                    font-size: 18px;
                    max-width: none;
                }

                header.splash .header-content .header-content-inner p {
                    font-size: 24px;
                    line-height: 30px;
                    max-width: 50%;
                    margin-left: auto;
                    margin-right: auto;
                }

    nav#mainNav {
        height: 200px;
        background: transparent;
        border: none;
    }

        nav#mainNav.shrink {
            height: 80px;
        }

            nav#mainNav.shrink #navbar ul {
                min-height: 80px;
            }

        nav#mainNav img {
            height: auto;
            margin-top: 35px;
        }

        nav#mainNav.shrink img {
            height: 73px;
        }

        nav#mainNav #navbar ul li a, nav#footerNav ul li a {
            line-height: 200px;
            margin-left: 30px;
            font-weight: bold;
        }

        nav#mainNav.shrink #navbar ul li a {
            line-height: 73px;
        }

    nav#footerNav ul li a {
        line-height: 200px;
    }

    #base-links ul li a::after {
        content: "|";
        color: #a0a0a0;
        margin-left: 18px;
        text-decoration: none;
        text-emphasis: none;
    }

    #dp-brand {
        float: right;
    }

    #base-links ul li:last-child a::after {
        content: "";
    }

    #adHeading {
        font-size: 36px;
    }

    #tagline {
        font-size: 20px;
        line-height: 22px;
    }

    #subtagline {
        font-size: 17px;
        line-height: 19px;
    }
    /*header#adwordsSplash #adwordContent .header-content-inner {
        height: 290px;
        margin-top: -145px;
    }*/

    .header-content-inner img {
        width: 100px;
        height: auto;
    }

    header#adwordsSplash #adwordTabletContainer {
        width: 50%;
        padding: 50px 0 0 0;
        margin-left: auto;
        position: absolute;
        right: 0px;
        top: 30px;
    }

    header#adwordsSplash .header-content-inner {
        padding: 80px 0 50px 0;
    }

    header#adwordsSplash #adwordTabletContainer img {
        height: auto;
        min-height: 405px;
        width: 100%; /* new */
        margin-bottom: auto;
        margin-left: 0px;
    }

    #tag-area {
        float: left;
        padding-left: 160px;
        margin-left: -150px;
        height: 230px;
    }

        #tag-area h2 {
            font-size: 26px;
        }

        #tag-area h3 {
            font-size: 24px;
        }

    .logo-area {
        float: left;
    }

    header#adwordsSplash #splashTable tr td:first-child {
        padding-right: 25px;
    }

        header#adwordsSplash #splashTable tr td:first-child img {
            margin-bottom: 20px;
        }


    #searchField {
        width: calc(100% - 200px);
        height: 60px !important;
        padding: 20px;
    }

    #searchButton {
        width: 200px !important;
        height: 60px;
        font-size: 24px;
    }
}

@media screen and (min-width: 1280px) {
    nav#mainNav img {
        max-width: none;
        margin-top: 0;
    }

    .navbar-header img.sm-img {
        display: none;
    }

    .navbar-header img.full-img {
        display: block;
    }

    nav.shrink .navbar-header img.sm-img {
        display: block;
    }

    nav.shrink .navbar-header img.full-img {
        display: none;
    }
    /*header#adwordsSplash #adwordContent .header-content-inner {
        height: 290px;
        margin-top: -145px;
    }*/

    #tagline {
        font-size: 24px;
        line-height: 26px;
    }

    #subtagline {
        font-size: 19px;
        line-height: 21px;
    }
}

@media (min-width: 1658px) {
    header.splash .header-content .header-content-inner p {
        font-size: 36px;
        line-height: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 75%;
    }

    /*header#adwordsSplash #adwordContent .header-content-inner {
        height: 440px;
        margin-top: -220px;
    }*/

    header#adwordsSplash #adwordContent .header-content-inner img {
        width: auto;
    }

    #adHeading {
        font-size: 56px;
    }

    #tagline {
        font-size: 30px;
        line-height: 32px;
    }

    #subtagline {
        font-size: 25px;
        line-height: 27px;
    }
}

footer::after {
    top: 0;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #e5e5e5;
    border-width: 28px;
    margin-left: -29px;
    z-index: 98;
}

div.tags a {
    border: 1px solid rgba(0, 159, 237, 0.1);
    background-color: rgba(0, 159, 237, 0.1);
    padding: 3px 5px 3px 20px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
    display: inline-block;
    height: 24px;
    line-height: 16px;
}

    div.tags a:after {
        content: ' ';
        width: 10px;
        height: 10px;
        position: absolute;
        background-color: white;
        border-radius: 100%;
        border: 1px solid rgba(0, 159, 237, 0.1);
        top: 6px;
        left: 6px;
    }

    div.tags a:hover {
        border: 1px solid rgba(0, 159, 237, 0.2);
        background-color: rgba(0, 159, 237, 0.2);
    }

        div.tags a:hover:after {
            border: 1px solid rgba(0, 159, 237, 0.5);
        }


h1 {
    color: black;
}

h2 {
    color: rgb(0, 159, 237);
    font-size: 20px;
}

h3 {
    color: rgb(0, 159, 237);
    font-size: 16px;
}
