/* CSS Document */


/*
	Extra small devices (portrait phones, less than 576px)
	No media query since this is the default in Bootstrap

	Small devices (landscape phones, 576px and up)
	@media (min-width: 576px) { ... }

	Medium devices (tablets, 768px and up)
	@media (min-width: 768px) { ... }

	Large devices (desktops, 992px and up)
	@media (min-width: 992px) { ... }

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


/*
	Google Font
*/

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600i|Open+Sans:400,600,700');


html {
    font-size: 1rem;
}


body {
    font-family: 'Open Sans', sans-serif;
	background: #ffffff;
}


/*
    COLORS
    Dark Green - #749347
	Green - #60862f
	Grey - #e4e4e5
		#585857
*/


span.error {
    color: red;
}

.header {
	background: #0D587F;
}

.accessibility a {
	color: #4D6F8F;
	font-weight: 600;
	font-size: 11px;
}

.banner {
	height: 188px;
}

.main-nav {
	background: rgba(255, 255, 255, 0.8);
}

.column-left {

}

.column-left h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600!important;
	font-size: 15px!important;
	line-height: 18px!important;
	color: #0D587F!important;
	margin-bottom: 10px;
}

.column-left .correspondance-addresses {
	padding-top: 10px;
}

.column-left .consulting-rooms {
	padding-top: 10px;
}

.column-left p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400!important;
	font-size: 15px!important;
	margin-bottom: 10px!important;
}

.column-left .correspondance-addresses p {
	font-weight: 600!important;
}

.column-left p.address-header {
	margin-bottom: 0!important;
}

.column-main {

}

@media (min-width: 992px) {
	.column-main {
		border-left: 1px solid #0D587F;
		border-right: 1px solid #0D587F;
	}
}

.column-right {

}

.column-right #telephone {
	font-weight: 700!important;
	font-size: 15px!important;
	color: #0D587F!important;
}

.column-right #telephone .fa-phone {
	margin-right: 5px;
}

.content-title {
	font-family: 'Crimson Text', serif!important;
	font-weight: 600!important;
	font-style: italic!important;
	font-size: 26px!important;
	color: #0D587F!important;
}

.content-text p {
	font-family: sans-serif!important;
	font-weight: 400!important;
	font-size: 16px!important;
	color: #000000!important;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-nav .nav-link {
	color: #0D587F!important;
	font-weight: 700;
	font-size: 15px;
}

.mobile-nav.navbar-nav .nav-link {
	color: #ffffff!important;
	font-weight: 700;
	font-size: 15px;
}


.dropdown.show {
	background: #D1D3D4;
}

.dropdown-item {
	clear: unset;
	border-right: 1px solid #3C3C3B;
	color: #3C3C3B;
}

.dropdown-item:nth-child(4n) {
  border-right: none;
}

.dropdown-menu {
	background: #D1D3D4;
	border: none;
	margin: 0;
	border-radius: 0;
}


.footer {

}

.footer-nav {
	background: #0D587F;
}

.footer-nav a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400!important;
	font-size: 12px!important;
	color: #ffffff!important;
}

#seo-locations-title {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400!important;
	font-size: 12px!important;
	color: #000000;
	margin-top: 10px;
}

.seo-locations-grid {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400!important;
	font-size: 10px!important;
	color: #AEAEAE;
}

.seo-locations-grid strong {
	color: #000000!important;
}

/*
	Text Styling
*/

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}



strong {
	font-weight: 600;
}


p {
	font-size: 15px;
	text-align: left;
}
h3, li {
	text-align: left;
}
h4 {
	font-size: 40px;
	color: #085CAB;
	text-align: left;
}


/* responsive size tweaks */

/* xs */
@media (max-width: 575.98px) {
	html {
		/* border-top: 5px solid red; */
	}
}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
	html {
		/* border-top: 5px solid yellow; */
	}
}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {
	html {
		/* border-top: 5px solid blue; */
	}

	.book-an-appointment p a { font-size: 12px; }
	.telephone p { font-size: 22px; }
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
	html {
		/* border-top: 5px solid green; */
	}

	.book-an-appointment p a { font-size: 14px; }
	.telephone p { font-size: 26px; }


}

/* xl */
@media (min-width: 1200px) {
	html {
		/* border-top: 5px solid pink; */
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.navbar {
		width: 100%;
	}
	.float-left {
		float: none!important;
		display: -ms-inline-flexbox;
	}
	.dropdown-item.float-left {
		width: 24%!important;
	}
}
