a, b, body, div, h1, h2, h3, h4, h5, h6, hr, html, i, img, li, ol, p, span, table, tbody, td, tfoot, th, thead, tr, u, ul {
    border: 0;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    min-width: 1000px;
    width: 100%;
    color: #222;
    font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    background: #e9e4de;
}

/* 

fonts: 

HEADLINES & NAV
font-family:'Athelas W01'; 

BODY
font-family:'Avenir Next W01';

*/

p, li {
    font-family: 'Avenir Next W01';
    font-weight: 500; /* this is how fonts.com wanted it for this one */
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 1em;
    margin-bottom: 1.4em;
    color: #43322d;
}

ul {
    margin-left: 50px;
}

h1, h2, h3, h4 {
    margin-bottom: 0.5em;
    line-height: 120%;
    font-weight: normal;
}

h1 {
    font-size: 2em;
    margin-top: 0px;
    font-family: "Athelas W01";
    font-weight: bold;
    font-style: italic;
    color: #18323d;
}

h2 {
    font-size: 34px;
    color: #18323d;
    font-family: "Athelas W01";
    font-style: italic;
    font-weight: bold;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #18323d;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #18323d;
}

a {
    color: white;
    text-decoration: none;
}

#nav_frame {
    background-color: #336c83;
}

#hero_frame {
    background-color: #72b2bf;
}

#newsflash {
    background: #383737;
}


/* BIZANGO PAGE LAYOUT STRUCTURE */

#page_body {
    position: relative;
}

#body_home #page_body {
}

#hero_frame {
    position: relative;
    width: 100%;
    height: 128px;
}


.page_frame {
    margin: 0px auto;
    position: relative;
    width: 1000px;
}

.page_full {
    width: 90%;
    padding: 0 5%;
}

.page_warm {
    width: 100%;
    background-color: #f8e7ca;
    border-top: #edc48c 17px solid;
}

.page_charcoal {
    width: 100%;
    background-color: #494441;
}

.page_charcoal * {
    color: #f0ebe6;
}

/* 2-column layouts only */
.page_sidebar {
    float: left;
    width: 285px;
}

.page_content {
    float: right;
    width: 650px;
}

.page_sidebar img {
    max-width: 100%;
}

.page_content img {
    max-width: 100%;
}

.page_half {
    width: 44%;
    padding: 3%;
    position: relative;
}

.page_half img {
    max-width: 100%
}

#information {
    background: url("../../images/sites/nwv/nwvc.gif") center 200px no-repeat #ced9d1;
}

#information div.page_half:nth-child(even) {
    width: 47%;
    padding-left: 0%;
    float: left;
    clear: left;
    text-align: left;
    padding-bottom: 30px;
}

#information div.page_half:nth-child(odd) {
    width: 47%;
    padding-right: 0%;
    display: inline-block;
    text-align: left;
    padding-bottom: 30px;
}

#information a {
    color: #72b2bf
}

#information .page_half h2 {
    font-size: 29px;
}

/* 3-column layouts only */

.page_tricol_left_double {
    /* width of first 2 columns */
    float: left;
    width: 750px;
    margin-right: 0px;
}

.page_tricol_right {
    float: right;
    width: 220px;
    margin-left: 30px;
}

.page_tricol_left {
    float: left;
    width: 220px;
    margin-right: 30px;
    text-align: right;
}

.page_tricol_content {
    /* middle column */
    float: right;
    width: 500px;
}

.page_tricol_right img {
    max-width: 100%;
}

.page_tricol_left img {
    max-width: 100%;
}

.page_tricol_content img {
    max-width: 100%;
}


.page_cool1 {
    width: 100%;
    background: #336c83;
    padding: 20px 0 70px 0;
}

.page_cool1 * {
    color: white;
}

.page_cool1 .circle p {
    font-size: 14px;
}

body#body_doctors .page_cool1 {
    display: none;
}

body#body_doctors .phone {
    display: none;
}

.page_cool2 {
    width: 100%;
    background: #72b2bf;
    text-align: center;
}

.page_cool2 * {
    color: #333333;
}

div.thirds {
    position: relative;
    width: 126px;
    text-align: center;
    display: inline-block;
    padding-right: 25px;
}

div.thirds:last-child {
    padding-right: 0;
}

div.thirds p {
    margin-bottom: 0;
}

div.circle {
    border-radius: 100px;
    height: 126px;
    width: 126px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: cover;
}

#footer div.circle {
    background-size: cover;
}

div.med {
    height: 180px;
    width: 180px;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

div.largeCircle {
    display: inline-block;
    border-radius: 185px;
    height: 280px;
    width: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*large images*/
.large_image {
    min-height: 175px;
}

body#body_doctors .large_image {
}

body#body_spiderveins .large_image {
    position: relative;
    height: 303px;
    padding-top: 100px;
    width: 100%;
    background: url("../../images/sites/nwv/veins1.jpg") center no-repeat;
}

body#body_laserhair .large_image {
    position: relative;
    height: 304px;
    padding-top: 100px;
    width: 100%;
    background: url("../../images/sites/nwv/page-hero-laser-hair-removal.jpg") center no-repeat;
}

body#body_varicoseveins .large_image {
    position: relative;
    height: 304px;
    padding-top: 100px;
    width: 100%;
    background: url("../../images/sites/nwv/page-hero-varicose-veins.jpg") center no-repeat;
}

body#body_hemodialysis .large_image, body#body_centralvenous .large_image {
    position: relative;
    height: 304px;
    padding-top: 100px;
    width: 100%;
    background: url("../../images/sites/nwv/page-hero-beach1-V=2.jpg") center no-repeat;
}

body#body_arterial .large_image {
    position: relative;
    height: 304px;
    padding-top: 100px;
    width: 100%;
    background: url("../../images/sites/nwv/page-hero-beach1-V=2.jpg") center no-repeat;
}

body#body_interventionalradiology .large_image, body#body_testimonials .large_image {
    position: relative;
    height: 304px;
    padding-top: 100px;
    width: 100%;
    background: url("../../images/sites/nwv/page-hero-hikers.jpg") center no-repeat;
}

body#body_arterial div#titles, body#body_spiderveins div#titles, body#body_laserhair div#titles, body#body_varicoseveins div#titles, body#body_hemodialysis div#titles, body#body_centralvenous div#titles, body#body_interventionalradiology div#titles, body#body_testimonials div#titles {
    width: 50%;
}

@media only screen and (min-width: 1600px) {
    body#body_spiderveins .large_image, body#body_laserhair .large_image, body#body_varicoseveins .large_image, body#body_hemodialysis .large_image, body#body_centralvenous .large_image, body#body_interventionalradiology .large_image, body#body_testimonials .large_image {
        background-size: 100% auto;
        background-position: center top;
    }
}


div#titles {
    position: relative;
    float: right;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

div#titles h1 {
    font-family: 'Avenir Next W01';
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .5px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

div#titles h2 {
    letter-spacing: .5px;
    font-weight: normal;
    font-size: 45px;
}

/* NAV */
#nav_frame {
    position: relative;
    width: 100%;
    height: 35px;
}

#nav {
    position: relative;

}

ul.nav {
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    list-style: none;
    line-height: 50px;
}

ul.nav li {
    margin: 0;
    font-family: "Athelas W01";
    font-size: 17px;
}

ul.nav > li {
    position: relative;
    padding: 0;
    float: left;
    cursor: pointer;
}

#nav a {
    display: block;
    float: left;
    line-height: 35px;
    padding: 0px 10px;
    text-decoration: none;
    cursor: pointer;

    color: #ffffff;
}

#nav a[data-current] {
    cursor: default;
}

#nav a:hover, #nav a.current {
    background-color: #17465e;
}

ul.nav > li:hover .submenu {
    display: block;
    cursor: pointer;
}

.submenu {
    margin: 0;
    position: absolute;
    z-index: 1000;
    display: none;
    left: 0px;
    top: 35px;
    background-color: #17465e;
    list-style-type: none;
    min-width: 100%;
}

.submenu li {
    margin: 0;
    overflow: hidden;

}

.submenu li a {
    font-size: .9em;
    font-weight: 300;
    width: 100%;
    white-space: nowrap;
    padding: 0 10px;
}

.submenu a:hover {
    color: #f8e7ca !important;
}

.infotitle {
    margin-bottom: -10px;
    width: 470px;
    text-align: right;
    margin-top: 40px;
}

.infotitle h2 {
    font-size: 28px;
}

#mobile_nav {
    display: none;
}

#footer {
    background: #333333;
}

#footer ul {
    list-style-type: none;
}

#footer h2 {
    font-size: 34px;
    line-height: 100%;
}

.form {
    width: 440px;
    margin: 20px auto 0px auto;
}

.left {
    position: relative;
    width: 200px;
    float: left;
    text-align: center;
}

.right {
    position: relative;
    width: 200px;
    float: right;
    text-align: center;
    padding-right: 30px;
}

.form p {
    margin: 5px 0;
}

.cell {
    position: absolute;
    left: 30px;
    top: 20px;
}

.page_cool2 .left input {
    width: 95%;
    background: #9cd6df;
    height: 32px;
    line-height: 32px;
    border: 0;
    margin-bottom: 10px;
    padding: 5px 0% 5px 5%;
    font-size: 13px;
}

.page_cool2 .left input.cta_submit {
    width: 100%;
    background: #336c83;
    color: white;
    padding: 0;
    height: 34px;
    line-height: 34px;
    border: 0;
    margin-bottom: 25px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 19px;
}


.page_warm .left input {
    width: 95%;
    background: #fbf1dd;
    height: 32px;
    line-height: 32px;
    border: 0;
    margin-bottom: 10px;
    font-size: 13px;
    color: #18323d;
    padding: 5px 0% 5px 5%;
}

.page_warm .left input.cta_submit {
    width: 100%;
    background: #eec588;
    color: white;
    padding: 0;
    height: 34px;
    line-height: 34px;
    border: 0;
    margin-bottom: 25px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 19px;
    letter-spacing: 1px;
}

.page_warm .plabel {
    font-weight: bold;
    font-size: 13px;
    color: #336c83;
    letter-spacing: 0.5px;
}

.page_warm h2 {
    font-size: 34px;
}

.left p {
    margin-bottom: 10px;
}

div.page_warm a {
    color: #336c83;
}

div.request {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    width: 470px;
    white-space: nowrap;
    margin: 0 auto;
    display: inline-block;
    color: white;
    font-size: 25px;
    padding: 14px 0;
    border-radius: 50px;
    background: #aad87c;
    text-align: center;
}

.page_warm div.request {
    background: #9ad162;
}

div.phone {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 240px;
    white-space: nowrap;
    margin: 0 auto;
    display: inline-block;
    color: white;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 30px;
    background: #9ad162;
    text-align: center;
    font-family: "Athelas W01";

}

div.phone * {
    color: #fefefe !important;
}

.noDesk {
    display: none;
}

#bizango {
    width: 180px;
    height: 12px;
    padding-bottom: 33px;
    font-size: 10px;
    color: white;
    display: block;
    margin: 20px auto;
    background-image: url("../../images/bizango-footer-box.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.center {
    float: right;
    width: 165px;
    padding-left: 30px;
    font-size: 13px;
    text-align: center;
}

/* homepage */

#home_photo {
    position: relative;
    width: 100%;
    height: 525px;
    background: url("../../images/sites/nwv/smoothlegs.jpg") center no-repeat;
}

div.message {
    position: absolute;
    bottom: 0;
    right: 50px;
    display: inline-block;
    font-size: 15px;
    background: url("../../images/sites/nwv/msgBG.gif") bottom repeat-x #f8f2e8;
}

.short {
    width: 400px;
}

.long {
    width: 900px;
}

div.msg_title {
    text-align: center;
    padding: 9px 0;
    background: #5d8b94;
    color: #f8f2e8;
    font-weight: bold;
}

div.msg_text {
    padding: 20px;
    font-style: italic;
    font-family: 'Athelas W01';

}

.msg_short {
}

.msg_link {
    display: block;
    text-align: right;
    font-family: 'Avenir Next W01';
    font-weight: bold;
    font-style: normal;
}

.mB_link {
    text-align: right;
    font-family: 'Avenir Next W01';
    font-weight: bold;
    font-style: normal;
}

@media only screen and (min-width: 1400px) {
    #home_photo {
        background-size: 100% auto;
        background-position: center top;
    }
}

#home_photo h1 {
    color: #ffffff;
    font-size: 60px;
    font-family: 'Avenir Next W01';
    font-style: normal;
    padding-top: 130px;
    padding-left: 81px;
    letter-spacing: 1px;
    font-weight: normal;
}

@media only screen and (max-height: 1000px) {
    #home_photo {
        height: 525px;
    }

    #home_photo h1 {
        padding-top: 130px;
    }
}

#home_photo h2 {
    font-size: 50px;
    font-family: 'Athelas W01';
    color: #18323d;
    font-style: italic;
    width: 350px;
    padding-left: 138px;
    font-weight: normal;
}

.consult {
    width: 100%;
    background-color: #e7b16c;
    text-align: center;
    border-radius: 0 0 10px 10px;
    padding: 15px 0 30px 0;
    margin-top: -47px;
    margin-bottom: 50px;
}

.consult * {
    line-height: 34px;
    margin: 0;
    padding: 0;
    color: white !important;
}

.line-one {
    font-size: .8em;
    color: white;
    font-weight: bold;
}

.line-two {
    font-size: 1.2em;
    text-decoration: underline;
    color: white;
    font-weight: bold;
}

.line-three {
    font-family: "Athelas W01";
    font-size: 34px;
    line-height: 45px;
    padding-bottom: 10px;
    color: #362722 !important;
}

.line-three span {
    color: #362722 !important;
}

.small {
    font-size: 20px;
}

.arrow {
    padding-right: 15px;
    background: url("../../images/sites/nwv/arrow.png") right 5px no-repeat;
}

.first-word {
    font-size: .7em;
    float: left;
    margin-right: 10px;
    margin-top: -10px;
}

.largeText p {
    font-size: 18px;
    line-height: 28px;
}

.mediumText p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
}

.back {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

#call_now {
    float: right;
    padding-top: 48px;
    padding-right: 22px;
}

#call_now p, #call_now a, #call_now h3 {
    font-family: "Athelas W01";
    padding: 0;
    margin: 0;
}

#call_now p {
    padding-left: 8px;
    font-size: 17px;
    color: white;
}

#call_now h3 {
    font-size: 32px;
    font-weight: normal;
    color: white;
}

#call_now img {
    margin-left: 10px;
    margin-top: 5px;
}

#call_now a {
    color: #fff;
}


/* REQUIRED FOR CMS */

.help {
    padding: 10px;
    background-color: #444;
    color: #eee;
    border: 1px dotted #999;
}

.help p a {
    color: #ddd;
    text-decoration: underline;
}

.drSMimg {
    max-width: 200px;
}

.drimg {
    margin-top: 20px;
    max-width: 300px;
}

/*bookshelf pages */

.bookshelfrow {
    background-image: url('../../images/bookshelf.png');
    background-repeat: no-repeat;
    background-position: 0px 261px;
}

.book_on_shelf {
    position: relative;
    float: left;
    width: 205px;
    margin: 30px 22px 20px 22px;
    height: 430px;
}

.book_on_shelf_img_holder {
    height: 252px;
    width: 100%;
}

.book_on_shelf img {
    max-width: 100%;
    height: 240px;
    display: block;
    margin: 0px auto;
    box-shadow: 1px 5px 7px rgba(0, 0, 0, .5);
}

/* OPTIONAL */
#social {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #98c2ce;
    border-radius: 0 0 5px 5px;
    padding: 0 18px;
    line-height: 35px;
    height: 35px;
    font-size: 15px;
}

#social a {
    color: #306b84;
    font-family: "Athelas W01" !important;
}

#social img {
    padding-top: 6px;
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}

#social_footer {
    position: relative;
    text-align: center;
    border-radius: 0 0 5px 5px;
    padding: 0 18px;
    line-height: 35px;
    height: 35px;
    font-size: 15px;
    font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", Arial, Sans-Serif;
}

img.illustration {
    display: block;
    margin: 0px;
    margin-bottom: 20px;
}

#logo {
    float: left;
    padding-top: 23px;
}

#newsflash {
    padding: 20px;
    color: #c6c2c2;
    margin-top: 30px;
    margin-bottom: 20px;
}

#newsflash a {
    color: #dd2325
}

#newsflash h2, #newsflash h1 {
    color: #eee
}


img.content_image {
    clear: left;
    display: block;
    float: left;
    margin: 10px 20px 20px 0px;
}

.text-button {
    width: 150px;
    background: #336c83;
    color: white;
    padding: 0;
    height: 34px;
    line-height: 34px;
    border: 0;
    margin-bottom: 25px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 19px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    border: 3px solid #72a6b7;
    z-index: 100;
}

.text-frame {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 101;
}

.close {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    z-index: 102;
}

/* collection list items */

.collection_list_item {
    clear: both;
    margin-bottom: 30px;
}

p.collection_list_item_readmore {
    text-align: right;
    clear: both;
    margin-top: -20px;
}

p.collection_list_item_readmore a {
    color: #336c83
}

#body_home #nav_home, #body_home #nh {
    display: none;
}


/* EXPANDABLE BUY BUTTON WITH TOGGLE-ABLE LINKS */
#buy_button_container {
    position: relative;
}

/* parent element for expandable buy button */

#buy_button {
    background-color: #222;
    color: #eee;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

#buy_button.buy_button_open {
}

/* open state for clickable part of the button */

#buy_button_container .buy_button_hidden {
    background-color: #222;
    color: #eee;
    padding: 10px 20px;
    display: none;
}

#buy_button_container .buy_button_hidden p a {
    color: #eee;
    display: block;
    text-decoration: none;
    padding: 10px 10px;
}


/* Breadcrumbs in Collections */

#breadcrumbs {
}

#breadcrumbs ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

#breadcrumbs li {
    font-size: 1em;
    list-style: none;
    display: inline-block;
}

#breadcrumbs a {
    color: red;
}

#breadcrumbs a:after {
    content: "\203A";
    padding-left: 5px;
}

#breadcrumbs a:hover {
    text-decoration: none;
}


/* helpers-> clearfix */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tAr {
    text-align: right;
}

.pt10 {
    padding-top: 10px !important;
}

.white {
    color: white;
}

.tAc {
    text-align: center;
    font-size: 13px;
    color: #eee;
}


#footer .tAc {
    text-align: center;
    font-size: 13px;
    color: #eee;

    background: url("../../images/sites/nwv/logo-footer-200.png") center 60px no-repeat;
    padding-top: 100px;
}

.clear {
    clear: both;
}


/*- Mobile Styles */
@media only screen and (max-width: 659px) {
    .text-button {
        display: none;
    }

    body {
        min-width: 100%;
    }

    #nav {
        display: none;
    }

    .noMob {
        display: none !important;
    }

    .noDesk {
        display: inline-block !important;
        padding-left: 10px !important;
    }

    #nav_frame {
        height: 50px;
    }

    #mobile_nav {
        display: block;
        text-align: right;
        padding-right: 5%;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        width: 95%;
        background-color: #336c83;
    }

    #mobile_nav .icon {
        position: relative;
    }

    #mobile_nav .nav {
        position: absolute;
        width: 100%;
        top: 50px;
    }

    #hero_frame {
        height: initial;
    }

    #mobile_nav .nav li {
        float: none;

        line-height: 25px;
        background-color: #72b2bf;
        border-bottom: 1px solid #17465e;
        padding: 2px 5%;
    }

    #social {
        display: none;
    }

    ul.nav > li:hover .submenu {
        display: none;
    }

    #home_photo h1 {
        width: 90%;
        padding: 16px 5%;
        text-align: center;
        font-size: 40px;
    }

    #hero_frame .cboxholder {
        margin: 0 auto;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    #mobile_nav .submenu {
        margin: 0;
        position: relative;
        z-index: 1000;
        display: none;
        left: 0px;
        top: 0px;

        list-style-type: none;
        width: 100%;
    }

    #mobile_nav .submenu li {
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }

    #mobile_nav .submenu li a {
        padding: 0 5% !important;
        font-size: .9em;
        font-weight: 300;
        color: #17465e;
        width: 90%;
        white-space: nowrap;
    }

    .submenu a:hover {
        background-color: #336c83 !important;
        color: #fff;
    }


    #logo {
        float: none;
        padding-top: 5px;
        padding-left: 0;
        margin: 0 auto;
        display: block;
        width: 90%;
    }

    #call_now {
        float: none;
        padding-top: 5px;
        padding-right: 0;
        text-align: center;
    }

    #call_now h3 {
        font-size: 22px;
        display: inline-block;
    }

    #call_now h3 img {
        display: none;
    }

    #call_now p {
        padding-left: 8px;
        font-size: 17px;
        display: inline-block;
        float: none !important;
    }

    #home_photo {
        width: 100%;
        min-height: 351px;
        background: url("../../images/sites/nwv/smoothlegs2.jpg") center top no-repeat;
        background-size: cover;
    }

    #home_photo h2 {
        font-size: 40px;
        font-family: 'Athelas W01';
        font-weight: normal;
        color: #18323d;
        font-style: italic;
        padding-left: 5%;
        text-align: center;
        width: 90%;
    }

    div.message {
        position: absolute;
        bottom: 0;
        right: 0px;
        display: inline-block;
        background: url("../../images/sites/nwv/msgBG.gif") bottom repeat-x #f8f2e8;
    }

    .short {
        width: 100%;
    }

    .long {
        width: 100%;
    }


    body#body_varicoseveins .large_image {
        position: relative;
        height: 244px;
        padding-top: 20px;
        background-image: url("../../images/sites/nwv/page-hero-varicose-veinsSM.jpg");
        background-size: cover;
    }

    body#body_spiderveins .large_image {
        position: relative;
        height: 244px;
        padding-top: 20px;
        background-size: cover;
        background-image: url("../../images/sites/nwv/veins1SM.jpg");
    }

    body#body_laserhair .large_image {
        position: relative;
        height: 244px;
        padding-top: 20px;
        background-size: cover;
        background-image: url("../../images/sites/nwv/page-hero-laser-hair-removalSM.jpg");
    }

    .consult {
        margin-top: -17px;
        margin-bottom: 33px;

    }

    .form {
        width: 100%;
        margin: 20px auto 50px auto;
    }

    .left {
        width: 90%;
        padding: 5%;
        float: none;
    }

    .right {
        width: 60%;
        padding: 0 20%;
    }

    .cell {
        position: absolute;
        left: 30%;
        top: 0;
    }

    .back {
        position: absolute;
        bottom: 30px;
        right: 20px;
    }

    div.request {
        position: absolute;
        left: 0;
        right: 0;
        top: -26px;
        width: 90%;
        white-space: nowrap;
        margin: 0 auto;
        display: inline-block;
        color: white;
        font-size: 20px;
        padding: 14px 0;
        border-radius: 50px;
        background: #333333;
        text-align: center;
    }

    .page_warm div.request {
        top: 10px;
    }

    .page_warm .left {
        margin-top: 40px;
    }

    div.thirds {
        position: relative;
        width: 100%;
        text-align: center;
        display: inline-block;
        padding: 5% 0 0 0;
    }

    div#titles {
        margin: 0 auto;
        top: 0;
        width: 100% !important;
        text-align: center;
    }

    .infotitle {
        width: 90%;
        padding: 0 5%;
    }

    .center {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
        text-align: center;
    }

    div.largeCircle {
        margin: 20px auto 0 auto;
        display: block;
    }

    #footer h2 {
        text-align: center;
        margin-top: 20px;
    }

    .page_tricol_right img.illustration {
        width: 50%;
        margin: 10px auto;
    }

    .collection_list_item {
        margin-bottom: 10px;
    }

    .page_tricol_left_double, .page_frame {
        float: none;
        width: 100%;
        margin: 0;
    }

    .page_tricol_right, .page_tricol_left, .page_tricol_content, .page_content, .page_sidebar, .page_half, #information div.page_half:nth-child(even), #information div.page_half:nth-child(odd) {
        width: 90%;
        margin: 0;
        padding: 0 5%;
    }

    .page_tricol_left {
        text-align: left;
    }

    .page_tricol_left img {
        display: block;
        margin: 0 auto;
    }

    body#body_resources .large_image {
        min-height: 215px;
    }


}

.doctorlist h3 {
    margin-bottom: 0px
}

.meetdocs p {
    margin-top: 0px
}


a.big_contact {
    display: block;
    margin: 20px 0px;
    font-size: 120%;
}

#body_blog .blog_header h1 a {
    color: #333333
}

#body_blog #page_body a {
    color: #336c83
}
