@charset "UTF-8";
/* CSS Document */

body {
    background-color: #ffffff;
	color: #1c1c1b;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:21px;
	margin: 0px;
	padding: 0px;
}
#bfdWrapper p {
	color: #1c1c1b;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:21px;
	padding: 0px;
	margin: 0px;
}
#bfdWrapper ul {
    color: #2c2c2d !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 21px !important;
}
#bfdWrapper a, #bfdWrapper a:visited {
	color:#5b122f;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height:20px;
	text-decoration:none;
}
#bfdWrapper a:hover, #bfdWrapper a:visited:hover {
    color: #620e3c;
	text-decoration:underline;
}
#bfdWrapper h1 {
	color:#4d1835;
	font-family: 'Petrona', Times New Roman, Georgia, serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
#bfdWrapper h2 {
	color:#3e3e3e;
	font-family: 'Petrona', Times New Roman, Georgia, serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 25px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
#bfdWrapper h3 {
	color:#4d1835;
	font-family: 'Petrona', Times New Roman, Georgia, serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 27px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
#bfdWrapper h4 {
	color:#4d1835;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
}
#bfdWrapper h1 a:hover, #bfdWrapper h2 a:hover, #bfdWrapper h3 a:hover, #bfdWrapper h4 a:hover {
	text-decoration: underline;
}
#bfdWrapper {
	width: 100%;
}
#bfdWrapper #bfdHeader {
    background-color: #460b2b;
	padding: 15px 0px 0px 0px;
	margin: auto;
    width: 100%;
}
#bfdWrapper #bfdNav {
    background-color: #460b2b;
	margin: auto;
	padding: 0px;
    width: 100%;
}
#bfdWrapper #bfdNav-i {
    background-color: #460b2b;
	margin: auto;
    width: 100%;
}
#bfdWrapper #bfdHero {
	background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/buffalofamilydentistry/buffalo-family-dentistry/initial-design-files/bkgrd-diamond-upholstery-fade-200x767.jpg');
    background-repeat: repeat-x;
    background-position: 0% 0%;
	background-color: #460b2b;
	margin: auto;
    width: 100%;
}
#bfdWrapper #bfdCtas {
    background-color: #e7e7e7;
	margin: auto;
	padding: 10px 0px 15px 0px;
    width: 100%;
}
#bfdWrapper #bfdMainContent {
    background-color: #ffffff;
    border-bottom: 5px solid #460b2b;
	margin: auto;
	padding: 40px 0px;
    width: 100%;
}
#bfdWrapper #bfdFooter {
    background-color: #b9b9b9;
    border-top: 1px solid #ffffff;
    padding: 0px;
	margin: auto;
    width: 100%;
}
/* HEADER
----------------------------------------------------------------------------------------------------*/
.se_siteBranding {
    padding: 15px 0px 0px 0px;
}
#bfdWrapper #header1 {
	text-align: center;
	font-size: 13px !important;
	padding: 10px 0px 10px 0px;
}
#bfdWrapper .iheader {
    border-bottom: 2px solid #4162ad;
}
/* Navigation
----------------------------------------------------------------------------------------------------*/
#bfdWrapper .navigation {
    margin: 0px;
    padding: 0px 7px 0px 11px;
    position: relative;
}
#bfdWrapper .navicon {
    position: relative;
    line-height: 45px;
    color: #ffffff;
    padding-left: 30px;
}
#bfdWrapper .navicon:before {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0 !important;
    left: 0;
    font-size: 30px;
    padding: 0px 0px;
}
#bfdWrapper .navicon:hover {
    cursor: pointer;
}
#bfdWrapper .menu-wrap {
    padding-left:0;
}
#bfdWrapper .MainMenu {
    display: none;
    width: 100%;
}
#bfdWrapper .MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 10px 0 10px 0;
	text-align: left;
}
#bfdWrapper .MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
#bfdWrapper .MainMenu .le_menu_level_container {
	position: relative;
}
#bfdWrapper .MainMenu li.le_menuitem_level_0 a {
	color: #ffffff; 
	display: block;
	padding: 8px 15px;
    font-family: 'Petrona', Times New Roman, Georgia, serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
    letter-spacing: 1px;
	text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
#bfdWrapper .MainMenu li.le_menuitem_level_0 a:hover {
    background-color: #ce9701;
	color: #ffffff;
}
/* Main Navigation Dropdown styles
--------------------------------------------------------------------------------
#bfdWrapper .MainMenu ul.le_menu_level_1 {
	background-color: #1f2d5c;
    margin: 0px 0px 0px 30px;
	padding: 0;
}
#bfdWrapper .MainMenu li.le_menuitem_level_1 a:before {
        position: relative;
        content: '\f0da';
        font-family: 'FontAwesome';
        padding-right: 7px;
    }
#bfdWrapper .MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px 15px 5px 0;
	color: #abbad2; 
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	background-image: none;
}
#bfdWrapper .MainMenu li.le_menuitem_level_1 a:hover {
	color: #bb8a0a;
}
#bfdWrapper .MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
#bfdWrapper .MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
#bfdWrapper .dropdown ul {
    display: none;
}
------------------*/

/* FOOTER
----------------------------------------------------------------------------------------------------*/
#bfdWrapper #bfdFooter ul {
    margin: 0px 0px 0px 7px !important;
    padding: 0px !important;
}
#bfdWrapper #bfdFooter li.le_menuitem_level_0 {
    list-style: none;
}
#bfdWrapper #bfdFooter li.le_menuitem_level_0 a {
    color: #585858; 
    display: block;
    padding: 4px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}
#bfdWrapper #bfdFooter li.le_menuitem_level_0 a:hover {
    color: #4f4f4f;
}
#bfdWrapper .footerElement {
    text-align: center;
    padding: 30px 15px;
}
#bfdWrapper .footerElement p {
    color: #4e4e4e;
    font-size: 13px;
    line-height: 18px;
}
#bfdWrapper #footer1 {
    background-color: #d8d5d5;
}
#bfdWrapper #footer2 {
    background-color: #c7c5c5;
}
#bfdWrapper #footer3 {
    background-color: #cac8c8;
}

/* Custom Styles
----------------------------------------------------------------------------------------------------*/
#bfdWrapper .ctaElement {
    text-align: center;
}
#bfdWrapper .ctaElement h2 a {
    font-family: 'Petrona', Times New Roman, Georgia, serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 30px;
}
#bfdWrapper #cta1 h2 a {
    color: #006193;
}
#bfdWrapper #cta2 h2 a {
    color: #148f00;
}
#bfdWrapper #cta3 h2 a {
    color: #ec9600;
}
#bfdWrapper .fullButton a, #bfdWrapper a.fullButton {
    background-color: #460b2b;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    margin: 15px auto;
    padding: 11px 13px;
    text-align: center;
    width: 95%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
#bfdWrapper .fullButton a:hover, #bfdWrapper a.fullButton:hover {
    background-color: #ffc000;
    border: 1px solid #ffffff;
    color: #2b0c1d;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-shadow: 0px 0px 7px 5px rgba(89,89,89,.5);
	-moz-box-shadow: 0px 0px 7px 5px rgba(89,89,89,.5);
	box-shadow: 0px 0px 7px 5px rgba(89,89,89,.5);
}
#bfdWrapper .horizontalMenu ul {
    margin: 0px;
    padding: 0px;
}
#bfdWrapper .horizontalMenu ul li {
    list-style-type: none;
}
#bfdWrapper .horizontalMenu ul li a {
    font-size: 13px; 
    float: left;
    display: inline-block;
    padding: 5px 15px;
}
#bfdWrapper .horizontalMenu ul li a.le_current_link {
    color: #dda701;
    text-decoration: underline;
}
#bfdWrapper .horizontalMenu ul:before {
    content: 'PRODUCTS:';
    position: relative;
    float: left;
    display: inline-block;
    font-size: 13px;
    color: #626262 !important;
    padding: 5px 0px;
}
#bfdWrapper .noPad {
    padding: 0px !important;
    margin: 0px !important;
}
#bfdWrapper .borderWalls {
    border-left: none;
    border-right: none;
    padding: 5px 10px;
}
#bfdWrapper .stackPad15 {
    padding: 15px 0px;
}
#bfdTableHours {
    margin: auto;
    width: 320px;
}
.bioContainer {
    background: #fcfcfc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
    border: 1px solid #dfdfdf;
    margin: 5px 0px 0px 0px;
    padding: 15px;
}
.pdfLink a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/buffalofamilydentistry/buffalo-family-dentistry/initial-design-files/icon-pdf.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-bottom: 1px dashed #c4c4c4;
    display: block;
    padding: 20px 0px 20px 65px;
}
#bfdWrapper .footer-menu-style {
    display: block;
    margin: 0;
    padding: 0;
}
#bfdWrapper .footer-menu-style ul {
    margin: 0px;
    padding: 0px;
}
#bfdWrapper .footer-menu-style a {
    border-bottom: 1px dashed #414040;
    color: #000000;
    display: block;
    margin: 0px;
    padding: 8px 0px 3px 0px;
}
#bfdWrapper .footer-menu-style a:hover {
    color: #450a2a;
    text-decoration: none;
}
#bfdWrapper .padding-Vert-10 {
    padding: 10px 0px;
}
}
/* Media Queries
----------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .se_siteBranding {
        margin: auto;
        text-align: center;
    }
    .se_siteBranding img {
        max-width: 70%;
    }
    #bfdWrapper .txtPad {
        padding: 30px;
    }
}
@media (max-width: 450px) {
    
    
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .se_siteBranding img {
        max-width: 195px;
    }
    #bfdWrapper #bfdNav-i {
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/buffalofamilydentistry/buffalo-family-dentistry/initial-design-files/bkgrd-nav-bkgrd-line.jpg');
        background-repeat: repeat-x;
        background-position: 0% 100%;
        padding: 0px 0px 19px 0px;
    }
    #bfdWrapper #header1 {
	    text-align: right;
	    font-size: 13px !important;
	    padding: 30px 0px 25px 0px;
    }
    .navigation {
		
    }
    .navicon {
        display: none;
    }
    #bfdWrapper .MainMenu {
        display: block;
        text-align: center;
    }
    #bfdWrapper .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    #bfdWrapper .MainMenu li {
    	list-style: none;
    }
    #bfdWrapper .MainMenu ul.le_menu_level_0 {
        margin: 0;
    	padding: 0;
    	text-align: center;
    }
    #bfdWrapper .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
	    padding: 0px;
    }
    #bfdWrapper .MainMenu li.le_menuitem_level_0 a {
        color: #ffffff; 
        display: block;
        padding: 13px 18px;
        font-family: 'Petrona', Times New Roman, Georgia, serif;
        font-size: 17px;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 22px;
        /*word-break: break-word;*/
        text-decoration: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    #bfdWrapper .MainMenu li.le_menuitem_level_0 a:hover {
        background-color: #ce9701;
	color: #ffffff;
    }
    #bfdWrapper .MainMenu li.le_menuitem_level_0 a.le_current_link {
        background-color: #ce9701;
	color: #ffffff;
    }
    /* Dropdown menu styles
    -----------------------------------------------------------------
    #bfdWrapper .MainMenu li.le_menuitem_level_1 a:before {
        content: none;
    }
    #bfdWrapper .MainMenu ul.le_menu_level_1 {
    	position: absolute;
    	z-index: 10;
    	display: none;
        margin: 0;
    	padding: 5px 0;
    	text-align: left;
    }
    #bfdWrapper .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        background-color: #;
    	display: block;
    }
    #bfdWrapper .MainMenu li.le_menuitem_level_1 a {
    	display: block;
    	border-top: 1px solid #ffffff;
    	padding: 10px 10px 5px 10px;
    	margin: 5px 10px;
    	color: #ffffff; 
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
    	font-size: 15px;
    	text-decoration: none;
    	min-width: 160px;
    }
    #bfdWrapper .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #ac831b;
        background-image: none;
        background-color: #;
    }
    #bfdWrapper .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -35px;
    	padding: 0;
    }
    #bfdWrapper .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 5px 0;
        background-color: #ffffff;
    	text-align: left;
    }
    #bfdWrapper .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    #bfdWrapper.dropdown ul {
        dipslay: block;
    }
    -------- */
    #bfdWrapper .borderWalls {
        border-left: 1px solid #a9a9a9;
        border-right: 1px solid #a9a9a9;
        padding: 5px 15px;
    }  
    #bfdTableHours {
        margin: 0px;
    }
    #bfdWrapper .footer-menu-style a {
        border-bottom: 1px dashed #414040;
        color: #000000;
        display: block;
        margin: 0px;
        padding: 8px 0px 3px 3px;
    }
    #bfdWrapper .footerElement {
        text-align: left;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {

}
/*-------------------Special Add-Ons-------------------*/


/* ------- System fixes (These should be added to Aurora and not done in the template) ---- */
@media all and (max-width:1279px){
    #auroraContentContainer {
    	min-width:100%;
    	position: relative;
    	top: 0px;
    }
}
.aurora_pushContent {
    left:200px;
    margin-left:0 !important;
}

.le-logged-in #auroraContentContainer {
	top: 40px;
}

.le_region_name {
    font-family: 'Helvetica', arial, sans-serif !important;
    font-weight: normal !important;
}
.le_region_overlay_container {
    margin-top:0;
}

/* -- End System Fixes -- */
/* ========================================== Theme Speficic UI Styles ========================================== */
.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}

/*-----------------Clear Floated Elements-------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*-----------------Clear Floated Elements END-------------------*/