.hide-on-mobile {
    display: none;
    visibility: hidden;
}
/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}

ul {
    list-style-position: outside;
    margin-left: 15px;
    margin-top: 0.5rem;
}

ul li {
    margin-bottom: 0.5rem;
}

fieldset,
img {
    border: none;
}

caption,
th {
    text-align: left;
}

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

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input,
button,
textarea {
    line-height: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

input[type="hidden"],
[hidden],
.hidden {
    display: none;
}

textarea {
    overflow: auto;
    resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

a > img {
    vertical-align: bottom;
}

strong,
.strong,
b {
    font-weight: bold;
}

em,
.italic,
i {
    font-style: italic;
}

del,
.del {
    text-decoration: line-through;
}

:focus {
    outline: none;
}

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

/* tools --------------------------  */

.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.align-left {
    float: left !important;
}

.align-right {
    float: right !important;
}

.overflow-hidden {
    overflow: hidden;
    display: block;
}

/* common --------------------------  */

html {
    height: 100%;
    background: white;
    font:
        16px "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    line-height: 1.4rem;
}

body {
    height: 100%;
    color: #222222;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

p {
    margin-bottom: 1.3rem;
}

h1,
h2,
h3,
h4 {
    margin: 1.414rem 0 0.5rem;
    font-weight: inherit;
    line-height: 1.2;
}
#content h1,
#content h2,
#content h3,
#content h4 {
    color: #555;
}

h1 {
    margin-top: 0;
    font-size: 3.998rem;
}

h2 {
    font-size: 2.827rem;
}

h3 {
    font-size: 1.999rem;
}

h4 {
    font-size: 1.414rem;
}

small,
.font_small {
    font-size: 0.707rem;
}

.main {
    /*min-height: 100%;*/
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
}

a {
    cursor: pointer;
    background: transparent;
    text-decoration: none;
    color: #0091d7;
}

a:hover {
    color: #40c9f4;
}

a:active {
    color: #0b97c3;
}

#content a,
p a {
    color: #0091d7;
    border-bottom: 1px dotted #0091d7;
}

#content h1:first-of-type {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 635px;
}

.error {
    color: red !important;
    border-color: red !important;
}
.notice {
    color: #2ebc2e !important;
}
.success {
    color: #00cc00 !important;
    border-color: #00cc00 !important;
}

.disabled {
    color: #999999 !important;
    border-color: #999999 !important;
    cursor: default !important;
}

.input-text,
.textarea {
    width: 100%;
    float: left;
    border: 2px solid #d8d8d8;
    background: white;
    height: 58px;
    padding: 10px 21px;
    font:
        500 17px/34px "Raleway",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    -moz-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -ms-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -o-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -webkit-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input-text:focus,
.textarea:focus {
    border-color: #aeaeae;
}

.textarea {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.button,
#content .button {
    color: white;
    background: #10bbf1;
    height: 58px;
    border: 2px solid #10bbf1;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    padding: 0 21px;
    -moz-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -ms-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -o-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -webkit-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button:hover {
    background: #40c9f4;
    border-color: #40c9f4;
}

.button:active {
    background: #0b97c3;
    border-color: #0b97c3;
}

a.button,
#content a.button {
    text-decoration: none;
    display: inline-block;
    line-height: 54px;
    color: white;
}

a.button:hover {
    color: white;
}

a.button:active {
    color: white;
}

a.button.button-stripe {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: white;
}

a.button.button-stripe:hover {
    color: #222222;
    background-color: white;
    border-color: white;
}

a.button.button-stripe:active {
    color: #222222;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

/* header --------------------------  */
header {
    background-color: #362752;
}

#homepg-banner {
    margin-top: -45px;
    padding: 75px 0 30px 0;
    background-image:
        linear-gradient(
            to bottom,
            rgba(56, 40, 88, 0.9) 0%,
            rgba(84, 68, 115, 0.9) 100%
        ),
        url(/images/header.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font:
        24px/36px "Raleway",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    color: white;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#homepg header {
    position: relative;
    background-color: transparent;
}

#homepg-banner #practice-info a {
    color: #40c9f4;
    border-bottom: 1px dotted #40c9f4;
}

#homepg-banner #logo {
    float: left;
    height: 110px;
    padding-right: 20px;
}

#homepg-banner h1 {
    max-width: 600px;
    font-weight: 500;
    margin: 0 0 30px 0;
}

#homepg-banner-content {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1140px;
    display: block;
}
#homepg-banner-content h1 {
    margin-bottom: 38px;
}

#homepg-banner h1 span {
    font-weight: 200;
}

#homepg-banner p {
    margin-bottom: 0.1rem;
}

#homepg-banner .buttons-wrapper {
    padding-top: 53px;
}

#homepg-banner .buttons-wrapper .button-stripe {
    margin-left: 14px;
}

a#header-phone-number {
    color: #fff;
    display: block;
    clear: both;
    border-bottom: 0px none;
}
a#header-phone-number:hover {
    color: #fff;
}

.content-page header {
    padding: 0;
}
.content-page h1 {
    padding: 30px 0 0 0;
}

.header-img {
    float: right;
}

.header-wrapper {
    margin: 87px 0 45px 0;
    max-width: 655px;
}

.main #content h1.no-wrap {
    max-width: 100%;
}

#top-nav-wrap {
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    height: 45px;
}

#top-nav {
    margin: 0 auto;
    display: block;
    max-width: 1140px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}
#top-nav a {
    display: inline-block;
    color: #fff;
    padding: 11px 0px;
    margin: 0 10px;
}
#top-nav a:first-child {
    margin-left: 0px;
}

#top-nav a:hover {
    background: #10bbf1 none repeat scroll 0% 0%;
}

#top-nav .phone-number {
    float: right;
}

.main .button {
    margin-top: 15px;
    font-size: 16px;
}

/* side nav --------------------------  */
#side-nav {
}
#side-nav a {
    display: block;
    padding: 8px;
    margin: 2px 10px 2px 15px;
    border-bottom: none;
}
#content #side-nav a:hover {
    text-deoration: underline;
}
#side-nav a.current {
    background-color: #f5f5f5;
    color: #333;
    font-style: italic;
}

/* footer --------------------------  */

footer {
    background: #2b2a32;
    color: white;
    padding: 50px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer h3 {
    color: white;
}

footer h4 {
    color: white;
}

footer a {
    color: #fff;
    border-bottom: 1px dotted #aaa;
}

#footer-hours ul {
    list-style-type: none;
    margin-left: 0;
}

footer .columns {
    padding-bottom: 0;
}

/* content --------------------------  */
.highlight {
    background-color: #fce200;
}

footer .highlight {
    color: #2b2a32;
    font-weight: bold;
    display: block;
    width: 175px;
    padding: 2px 5px;
}

.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #bbb;
    background: #eee;
}
/* Mobile first: hidden — #top-nav already has a Pay Online link */
.ribbon {
    display: none;
}

/* Desktop: rotated corner ribbon */
@media (min-width: 805px) {
    .ribbon {
        display: block;
        position: absolute;
        right: 0;
        top: 45px;
        z-index: 1;
        overflow: hidden;
        width: 150px;
        height: 150px;
        text-align: right;
    }
    .ribbon a {
        font-size: 14px;
        font-weight: bold;
        color: #2b2a32;
        text-align: center;
        display: block;
        line-height: 43px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 200px;
        background: #fce200;
        background: linear-gradient(#fce200 0%, #fce400 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 30px;
        right: -50px;
    }
}

.spanning {
    clear: both;
}

.newsletter {
    background: #fafafa;
    padding: 103px 0 109px;
    text-align: center;
}

.newsletter p {
    font-size: 16px;
    line-height: 28px;
    max-width: 556px;
    margin: 0 auto;
    clear: both;
}

.newsletter-title {
    font:
        bold 48px/60px "Raleway",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.newsletter-form {
    position: relative;
    display: inline-block;
    padding-right: 169px;
    max-width: 556px;
    min-width: 556px;
    height: 58px;
    margin-bottom: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsletter-form .button {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    width: 149px;
}

.promo-column {
    padding: 0 15px 60px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
}

.promo-column img {
    display: block;
    margin-bottom: 23px;
}

.promo-column h3,
.main h3,
.height-block h2 {
    font:
        bold 1.8rem/2rem "Raleway",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    margin-bottom: 1.5rem;
}

.columns {
    padding: 0px 15px 15px;
    float: left;
    box-sizing: border-box;
}

/* used for longer blocks of text to make sure they are more readable */
.long-copy {
    display: block;
    float: left;
}
.two {
    width: 50%;
}
.three {
    width: 33%;
}
.four {
    width: 25%;
}

.large-number {
    font-size: 2em;
}

.simple {
    padding: 104px 0 89px;
}

.simple-content {
    float: right;
    padding-top: 37px;
    width: 420px;
}

.simple-content h3 {
    font:
        700 48px/48px "Raleway",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    text-transform: uppercase;
    border-bottom: solid 6px #f4f4f4;
    padding-bottom: 43px;
    margin-bottom: 43px;
}

.simple-content ul {
    margin-bottom: 5px;
}

.simple-content ul li {
    font-size: 23px;
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 31px;
}

.simple-content ul li img {
    float: left;
    margin-right: 23px;
}

.simple-content ul li span {
    display: block;
    overflow: hidden;
}

.simple-img {
    float: left;
    max-width: 587px;
    width: 53%;
}

.simple-img img {
    display: block;
    margin: 0 auto;
}

.comments {
    background: #10bbf1;
    color: white;
    text-align: center;
    padding: 70px 0 60px;
}

.comments .box {
    display: none;
    padding: 0 195px 55px;
}

.comments .box.visible {
    display: block;
}

.comments .box h4 {
    font:
        500 36px/46px "Raleway",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    margin-bottom: 37px;
}

.comments .box h4 a {
    font-weight: bold;
    color: white;
}

.comments .box h4 a:hover {
    text-decoration: underline;
}

.comments .box p {
    font-size: 19px;
    line-height: 32px;
    font-weight: 300;
}

.comments .tabs {
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.comments .tabs li {
    display: inline-block;
    margin: 0 8px;
    width: 11px;
    height: 11px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    cursor: pointer;
    -moz-transition:
        box-shadow 0.3s ease,
        background-color 0.3s ease;
    -ms-transition:
        box-shadow 0.3s ease,
        background-color 0.3s ease;
    -o-transition:
        box-shadow 0.3s ease,
        background-color 0.3s ease;
    -webkit-transition:
        box-shadow 0.3s ease,
        background-color 0.3s ease;
    transition:
        box-shadow 0.3s ease,
        background-color 0.3s ease;
}

.comments .tabs li:hover {
    background-color: white;
}

.comments .tabs li.active {
    background-color: transparent;
    box-shadow: 0 0 0 2px white;
}

.comments .tab {
    position: relative;
}

.comments .tab-prev,
.comments .tab-next {
    position: absolute;
    left: 98px;
    top: 94px;
    width: 23px;
    height: 16px;
    background-position: 0 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.comments .tab-prev:hover,
.comments .tab-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.comments .tab-next {
    left: auto;
    right: 98px;
    background-position: -50px 0;
}

.video-title {
    font:
        bold 48px/48px "Raleway",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.video-subtitle {
    font-size: 19px;
    line-height: 25px;
    color: #919191;
    text-align: center;
}

.video {
    padding: 108px 0 116px;
}

.video-block {
    padding-top: 34px;
    margin: 0 auto 32px;
    max-width: 760px;
}

.video-share-wrapper {
    clear: both;
    text-align: center;
}

.social-list {
    display: inline-block;
}

.social-list li {
    font-size: 19px;
    line-height: 38px;
    float: left;
    margin: 0 9px;
}

.social-list li a {
    font-size: 15px;
    line-height: 38px;
    display: block;
    width: 160px;
    height: 38px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #3bcbff;
    color: white;
    text-align: center;
    -moz-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -ms-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -o-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    -webkit-transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
    transition:
        color 0.1s linear,
        background-color 0.1s linear,
        border-color 0.1s linear;
}

.social-list li a:hover {
    background-color: #6ed9ff;
}

.social-list li a:active {
    background-color: #08bdff;
}

.social-list li a.social-facebook {
    background-color: #1e3aa6;
}

.social-list li a.social-facebook:hover {
    background-color: #2649d1;
}

.social-list li a.social-facebook:active {
    background-color: #162b7b;
}

.social-list li a.social-google {
    background-color: #d72d26;
}

.social-list li a.social-google:hover {
    background-color: #e05650;
}

.social-list li a.social-google:active {
    background-color: #ac241e;
}

.discover {
    padding: 31px 0 25px;
    background: #fafafa;
}

.discover-content {
    float: right;
    width: 50%;
    padding: 77px 97px 50px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.discover-content h2 {
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 29px;
}

.discover-button {
    padding-top: 68px;
    margin: 0 -10px;
    clear: both;
}

.button-download {
    height: 62px;
    float: left;
    font:
        500 11px/13px "Raleway",
        "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    padding-left: 61px;
    padding-right: 0;
    width: 180px;
    text-align: left;
    margin: 0 10px 20px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-download:after {
    content: "";
    position: absolute;
    left: 23px;
    top: 14px;
    width: 32px;
    height: 32px;
    background-position: -100px 0;
}

.button-download.android:after {
    background-position: -150px 0;
}

.button-download-title {
    padding: 11px 0 1px;
    display: block;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
}

.button-download-subtitle {
    display: block;
    font-size: 21px;
    line-height: 23px;
    text-align: left;
}

.discover-img {
    float: left;
    width: 50%;
}

.discover-img img {
    display: block;
}

.discover-img-inside {
    margin: 0 -40px;
}

.maps {
    margin-top: 20px;
}

/* sidebar --------------------------  */

/* media --------------------------  */

/* ===[ Responsive all mobile sizes ]=== */

@media (max-width: 979px) {
    #homepg-banner {
        margin-top: -88px;
        padding-top: 165px;
    }

    #top-nav-wrap {
        max-width: none;
        padding: 0 25px;
    }

    header .header-wrapper {
        text-align: center;
        font-size: 19px;
        line-height: 28px;
        padding-top: 15px;
        max-width: none;
    }

    header h1 {
        font-size: 46px;
        line-height: 52px;
    }

    header .buttons-wrapper .button {
        margin-bottom: 20px;
    }

    header p {
        margin-bottom: 0.2rem;
    }

    .columns {
        padding: 0px 15px 60px;
        float: left;
        box-sizing: border-box;
    }

    .two,
    .three,
    .four,
    .side-nav {
        width: 100%;
    }
}

/* ===[ Responsive just mobile portrait ]=== */

@media (max-width: 479px) {
    header .buttons-wrapper .button.button-stripe {
        margin-left: 0;
    }

    .discover-content h2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2 / 1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
    .comments .tab-prev,
    .comments .tab-next,
    .button-download:after,
    .comments .tab-prev,
    .comments .tab-next,
    .button-download:after {
        background: url(../images/sprite@2x.png) 0 0 no-repeat;
        -moz-background-size: 200px 50px;
        -webkit-background-size: 200px 50px;
        -o-background-size: 200px 50px;
        background-size: 200px 50px;
    }
}

/* desktop only */

@media (min-width: 1000px) {
    .button,
    #content .button {
        font-size: 22px;
    }

    a#header-phone-number {
        color: #fff;
        font-size: 72px;
        line-height: 72px;
        margin: 40px 0 50px 0;
    }

    .long-copy {
        width: 66%;
        max-width: 725px;
    }

    #side-nav {
        width: 32%;
        float: right;
        display: block;
        margin-top: 50px;
    }

    #practice-info-wrapper {
        display: block;
        height: 110px;
        clear: both;
    }

    #practice-info {
        display: block;
        height: 110px;
        float: left;
    }

    .landing-page .height-block {
        height: 240px;
    }

    #homepg-banner {
        padding: 95px 0 30px 0;
    }

    #homepg-banner-content {
        padding: 0;
    }

    .hide-on-mobile {
        display: inline;
        visibility: visible;
    }

    #top-nav a {
        padding: 11px 8px;
    }

    #top-nav a:first-child {
        margin-left: -5px;
    }

    .promo {
        padding: 50px 0 54px;
    }

    .promo-wrapper {
        margin: 0 -15px;
    }
}
