/* new stylesheet for WC 2018 site rebuild */

/* LAYOUT */
#main {
    min-height: calc(100vh - 312px);
    padding-left: 1px !important;
    padding-right: 1px !important;
    padding-top: 1px !important;
}
@media screen and (max-width: 1020px){
    #main {
        min-height: calc(100vh - 165px);
    }
}
@media screen and (max-width: 800px){
    #main {
        min-height: 0 !important;
    }
}
#main .fusion-row {
    max-width: 1205px !important;
}
.padded {
    padding: 0 20px;
}
.mobile-only {
    display: none;
}
@media screen and (max-width: 800px){
    .mid-hidden {
        display: none !important;
    }
    .mobile-only {
        display: block !important;
    }
    .non-mobile {
        display: none;
    }
}
/* TYPOGRAPHY */
@font-face {
    font-family: 'icomoon';
    src:url('icomoon/icomoon.eot');
    src:url('icomoon/icomoon.eot') format('embedded-opentype'),
        url('icomoon/icomoon.woff') format('woff'),
        url('icomoon/icomoon.ttf') format('truetype'),
        url('icomoon/icomoon.svgi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'icomoonBroker';
  src:  url('icomoon/Brokerfonts/icomoon.eot?2dbnua');
  src:  url('icomoon/Brokerfonts/icomoon.eot?2dbnua#iefix') format('embedded-opentype'),
    url('icomoon/Brokerfonts/icomoon.ttf?2dbnua') format('truetype'),
    url('icomoon/Brokerfonts/icomoon.woff?2dbnua') format('woff'),
    url('icomoon/Brokerfonts/icomoon.svg?2dbnua#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icomoon,
.icomoon:before,
.icomoon:after {
    font-family: 'icomoon';
    font-weight: normal;
    line-height: 0;
}
.icomoon:hover {
    font-weight: normal;
}
.icon-broker,
.icon-broker:before {
    font-family: 'icomoonBroker' !important;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	font-family:'Proxima Nova W01' !important;
}
.fusion-page-title-wrapper h1 {
    text-transform: uppercase;
}
h2 {
	font-size: 20px !important;
	font-weight: 600 !important;
    text-transform: uppercase;
}
h4 {
	font-size: 18px !important;
	font-weight: 600 !important;
}
h5 {
    font-size: 14px !important;
}
h6 {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: bold;
}
p {
	font-size: 14px !important;
	font-weight: 400 !important;
}
a {
    font-weight: 600;
}
ul {
    padding-left: 16px;
}
.smaller-text p,
span.smaller-text {
    font-size: .85em !important;
}
.white-text * {
    color: #fff !important;
}
/*.white-text a{
    font-weight: bold;
    color: #1a77b0 !important;
}
.white-text a:hover {
    color: #fff !important;
}*/
.white-text a{
    font-weight: bold;
    color: #fff !important;
    text-decoration: underline;
}
.white-text a:hover {
    color: #1a77b0 !important;
}
.the-title, .the-subtitle {
    text-transform: uppercase;
}
.fusion-main-menu > ul > li > a {
	font-size: 12px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	color: #fff !important;
}
.fusion-main-menu > ul > li.current-menu-item a {
    /*color: #999999 !important;*/
    border-bottom: 1px dotted;
}


.centered {
    text-align: center;
}

/* Columns */
.column {
    float:left;
    margin-bottom:15px;
    margin-left:0;
    margin-right:2%;
}
.column.size-1 {
    width:100%;
    margin-left:0;
    margin-right:0;
}
.column.size-2 {
    width:47.5%;
}
.column.size-3 {
    width:31%;
}
.column.size-4 {
    width:23%;
}
.column.size-5 {
    width:18%;
}
.column.size-6 {
    width:14.5%;
}
.column.size-7 {
    width:12.5%;
}
.column.size-8 {
    width:11%;
}
.column.size-9 {
    width:10%;
    margin-left:0.5%;
    margin-right:0.5%;
}
.column.size-10 {
    width:9%;
    margin-left:0.5%;
    margin-right:0.5%;
}
.new-row {
    clear:both;
}
.end-row {
    margin-right:-2% !important;
}
.the-content.columns {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}
.the-content.columns .column-break {
    -webkit-column-break-before: always;
    -moz-column-break-before: always;
    break-before: always;
}
.the-content.columns {
}


@media screen and (max-width: 780px){
    .column.size-2 {
        width:100% !important;
        margin-left:0 !important;
    }
    .column.size-3 {
        width:100% !important;
        margin-left:0 !important;
    }
    .column.size-4 {
        width:100% !important;
        margin-left:0 !important;
    }
    .column.size-5 {
        width:100% !important;
        margin-left:0 !important;
    }
    .column.size-6 {
        width:48% !important;
        margin-left:0 !important;
    }
    .column.size-7 {
        width:48% !important;
        margin-left:1% !important;
    }
    .column.size-8 {
        width:23% !important;
        margin-left:1% !important;
    }
    .column.size-9 {
        width:32% !important;
        margin-left:1% !important;
    }
    .column.size-10 {
        width:18% !important;
        margin-left:1% !important;
    }
}




/* HEADER */
.fusion-header {
	min-height: 210px !important;
	background-position: 10% center !important;
}
.fusion-logo {
    max-width: 400px !important;
    position: absolute;
    bottom: 0px;
    left: 30px;
}

/*@media screen and (max-width: 1150px){
    .fusion-header-has-flyout-menu .fusion-header-has-flyout-menu-content {
        float: right;
    }
}
@media screen and (max-width: 1020px){
    .fusion-header-has-flyout-menu .fusion-header-has-flyout-menu-content {
        float: none;
    }
}*/
.current-menu-item > a > span ,.current-menu-parent > a > span , .menu-item:hover > a {
    font-weight: bold !important;
}
.fusion-main-menu > ul > li {
	padding-right: 22px !important;
	padding-left: 22px !important;
	border-right: none;
}
.fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
    font-weight: 300 !important;
    text-transform: uppercase;
}
@media screen and (max-width: 1150px){
    /*.fusion-logo {
        max-width: 300px !important;
        bottom: 10px;
    }*/
    .fusion-main-menu > ul > li {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
.fusion-main-menu > ul > li:last-of-type {
    border-right: none;
}
@media screen and (max-width: 1020px){
	.fusion-header {
/*		background-image: none !important;
		background-color: #193661 !important;*/
		min-height: 0 !important;
	}
	.fusion-header .fusion-row {
	    padding-top: 0px !important;
	    padding-bottom: 0px !important;
	}
	.fusion-logo {
		position: relative !important;
		max-width: 300px !important;
		margin-bottom: 5px;
		left: 0;
	}
	.fusion-mobile-nav-item a, 
	.fusion-mobile-nav-holder > ul > li.fusion-mobile-nav-item > a {
		font-size: 16px !important;
	}
}

/* FOOTER */
.fusion-copyright-notice p {
	margin-right: -86px !important;
	text-align: center;
}
.fusion-social-links-footer {
	width: 86px !important;
}
@media screen and (max-width: 1230px){
	.fusion-copyright-notice p {
		margin-right: 30px !important;
	    text-align: left;
	}
}

/* SIDEBAR */
body #content {
	width: calc(100% - 241px) !important;
	float: right !important;
}
@media screen and (min-width: 801px){
    body #content .post-content {
        padding-right: 30px;
    }
}
#sidebar {
	display: inline-block;
	float: left;
	width: 240px;
	margin-right: 1px;
	/*margin-top: 1px;*/
	float: left;
    padding: 0 10px;
}
#sidebar .widget {
    width: 100%;
    display: inline-block;
}
#sidebar .widget_custom_html {
    margin-bottom: 30px !important;
    width: 100%;
    display: inline-block;
}
#sidebar .widget_custom_html .heading {
	display: none !important;
}
#sidebar .the-titleblock {
    width: 100% !important;
    position: relative;
    margin-bottom: 30px;
}
#sidebar .titleblock {
    padding-top: 100%;
    background-color: #1a77b0;
    width:calc(100% - 1px) !important;
    max-width: 100% !important;
}
#sidebar .the-title {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: calc(100% - 20px);
    text-align: center;
    left: 10px;
    right: 10px;
}
#sidebar .the-title h1 {
    color: #ffffff !important;
    margin: 0 auto;
    font-size: 24px !important;
    text-transform: uppercase;
}
#sidebar .searchform {
    width: 100%;
    margin: 0 0 30px;
}
#sidebar .search-field input,
#sidebar .search-field input::placeholder {
    padding: 0 0 !important;
    border: none !important;
    font-size: 14px !important;
    font-family: 'Proxima Nova W01' !important;
    font-weight: 200 !important;
}
form.searchform.fusion-search-form.fusion-search-form-classic {
    border-bottom: 2px solid #707070;
}
#sidebar .searchform .search-table .search-button input[type=submit] {
    background: #fff !important;
    color: #707070 !important;
    font-size: 24px !important;
    margin: 6px 0 0 auto !important;
    text-align: right !important;
}
input.fusion-search-submit.searchsubmit {
    color: #707070 !important;
    background-color: transparent!important;
}
/*input.fusion-search-submit.searchsubmit {
    color: #1f3a64 !important;
}*/
.non-mobile a.kp-button {
    margin-bottom: 80px !important;
}
#sidebar a.kp-button i {
    float: right;
    text-align: right;
    transform: translateY(-4px);
}
#sidebar .searchform .search-table .search-button input[type=submit]:focus,
#sidebar .search-field input:focus{
    color: #1a77b0 !important;
	border: none;
	outline: none !important;
}
#sidebar .searchform .search-table .search-button input[type=submit]:hover{
    color: #1a77b0 !important;
}
#sidebar .secondary-menu {
    width: 100%;
    display: inline-block;
    margin: -30px 0 30px;
}
#sidebar .secondary-menu ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}
#sidebar .secondary-menu li:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#sidebar .secondary-menu li {
    position: relative;
    background: #fff;
    width: 50%;
    margin: 0 1px -1px -2px;
    float: right;
    border: 1px dotted #173562;
    list-style-type: none;
    font-size: 0.85em;
    text-transform: uppercase;
    transition: 200ms all;
}
@media screen and (max-width: 800px) and (min-width: 480px){
    #sidebar .secondary-menu li {
        width: 25%;
    }
}
#sidebar .secondary-menu li:hover,
#sidebar .secondary-menu li.active {
	background-color: #173562 !important;
	color: #fff !important;
	transition: 200ms all;
}

#sidebar .secondary-menu li:hover a,
#sidebar .secondary-menu li.active a {
    color: #fff !important;
}
#sidebar .secondary-menu li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
}
#sidebar .secondary-menu.page li a {
    padding-top: 33%;
}
#sidebar .secondary-menu li a span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sidebar a.kp-button {
    /*position: relative;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    width: 160px;
    height: 30px;
    padding: 6px 30px;
    border: 1px solid #173562;
    text-align: center;
    line-height: 1.2em;
    cursor: pointer;
    margin: 0 30px;*/
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 15px;
    width: 100%;
    font-weight: 400;
    height: 30px;
    padding: 6px 30px 6px 0;
    border: none;
    text-align: left;
    margin-bottom: 80px;
    cursor: pointer;
    margin: 0;
}
#sidebar a.kp-button:after {content: '';display: inline-block;position: absolute;right: 0;top: 0;height: 30px;width: 15px;}
@media screen and (max-width: 800px){
    #sidebar a.kp-button {
        margin-bottom: 0;
    }
    main#main>.fusion-row,
    main#main>.fusion-row>.container.skinny {
        display: inline-flex !important;
        flex-direction: column-reverse !important;
        width: 100% !important;
    }
    #sidebar {
        width: 100% !important;
    }
    #sidebar .titleblock {
        padding-top: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    #sidebar .the-title {
        position: relative;
        transform: none !important;
        top: 0;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    #sidebar a.kp-button {
        margin-left: calc(50% - 80px);
        margin-right: calc(50% - 80px);
        margin-bottom: 30px;
    }
    body #content {
        width: 100% !important;
        margin-left: 0px !important;
    }
    body #main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}


#mobile_sidebar {
    display: none;
    width: 100%;
    padding: 20px 20px 40px;
    max-width: 400px;
    margin: 0 auto;
}
#mobile_sidebar .searchform {
    width: 90%;
    margin: 0 5% 30px;
}
#mobile_sidebar .search-field input,
#mobile_sidebar .search-field input::placeholder {
    padding: 0 0 !important;
    border: none !important;
    font-size: 14px !important;
    font-family: 'Proxima Nova W01' !important;
    font-weight: 200 !important;
}
/*#mobile_sidebar .search-field input {
    border-bottom: 2px dotted !important;
}*/
#mobile_sidebar .searchform .search-table .search-button input[type=submit] {
    background: #fff !important;
    color: #1a77b0 !important;
    font-size: 24px !important;
    margin: 6px 0 0 auto !important;
    text-align: right !important;
}
#mobile_sidebar .searchform .search-table .search-button input[type=submit]:focus,
#mobile_sidebar .search-field input:focus{
    border: none;
    outline: none !important;
}
#mobile_sidebar a.kp-button {
    position: relative;
    display: inline-block;
    background: #fff;
    font-size: 14px;
    width: 160px;
    height: 30px;
    padding: 6px 30px;
    border: 1px solid #173562;
    text-align: center;
    line-height: 1.2em;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}
@media screen and (max-width: 800px){
    #mobile_sidebar {
        display: block;
    }

    .secondary-menu.page {
        margin-bottom: 0 !important;
    }
}
/* ELEMENTS */
.full-width-video {
	max-width: none !important;
	width: 100% !important;
	max-height: none !important;
}
#video-button {
	padding: 30px 40px !important;
    font-size: 24px !important;
    border-radius: 10px !important;
    line-height: 1.1;
    text-transform: none !important;
}
.modal-content {
    border: none !important;
}
.modal-content .close {
    opacity: 1 !important;
    color: #fff !important;
}
.modal-content .close:hover {
    color: #1a77b0 !important;
}
.modal-content .close:focus {
    outline: none !important;
}
.column.size-6,
.dentist-az-filters a {
    width: 14.6666%;
    float: left;
    text-align: center;
}
.dentist-az-filters a {
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
}
@media screen and (max-width: 921px ){
    .column.size-6,
    .dentist-az-filters a {
        width: 33.3333%;
    }
    .dentist-az-filters a {
        margin: 0 0 !important;
    }
}
@media screen and (max-width: 782px ){
    .column.size-6 {
        width: 100%;
    }
    .dentist-az-filters a {
        width: 50%;
    }
}


#blue-block {
    background-color: #193760;
    margin: 20px 0;
    padding: 10px 20px;
}
#blue-block p, #blue-block a {
    color: #fff;
    margin: 0 auto;
}
/* DENTIST ------------------------------------------*/
.dentist-about{
    padding: 20px 20px 0;
}
.dentist-vitals {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}
.dentist-vitals .size-2 {
    width:48%;
    float: left;
}
.dentist-communication {
    padding: 0 20px;
}
.dentist-about h5,
.dentist-vitals h5,
.dentist-contact h5 {
    margin: 0;
}
.dentist-about p,
.dentist-vitals p,
.dentist-contact p {
    margin-top:0;
    margin-bottom: 20px;
}
.dentist-cta a:hover {
    color: white !important;
    opacity: .7;
}
@media screen and (max-width: 600px){
    #choose-dentists .filter-item{
        width: 33.3%;
    }
}
@media screen and (max-width: 480px){
    #choose-dentists .filter-item{
        width: 50%;
    }
    #sidebar .secondary-menu li:before {
        padding-top: 40% !important;
    }
}
/* BLOGS (archive) ----------------------------------*/

body.page-id-988 #content,
body.page-id-1088 #content,
body.page-id-1092 #content,
body.page-id-1098 #content ,
body.page-id-1100 #content {
    padding: 20px !important;
}
.fusion-rollover-categories {
    display: none !important;
}
@media screen and (max-width: 800px){
    .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
        max-width: calc(100% - 116px) !important;
    }
}
@media screen and (max-width: 640px){
    .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
        max-width: calc(100% - 100px) !important;
    }
}
/* BLOGS (single post) ----------------------------------*/
/*.single-post #content article {
    padding: 30px !important;
}*/
.single-post .the-content {
    padding: 0 20px;
}
#header-video {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}
#header-video img {
    width: 100%; 
    height: auto; 
    text-align: center;
    opacity:0;
}
#header-video iframe{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.fusion-blog-shortcode .post {
    margin-bottom: 30px !important;
}
.single-post #content article {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
}
.single-post #content article p {
    font-size: 16px !important;
}
.single-navigation {
    margin-bottom: 0;
}
.single-post .post-content {
    display: inline-block;
}
@media screen and (max-width: 1000px){
    .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
        width: 30% !important;
        display: inline-block;
    }
    .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-content {
        margin-left: 30% !important;
    }
}
@media screen and (max-width: 800px){
    .fusion-blog-shortcode .post {
        padding: 0 20px;
    }
    .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-slideshow {
        width: 100% !important;
        display: inline-block;
    }
    .fusion-blog-layout-medium-alternate .has-post-thumbnail .fusion-post-content {
        margin-left: 0 !important;
    }
}
/* BUCKETS (TAB SECTIONS) ----------------------------------*/
@media screen and (min-width: 801px){
    .fusion-page-title-row {
        max-width: 1205px !important;
    }
    .fusion-page-title-bar.fusion-page-title-bar-breadcrumbs.fusion-page-title-bar-left .fusion-page-title-row .fusion-page-title-wrapper {
        padding-left: 260px;
    }
}
/* Titleblock */
#content .titleblock,
#content .navblock {
    position:relative;
    display:block;
    background:#B2D333;
    width:240px;
    float:left;
    border:1px solid #fff;
    cursor:pointer;
}
#content .titleblock .pad,
#content .navblock .pad {
    padding-top:100%;
}
#content .titleblock .the-title h1,
#content .titleblock .the-title h2 {
    padding-bottom:0;
}
#content .titleblock .the-title,
#content .navblock .the-title {
    display:inline-block;
    position:absolute;
    top: 50%;
    left:0; right:0;
    color:#fff;
    padding:10px;
    text-align:center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#content .buckets-tabs .titleblock .the-title {
    top:35%;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
}
#content .titleblock .the-title p {
    padding-bottom:5px;
}
#content .titleblock .the-title span.icomoon {
    font-size:3em;
}
#content .titleblock .the-title h1 {
    color:#fff;
    font-size:1.3em;
}
#content .titleblock .the-title h2 {
    color:#fff;
    font-size:1.1em !important;
}
#content .titleblock.active {
    background:#4D9C3A;
}
#content .titleblock.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}
#content .bucket-content,
#content.healthy-smile .bucket-content {
    display:none;
}
#content .bucket-content.item-0,
#content.healthy-smile .bucket-content.item-1  {
    display:block;
}

#content .titleblock.size-1 {
    width:100%;
}
#content .titleblock.size-2 {
    width:50%;
}
#content .titleblock.size-3 {
    width:33.3333%;
}
#content .titleblock.size-4 {
    width:25%;
}
#content .titleblock.size-1 .pad {
    padding-top:25%;
}
#content .titleblock.size-2 .pad {
    padding-top:50%;
}
#content .titleblock.size-3 .pad {
    padding-top:75%;
}
#content .titleblock.size-4 .pad {
    padding-top:100%;
}

.buckets-content {
    padding: 20px;
}

@media screen and (max-width: 1200px) and (min-width: 991px){
    #content .buckets-tabs .titleblock .the-title {
        top: 10%;
    }
    
}
@media screen and (max-width: 1200px) {
    .column.size-3 {
        width: 100%;
    }
}
@media only screen and (max-width: 1080px) {
    .nav li a {
        padding: 2px 17px;
    }

    #content.archive .article {
        width:50%;
    }

    .column.size-6 {
        width:31% !important;
        margin-left:0 !important;
    }
    /*.dentist-az-lists .column.size-6 {
        width:100% !important;
        text-align:center;
        margin:0;
    }*/

    .buckets-tabs .titleblock {
        font-size:0.75em;
    }
}
@media screen and (max-width: 991px){
    #content .titleblock.size-4 {
        width: 50%;
    }
}
@media screen and (max-width: 490px){
    #content .buckets-tabs .titleblock .the-title {
        top: 10%;
    }
    .dentist-az-lists .column.size-6 {
        width:100% !important;
        text-align:center;
        margin:0;
    }
}

/* SLIDER BUCKETS (Policy Tabs) ----------------------------------*/
#content.slider-buckets .the-content-wrap {
    margin:0 90px;
}
#content.slider-buckets .the-content-wrap .the-title {
    text-align:left;
}
.slider-buckets-tabs {
    position:relative;
}
.slider-buckets-tabs .titleblock {
    font-size:0.7em;
    width:120px;
}
.slider-buckets-tabs .navblock {
    position:absolute;
    top:0;
    width:120px;
    background:none;
    font-size:1.8em;
    border:none;
    z-index:2;
}
.slider-buckets-tabs .navblock .the-title {
    color:inherit;
}
.slider-buckets-tabs .navblock.right {
    right:0;
}
.slider-buckets-tabs .navblock.left {
    left:0;
}
.slider-wrap {
    width:720px;
    max-width:100%;
    margin:0 auto;
    overflow:hidden;
}
.slider-wrap .buckets {
    position:relative;
    white-space:nowrap;
}
.slider-wrap .buckets .titleblock {
    display:inline-block;
    float:none;
    white-space:normal;
}
.policy.titleblock.active:before {
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

@media only screen and (max-width: 1220px) {
    .slider-buckets-tabs .navblock {
        top:120px !important;
    }
}
/* Our Locations */
#map {
    height:358px;
}
.locations-block .the-title {
    padding:18px 20px;
    border-bottom:dotted 1px #173661;
}
.office-wrapper {
    padding: 30px 20px !important;
    display: inline-block !important;
}
.locations-block .the-title h3 {
    color:#173661;
    font-weight:normal;
    padding:0;
}
.select.locations-block {
    position:relative;
    border:1px solid #153463;
    margin-bottom:5px;
}
.locations-block .expand {
    font-size: 1.2em;
    position: absolute;
    top: 23px;
    right: 25px;
    color: #173562;
    line-height:1;
}
.office.locations-block {
    display:none;
}
.locations-block.area .the-options {
    display:block;
}

/* Location profiles */
.locations .the-thumbnail {
    position:relative;
    width:37.5%;
    float:right;
    margin-left:20px;
}
.locations .the-thumbnail img {
    width:100%;
    height:auto;
}
.locations .location-info {
    width:62.5%;
}
.location-detail h6 {
    margin: 20px 0 0px !important;
    color: #63923F;
}
.location-detail p {
    margin: 10px 0 0 !important;
}
.location-detail p strong:first-child {
    color: #63923F;
}
#content.locations .the-title h4{
    text-align:left;
    margin-bottom:-1px;
    margin-top: 0;
}
.locations-block .the-title.loading {
    background:#fff url('images/locations-loading.gif') 14.2em 25px no-repeat;
}

.location .the-thumbnail.loading {
    background-color: #fff;
}
.location .location-cta {
    display: block;
    width: 150px;
    max-width: 100%;
    margin: 30px auto 0;
    background: #173561;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.office-wrapper {
    padding: 20px 20px !important;
    display: inline-block !important;
    width: 100%;
}
#providers .the-title {
    padding-bottom: 0;
}
.dentist-info .dentist-name {
    font-size: 1em !important;
}
.dentist-info p {
    text-transform: capitalize;
}
.location-info {
    display: inline-block;
    width: calc(62.5% - 20px)!important;
    padding: 20px !important;
    float: left;
}

.dentist.filter-item {
    width: 33% !important;
    padding: 20px 30px 20px 0 !important;
}
.dentist-thumb {
    width: 80px!important;
    min-height: 80px;
}
.office-wrapper .dentist.filter-item {
    min-height: 117px !important;
}
.office-wrapper .dentist-info {
    left:100px !important;
}
@media screen and (max-width: 991px){
    .dentist.filter-item {
        width: 50% !important;
    }
}
@media screen and (max-width: 800px){
    .office-wrapper .dentist-info {
        left:100px !important;
        margin-left: 0 !important;
    }
    div#providers {
        padding-left: 20px;
        padding-right: 20px;
    }
    .location-info {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    article.location {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 668px){
    .dentist-photo-wrap {
        width: 100%;
        float: left;
    }
    .dentist-details {
        width: 100%;
        float: right;
    }
}
@media screen and (max-width: 468px){
    .dentist.filter-item {
        width: 100% !important;
        padding: 20px 0 0 !important;
    }
}
/* FILTERS ----------------------------------*/

.filter-bar .filter-item,
.locations-block .filter-item {
    position:relative;
    padding:15px 0px 15px 70px;
    margin:0;
    width:24.5%;
    float:left;
}
.locations-block .filter-item {
    padding:15px 0px 15px 70px;
}


.filter-bar .filter-item p,
.locations-block .filter-item p {
    padding:0;
    height:2em;
    margin-top: -3px;
}
.filter-bar .filter-item label,
.locations-block .filter-item label {
    cursor: pointer;
}
.filter-bar input,
.locations-block input {
    visibility:hidden;
    display:none;
}
.psuedobox {
    position: absolute;
    top: 11px;
    left: 30px;
    font-size: 22px;
    color:#173562;
    width: 24px;
    height: 24px;
    border: 1px solid #153463;
    text-align: center;
}
.filter-bar .the-options,
.locations-block .the-options {
    padding:20px 0;
}
.psuedobox.icomoon {
    line-height: 1;
}
.psuedobox.checked {
    background:#153463;
}

/* ACCORDIONS ----------------------------------*/
.accordion-content {
    padding-bottom:20px;
}
.accordion {
    border:1px solid #173562;
    font-size:0.9em;
    margin-bottom:15px;
    cursor:pointer;
}
.accordion .icomoon {
    font-size:1.2em;
    position:absolute;
    top:50%;
    right:10px;
    color:#173562;
}
.accordion .question {
    position:relative;
    font-size:1em;
    text-align:left;
    padding:8px 18px;
    color:#173562;
    background:none;
    border-bottom:dotted 1px #173562;
    margin-bottom:-1px;
    text-transform:none;
}
.accordion .question.open {
    background:#999;
}
.accordion .question p {
    font-weight:600;
    padding: 0 2em 0 0;
    color:inherit;
}
.accordion .answer {
    display:none;
    padding:12px 18px 0;
    text-align:left;
    border:none
}

/* SLIDER BUCKETS (Policy Tabs) ----------------------------------*/
#content.slider-buckets .the-content-wrap {
    margin:0 90px;
}
#content.slider-buckets .the-content-wrap .the-title {
    text-align:left;
}
#content .slider-buckets-tabs {
    position:relative;
}
#content .slider-buckets-tabs .titleblock {
    font-size:0.7em;
    width:120px;
}
#content .slider-buckets-tabs .navblock {
    position:absolute;
    top:0;
    width:120px;
    background:none;
    font-size:1.8em;
    border:none;
    z-index:2;
}
#content .slider-buckets-tabs .navblock .the-title {
    color:inherit;
}
#content .slider-buckets-tabs .navblock.right {
    right:0;
}
#content .slider-buckets-tabs .navblock.left {
    left:0;
}
#content .slider-wrap {
    width:720px;
    max-width:100%;
    margin:0 auto;
    overflow:hidden;
}
#content .slider-wrap .buckets {
    position:relative;
    white-space:nowrap;
}
#content .slider-wrap .buckets .titleblock {
    display:inline-block;
    float:none;
    white-space:normal;
}
#content .policy.titleblock.active:before {
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}



@media (min-width: 0px) {
    .container {
        max-width: 100% !important;
    }
}



/* NAVIGATION */
ul.sub-menu {
    top: 60px;
}
ul.sub-menu:before {
    content: '';
    height: 60px;
    width: 100%;
    display: inline-block;
    top: -40px;
    position: absolute;
    left: 0;
    right: auto;
}
ul.sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -24px;
    left: 24px;
    border: 12px solid transparent;
    border-bottom-color: #193660;
}



ul.sub-menu ul.sub-menu {
    left: calc(100% + 12px);
}
ul.sub-menu ul.sub-menu:before {
    content: '';
    height: 100%;
    width: 30px;
    display: inline-block;
    top: 0;
    position: absolute;
    left: -30px;
    right: auto;
}
ul.sub-menu ul.sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: calc(50% - 12px);
    left: -24px;
    border: 12px solid transparent;
    border-bottom-color: transparent;
    border-right-color: #193660;
}

