/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */ 
body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color:#333631;
	background-color:#FFF;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
/*========= basic global font sizes =============*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#41565E;
	font-weight: 700;
	line-height: 1.2;
margin-bottom: .5rem;
	letter-spacing:-.015em;
}
h1, .h1 {
	color:#C20023;
	font-size:34px;
	font-size:9.166666vw;
	line-height:1.06;
}
h2, .h2 {
	font-size:22px;
	/*font-size:5.833vw;*/

margin-top: 15px;
	margin-bottom: 10px;
}
h3, .h3 {
	font-size:19px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h4, .h4 {
	font-size:17px;
	margin-top: 15px;
	margin-bottom: 10px;
}
p {
	font-size: 16px;
	line-height: 128%;
}
p.lead {
	font-size: 20px;
	line-height: 128%;
	font-weight:700;
	color:#41565E;
}
/* bulleted lists */
.content ul {
	margin-left:15px;
	margin-bottom:10px;
}
.content ul li {
	font-size: 16px;
	line-height: 128%;
	list-style:none;
	margin-bottom:6px;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 7px;
	float: left;
	margin-left: -12px;
}
.content ul li ul {
	margin-top:6px;
}
/* ordered lists */

.content ol li {
	font-size: 16px;
	line-height: 128%;
	padding-bottom: 10px;
}
b, strong {
	font-weight: 700;
}
@media only screen and (min-width: 480px) {
h1, .h1 {
font-size:44px;
}
h2, .h2 {
font-size:29px;
}
h3, .h3 {
font-size:18px;
}
h4, .h4 {
font-size:18px;
}
p {
font-size: 17px;
}
.content ul li, .content ol li {
font-size: 17px;
}
p.lead {
font-size: 21px;
}
}
@media only screen and (min-width: 768px) {
h1, .h1 {
font-size:28px;
}
h2, .h2 {
font-size:19px;
}
h3, .h3 {
font-size:15px;
}
h4, .h4 {
font-size:15px;
}
p {
font-size: 15px;
}
.content ul li, .content ol li {
font-size: 14px;
}
p.lead {
font-size: 17px;
}
}
@media only screen and (min-width: 992px) {
h1, .h1 {
font-size:35px;
}
h2, .h2 {
font-size:20px;
}
h3, .h3 {
font-size:17px;
}
h4, .h4 {
font-size:17px;
}
p {
font-size: 17px;
}
.content ul li, .content ol li {
font-size: 17px;
}
p.lead {
font-size: 20px;
}
}
@media only screen and (min-width: 1200px) {
h1, .h1 {
font-size:42px;
}
h2, .h2 {
font-size:22px;
}
h3, .h3 {
font-size:19px;
}
h4, .h4 {
font-size:18px;
}
p {
font-size: 18px;
margin-bottom:1rem;
}
.content ul li, .content ol li {
font-size: 18px;
}
p.lead {
font-size: 21px;
}
}
@media only screen and (min-width: 1400px) {
h1, .h1 {
font-size:51px;
}
h2, .h2 {
font-size:26px;
}
h3, .h3 {
font-size:23px;
}
h4, .h4 {
font-size:20px;
}
p {
font-size: 18px;
}
.content ul li, .content ol li {
font-size: 18px;
}
p.lead {
font-size: 24px;
}
}
@media only screen and (min-width: 1800px) {
h1, .h1 {
font-size:68px;
margin-bottom:.75rem;
}
h2, .h2 {
font-size:34px;
}
h3, .h3 {
font-size:31px;
}
h4, .h4 {
font-size:26px;
}
p {
font-size: 24px;
}
.content ul li, .content ol li {
font-size: 24px;
}
p.lead {
font-size: 19px;
}
}
/* --------- other helpers and overrides ---------*/
ul, menu, dir {
	list-style:none;
	padding:0;
	margin:0;
}
a, a:visited {
	color: #50B5BD;/* blue */
	text-decoration:  none;
	transition: all 0.1s ease-in-out 0s;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8e8f8e;
}
a:hover, a:focus {
	color: #C20023; /* red */
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}
.content h2 a, .content h2 a:visited, .content h3 a, .content h3 a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: transparent;
}
.content h2 a:hover, .content h2 a:focus, .content h3 a:hover, .content h3 a:focus {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit;
}
.content a.no_line {
	border:none;
}
a:focus {
	outline: thin dotted;
}
.no-brk {
	display:inline;
	white-space: nowrap;
}
.no-brk img {
	margin-left:8px;
}
.no-sp-top {
	margin-top:0;
	padding-top:0;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub {
	top: 0.4em;
}
@media only screen and (min-width: 1200px) {
sup, sub {
top: -0.65em;
font-size: 60%;
}
sub {
top: 0.56em;
}
}
/* telephone links */
a[href^="tel:"], a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: inherit;
}
a[href^="tel:"]:hover {
color: inherit;
font-weight:inherit;
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: inherit;
}
img {
	max-width: 100%;
	height: auto
}
img.fullwidth {
	width: 100%;
	height: auto
}
figure {
	padding: 0px;
	margin: 0px
}
.overflow {
	overflow:hidden;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
a#skiptocontent {
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 0px;
	color:#FFF;
	background: #7ab5cf;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100
}
a#skiptocontent:focus {
	position: absolute;
	left: 0px;
	top: 0;
	color:#FFF;
	background: #C20023;
	outline: 0;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
.error-message {
	color:#cc0000;
	font-weight:bold;
}
/* =========== CONTAINERS ================= */
.container {
	width:95%;
	max-width:95%;
}
@media only screen and (min-width: 768px) {
.container {
width:95%;
max-width:95%;
}
 .container-narrow {
width:90%;
max-width:90%;
}
}
@media only screen and (min-width: 1200px) {
.container {
width:90%;
max-width:90%;
}
 .container-narrow {
width:80%;
max-width:80%;
}
}
@media only screen and (max-width: 767px) {
.container-full-xs {
width:100%;
max-width:100%;
padding-left:0;
padding-right:0;
}
.container-full-xs.container.content {
width:100%;
max-width:100%;
padding:0;
}
}
.sm-gutters > [class*='col-'] {
margin-bottom:30px;
}
.sm-gutters {
	margin-right:-8px;
	margin-left:-8px;
}
.sm-gutters > [class*='col-'] {
padding-right:8px;
padding-left:8px;
margin-bottom:0;
}
.md-gutters > [class*='col-'] {
}
@media(min-width:768px) {
.md-gutters {
margin-right:-11px;
margin-left:-11px;
}
.md-gutters > [class*='col-'] {
padding-right:11px;
padding-left:11px;
}
}
.lg-gutters > [class*='col-'] {
/*margin-bottom:30px;*/
}
@media(min-width:768px) {
.lg-gutters {
margin-right:-24px;
margin-left:-24px;
}
.lg-gutters > [class*='col-'] {
padding-right:24px;
padding-left:24px;
margin-bottom:0;
}
}
.xl-gutters > [class*='col-'] {
margin-bottom:0;
}
@media(min-width:992px) {
.xl-gutters {
margin-right:-24px;
margin-left:-24px;
}
.xl-gutters > [class*='col-'] {
padding-right:24px;
padding-left:24px;
margin-bottom:0;
}
 .xxl-gutters {
margin-right:-50px;
margin-left:-50px;
}
.xxl-gutters > [class*='col-'] {
padding-right:50px;
padding-left:50px;
}
}
@media(min-width:1200px) {
.xl-gutters {
margin-right:-38px;
margin-left:-38px;
}
.xl-gutters > [class*='col-'] {
padding-right:38px;
padding-left:38px;
}
 .xxl-gutters {
margin-right:-62px;
margin-left:-62px;
}
.xxl-gutters > [class*='col-'] {
padding-right:62px;
padding-left:62px;
}
}
@media(min-width:1400px) {
.xl-gutters {
margin-right:-45px;
margin-left:-45px;
}
.xl-gutters > [class*='col-'] {
padding-right:45px;
padding-left:45px;
}
 .xxl-gutters {
margin-right:-75px;
margin-left:-75px;
}
.xxl-gutters > [class*='col-'] {
padding-right:75px;
padding-left:75px;
}
}
 @media(min-width:1800px) {
.xl-gutters {
margin-right:-60px;
margin-left:-60px;
}
.xl-gutters > [class*='col-'] {
padding-right:60px;
padding-left:60px;
}
.xxl-gutters {
margin-right:-100px;
margin-left:-100px;
}
.xxl-gutters > [class*='col-'] {
padding-right:100px;
padding-left:100px;
}
}
@media only screen and (min-width: 414px) and (max-width: 575px) {
.col-xs-4 {
-ms-flex:0 0 33.333333%;
flex:0 0 33.333333%;
max-width:33.333333%
}
.col-xs-6 {
-ms-flex:0 0 50%;
flex:0 0 50%;
max-width:50%
}
.col-xs-8 {
-ms-flex:0 0 66.666667%;
flex:0 0 66.666667%;
max-width:66.666667%
}
}
.card {
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: 0;
}
.card-img {
	border:none;
	border-radius:0;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	border-radius: 0;
}
/* =========== buttons and colors ================= */
.btn {
	font-style: normal;
	font-size: 20px;
	line-height: 1.42857143;
	text-align: center;
	font-weight:700;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 8px;
	padding-right: 40px;
	padding-left: 40px;
}
@media only screen and (min-width: 768px) {
.btn {
font-size: 16px;
padding: 8px;
padding-right: 32px;
padding-left: 32px;
}
}
@media only screen and (min-width: 1200px) {
.btn {
font-size: 24px;
padding: 12px;
padding-right: 48px;
padding-left: 48px;
}
}
@media only screen and (min-width: 1800px) {
.btn {
font-size: 36px;
padding-right: 55px;
padding-left: 55px;
}
}
.btn:hover, btn:focus {
	border-bottom:none;
}
.btn-small {
	font-size: 16px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 12px;
}
.btn-center {
	text-align:center;
}
.btn-red, .btn-red:visited {
	color: #FFF;
	background-color: #C20023;
}
.btn-red:hover, .btn-red:focus {
	color: #FFF;
	background-color:#ae001f;
}
.btn-blue, .btn-blue:visited {
	color: #FFF;
	background-color: #50B5BD;
}
.btn-blue:hover, .btn-blue:focus {
	color: #FFF;
	background-color:#48a2aa;
}
/* backgrounds and colors */
.bg-red {
	background-color: #C20023;
}
.bg-blue {
	background-color: #50B5BD;
}
.bg-dkgray {
	background-color: #41565E;
}
.bg-pink {
	background-color: #FCF;
}
/* buttons and icons */
a.icon {
	border:none;
}
/* ================================================= */
/* ====================== header ================= */
/* ================================================= */
header {
	color:#41565E;
	padding-top:24px;
	padding-bottom:24px;
}
@media only screen and (min-width: 768px) {
header {
padding-top:20px;
padding-bottom:20px;
}
}
@media only screen and (min-width: 1200px) {
header {
padding-top:30px;
padding-bottom:30px;
}
}
@media only screen and (min-width: 1800px) {
header {
padding-top:36px;
padding-bottom:36px;
}
}
header .logo {
	width:90%;
	max-width:180px;
}
@media only screen and (min-width: 768px) {
header .logo {
width:100%;
max-width:439px;
}
}
header .logo a {
	border: none;
}
/* header tools */

header .tools-wrapper {
	position: relative;
	margin-bottom:0;
	background-color:transparent;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
header .tools-wrapper .item {
	display: inline;
	margin-left:15px;
}
.header-tools {
	text-align:right;
}
.header-tools button {
	padding:0;
	margin-left:10px;
}
@media only screen and (min-width: 768px) {
.header-tools button {
margin-left:5px;
}
}
@media only screen and (min-width: 1200px) {
.header-tools button {
margin-left:10px;
}
}
@media only screen and (min-width: 1800px) {
.header-tools button {
margin-left:15px;
}
}
.header-tools button img, .btn-close img {
	width:36px;
	height:auto;
}
.btn-close img {
	padding:5%;
}
@media only screen and (min-width: 480px) {
.header-tools button img, .btn-close img {
width:56px;
}
}
@media only screen and (min-width: 768px) {
.header-tools button img, .btn-close img {
width:30px;
}
}
@media only screen and (min-width: 992px) {
.header-tools button img, .btn-close img {
width:38px;
}
}
@media only screen and (min-width: 1200px) {
.header-tools button img, .btn-close img {
width:46px;
}
}
@media only screen and (min-width: 1400px) {
.header-tools button img, .btn-close img {
width:56px;
}
}
@media only screen and (min-width: 1800px) {
.header-tools button img, .btn-close img {
width:75px;
}
}
header a {
	border: none;
}
/* main menu navigation */
.mainmenu {
	display: none;
}
@media only screen and (min-width: 768px) {
.mainmenu {
display:inline;
margin-right:12px;
}
}
.mainmenu ul {
	font-size:14px;
	color:#41565E;
	text-align:right;
	margin:0;
	padding:0;
	list-style:none;
}
header.home .mainmenu ul {
	color:#FFF;
}
@media only screen and (min-width: 992px) {
.mainmenu ul {
font-size:16px;
}
}
@media only screen and (min-width: 1200px) {
.mainmenu ul {
font-size:19px;
}
}
@media only screen and (min-width: 1400px) {
.mainmenu ul {
font-size:23px;
}
}
@media only screen and (min-width: 1800px) {
.mainmenu ul {
font-size:31px;
}
}
.mainmenu ul li {
	display:inline;
margin-left:.35rem;
}
@media only screen and (min-width: 1200px) {
.mainmenu ul li {
display:inline;
margin-left:.75rem;
}
}
.mainmenu ul li a:link, .mainmenu ul li a:visited {
	color:#41565E;
	border:none;
	text-decoration:none;
}
.mainmenu ul li a:hover, .mainmenu ul li a:focus {
	color:#C20023;
	text-decoration:  none;
}
header.home .mainmenu ul li a:link, header.home .mainmenu ul li a:visited {
	color:#FFF;
	padding-bottom:5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}
header.home .mainmenu ul li a:hover, header.home .mainmenu ul li a:focus {
	color:#FFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.mainmenu ul li a.active {
	font-weight:600;
}
/* close button */
.btn-close {
	position: absolute;
	top:30px;
	right:5%;
	margin-right:15px;
	z-index:9000;
	line-height:.5;
	background-color: transparent;
	padding:0;
	color: #FFF;
	border: none;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 1200px) {
.btn-close {
top:60px;
}
}
.btn-close:hover {
	color: #FFF;
}
/* ==============    MENU OVERLAY ======================= */
.overlay-bg {
	animation-duration: 250ms;
	z-index: 1000;
	background-image: url(../images/logopattern-dkgray2.png);
	background-repeat: repeat;
}
.menu-overlay {
	position: fixed;
	width: 100%;
	height:100%;
	top: 0;
	right: 0;
	overflow-y: hidden;
	transition: 0.5s;
	display:none;
}
@media only screen and (min-width: 768px) {
.menu-overlay {
width: 84.5%;
height:76%;
height:auto;
}
}
.overlay-header {
	width:100%;
}
.overlay-content {
	position: relative;
	width: 100%;
	height:100%;
	text-align: center;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
@media only screen and (min-width: 768px) {
.overlay-content {
text-align:  left;
padding-top:8vh;
 padding-bottom:8vh;
}
}
 @media only screen and (min-width: 768px) {
 .row.with-divider {
 position: relative;
}
 .row.with-divider:after {
 content:'';
 position:absolute;
 border-left: 2px solid white;
 height:100%;
 left:50%;
 margin-left:-1px;
 top:0;
 bottom:0;
}
}
.overlay-content h2 {
	color:#FFF;
}
.menu-overlay nav {
	color:#FFF;
	font-weight:700;
	margin-top:10%;
}
 @media only screen and (min-width: 768px) {
 .menu-overlay nav {
 margin-left:10%;
}
}
 @media only screen and (min-width: 992px) {
.menu-overlay nav {
 margin-left:0;
}
}

.menu-overlay nav ul {
	margin: 0px;
	padding: 0px;
	padding-bottom:20px;
	margin-bottom:15px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
@media only screen and (min-width: 768px) {
.menu-overlay nav ul {
text-align:left;
border:none;
margin: 0px;
 padding: 0px;
}
}
.menu-overlay nav ul li {
	display: block;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
.menu-overlay nav li a, .menu-overlay nav li a:visited {
	display: inline-block;
	font-size: 22px;
	line-height:125%;
	color:#FFF;
	margin:0;
	padding-bottom:6px;
	border:none;
	text-decoration:none;
}
@media only screen and (min-width: 480px) {
.menu-overlay nav li a {
font-size: 28px;
padding-bottom:10px;
}
}
 @media only screen and (min-width: 768px) {
.menu-overlay nav li a {
font-size: 28px;
padding-top:6px;
padding-bottom:6px;
}
}
@media only screen and (min-width: 992px) {
.menu-overlay nav li a {
font-size: 35px;
}
}
@media only screen and (min-width: 1200px) {
.menu-overlay nav li a {
font-size: 35px;
}
}
@media only screen and (min-width: 1400px) {
.menu-overlay nav li a {
font-size: 42px;
}
}
.menu-overlay nav li a.active, .menu-overlay nav li a:hover, .menu-overlay nav li a:focus {
	color: #FFF;
	text-decoration:underline;
}
/* ============== takeover search ==============  */
.search-area {
	position:  fixed;
	content: '';
	top:0;
	right:0;
	width:100%;
	height:100%;
	display: none;
}
 @media only screen and (min-width: 768px) {
.search-area {
width: 84.5%;
height:76%;
}
}
 @media only screen and (max-width: 767px) {
.search-area {
z-index:12000;
padding-left:0;
}
.search-area .container {
padding-left: 15px;
padding-right: 15px;
}
}
.search-area form {
	margin-top: 200px;
}
@media only screen and (min-width: 768px) {
.search-area form {
margin-top: 40%;
}
}
.search-area .form-btn input {
	font-size: 20px;
	color: #575752;
	background: #FFF;
	height:60px;
}
@media only screen and (min-width: 1200px) {
.search-area .form-btn input {
font-size: 28px;
}
}
/* large search */
.large-search form {
	width:100%;
}
.large-search .form-control {
	padding-left: 2.375rem;
	height: auto;
}
.large-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.375rem;
	height: 2.375rem;
	line-height: 2.375rem;
	text-align: center;
	pointer-events: none;
	color: #aaa;
}
.large-search .input-group {
	background-color:#FFF;
	background-clip: border-box;
	font-weight:500;
	border: 2px solid #BABAB8;
}
.overlay-bg .large-search .input-group {
	border: none;
}
.large-search input {
	background-color:#FFF;
	background-clip: border-box;
	font-weight:400;
	border:none;
	text-align: left;
}
.large-search .form-control {
	color: #333631;
padding: .65rem;
	padding-left:1rem;
	height:auto;
	font-size:18px;
}
@media only screen and (min-width: 768px) {
.large-search .form-control {
font-size:2.292vw;
}
}
@media only screen and (min-width: 1800px) {
.large-search .form-control {
font-size:44px;
}
}
.large-search .form-control::-webkit-input-placeholder {
color: #575752;
font-weight:400;
opacity:1;
}
.form-control {
	font-weight: 400;
	color: #575752;
	border-radius:0;
}
.input-group-prepend .btn, .input-group-append .btn {
	position: relative;
	z-index: 0;
}
.btn-searchsubmit, .btn-searchsubmit:visited {
	padding-top: 0.375rem;
	padding-right: 0.75rem;
	padding-bottom: 0.375rem;
	padding-left: 0.75rem;
	color: #C20023;
	background-color: #FFF;
}
.btn-searchsubmit:hover, .btn-searchsubmit:focus {
	color: #FFF;
	background-color: #C20023;
	text-decoration: none;
}
.overlay-bg .btn-searchsubmit:hover, .overlay-bg .btn-searchsubmit:focus {
	background-color: #C20023;
}
.btn-searchsubmit .fa {
	font-size:28px;
}
@media only screen and (min-width: 992px) {
.btn-searchsubmit {
padding-top: .6rem;
padding-right: 1.25rem;
padding-bottom: .6rem;
padding-left: 1.25rem;
font-size:22px
}
.btn-searchsubmit .fa {
font-size:24px;
}
}
/* small screen home page main menu */

nav.mobilemainmenu {
	color:#41565E;
	font-weight:500;
	text-align:center;
}
nav.mobilemainmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}
nav.mobilemainmenu ul li {
	display: block;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
.content nav.mobilemainmenu ul li:before {
	content: '';
	display:none;
}
nav.mobilemainmenu li a, nav.mobilemainmenu li a:visited {
	display: block;
	font-size: 22px;
	line-height:125%;
	color:#41565E;
	margin:0;
	padding-bottom:4px;
	border:none;
	text-decoration:none;
}
nav.mobilemainmenu li a:hover, nav.mobilemainmenu li a:focus {
	color:#C20023;
	text-decoration:none;
}
/* ============== HOME PAGE ==============  */

/* ====== home banner ========= */


.homebanner .card .box {
	position:absolute;
	width:0;
	height:0;
}
.homebanner .card .card-img-overlay {
	width:64%;
	height:100%;
	padding:5%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.homebanner .card-first {
	background-color:#41565E;
}
.homebanner .card-first .card-img-overlay {
	text-align: right;
	right: auto;
	bottom:auto;
	padding-bottom:12%;
}
.homebanner .card-second {
	background-color:#C20023;
}
.homebanner .card-second .card-img-overlay {
	text-align: left;
	left: auto;
	top:auto;
}
@media only screen and (min-width: 768px) {
.homebanner .card .box {
position:absolute;
width:64%;
height:81.81%;
}
.homebanner .card-first .box {
bottom:0;
right:0;
}
.homebanner .card-second .box {
top:0;
left:0;
}
.homebanner .card .card-img-overlay {
width:62.5%;
padding:6%;
padding-bottom:32%;
}
.homebanner .card-first {
background-color: transparent;
}
.homebanner .card-first .card-img-overlay {
right: 0;
bottom:0;
left: auto;
top:auto;
}
.homebanner .card-second {
background-color: transparent;
}
.homebanner .card-second .card-img-overlay {
left: 0;
top:0;
right: auto;
bottom:auto;
}
}
/* home banner typography */
.homebanner .card h2 {
	font-size:6.250vw;
	line-height:100%;
	color:#FFF;
}
.homebanner .card p {
	font-size:3.542vw;
	font-weight:600;
	margin:0;
	padding:0;
}
@media only screen and (min-width: 480px) {
.homebanner .card h2 {
font-size:30px;
}
.homebanner .card p {
font-size:17px;
}
}
@media only screen and (min-width: 768px) {
.homebanner .card h2 {
font-size:28px;
}
.homebanner .card p {
font-size:11px;
font-size:1.5vw;
}
}
@media only screen and (min-width: 992px) {
.homebanner .card h2 {
font-size:35px;
}
.homebanner .card p {
font-size:17px;
}
}
@media only screen and (min-width: 1200px) {
.homebanner .card h2 {
font-size:42px;
}
.homebanner .card p {
font-size:17px;
}
}
@media only screen and (min-width: 1400px) {
.homebanner .card h2 {
font-size:51px;
}
.homebanner .card p {
font-size:18px;
}
}
@media only screen and (min-width: 1800px) {
.homebanner .card h2 {
font-size:68px;
}
.homebanner .card p {
font-size:24px;
}
}
.homebanner .card-first .cta {
	position:absolute;
	bottom:12px;
	left:12px;
	margin:0;
	padding:0;
	line-height:1;
}
.homebanner .card-second .cta {
	position:absolute;
	top:12px;
	right:12px;
}
@media only screen and (min-width: 768px) {
.homebanner .card-first .cta {
top:auto;
bottom:25%;
left: auto;
right:6%;
}
.homebanner .card-second .cta {
top:auto;
bottom:25%;
right: auto;
left:6%;
}
}
.homebanner .cta-btn {
	width:30px;
	height:auto;
}
@media only screen and (min-width: 480px) {
.homebanner .cta-btn {
width:35px;
}
}
@media only screen and (min-width: 768px) {
.homebanner .cta-btn {
width:22px;
}
}
@media only screen and (min-width: 992px) {
.homebanner .cta-btn {
width:25px;
}
}
@media only screen and (min-width: 1200px) {
.homebanner .cta-btn {
width:30px;
}
}
@media only screen and (min-width: 1400px) {
.homebanner .cta-btn {
width:35px;
}
}
@media only screen and (min-width: 1800px) {
.homebanner .cta-btn {
width:49px;
}
}
/* ====== home statistics ========= */





.stats {
	margin-top:30px;
	margin-bottom:30px;
}
@media only screen and (min-width: 768px) {
.stats {
margin-top:20px;
margin-bottom:20px;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #a0aaae;
}
}
@media only screen and (min-width: 1200px) {
.stats {
margin-top:30px;
margin-bottom:30px;
}
}
.stat {
	height:108px;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0aaae;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.stat:first-of-type {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a0aaae;
}
@media only screen and (min-width: 768px) {
.stat {
width:90%;
height: 80px;
margin-top:0;
padding-top:30px;
padding-bottom:30px;
}
.stat:first-of-type {
border-top:none;
}
.stat:last-of-type {
border-bottom:none;
}
}
@media only screen and (min-width: 992px) {
.stat {
height: 100px;
}
}
@media only screen and (min-width: 1200px) {
.stat {
height: 125px;
}
}
@media only screen and (min-width: 1400px) {
.stat {
height: 150px;
}
}
@media only screen and (min-width: 1800px) {
.stat {
height: 200px;
}
}
.stat .inner {
	width:100%;
}
.stat p {
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin:0;
	width:100%;
}
.stat .number {
	width:40%;
	color:#C20023;
	font-size:53px;
	font-weight:700;
	text-align:right;
}
@media only screen and (min-width: 768px) {
.stat .number {
font-size:120px;
font-size:6.250vw;
}
}
.stat .text {
	text-align:left;
	padding-left:2.5%;
	font-size:17px;
	line-height:124%;
	color:#41565E;
	font-weight:700;
	text-transform:uppercase;
}
@media only screen and (min-width: 768px) {
.stat .text {
font-size:30px;
font-size:1.563vw;
width:40%;
}
}


/* ====== home quote ========= */

@media only screen and (min-width: 768px) {
.largequote {
padding-left:10%;
}
}
.largequote blockquote {
	font-size:22px;
	line-height:133%;
	color:#41565E;
	font-weight:500;
	padding-left:10%;
	position:relative;
}
@media only screen and (min-width: 768px) {
.largequote blockquote {
font-size:16px;
}
}
@media only screen and (min-width: 992px) {
.largequote blockquote {
font-size:22px;
}
}
@media only screen and (min-width: 1200px) {
.largequote blockquote {
font-size:26px;
}
}
@media only screen and (min-width: 1400px) {
.largequote blockquote {
font-size:32px;
}
}
@media only screen and (min-width: 1800px) {
.largequote blockquote {
font-size:42px;
}
}
.largequote blockquote:before {
	content: "";
	position:absolute;
	top:3%;
	left:0;
	width:8%;
	height:85px;
	background-image: url(../images/large-quotemark.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.largequote.nolargequote blockquote {
	line-height:110%;
}
.largequote.nolargequote blockquote:before {
	background: none;
}
@media only screen and (min-width: 1200px) {
.largequote blockquote {
padding-left:12%;
}
.largequote blockquote:before {
top:4%;
width:10%;
}
}
@media only screen and (min-width: 1800px) {
.largequote blockquote {
padding-left:115px;
}
.largequote blockquote:before {
top:4%;
width:85px;
}
}
.largequote figcaption {
	font-size:26px;
	line-height:133%;
	color:#41565E;
	text-transform:uppercase;
	font-weight:500;
	padding-left:14%;
	position:relative;
}
/* owl carousel theme */

.owl-carousel {
	display: block;
}
.owl-carousel .slide-owl-wrap:not(:first-child) {
display: none;
}
.owl-carousel img {
	width: 100%;
}
.owl-carousel {
	-webkit-animation-duration:1000ms;
	animation-duration:1000ms;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.owl-carousel .owl-item {
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-ms-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}
.owl-theme .owl-nav {
	text-align: center;
}
.owl-theme .owl-nav [class*=owl-] {
background-color: transparent;
}
.owl-theme .owl-nav [class*=owl-]:hover {
}
/* owl arrows for sliders */

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-prev:hover {
	background-color: transparent;
	background-image: url(../images/prev-arrow-gray.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-next:hover {
	background-color: transparent;
	background-image: url(../images/next-arrow-gray.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel.white .owl-nav .owl-prev, .owl-carousel.white .owl-nav .owl-prev:hover {
	background-color: transparent;
	background-image: url(../images/prev-arrow-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-carousel.white .owl-nav .owl-next, .owl-carousel.white .owl-nav .owl-next:hover {
	background-color: transparent;
	background-image: url(../images/next-arrow-white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.owl-theme .owl-nav [class*='owl-'] {
top:50%;
margin:0;
margin-top:-18px;
width: 24px;
height: 36px;
border: none;
z-index:800;
}
@media only screen and (min-width: 768px) {
.owl-theme .owl-nav [class*='owl-'] {
margin-top:-13px;
width: 17px;
height: 26px;
}
}
@media only screen and (min-width: 1200px) {
.owl-theme .owl-nav [class*='owl-'] {
margin-top:-26px;
width: 34px;
height: 53px;
}
}
.owl-prev {
	position: absolute;
	left: 5%;
}
.owl-next {
	position: absolute;
	right: 5%;
}
/* ====== spotlight slider ========= */


.spotlight-slider .catlabel {
	position:absolute;
	top:0;
	left:5%;
	color:#FFF;
	font-weight:700;
letter-spacing:.03rem;
	background-color:#C20023;
	padding:10px;
	padding-left:30px;
	padding-right:30px;
	text-transform:uppercase;
	z-index:1000;
}
.spotlight-slider .pagebanner article {
	position: absolute;
	padding: 0;
	top:5%;
	left: 0;
	right: 0;
	bottom: 5%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.spotlight-slider .pagebanner.fullwidth article {
	padding-left: 10%;
	padding-right: 10%;
}
@media only screen and (min-width: 576px) {
.spotlight-slider .pagebanner article {
top:6%;
left: 6%;
right: 6%;
bottom: 6%;
}
}
@media only screen and (min-width: 768px) {
.spotlight-slider .pagebanner article {
top:10.4%;
left: 10.4%;
right: 10.4%;
bottom: 10.4%;
padding-right:10%;
}
.spotlight-slider .pagebanner.fullwidth article {
padding-left:0;
padding-right:0;
}
}
.spotlight-slider .pagebanner article h2 {
	font-size:20px;
	font-size:5.417vw;
	font-weight:600;
	letter-spacing:-.035em;
	margin-bottom:5px;
}
.spotlight-slider .pagebanner article p {
	font-size:14px;
	font-size:4.5vw;
	line-height:122%;
}
@media only screen and (min-width: 480px) {
.spotlight-slider .pagebanner article h2 {
font-size:24px;
margin-bottom:10px;
}
.spotlight-slider .pagebanner article p {
font-size:18px;
}
}
@media only screen and (min-width: 768px) {
.spotlight-slider .pagebanner article h2 {
font-size:20px;
}
.spotlight-slider .pagebanner article p {
font-size:14px;
}
}
@media only screen and (min-width: 992px) {
.spotlight-slider .pagebanner article h2 {
font-size:25px;
}
.spotlight-slider .pagebanner article p {
font-size:15px;
}
}
@media only screen and (min-width: 1200px) {
.spotlight-slider .pagebanner article h2 {
font-size:30px;
}
.spotlight-slider .pagebanner article p {
font-size:18px;
}
}
@media only screen and (min-width: 1400px) {
.spotlight-slider .pagebanner article h2 {
font-size:34px;
}
.spotlight-slider .pagebanner article p {
font-size:22px;
}
}
@media only screen and (min-width: 1800px) {
.spotlight-slider .pagebanner article h2 {
font-size:48px;
}
.spotlight-slider .pagebanner article p {
font-size:28px;
}
}
.spotlight-slider .readmore {
	padding:0;
	margin:0;
}
.spotlight-slider .readmore a:hover, .spotlight-slider .readmore a:focus {
	text-decoration:underline;
}
/* practices slider */



.practices-slider {
	margin-top:30px;
	margin-bottom:30px;
}
.practices-slider a {
	border:none;
}
.practices-slider a h2, .practices-slider a:visited h2 {
	color:#41565E;
}
.practices-slider a:hover h2, .practices-slider a:focus h2 {
	color:#C20023;
}
.practices-slider .owl-prev {
	position: absolute;
	left:0;
}
.practices-slider .owl-next {
	position: absolute;
	right: 0;
}
.practices-slider.owl-carousel .owl-item img.practice-icon {
	display: block;
	width:  146px;
	height:144px;
	margin-left:auto;
	margin-right:auto;
}
.practice-card {
	text-align:center;
	padding:30px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	padding-bottom:0;
}
.practice-card .practice-icon {
	margin-left:auto;
	margin-right:auto;
}
.practice-card .card-body {
	padding:15px;
	padding-left:0;
	padding-right:0;
}
.practice-card h2 {
	text-align:center;
	text-transform:uppercase;
}
/* ============== INNER PAGES ==============  */

/* ====== content ========= */

.content {
	padding-top:30px;
	padding-bottom:30px;
}
@media only screen and (min-width: 768px) {
.content {
padding-top:20px;
padding-bottom:20px;
}
}
@media only screen and (min-width: 1200px) {
.content {
padding-top:40px;
padding-bottom:40px;
}
}
@media only screen and (min-width: 1400px) {
.content {
padding-top:50px;
padding-bottom:50px;
}
}
@media only screen and (min-width: 1800px) {
.content {
padding-bottom:70px;
}
}
@media only screen and (min-width: 768px) {
.content.btm-only {
padding-top:0;
}
}
/* ============== pagebanner ==============  */
.pagebanner {
	position: relative;
	background-image: url(../images/background-pattern-blue.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: 60px 103px;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
.pagebanner {
background-size: 74px 128px;
}
}
@media only screen and (min-width: 1400px) {
.pagebanner {
background-size: 89px 154px;
}
}
@media only screen and (min-width: 1800px) {
.pagebanner {
background-size: 119px 205px;
}
}
.image-wrap {
	position: relative;
	width:100%;
}
.image-wrap .bannerimg {
	width:100%;
	height:auto;
}
.bio-photo {
	height:95%;
	width:auto;
	position: absolute;
	bottom:0;
	left:50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
.pagebanner.bio .bio-photo {
margin:0;
left:50%;
height:84%;
width:auto;
}
}
.pagebanner article {
	padding-top:40px;
	padding-bottom:30px;
}
@media only screen and (min-width: 768px) {
.pagebanner article {
position:absolute;
padding:0;
left:10.4%;
right:10.4%;
bottom:10.4%;
}
.pagebanner article .container {
width:100%;
max-width:100%;
padding:0;
}

/* pagebanner with no photos */

.pagebanner.nophoto article {
position:relative;
left:auto;
right: auto;
top: auto;
bottom:0;
padding:0;
padding-top:50px;
padding-bottom:50px;
}
.pagebanner.nophoto .pagetools {
text-align:right;
}
}
/* pagebanner typography */

.pagebanner h1, .pagebanner h2, .pagebanner h3, .pagebanner p {
	color:#FFF;
}
.pagebanner h2 {
	margin:0;
	padding:0;
}
.pagebanner p {
margin-bottom:.4rem;
	font-weight:500;
}
.pagebanner .title {
	font-size:109%;
	text-transform:uppercase;
margin-bottom:.65rem;
}
@media only screen and (min-width: 1400px) {
.pagebanner p {
font-size:25px;
}
}
@media only screen and (min-width: 1800px) {
.pagebanner p {
font-size:31px;
}
}
.pagebanner a, .pagebanner a:visited {
	color:inherit;
	text-decoration:none;
}
.pagebanner a:hover, .pagebanner a:focus {
	color:inherit;
}


/* telephone links */
.pagebanner a[href^="tel:"], .pagebanner a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: inherit;
}
.pagebanner a[href^="tel:"]:hover {
color: inherit;
font-weight:inherit;
text-decoration:none;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: inherit;
}
/* email links */

.pagebanner a.email, .pagebanner .emaila:visited {
	border-bottom-color: transparent;
}
.pagebanner a.email:hover, .pagebanner a.email:focus {
	border-bottom-color: inherit;
}
/* page tools */


.pagetools {
	margin-top:30px;
}
.pagetools .icon {
	margin-left:0;
	margin-right:10px;
}
/* icon links */
.tool-icon {
	display: inline-block;
	overflow: hidden;
	width:34px;
	height:34px;
	text-align: center;
	vertical-align:middle;
	position: relative;
	-js-display: flex;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 480px) {
.tool-icon {
width:51px;
height:51px;
}
}
@media only screen and (min-width: 768px) {
.tool-icon {
width:24px;
height:24px;
}
}
@media only screen and (min-width: 1200px) {
.tool-icon {
width:37px;
height:37px;
}
}
@media only screen and (min-width: 1400px) {
.tool-icon {
width:45px;
height:45px;
}
}
@media only screen and (min-width: 1800px) {
.tool-icon {
width:60px;
height:60px;
}
}
.tool-icon, .tool-icon:visited {
	background-color: #FFF;
}
.tool-icon:hover, .tool-icon:focus {
	background-color: rgba(255, 255, 255, 0.85);
}
.intro-text {
	padding-top:40px;
	padding-bottom:40px;
	color: #FFF;
}
@media only screen and (min-width: 1400px) {
.intro-text {
padding-top:60px;
padding-bottom:60px;
}
}
.intro-text p {
	color: #FFF;
	font-weight:700;
}
.intro-text p:nth-child(1) {
margin:0;
}
/* tabs to accordions UX - main content area */

.nav-tabs {
	border:none;
}
.content ul.nav-tabs {
	margin:0;
}
.content ul.nav-tabs >li {
	display:block;
	width:100%;
	margin-bottom:8px;
}
.content ul.nav-tabs li a.h2 {
	margin:0;
	padding:0;
}
@media only screen and (min-width: 768px) {
.content ul.nav-tabs li {
position:relative;
}
}
@media only screen and (min-width: 1400px) {
.content ul.nav-tabs li {
margin-bottom:10px;
}
}
@media only screen and (min-width: 1800px) {
.content ul.nav-tabs li {
margin-bottom:15px;
}
}
.content ul.nav-tabs li:before {
	content: '';
	margin-left:0;
}
@media only screen and (min-width: 768px) {
.content ul.nav-tabs li a {
text-decoration:none;
position:relative;
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
.content ul.nav-tabs li img.arrow {
width:20px;
height:auto;
margin-top:2px;
margin-left:4px;
}
.content ul.nav-tabs li a.active img.arrow {
background-image: url(../images/tab-arrow-rt.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
}
@media only screen and (min-width: 992px) {
.content ul.nav-tabs li a br {
display:none;
}
.content ul.nav-tabs li img.arrow {
width:26px;
margin-top:0;
}
}
@media only screen and (min-width: 1200px) {
.content ul.nav-tabs li img.arrow {
width:30px;
}
}
@media only screen and (min-width: 1400px) {
.content ul.nav-tabs li img.arrow {
width:30px;
}
}
@media only screen and (min-width: 1800px) {
.content ul.nav-tabs li img.arrow {
width:36px;
margin-top:3px;
}
}
.nav-tabs a, .nav-tabs a:visited {
	color:#41565E;
	border: none;
}
.nav-tabs a.active, .nav-tabs a:hover, .nav-tabs a:focus {
	color:#C20023;
}

/* sub-nav - similar UX but different functionality - uses nested unordered lists - note markup */


@media only screen and (max-width: 767px) {
.content ul.submenu.nav-tabs li {
margin-bottom: 0;
}
.content ul.submenu.nav-tabs li a.h2 {
border: none;
display: block;
width: 100%;
padding-left: 15px;
padding-right: 42px;
padding-top: 8px;
padding-bottom: 8px;
margin-bottom:8px;
}
}
.content ul.nav-tabs ul.sub-nav {
	font-weight: 700;
	margin:0;
	margin-left:0;
	padding-top:10px;
	padding-bottom:10px;
}
@media only screen and (min-width: 768px) {
.content ul.nav-tabs ul.sub-nav {
font-weight: 700;
margin:0;
margin-left:-40px;
padding-top:10px;
padding-bottom:10px;
}
}
.content ul.nav-tabs ul.sub-nav li {
	margin-bottom:6px;
	padding-left:0;
}
@media only screen and (min-width: 768px) {
.content ul.nav-tabs ul.sub-nav li {
padding-left:40px;
}
}
@media only screen and (min-width: 1400px) {
.content ul.nav-tabs ul.sub-nav {
margin-left:-50px;
}
.content ul.nav-tabs ul.sub-nav li {
padding-left:50px;
}
}
@media only screen and (min-width: 1800px) {
.content ul.nav-tabs ul.sub-nav {
margin-left:-60px;
}
.content ul.nav-tabs ul.sub-nav li {
font-size:24px;
padding-left:60px;
}
}
.content ul.nav-tabs ul.sub-nav ul {
	padding-top:6px;
}
.content ul.nav-tabs ul.sub-nav ul li {
	padding-left:15px;
}
.content ul.nav-tabs ul.sub-nav ul li:before {
	content: '\f111';
	color:#909288;
	font-family: 'FontAwesome';
	font-size: 7px;
	float: left;
	margin-left: -15px;
}
/* ======================== */
/* mobile accordions UX */
.panel-group .panel-heading {
	margin-top:15px;
	position:relative;
}
@media only screen and (min-width: 768px) {
.panel-group .panel-heading {
margin-top:0;
}
}
.panel-group .panel-heading a, .panel-group .panel-heading a:visited {
	border:none;
	display:block;
	width:100%;
	color:#C20023;
	padding-top:8px;
	padding-bottom:8px;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
@media only screen and (min-width: 375px) {
.panel-group .panel-heading a, .panel-group .panel-heading a:visited {
justify-content: flex-start;
}
}
.panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus {
	color:#ae001f;
	border-bottom-color: transparent;
}
.panel-heading a img.arrow {
	width:30px;
	height:auto;
	margin-left:4px;
	background-image: url(../images/tab-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media only screen and (min-width: 480px) {
.panel-heading a img.arrow {
margin-top:2px;
margin-left:5px;
}
}
.panel-heading a[aria-expanded="true"] img.arrow {
	background-image: url(../images/tab-arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.panel-group article > h2:first-of-type {
	margin-top:0;
}
@media (max-width: 767px) {
.tab-content .tab-pane {
display: block;
}
.sidebar .nav-tabs {
display: none;
}
.panel-title {
margin:0;
}
.panel-title a {
display: block;
}
.panel {
margin: 0;
box-shadow: none;
border-radius: 0;
margin-top: -2px;
}
.tab-pane:first-child .panel {
border-radius: 5px 5px 0 0;
}
.tab-pane:last-child .panel {
border-radius: 0 0 5px 5px;
}
}
@media (min-width: 768px) {
.panel-heading {
display: none;
}
.panel {
border: none;
box-shadow: none;
}
.panel-collapse {
height: auto;
}
.panel-collapse.collapse {
display: block;
}
.panel-group article {
padding:0;
}
}
.panel-group article li a {
	color:#41565E;
}

/* read more read less */
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
display: none;
}
.readmore {
	padding-bottom:20px;
}
.readmore a, .readmore a:visited, .readmore a:hover, .readmore a:focus {
	font-size:90%;
	font-weight:700;
	/*color:#C20023;*/
text-decoration:none;
	border:none;
}
.readmore.white a, .readmore.white a:visited, .readmore.white a:hover, .readmore.white a:focus {
	color:#FFF;
}
/* -------- sidebar -------- */


.sidebar .subnav {
	padding-top:30px;
}
@media only screen and (min-width: 768px) {
.sidebar .subnav {
padding-top:15px;
}
}
.sidebar .subnav .nav-tabs {
	display:  block;
}
.content .sidebar ul.nav-tabs li a.active img.arrow {
	background-image: url(../images/tab-arrow-rt.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
.content .sidebar ul.nav-tabs li a.active img.arrow {
width:30px;
height:auto;
}
}
.sidebar .badges {
	width:80%;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a0aaae;
}
.sidebar .badges img {
	margin-bottom:30px;
}
.sidebar .badges a {
	border:none;
	display:block;
}
@media only screen and (min-width: 1200px) {
.sidebar .badges {
width:60%;
}
}
/* icon grid */

.icon-grid {
	padding-top:30px;
}
@media only screen and (min-width: 1200px) {
.icon-grid {
padding-top:50px;
}
}
@media only screen and (min-width: 1800px) {
.icon-grid {
padding-top:60px;
}
}
.icon-grid .item {
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a0aaae;
}
@media only screen and (min-width: 768px) {
.icon-grid .item {
border:none;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #a0aaae;
}
}
.icon-grid .item:last-of-type {
	border:none;
}
.icon-card {
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:0;
	padding-bottom:0;
}
.icon-card .icon-icon {
	margin-left:auto;
	margin-right:auto;
	height:100px;
	width:auto;
}
@media only screen and (min-width: 768px) {
.icon-card .icon-icon {
height:80px;
}
}
@media only screen and (min-width: 992px) {
.icon-card .icon-icon {
height:100px;
}
}
@media only screen and (min-width: 1200px) {
.icon-card .icon-icon {
height:122px;
}
}
@media only screen and (min-width: 1400px) {
.icon-card .icon-icon {
height:132px;
}
}
@media only screen and (min-width: 1800px) {
.icon-card .icon-icon {
height:152px;
}
}
.icon-card .card-body {
	padding:0;
	padding-top:20px;
}
.icon-card p {
	font-size:17px;
	font-weight:700;
	color:#41565E;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}
@media only screen and (min-width: 768px) {
.icon-card p {
font-size:18px;
}
}
@media only screen and (min-width: 992px) {
.icon-card p {
font-size:20px;
}
}
@media only screen and (min-width: 1200px) {
.icon-card p {
font-size:20px;
}
}
@media only screen and (min-width: 1400px) {
.icon-card p {
font-size:23px;
}
}
@media only screen and (min-width: 1800px) {
.icon-card p {
font-size:30px;
}
}
/* ------------------------------*/
/* 		 Attorney Listing page		 */
/* ------------------------------*/

/* attorney search form */

.attorney-search {
	padding-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 .menu-overlay .attorney-search {
 padding-bottom:0;
}
}
.alphabet {
	font-size:25px;
	font-weight:700;
	clear:both;
	color:#50B5BD;
	line-height:180%;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}
.menu-overlay .alphabet {
	font-size:20px;
}
.alphabet a {
	border:none;
}
@media only screen and (max-width: 767px) {
.alphabet a {
padding-right: 1rem;
}
.alphabet span.break-sm {
padding-left: 0;
padding-right: 0;
display:block;
}
}
@media only screen and (min-width: 768px) {
.alphabet {
font-size:20px;
padding-bottom:3px;
margin-bottom:15px;
position: relative;
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.menu-overlay .alphabet {
font-size:20px;
padding-bottom:3px;
margin-bottom:15px;
position: relative;
display:block;

}
.menu-overlay .alphabet {
font-size:16px;
}
}
@media only screen and (min-width: 1200px) {
.alphabet {
font-size:25px;
margin-bottom:20px;
}
.menu-overlay .alphabet {
font-size:20px;

}
}
@media only screen and (min-width: 1400px) {
.alphabet {
font-size:34px;
margin-bottom:30px;
}
.menu-overlay .alphabet {
font-size:27px;
}
}
@media only screen and (min-width: 1800px) {
.alphabet {
font-size:40px;
margin-bottom:40px;
}
.menu-overlay .alphabet {
font-size:32px;
width:85%;
}
}
.alphabet a {
	color: #50B5BD;
	display:inline-block;
}
.alphabet a.linked, .alphabet a.linked:visited {
	color:#50B5BD;
	text-decoration: none;
}
.alphabet a.linked:hover, .alphabet a.linked:focus {
	color:#C20023;
	text-decoration: none;
}
.alphabet a.unlinked, .alphabet a.unlinked:visited {
	color:#c6cccf;
	text-decoration: none;
}
/* search (and other) forms */

span.required {
	color:#C89730;
	font-weight:600;
}
label span.required {
	font-size:140%;
	vertical-align:middle;
	padding-left:1px;
}
.searchform {
	padding-top:15px;
	padding-bottom:10px;
	color:#333631;
}
 @media only screen and (min-width: 768px) {
 .menu-overlay .searchform {
 width:90%;
 padding-bottom:0;
}
}
 @media only screen and (min-width: 992px) {
 .menu-overlay .searchform {
 width:81.7%;
}
}
.searchform label {
	display:block;
	width:100%;
}
.searchform p {
	margin:0;
	padding:0;
}
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform textarea, .searchform select {
	width:100%;
	height:38px;
	color: #41565E;
	font-weight:500;
	display: inline-block;
	border: 2px solid #a0aaae;
	border-radius: 0px;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom:20px;
}
.menu-overlay .searchform input[type=text], .menu-overlay .searchform input[type=email], .menu-overlay .searchform input[type=tel], .menu-overlay .searchform textarea, .menu-overlay .searchform select {
	color: #FFF;
	background-color:transparent;
	border: 2px solid #FFF;
}
 @media only screen and (max-width: 576px) {
 .menu-overlay .searchform input[type=text], .menu-overlay .searchform input[type=email], .menu-overlay .searchform input[type=tel], .menu-overlay .searchform textarea, .menu-overlay .searchform select {
 margin-bottom:15px;
}
}
.searchform textarea {
	height: auto;
}
.searchform select {
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 19px 12px;
}
.menu-overlay .searchform select {
	background-color:transparent;
	background-image: url(../images/select-arrow-white.png);
}
.menu-overlay .searchform select option:nth-child(n+2) {
  background-color:#000;
}
.searchform .btn-submit {
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0;
	width:100%;
	height:38px;
	padding:0;
	padding-left:15px;
	margin:0;
	text-align:left;
}
.searchform .btn-submit.center {
	padding-left:0;
	margin:0;
	text-align: center;
}
@media only screen and (min-width: 768px) {
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
height:38px;
}
.searchform select {
background-size: 15px 10px;
}
}
@media only screen and (min-width: 1200px) {
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
height:44px;
}
.searchform .btn-submit {
height:44px;
}
.searchform select {
background-size: 19px 12px;
}
}
@media only screen and (min-width: 1400px) {
.searchform input[type=text], .searchform input[type=email], .searchform input[type=tel], .searchform select {
height:52px;
}
.searchform .btn-submit {
height:52px;
}
.searchform select {
background-size: 23px 14px;
}
}
@media only screen and (min-width: 1800px) {
.searchform select {
background-size: 30px 19px;
}
}
.custom-control-label::before {
position: absolute;
top: .25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #909288 solid 2px;
}
.custom-checkbox .custom-control-label::before {
border-radius: 0;
}
.searchform input::-webkit-input-placeholder {
color: #41565E;
font-weight:500;
}
.searchform input:-moz-placeholder {
color: #41565E;
font-weight:500;
}
.searchform input::-moz-placeholder {
color: #41565E;
font-weight:500;
}
.searchform input:-ms-input-placeholder {
color: #41565E;
font-weight:500;
}
 .menu-overlay .searchform input::-webkit-input-placeholder {
color: #FFF;
}
.menu-overlay .searchform input:-moz-placeholder {
color: #FFF;
}
.menu-overlay .searchform input::-moz-placeholder {
color: #FFF;
}
.menu-overlay .searchform input:-ms-input-placeholder {
color: #FFF;
}
a.advanced_search_btn, a.advanced_search_btn:visited {
	color: #C20023;
	font-weight:700;
	border:none;
}
a.advanced_search_btn:hover, a.advanced_search_btn:focus {
	color: #ae001f;
	text-decoration:underline;
}
/* form and button font sizes */

.searchform, .searchform p {
	font-size:18px;
}
 @media only screen and (max-width: 576px) {
.menu-overlay .searchform, .menu-overlay .searchform p, .menu-overlay .searchform legend {
font-size:15px;
}
}
 @media only screen and (min-width: 768px) {
.searchform, .searchform p, .searchform legend {
font-size:16px;
}
}
@media only screen and (min-width: 1200px) {
.searchform, .searchform p, .searchform legend {
font-size:18px;
}
}
@media only screen and (min-width: 1800px) {
.searchform, .searchform p, .searchform legend {
font-size:24px;
}
}
.searchform .btn-submit {
	font-size: inherit;
}
.searchform .btn-submit:hover {
	color:#FFF;
}
/* ======================================*/
/* ======================================*/



.attorney-listing .card {
	margin-bottom:30px;
}
@media only screen and (min-width: 768px) {
.tab-content .attorney-listing .image-wrap {
width:50%;
}
}
.attorney-listing h3 {
	color: #C20023;
	margin-bottom:3px;
}
.attorney-listing a h3 {
	border: none;
}
.attorney-listing p {
	font-weight:500;
	margin-bottom:3px;
}
.attorney-listing .title {
	text-transform:uppercase;
}
/* -------- pagination --------- */

.pagination {
	font-weight:500;
	text-align:center;
	justify-content: center;
}
.content ul.pagination {
	margin-left: 0;
}
.content ul.pagination li:before {
	display:none;
}
.content ul li.page-item {
padding: .25rem .5rem;
}
.page-link, .content a.page-link {
	color: #41565E;
	background-color: #fff;
	text-decoration:none;
	padding:0;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:3px;
	border:none;
}
a.page-link:hover {
	color: #C20023;
	text-decoration:none;
	background-color: transparent;
}
.page-item.active .page-link {
	color: #C20023;
	background-color: transparent;
	border:none;
}
.page-item.disabled .page-link {
	color: #c6cccf;
	border:none;
}
.pagination img.nextprev {
	width:12px;
	height:auto;
	vertical-align: middle;
}
/* ----------------------*/
/* 		news boxes 		 */
/* ----------------------*/


.related h2, .related .h1 {
	text-align: center;
	margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
.related .related-pages-injection-area.row {
margin:0;
}
.related .viewmore-block.col-md-4 {
padding:0;
}
}
.news-box {
	width:100%;
	height: auto;
	background-color:#eaeced;
	position:relative;
	margin-bottom:30px;
}
@media only screen and (min-width: 768px) {
.news-box {
height:0;
padding-top:100%;
}
}
@media only screen and (min-width: 992px) {
.news-box {
padding-top:90%;
}
}
.news-box .news-overlay {
	padding:7%;
}
@media only screen and (min-width: 768px) {
.news-box .news-overlay {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-position: left top;
background-size: cover;
padding:5%;
}
}
@media only screen and (min-width: 1200px) {
.news-box .news-overlay {
padding:8%;
}
}
.content .news-box a, .content .news-box a > h3, .content .news-box a > p {
	text-decoration:none;
}
.news-box .news-overlay:hover > h3, .news-box .news-overlay:focus > h3 {
	color:#C20023;
}
.news-box .news-overlay p {
	color:#C20023;
	line-height:105%;
}
.news-box .news-overlay p .catlabel {
	font-size:92%;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:.07em;
}
.news-box .news-overlay h3 {
	margin-top:10px;
	font-weight:500;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.news-box .news-overlay h3 {
font-size:15px;
}
.news-box .news-overlay p {
margin-bottom:8px;
}
}
/*news box entry meta*/
.news-box .entry-meta p {
	margin:0;
	padding:0;
	margin-bottom:6px;
}
.news-box .entry-meta p.date {
	color:#41565E;
	font-weight:700;
}
/* ------------------------------*/
/* 		 News Insights Listing page		 */
/* ------------------------------*/
.spotlight-slider .entry-meta {
	margin-bottom:10px;
}
@media only screen and (min-width: 992px) {
.spotlight-slider .entry-meta {
margin-bottom:15px;
}
}
.spotlight-slider .entry-meta p {
	font-size:92%;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing:.07em;
}



/* ------------------------------*/
/* 		 Practice Listing page		 */
/* ------------------------------*/
/*
.spotlight-slider.featured-item {

margin-bottom:30px;
}



@media only screen and (min-width: 1400px) {
.spotlight-slider.featured-item {
margin-bottom:40px;
}
}
@media only screen and (min-width: 1800px) {
.spotlight-slider.featured-item {
margin-bottom:60px;
}
}*/

@media only screen and (min-width: 768px) {
.spotlight-slider.featured-item .catlabel {
left:0;
}
}
.spotlight-slider.featured-item .pagebanner {
	position: relative;
	background-image: none;
	background-color:#C20023;
}
/* -------- practice listing --------- */

ul.practice-listing {
	margin:0;
	margin-bottom:40px;
}
@media only screen and (min-width: 992px) {
ul.practice-listing {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-webkit-column-gap: 50px;
column-gap: 50px;
}
}
@media only screen and (min-width: 1400px) {
ul.practice-listing {
margin-bottom:60px;
}
}
ul.practice-listing li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
ul.practice-listing li a {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
ul.practice-listing li {
	font-size:20px;
	line-height:120%;
	font-weight:700;
	color: #50B5BD;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #a0aaae;
}
ul.practice-listing li:before {
	display:none;
}
ul.practice-listing li {
	width:100%;
}
@media only screen and (min-width: 768px) {
ul.practice-listing li {
font-size:18px;
}
}
@media only screen and (min-width: 992px) {
ul.practice-listing li {
font-size:20px;
}
}
@media only screen and (min-width: 1200px) {
ul.practice-listing li {
font-size:22px;
}
}
@media only screen and (min-width: 1800px) {
ul.practice-listing li {
font-size:26px;
}
}
@media only screen and (min-width: 1800px) {
ul.practice-listing li {
font-size:30px;
}
}
ul.practice-listing li {
	padding-right:40px;
	position:relative;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
ul.practice-listing li a, ul.practice-listing li a:visited {
	color:#50B5BD;
	border:none;
}
ul.practice-listing li a:hover, ul.practice-listing li a:focus {
	color:#48a2aa;
	text-decoration:none;
}
/* contact page */

.callout.card {
	background-color:#f0f1f2;
	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
}
/* ================================================= */
/* ================= FOOTER STYLES ================= */
/* ================================================= */
footer {
	position:relative;
	color:#FFF;
	background-color: #41565E;
	padding-top:30px;
	text-align:center;
}
@media only screen and (min-width: 768px) {
footer {
padding-top:30px;
text-align:left;
}
}

/* footer custom grid */

@media only screen and (max-width: 767px) {
.col-first {
display:none;
}
}
@media only screen and (min-width: 768px) {
.col-first {
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.col-second {
-ms-flex: 0 0 36.4%;
flex: 0 0 36.4%;
max-width: 0 0 36.4%;
}
.col-third {
-ms-flex: 0 0 33.6%;
flex: 0 0 33.6%;
max-width:  0 0 33.6%;
}
}
@media only screen and (min-width: 992px) {
.col-first {
-ms-flex: 0 0 30%;
flex: 0 0 30%;
max-width: 30%;
}
.col-second {
-ms-flex: 0 0 46.4%;
flex: 0 0 46.4%;
max-width: 0 0 46.4%;
}
.col-third {
-ms-flex: 0 0 23.6%;
flex: 0 0 23.6%;
max-width:  0 0 23.6%;
}
}
/* footer typography */


footer p {
	font-size:18px;
	font-weight:500;
	margin-bottom:6px;
	text-align:center;
}
@media only screen and (min-width: 768px) {
footer p {
font-size:14px;
text-align:left;
}
}
@media only screen and (min-width: 1400px) {
footer p {
font-size:16px;
}
}
@media only screen and (min-width: 1800px) {
footer p {
font-size:22px;
}
}
footer a:link, footer a:visited {
	text-decoration: none;
	color:#FFF;
}
footer a:hover, footer a:focus {
	color: inherit;
	text-decoration:  underline;
}
/* footer menu */

.footermenu {
	margin-bottom:24px;
}
@media only screen and (min-width: 992px) {
.footermenu {
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-start;
justify-content: flex-start;
margin-bottom:0;
}
}
.footermenu ul {
	font-size:17px;
	line-height:100%;
	color:#FFF;
	font-weight:500;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
@media only screen and (min-width: 768px) {
.footermenu ul {
font-size:14px;
}
}
@media only screen and (min-width: 992px) {
.footermenu ul {
font-size:16px;
text-align:left;
}
.footermenu ul:nth-child(1) {
padding-right:15%;
}
}
@media only screen and (min-width: 1200px) {
.footermenu ul {
font-size:17px;
}
}
@media only screen and (min-width: 1400px) {
.footermenu ul {
font-size:20px;
}
}
@media only screen and (min-width: 1800px) {
.footermenu ul {
font-size:26px;
}
}
.footermenu ul li {
	display: block;
	line-height:125%;
	margin-bottom:6px;
}
.footermenu ul li a:link, .footermenu ul li a:visited {
	border:none;
	display:inline-block;
	text-decoration: none;
}
.footermenu ul li a:hover, .footermenu ul li a:focus {
	text-decoration:  underline;
}
/* footer contact */
footer .contactblock {
	margin-bottom:30px;
}
@media only screen and (min-width: 768px) {
footer .contactblock {
margin-bottom:15px;
}
}
footer .contactblock div {
	margin-bottom:15px;
}
footer .contactblock img {
	max-width:25px;
	height:auto;
}
@media only screen and (min-width: 768px) {
footer .contactblock {
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: flex-start;
justify-content:  flex-start;
}
footer .contactblock div {
margin-right:12px;
}
}
@media only screen and (min-width: 1200px) {
footer .contactblock img {
max-width:30px;
}
}
@media only screen and (min-width: 1400px) {
footer .contactblock img {
max-width:35px;
}
}
@media only screen and (min-width: 1800px) {
footer .contactblock img {
max-width: 100%;
height:auto;
}
}
/* footer member badges */

footer .member-logos {
	max-width:75%;
	margin-left:auto;
	margin-right:auto;
}
footer .member-logos img {
	margin-bottom:15px;
}
@media only screen and (min-width: 768px) {
footer .member-logos {
max-width:100%;
}
}
/* bottom row site info */

.siteinfo {
	color:#FFF;
	margin-top:30px;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#C20023;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFF;
}
@media only screen and (min-width: 768px) {
.siteinfo p br {
display:none;
}
}
/* social icons */
footer .social {
	margin-bottom:20px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 768px) {
footer .social {
margin-bottom:0;
justify-content: flex-end;
}
}
footer .social a {
	margin-left:10px;
	margin-right:10px;
}
@media only screen and (min-width: 768px) {
footer .social a {
margin-left:10px;
margin-right:0;
}
}
@media only screen and (min-width: 1800px) {
footer .social a {
margin-left:20px;
}
}
.social a {
	font-size:2.5em;
	color: #FFF;
	line-height: 1;
	text-align: center;
	border: none;
	position: relative;
}
@media only screen and (min-width: 400px) {
.social a {
font-size:2.5em;
}
}
@media only screen and (min-width: 768px) {
.social a {
font-size:1.5em;
}
}
@media only screen and (min-width: 992px) {
.social a {
font-size:2.2em;
}
}
@media only screen and (min-width: 1800px) {
.social a {
font-size:2.5em;
}
}
.social a:hover, .social a:focus {
	color: rgba(255, 255, 255, 0.8);
	text-decoration:none;
}
