html, body { height: 100%; }

.header { font-family: 'Open Sans', sans-serif; }
.footer { font-family: 'Open Sans', sans-serif; }
.header h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans' !important;
}

.footer h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans' !important;
}

.h2 {
  display: block;
  font: bold 31.5px/40px "Open Sans",sans-serif;
}
    .header {
        width: 100%;
        height: 120px;
        background-color: #ffffff;
        border-bottom: 1px solid #dadada;
    }
    .header-content {
        overflow: hidden;
        width: 1060px;
        margin: 0 auto;
    }
        .logo {
            float: left;
            position: relative;
            top: 45px;
            width: 243px;
        }
        .contact {
            float: right;
            height: 100px;
            width: 335px;
            position: relative;
            top: 20px;
        }
            .contact > div {
                /*height: 100%;*/
                float: left;
            }
                .contact > div > img {
                    float: left;
                    margin-right: 10px;
                }
            .contact > .treatment {
                font-size: 16px;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: .07em;
            }
            .contact > .info {
                font-size: 15px;
                font-weight: 300;
                display: block;
                clear: none;
                margin-top: 3px;
                margin-bottom: 8px;
            }
            .contact > .info > a {
               display: inline-block;
               padding: 5px;
               border-radius: 3px;
               text-decoration: none;
               color: white;
               background: #1BADE4;
               -webkit-transition: all 0.2s;
               -moz-transition: all 0.2s;
               transition: all 0.2s;
            }
            .contact > .info > a:hover {
                background-color: #0095CE;
            }
            .contact > .provided-by {
                clear: none;
                /*margin-left: 90px;*/
            }
                .contact > .provided-by > span {
                    font-size: 12px;
                    font-weight: 300;
                    color: #868686;
                    font-style: italic;
                }
                    .contact > .provided-by > span > img {
                        margin-left: 12px;
                    }


        .header-shadow {
            top: 120px;
            left: 0;
            position: absolute;
            z-index: -1;
            height: 4px;
            width: 100%;
            background: transparent url('http://static.psychguides.com/wp-content/themes/psychguides/img/header-shadow.png') repeat-x;
        }

        .short-seperator-left, .short-seperator-right {
            clear: both;
            height: 1px;
            width: 100%;
            margin: 30px 0;
            background: transparent url('http://static.psychguides.com/wp-content/themes/psychguides/img/line-separator.png') no-repeat;
        }

        .short-seperator-left { background-position: left center; }
        .short-seperator-right { background-position: right center; }

.content h1 {
    font-size: 46px;
    line-height: 60px;
    font-family: Open Sans;
}
.content .p {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 30px;
}
.content .paragraph-title {
    font-size: 22px;
    margin-bottom: 3px;
    font-family: Open Sans;
}
.content a {
    color: #128ae1;
    text-decoration: underline;
}
.content a:hover {
    color: #7BBDEF;
}
/* external links in p */
.content a[href^="http://"]:not([href*="psychguides.com"]),
.content a[href^="https://"]:not([href*="psychguides.com"]) {
  color: #262626;
}
.content p .phone {
  background-color: #fffecc;
}

.subtitle-bold {
    font-family: Open Sans;
    font-weight: bold;
    font-size: 19px;
    display: block;
}
.date {
    color: #7b7b7b;
    font-size: 14px;
    font-style: italic;
    display: block;
}
.next-article-button {
    margin: 0 auto;
    width: 122px;
    position: relative;
}
    .next-article-button > a > img {
        position: absolute;
        top: -16px;
    }

.content ul.psy-ul > li {
    line-height: 30px;
    font-family: Georgia;
    color: #262626;
    font-size: 20px;
}
    .content ul.star-list {
        list-style-image: url('http://static.psychguides.com/wp-content/themes/psychguides/img/star-list-icon.png');
    }
    .content ul.check-list {
        list-style-image: url('http://static.psychguides.com/wp-content/themes/psychguides/img/check-list-icon.png');
    }
    .content ul.star-list p,
    .content ul.check-list p {
        font: normal 14px/20px "Open Sans", sans-serif;
        color: #333;
        margin-left: 15px;
    }

.post-item {
    padding-top: 32px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
}
    .post-item-content {
        padding-left: 60px;
    }
    .post-item .title {
        font-size: 26px;
        color: #262626;
        font-weight: bold;
        line-height: 30px;
        letter-spacing: -.05em;
        text-decoration: none;
    }
    .post-item .title:hover {
        color: #262626;
        text-decoration: none;
    }
    .post-item .subtitle, .post-item p {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -.05em;
        font-family: Georgia;
    }
    .post-item .subtitle {
        color: #8d8d8d;
        display: block;
        margin-top: 5px;
    }
    .post-item p {
        color: #262626;
    }

.pictogram {
    font-family: EntypoRegular;
    font-size: 95px;
    margin-top: 20px;
    float: left;/*
    position: relative;
    top: -6px;
    width: 50px;
    height: 65px;
    overflow: hidden;
    line-height: 25px;*/
}

.pictogram, { float: none; top: 14px; }

.info-bar {
    text-transform: uppercase;
    font-size: 14px;
    color: #8e8e8e;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    width: 644px;
    padding: 16px 0;
    overflow: hidden;
    margin-top: 35px;
}
    .info-trending > div {
        background: transparent url('http://static.psychguides.com/wp-content/themes/psychguides/img/clock-icon.png') no-repeat;
        background-position: 3px 3px;
        padding-left: 28px;
    }
    .info-category > div {
        background: transparent url('http://static.psychguides.com/wp-content/themes/psychguides/img/tag-icon.png') no-repeat;
        background-position: 3px center;
        padding-left: 28px;
    }

.psy-box {
    margin: 10px;
    margin-top: 0;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow:  0px 1px 3px 0px rgba(175, 175, 175, 1);
    box-shadow:  0px 1px 3px 0px rgba(175, 175, 175, 1);
    display: inline-block;
}
.box-callout, .box-table {
    display: block;
    width: 100%;
}
    .psy-box > .box-header {
        background: #f4f4f4;
        background: -moz-linear-gradient(top,  #f4f4f4 0%, #e1e1e1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e1e1e1));
        background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%);
        background: -o-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%);
        background: -ms-linear-gradient(top,  #f4f4f4 0%,#e1e1e1 100%);
        background: linear-gradient(to bottom,  #f4f4f4 0%,#e1e1e1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e1e1e1',GradientType=0 );
        font-family: Open Sans;
        font-weight: bold;
        font-size: 18px;
        padding: 11px;
        border-bottom: 1px solid #b9b9b9;
        -webkit-box-shadow:  0px 1px 2px 0px rgba(200, 200, 200, 1);
        box-shadow:  0px 1px 2px 0px rgba(200, 200, 200, 1);
    }
    .box-table > .box-header {
        text-align: center;
    }
    .psy-box > .box-content {
        padding: 20px;
        max-width: 300px;
        font-family: Georgia;
        font-size: 14px;
        overflow: hidden;
        line-height: 20px;
    }
    .box-toc {
        width: 600px;
        margin: 0 auto;
    }
    .box-toc ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .box-toc span.ent {
        position: relative;
        top: 6px;
        font-size: 40px !important;
        line-height: 0;
        color: #666 !important;
    }
    .box-callout > .box-content, .box-table > .box-content {
        max-width: none !important;
        font-size: 16px !important;
    }
    .box-table > .box-content {
        padding: 0 !important;
    }
        .psy-box > .box-content > img.pull-left {
            margin-right: 20px;
        }
        .psy-box > .box-content > img.pull-right {
            margin-left: 20px;
        }
        .psy-box > .box-content > .box-small-txt {
            font-size: 12px !important;
        }
         .psy-box > .box-content > a {
            font-size: 16px;
        }
         .psy-box > .box-content > hr {
           margin: .5em 0;
        }
        .box-table > .box-content > table {
            margin-bottom: 0;
            border: 0;
            border-collapse: collapse;
        }

.facility {
    width: 96%;
    background-color: #f4f4f4;
    padding: 20px;
}
    .facility .photo-wrapper {
      float: left;
      background: #fff url(http://static.psychguides.com/wp-content/themes/psychguides/img/loading.gif) no-repeat center;
      width: 212px;
      height: 130px;
    }
    .facility-image, .facility-content  {
        float: left;
    }
    .facility-image {
        width: 212px;
        display: block;
    }
    .facility-content  {
        width: 585px;
        margin-left: 20px;
        font-size: 16px;
    }
        .facility-name {
            font-family: "Open Sans";
            font-weight: bold;
            font-size: 18px;
            line-height: 22px;
        }
        .facility-phone {
            font-family: "Open Sans";
            font-size: 16px;
            line-height: 30px;
        }
    .facility-rating {
        float: right;
        width: 115px;
        font-family: "Open Sans";
        font-size: 14px;
        padding-top: 5px;
        text-align: center;
    }
    .facility-rating span.ent {
        font-size: 36px !important;
        color: #e0a616 !important;
        line-height: 20px !important;
    }

.mini-facility {
    overflow: hidden;
    width: 303px;
    height: 110px;
    background-color: #f1f1f1;
    padding: 20px;
    -moz-box-shadow: inset 0 0 10px #cccccc;
    -webkit-box-shadow: inset 0 0 10px #cccccc;
    box-shadow: inset 0 0 10px #cccccc;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
}
.mini-facility:nth-child(3n+1) {
    margin-left: 0;
}
    .mini-facility .photo-wrapper {
      float: left;
      background: #fff url(http://static.psychguides.com/wp-content/themes/psychguides/img/loading.gif) no-repeat center;
      width: 130px;
      height: 96px;
    }
    .mini-facility-image {
        float: left;
    }
    .mini-facility-content {
        width: 150px;
        float: left;
        font-size: 13px;
        margin-left: 20px;
    }
    .mini-facility-title {
        font-size: 15px;
        font-weight: bold;
        font-family: "Open Sans";
        display: block;
        margin-bottom: 10px;
    }

.citations-and-resources > div {
  height: 440px;
}
  .citations-and-resources ol li {
    margin-bottom: 10px;
    word-break: break-all;
  }

.full-callout-push {
    margin-bottom: 300px;
    position: relative;
}
.full-callout {
    background-color: #ffe29e;
    padding: 35px 0;
    width: 100%;
    position: absolute;
    left: 0;
    height: 250px;
    margin-top: -325px;
}
    .full-callout-center {
        width: 1050px;
        margin: 0 auto;
    }
        .full-callout-image, .full-callout-content {
            float: left;
        }
        .full-callout-content {
            width: 800px;
            margin-left: 35px;
            font-size: 20px;
            line-height: 30px;
        }
            .full-callout-content-title {
                font-family: "Open Sans";
                font-weight: 700;
                font-size: 26px;
                display: block;
                margin-bottom: 20px;
            }
        .full-callout-footer {
            font-family: "Open Sans";
            font-weight: bold;
            font-size: 22px;
            display: block;
            margin-top: 30px;
        }
        .full-callout-footer .pipe {
            color: #ddbd72;
            font-weight: 300;
        }


.treatment-form {
    font-family: "Open Sans";
    width: 555px;
    margin: 0 auto;
    padding: 25px 15px;
    background-color: #f4f4f4;
    -moz-box-shadow: inset 0 0 10px #cccccc;
    -webkit-box-shadow: inset 0 0 10px #cccccc;
    box-shadow: inset 0 0 10px #cccccc;
    text-align: center;
}
    .treatment-form-title {
        font-weight: bold;
        font-size: 20px;
        display: block;
        margin-bottom: 20px;
    }
    .treatment-form hr {
        border: 0 !important;
        border-top: 1px solid #ddd !important;
        margin: 30px 0;
    }
    .treatment-form-radio {
        width: 150px;
        float: left;
        margin-left: 40px
    }
    .treatment-form-radio:first-child {
        margin-left: 20px;
    }
    .treatment-form-radio input {
        margin-right: 10px;
        float: left;
    }
    .treatment-form-radio span {
        display: block;
        float: right;
        width: 120px;
        text-align: left;
    }
    .treatment-form .dropdown-menu.inner {
        text-align: left !important;
    }
    .treatment-form .dropdown-menu.inner a {
        text-decoration: none !important;
    }


.text-blob {
    width: 96%;
    background-color: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 30px 20px;
    font-size: 20px;
    line-height: 35px;
}
    .text-blob > .title {
        margin-top: 0 !important;
    }
    .text-blob .column-one, .text-blob .column-two {
        border: 0 !important;
        padding-bottom: 0 !important;
        font-size: 16px;
    }
    .text-blob .column-one {
        padding-left: 0 !important;
    }

.learn-options {
    width: 400px;
    padding: 10px 35px;
    background-color: #ffe29e;
    font-size: 17px;
}
    .learn-options .heading {
      font: bold 24.5px/40px "Open Sans", sans-serif;
    }
    .learn-options input {
        font-size: 20px;

    }
    .learn-options h3 {
        font-family: "Open Sans";
        margin-top: 0 !important;
        text-align: left;
    }
    .learn-options-phone {
        float: left;
        margin-right: 5px;
        border: 1px solid #f5c44e !important;
        height: auto !important;
        width: 50px;
    }
    .learn-options-phone[name="phone3"] {
      width: 60px;
    }
    .learn-options .green-button {
        float: left;
        padding: 6px 12px;
        margin-left: 5px;
    }
    .learn-options .text-error {
      display: none;
    }

.form-sider {
    background-color: #dbdbdb;
    -moz-box-shadow: inset 0 0 10px #aaaaaa;
    -webkit-box-shadow: inset 0 0 10px #aaaaaa;
    box-shadow: inset 0 0 10px #aaaaaa;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    width: 265px;
    margin: 0 auto;
}
.form-sider-option, .form-sider-option-on {
    font-family: "Open Sans";
    color: #a3a3a3;
    text-shadow: 0px 1px 2px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
    font-size: 17px;
    padding: 10px 0;
    width: 131px;
    float: left;
    text-align: center;
    cursor: pointer;
}
.form-sider-option-on, .form-sider-option:hover {
    width: 130px;
    padding: 9px 0;
    color: #262626;
    text-shadow: 0px 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=0, offy=1);
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #f4f4f4;
    background: -moz-linear-gradient(top,  #f4f4f4 0%, #e7e7e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e7e7e7));
    background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e7e7e7 100%);
    background: -o-linear-gradient(top,  #f4f4f4 0%,#e7e7e7 100%);
    background: -ms-linear-gradient(top,  #f4f4f4 0%,#e7e7e7 100%);
    background: linear-gradient(to bottom,  #f4f4f4 0%,#e7e7e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e7e7e7',GradientType=0 );

}
.form-sider-option:hover {
    color: #767676;
    text-shadow: none;
    filter: none;
}


span.ent {
    font-family: "fontello";
    font-size: 12px;
    line-height: 1;
    color: #333;
}

.image-list > div {
    margin-top: 20px;
}
.image-list > div:first-child {
    margin-top: 0;
}
.image-list > div > img {
    width: 90px;
    float: left;
    box-shadow: 0 1px 3px #999;
}
.image-list > div > div {
    float: right;
    width: 375px;
    font-size: 14px;
}
.image-list > div > div > span {
    font-family: "Open Sans";
    font-weight: bold;
}

.link-menu > ul {
    list-style: none;
    margin: 0;
    float: left;
    margin-right: 135px;
    font-weight: normal;
    font-size: 16px;
}
    .link-menu > ul:last-child {
      margin-right: 0;
    }
    .link-menu > ul li {
        margin: 15px 0;
    }
    .link-menu > ul a {
        text-decoration: none !important;
    }

.green-button, .green-button-wide {
    background: #7dd22c;
    background: -moz-linear-gradient(top, #7dd22c 0%, #57b200 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dd22c), color-stop(100%,#57b200));
    background: -webkit-linear-gradient(top, #7dd22c 0%,#57b200 100%);
    background: -o-linear-gradient(top, #7dd22c 0%,#57b200 100%);
    background: -ms-linear-gradient(top, #7dd22c 0%,#57b200 100%);
    background: linear-gradient(to bottom, #7dd22c 0%,#57b200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dd22c', endColorstr='#57b200',GradientType=0 );
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 1px 2px #666;
    filter: dropshadow(color=#666, offx=0, offy=1);
    padding: 12px;
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    width: 91px;
    text-align: center;
    outline: 0;
    border: 0;
    font-size: 14px !important;
    font-family: "Open Sans";

}
.green-button-wide {
    width: 250px !important;
    margin: 0 auto;
}
    .green-button:hover, .green-button-wide:hover {
        text-decoration: none !important;
        color: #fff !important;
    }

.treatment-philosophy {
  font: normal 20px/30px Georgia,serif;
  color: #262626;
}

.setting {
  overflow:auto;
}
.setting li {
  display:block;
  width: 270px;
  float:left;
  padding:0 10px;
  font:14px/40px Oswald, Arial, Helvetica, sans-serif;
  margin:10px 0 0 0;
}
.setting li i {
  display:inline-block;
  height:40px;
  width:40px;
  margin-right:10px;
  vertical-align:middle;
  background:url(http://static.psychguides.com/wp-content/themes/psychguides/img/sprite-setting.png);
}
.setting li i.icon-oceanfront { background-position:0 0; }
.setting li i.icon-beach { background-position:-5px -40px; width:30px; }
.setting li i.icon-mountains { background-position:0 -80px; }
.setting li i.icon-desert { background-position:0 -120px; }
.setting li i.icon-lakeside { background-position:0 -160px; }
.setting li i.icon-wilderness { background-position:0 -200px; }
.setting li i.icon-resort { background-position:0 -240px; }
.setting li i.icon-privateseculded { background-position:0 -280px; }
.setting li i.icon-average { background-position:0 -320px; }
.setting li i.icon-executive { background-position:-10px -360px; width:20px; }
.setting li i.icon-luxury { background-position:0 -400px; }
.setting li i.icon-ultra_luxury { background-position:0 -440px; }
.setting li i.icon-hospital { background-position:0 -480px; }

.specializations tr td:first-child {
  font-weight: bold;
}

.carousel.testimonials {
}
.carousel.testimonials .controls a {
  outline: none;
  margin: 0 0 10px 0;
  display: block;
  float: left;
  padding: 0 40px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 40px;
  line-height: 20px;
  background-color: rgba(0,0,0,.8);
  border-radius: 3px;
  color: #fff;
}
.carousel.testimonials .controls a:hover {
  background-color: #000;
}
.carousel.testimonials .controls .left {
  float: left;
}
.carousel.testimonials .controls .right {
  float: right;
}
.carousel.testimonials .item {
  font-size: 22px;
  line-height: 34px;
  color: #666;
  font-style: italic;
}
.carousel.testimonials .name {
  font-weight: bold;
  font-size: 12px;
  float: right;
  color: #333;
}

.modal.staff {
  width: auto;
}
.modal.staff img {
  float: left;
  width: 205px;
}
.modal.staff .text {
  padding: 25px;
  width: 350px;
  float: right;
}
.modal.staff .fn {
  font-weight: bold;
}
.modal.staff .n {
  font-style: italic;
}
.modal.staff p {
  margin-top: 15px;
}

.column-one, .column-two {
    width: 45%;
    border: 1px solid #e2e2e2;
    padding: 20px;
    margin-top: 20px;
    font-size: 16px;
}
.column-one {
    float: left;
}
.column-two {
   float: right;
}
.column-one h2, .column-two h2 {
    margin-top: 0 !important;
    font-family: "Open Sans";
}

.footer-links {
    margin-top: 15px;
    padding-bottom: 10px;
}
    .footer-links a {
        font-size: 12px;
        color: #8e8e8e;
        margin-right: 15px;
        text-decoration: none;
    }
    .footer-links a:hover {
        text-decoration: none;
    }

.footer-cta .contact-container {
  text-align: center;
}
  .footer-cta .contact-container .contact {
    float: none;
    margin: auto;
  }
.footer-cta .provided-by {
  position: relative;
  top: -30px;
  float: right;
}

.footer-links .dropdown-menu {
  height: 200px;
  overflow-y: scroll;
  border-top: 3px solid #999;
}

/* wide forms */
.wide-form {
  font: normal 18px/26px "Open Sans",sans-serif;
}
  .wide-form input[type="text"],
  .wide-form input[type="email"],
  .wide-form textarea,
  .wide-form select {
    width: 75%;
  }


/* IE  hacks */
@media \0screen { .contact { width: 345px !important; } .treatment { letter-spacing: 0.8px !important; } }
.contact, {  width: 345px !important; }
.treatment, { letter-spacing: 1px !important; }


@media only screen and (min-width: 650px) and (max-width:1084px){

.header_in{width:100%;margin:0 auto}
.nav{float:left}
.wrapper{width:100%;display:block;margin:0 auto;min-width:320px}
.header{width:100%;display:block;margin:0 auto;padding:0 0 0px;position:relative;z-index:999;background-size:auto}
.nav{width:100%;padding:0 0 0 0;float:none;display:block;margin:0 auto;background:url(/wp-content/themes/projectknow/images/nav_bg.png) repeat-x}
.nav ul{margin:0 0 0 16px}
.main_content{width:100%;display:block;margin:0 auto}
.main_content_in{width:100%;display:block;margin:-10px auto 0}
.banner{width:100%;display:block;margin:0 auto}
.banner img{width:97%;margin:0 auto;height:auto;display:block}
.banner_in{width:96%;display:block;margin:0 auto;padding:0 0 20px 0}
.banner_in h1{font-size:22px}
.banner_in p{font-size:13px;line-height:18px}
.footer{width:100%;display:block;margin:0 auto;padding:23px 0 15px 0;}
.footer h6{padding:0 58px 12px 12px;text-align:left;letter-spacing:0px}
.dd .ddChild{height:234px !important}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto;overflow-x:hidden;z-index:9999;top:32px !important}

}


.info > a {
color: #333;
text-decoration: none;
}

#numm {
        font-size: 15px;
        color: #fff;
        margin-right: 2px;
        text-decoration: none;
    }


