/*************************** Fonts ***************************/
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');

@font-face {
    font-family: 'klinic_slabbold';
    src: url('/fonts/klinicslabbold-webfont.woff2') format('woff2'),
         url('/fonts/klinicslabbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klinic_slabbold_italic';
    src: url('/fonts/klinicslabboldit-webfont.woff2') format('woff2'),
         url('/fonts/klinicslabboldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klinic_slabbook';
    src: url('/fonts/klinicslabbook-webfont.woff2') format('woff2'),
         url('/fonts/klinicslabbook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klinic_slabbook_italic';
    src: url('/fonts/klinicslabbookit-webfont.woff2') format('woff2'),
         url('/fonts/klinicslabbookit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klinic_slablight';
    src: url('fonts/klinicslablight-webfont.woff2') format('woff2'),
         url('fonts/klinicslablight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klinic_slablight_italic';
    src: url('/fonts/klinicslablightit-webfont.woff2') format('woff2'),
         url('/fonts/klinicslablightit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klinic_slabmedium';
    src: url('/fonts/klinicslabmedium-webfont.woff2') format('woff2'),
         url('/fonts/klinicslabmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klinic_slabmedium_italic';
    src: url('/fonts/klinicslabmediumit-webfont.woff2') format('woff2'),
         url('/fonts/klinicslabmediumit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*************************** Fonts ***************************/

body {
    font-family: 'oxygen', sans-serif;
}

.header {
    padding: 70px 0;
}

.header img {
    width: 650px;
    max-width: 100%;
}

.billpay
{
	text-align:right;
	padding-right:100px;
}

.billpay a
{
	font-size:20px;
	font-weight:bold;
}

h2 {
    font-size: 40px;
    color: #204dcc;
    letter-spacing: 0px;
    margin: 0 0 15px;
    line-height: 1;
    font-family: klinic_slabbold_italic;
}

h3 {
    font-weight: 100;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0px;
    margin:0 0 40px;
    line-height: 1.25;
}

h4 {
    font-size: 28px;
    font-family: klinic_slablight_italic;
    margin: 0 0 30px;
    color: #000;
}

@media (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
    h4 {
        font-size: 24px;
    }
}

p {
    font-weight: 400;
    font-size: 18px;
    color: #000;
    letter-spacing: 0px;
    line-height: 24px;
    margin:0 0 30px;
    display: inline-block;
}

.center {
    text-align: center;
}

.layer1 {
    background: url('../img/bg-mountains.jpg') no-repeat top center;
    background-size: cover;
}

.layer2 {
    background: #1F547C;
    height:240px;
}

.layer22 {
    background: #fff;
    height:650px;
	color:#000;
}

.layer22 h2
{
	color:#000;
	margin-bottom:20px;
}

.layer3 {
    background: rgba(74, 74, 74, 0.6);
    padding: 50px 0 0;
    clear: both;
}

img.line {
    width:140px;
    margin: 70px 0 30px;
}

img.circle {
    height:140px;
    margin:35px 0 25px;
}

.content {
    min-height:600px;
    background:#fff;
    margin-top:165px;
}

@media (max-width: 1200px) {
    .content {
        margin-top:145px;
    }
}


@media (max-width: 992px) {
    .content {
        margin-top:152px;
    }
}

@media (max-width: 767px) {
    .content {
        margin-top:147px;
    }
}

@media (max-width: 480px) {
    .content {
        margin-top:141px;
    }
}

/*************************** HEADER ***************************/
.top-bar {
    background:#204dcc;
    float:left;
    display: block;
    clear:both;
    width:100%;
}

.top-bar p {
    font-size:13px;
    color:#fff;
    margin:0;
    padding:15px 0;
    font-weight:300;
}

.top-bar a {
    color:#fff;
    text-decoration: none;
    font-weight:bold;
}

.top-bar a:hover {
    color:#4a87e2;
}

.top-bar span {
    
}

.top-bar p.left {
    float:left;
}

.top-bar p.right {
    float:right;
}

.top-bar p.left img {
    width: 16px;
    margin: 0 5px 0 0;
    vertical-align: sub;
}

@media (max-width: 1200px) {
    .top-bar p {
        padding:10px 0;
    }
}

@media (max-width: 992px) {
    .top-bar p {
        font-size:10px;
        font-weight:400;
    }
}

@media (max-width: 767px) {
    .top-bar {
        text-align:center;
    }
    .top-bar p {
        font-size: 13px;
    }
    .top-bar p.left {
        display: none;
    }
    .top-bar p.right {
        float:none;
    }
}

@media (max-width: 480px) {
    .top-bar p.right {
        font-weight:bold;
    }
    .top-bar p.right span {
        display:none;
    }
}

.navbar-default {
    background: #fff;
    border:0;
    box-shadow: 0 0 50px rgba(0,0,0,0.1);
}

.navbar-brand {
    line-height: 1;
    height: auto;
    padding: 34px 0;
}

.navbar-nav {
    margin: -90px 0 0;
    clear: both;
}

.navbar-brand img {
    height:60px;
}

.navbar-brand img.mobile-logo {
    display: none;
}

.navbar-collapse {
    max-height: inherit;
}

.navbar-default .navbar-nav>li>a {
    color: #444;
    font-weight: bold;
    font-size: 16px;
    padding: 15px 12px;
}

.navbar-default .navbar-nav>li>a:hover {
    color:#204dcc;
}

.navbar-default .navbar-nav>li:last-child > a {
    color: #fff;
    background: #4a87e2;
    padding:15px 25px;
    margin-left:12px;
    border-radius: 5px;
}

.navbar-default .navbar-nav>li:last-child > a:hover {
    background: #204dcc;
}

.hide-procedures {
    display: contents;
}

@media (max-width: 1200px) {
    .hide-procedures {
        display: none;
    }
}

@media (max-width: 767px) {
    .hide-procedures {
        display:contents;
    }
}

@media (max-width: 1200px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        padding: 8px 10px;
    }
    .navbar-default .navbar-nav>li:last-child > a {
        padding:8px 18px;
        margin-left:10px;
    }
    
    .navbar-nav {
        margin: -70px 0 0;
    }
}

@media (max-width: 992px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 8px;
    }
    .navbar-default .navbar-nav>li:last-child > a {
        padding:8px 15px;
        margin-left:8px;
    }
    .navbar-brand img.mobile-logo {
        display:inline-block;
    }
    .navbar-brand img.desktop-logo {
        display:none;
    }
    .navbar-brand img {
        height: 45px;
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin:0;
    }
    .navbar-collapse {
        padding:0;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }
    .navbar-default .navbar-nav>li:last-child > a {
        padding: 15px;
        margin-left:0;
        border-radius: 0;
    }
    .navbar-brand img.mobile-logo {
        display:none;
    }
    .navbar-brand img.desktop-logo {
        display:inline-block;
    }
    
    .navbar-brand {
        padding: 30px 15px;
    }
    
    .navbar-brand img {
        height:44px;
    }
    
    .navbar-toggle {
        margin: 34px 24px 0 0;
    }
}

@media (max-width: 480px) {

}

.advertising {
    text-align:center;
    padding: 30px 0;
    background:#f6faff;
    display: none;
}

@media (max-width: 767px) {
    .advertising {
        padding: 15px 0;
    }
}
/*************************** HEADER ***************************/


/*************************** FOOTER ***************************/
.advertising img {
    max-width:100%;
}
.footer {
    background:#173075;
    padding: 0 0 50px;
    text-align: center;
}

.footer a:hover {
    opacity: 0.8;
    text-decoration: none !important;
}
.footer img {
    max-width:100%;
    margin:50px 0 20px;
}
.footer h3 {
    font-size:24px;
    margin:0 0 20px;
    line-height: 1;
    font-family: 'klinic_slabmedium_italic';
}
.footer ul {
    list-style: none;
    margin:0;
    padding:0;
}
.footer ul li {
    margin:2px 0;
    padding:0;
    color:#949494;
}
.footer ul li a {
    color:#949494;
    text-decoration: none;
}
.footer ul li a:hover {
    color:#204dcc;
}
.copyright {
    padding:30px;
    text-align:center;
}
.copyright p {
    font-size: 14px;
    color: #9B9B9B;
    margin:0;
}

@media (max-width: 1200px) {
    .footer ul li {
        font-size:12px;
    }
}
@media (max-width: 992px) {
    .footer ul li {
        font-size:16px;
    }
    .col-md-2.col-sm-4 {
        min-height: 225px;
    }
}
@media (max-width: 767px) {
    .footer {
        text-align:center;
        padding-bottom: 40px;
    }
    .footer ul li {
        font-size:16px;
    }
    .col-md-2.col-sm-4 {
        min-height: 0;
    }
    .footer img {
        width:50%;
        margin:50px 0 20px;
    }
    .footer h3 {
        margin:0 0 5px;
    }
    .copyright p span {
        display: block;
    }
}
/*************************** FOOTER ***************************/

a.button {
    color: #fff;
    background: #4a87e2;
    padding: 10px 22px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
}

a.button:hover {
    background:#204dcc;
}

.five-things-section {
    background:#f6faff;
    padding: 90px 0 70px;
    text-align: center;
}

.five-things-section img {
    margin: 30px auto 0;
    width:64px;
    display: block;
}

.five-things-section p {
    font-weight:bold;
    margin: 20px 0 30px;
    line-height: 1.1;
}

.treatment-square-section {
    background:#fff;
    padding: 90px 0;
}

.treatment-square {
    background: #204dcc;
    padding: 10px;
    margin:60px 0 0;
    min-height:312px;
}

@media (max-width: 1200px) {
    .treatment-square {
        min-height:260px;
    }
}

@media (max-width: 992px) {
    .treatment-square {
        min-height:203px;
    }
}

@media (max-width: 767px) {
.treatment-square {min-height:0px;}}

.blue-square {
    background: #204dcc;
}

.gray-square {
    background: #aaa;
}

.teal-square {
    background: #4a87e2;
}

.dk-blue-square {
    background: #204dcc;
}

.blue-square,
.gray-square,
.teal-square {
    background-image: url(/img/right-arrow-circular-button.svg);
    background-repeat: no-repeat;
    background-position: bottom 15px right 15px;
    background-size: 24px;
}

@media (max-width: 480px) {
    .blue-square,
    .gray-square,
    .teal-square {
        background-image: none;
    }
}

.treatment-square img {
    max-width:100%;
    margin-top:-30px;
}

.treatment-square span {
    color: #fff;
    font-family: klinic_slabbold_italic;
    font-size: 22px;
    line-height: 1;
    padding: 15px 10px 5px;
    display: inline-block;
    margin: 0;
}

.last-square {
    text-align: center;
}

.last-square p {
    color:#fff;
}

.last-square span {
    font-size: 35px;
    padding: 30px;
    font-family: klinic_slabbold_italic;
}

@media (max-width: 1200px) {
    .last-square span {
        font-size: 24px;
        padding: 20px;
    }
    .last-square p {
        margin: 0 0 20px;
        font-size:16px;
        line-height:1.5;
    }
}

@media (max-width: 992px) {
    .last-square span {
        font-size: 18px;
        padding: 10px;
    }
    .last-square p {
        margin: 0 0 10px;
        font-size:13px;
        line-height:1.25;
    }
}

@media (max-width: 767px) {
    .last-square span {
        font-size: 36px;
        padding:30px;
    }
    .last-square a {
        margin: 0 0 30px;
    }
    .last-square p {
        display:none;
    }
    
    .treatment-square span {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .last-square span {
        font-size: 24px;
        padding: 24px 12px;
    }
    .last-square a {
        margin: 0 0 20px;
    }
}

.treatment-square-section h3,
.links-section h3,
.five-things-section h3 {
    font-family: klinic_slabbold_italic;
    font-size: 31px;
    color: #204dcc;
    margin: 0 0 20px;
    text-align: center;
    line-height: 1.2;
}

.treatment-square-section h3 span {
    background: #fff;
    padding: 0 20px;
}

.links-section h3 span {
    background: #f6faff;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .treatment-square-section h3,
    .links-section h3 {
        font-size: 24px;
        margin:0 0 10px;
    }
}

@media (max-width: 480px) {
    .treatment-square-section h3,
    .links-section h3 {
        border:0;
        line-height: normal;
        margin:0 0 -10px;
    }
    .treatment-square-section h3 span,
    .links-section h3 span {
        background: transparent;
        padding: 0;
    }
}

.testimonial-band {
    background:url(/img/testimonial-bg.jpg);
    background-size: cover;
    padding:125px 0;
}

.testimonial-band h2 {
    font-size: 28px;
    font-family: Oxygen;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
    
.testimonial-band p {
    font-size: 46px;
    line-height: normal;
    font-family: klinic_slablight_italic;
    color: #fff;
    margin: 0 0 30px;
}

@media (max-width: 767px) {
    .testimonial-band {
        text-align:center;
        padding: 75px 0;
    }
    .testimonial-band p {
        font-size:32px;
    }
}

.hero {
    background: url(/img/hero.jpg);
    background-size: cover;
    padding: 100px 0 150px;
    margin-bottom: -40px;
    background-repeat: no-repeat;
    background-position: center right 20%;
}

@media (max-width: 1200px) {
    .hero {
        background-position: top right 40%;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 50px 0 100px;
        background-position: top right 65%;
    }
}

@media (max-width: 480px) {
    .hero {
        background-position: top right 40%;
    }
}
    
.hero h1 {
    margin: 0;
    color: #173075 ;
    font-size: 64px;
    font-family: klinic_slabbold_italic;
    line-height: 1;
}

@media (max-width: 767px) {
    .hero h1 {
        font-size: 40px;
    }
}

.hero p {
    font-weight: bold;
    color:#000;
    margin: 20px 0 25px;
    font-size:20px;
}

.hero a {
    margin: 0;
}

.appointment-request-form-container {
    margin:0;
}

.appointment-request-form-container .container {
    background: #4a87e2;
}

.left-dark-section {
    background: #204dcc;
    padding: 50px;
    text-align: center;
}

@media (max-width: 992px) {
    .left-dark-section {
        padding: 30px;
    }
}

.left-dark-section h2 {
    font-size: 40px;
    font-family: klinic_slabmedium_italic;
    line-height: 1;
    margin: 0 0 25px;
    color:#fff;
}

.left-dark-section p {
    font-size: 28px;
    color: #fff;
    font-family: klinic_slabbook_italic;
    line-height: 1.25;
    margin:0 0 10px;
}

.left-dark-section p span {
    font-family: klinic_slabbold_italic;
}

@media (max-width: 1200px) {
    .left-dark-section p span {
        display: block;
    }
    .left-dark-section p {
        font-size: 23px;
    }
    .left-dark-section h2 {
        font-size: 32px;
        margin: 0 0 12px;
    }
}

@media (max-width: 992px) {
    .left-dark-section p span {
        display: inline;
    }
}

@media (max-width: 480px) {
    .left-dark-section p span {
        display: block;
    }
}

.appointment-request-form {
    padding:50px;
}

@media (max-width: 767px) {
    .appointment-request-form {
        padding:30px;
    }
}

.form-group {
    margin: 0 0 30px;
    border-bottom: 1px solid #fff;
}

select.form-control {
    height: 35px;
    color: #fff !important;
}

select.form-control > option {
    color: #000 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 10px 15px 8px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    border: 0;
    box-shadow: inset 0 0 0 rgba(0,0,0,0);
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102,175,233,0);
    box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102,175,233,0);
}

.form-control::-webkit-input-placeholder {
   color: white;
}

.form-group.no-margin,
.form-group.no-margin-temp {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .form-group.no-margin-temp {
        margin: 0 0 30px;
    }
}

.form-group.no-margin {
    border: 0;
}

input#submit {
    color: #204dcc;
    background: #fff;
    padding: 0 22px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-decoration: none;
    border: 0;
    height: 37px;
    line-height: 37px;
    width: 100%;
}

input#submit:hover {
    color: #fff;
    background: #204dcc;
}

.hero.hero-conditions-treated,
.hero.hero-doctors,
.hero.hero-patient-info,
.hero.hero-contact,
.hero.hero-education,
.hero.hero-pay-bill-online,
.hero.hero-hero-radiofrequency-ablation {
    background:#999;
    padding: 80px 0;
    margin-bottom:0;
}

.hero.hero-thyroid-cancer,
.hero.hero-thyroid-nodules,
.hero.hero-hypothyroidism,
.hero.hero-parathyroid-disorders,
.hero.hero-hyperthyroidism,
.hero.hero-hero-radiofrequency-ablation {
    background:#999;
    padding: 125px 0 100px;
    margin-bottom:0;
}

.hero.hero-conditions-treated {
    background:url(/img/conditions-treated-hero.jpg) top right no-repeat;
    background-size:cover;
}

.hero.hero-doctors {
    background:url(/img/doctors-hero.jpg) top no-repeat;
    background-size:cover;
}

.hero.hero-patient-info {
    background:url(/img/patient-info-hero.jpg) top right no-repeat;
    background-size:cover;
}

.hero.hero-contact {
    background:url(/img/contact-hero.jpg) top no-repeat;
    background-size:cover;
}

.hero.hero-education {
    background:url(/img/education-hero.jpg) center no-repeat;
    background-size:cover;
}

.hero.hero-pay-bill-online {
    background:url(/img/pay-bill-online-hero.jpg) top no-repeat;
    background-size:cover;
}

.hero.hero-thyroid-cancer {
    background:url(/img/thyroid-cancer-hero.jpg) top right no-repeat;
    background-size:cover;
}

.hero.hero-thyroid-nodules {
    background:url(/img/thyroid-nodules-hero.jpg) right no-repeat;
    background-size:cover;
}

.hero.hero-hypothyroidism {
    background:url(/img/hypothyroidism-hero.jpg) right no-repeat;
    background-size:cover;
}

.hero.hero-hyperthyroidism {
    background:url(/img/hyperthyroidism-hero.jpg) right no-repeat;
    background-size:cover;
}

.hero.hero-parathyroid-disorders {
    background:url(/img/parathyroid-disorders-hero.jpg) top right no-repeat;
    background-size:cover;
}

.hero.hero-radiofrequency-ablation {
    background:url(/img/hero.jpg) center right no-repeat;
    background-size:cover;
}

@media (max-width: 767px) {
    .hero.hero-treatments,
    .hero.hero-doctors,
    .hero.hero-patient-info,
    .hero.hero-contact,
    .hero.hero-education,
    .hero.hero-pay-bill-online {
        padding: 40px 0;
    }
    
    .hero.hero-rheumatoid-arthritis,
    .hero.hero-psoriatic-arthritis,
    .hero.hero-ankylosing-spondylitis,
    .hero.hero-lupus,
    .hero.hero-gout {
        padding: 40px 0 15px;
    }
}

.page-content {
    padding: 80px 0 50px;
}

@media (max-width: 767px) {
    .page-content {
        padding: 40px 0;
    }
}

.symptom-sidebar {
    background: #f6faff;
    border-radius: 5px;
    padding: 30px 30px 0;
}

.symptom-sidebar h2 {
    font-size: 26px;
}

@media (max-width: 992px) {
    .symptom-sidebar h2 span {
        display:none;
    }
}

.symptom-sidebar ul {
    margin: 25px 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.symptom-sidebar ul li {
    list-style: disc;
    margin: 7px 0 7px 20px;
}

.links-section {
    background:#f6faff;
    padding:80px 0;
}

.links-section ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.links-section ul li {
    background-image: url(/img/link-2.png);
    background-repeat: no-repeat;
    background-size: 16px;
    margin: 12px 0;
    padding: 0 0 0 26px;
    font-size: 18px;
    background-position: left center;
}

.links-section ul li a {
    color: #204dcc;
}

.contact-form {
    padding:55px;
    background: #204dcc;
}

.contact-blue-band {
    background: #204dcc;
}

.contact-sidebar {
    color:#fff;
    padding:30px;
}

.contact-sidebar h4 {
    color:#4a87e2 ;
    margin:0 0 5px;
}

.contact-sidebar p {
    margin:0 0 25px;
    color:#fff;
}

.contact-sidebar a {
    color:#999;
}

.panel-group {
    margin-bottom: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
}

.panel-default>.panel-heading {
    color: #fff;
    background: #204dcc ;
    border-bottom: 1px dotted #ccc;
    padding-left:12px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-family: klinic_slabbold;
    color: #fff;
    padding: 6px 0;
}

.panel-title a {
    text-decoration: none;
}

.panel-title a:hover,
.panel-title a:active {
    color:#fff;
    opacity:0.7;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    font-weight: 400;
    font-size: 18px;
    color: #949494;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0 0 30px;
    display: inline-block;
    background: #f6faff;
}

.panel-collapse {
    background: #f6faff;
}

ul.downloads {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.downloads li {
    background: url(//cdn2.hubspot.net/hubfs/2420473/pdf.svg?t=1482906591020);
    padding: 15px 0 15px 35px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
    border-top: 1px solid #ddd;
    font-size: 18px;
}

ul.downloads li:last-child {
    border-bottom: 1px solid #ddd;
}

/*************************** RESPONSIVE ***************************/
@media (max-width: 992px) {
    
}

@media (max-width: 767px) {
    .doctors {
        text-align: center;
    }
}

@media (max-width: 480px) {
    
}
/*************************** RESPONSIVE ***************************/