@charset "UTF-8";
/* MASTER CSS Document */


.no-padding-right {
	padding-right:0px;
}

.no-padding-left {
	padding-left:0px;
}

body, p, h1, h2, h3, h4, h5 { 
	font-family: 'Open Sans', sans-serif; 
	color: #8a8f91;
}

p { 
	color: #8a8f91;
    font-size: 14px;
	font-weight:400;
}

h1, h2, h3, h4, h5 { 
	color:#42474a;
	font-weight:600;
}

ul,
ol {
	color: #8a8f91;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
}

a {
	color:#42474a;
	transition: color 300ms ; 
}

a:hover, a:active {
	color: #869096;
}

.disclaimer, .disclaimer span {
	font-size:10px;
}

.article-abstract, .article-abstract p {
	margin-bottom: 1.25rem;
	font-size: 14px;
    font-weight: 400;
}




/* Text Overflow - Truncate */

.wrap h1, .wrap h1 a {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 104px; /* Fallback for non-webkit */
  line-height: 1.1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap h2 {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 90px; /* Fallback for non-webkit */
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.wrap p {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 40px; /* Fallback for non-webkit: font-size x line-heigh x line-clamp; */
  line-height: 1.4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}



/* NAV Header FIXED */
#fixed-wrapper {
	position:fixed;
	top:0;
	z-index:9999;
	width: 100%;
}

/* Responsive NAV */


.tab-bar {
    background-color: #eeeeee;
    color: #959595;
    min-height: 85px;
    border-bottom: 4px solid #959595;
}

.tab-bar .logo {
	max-height:50px;
}

.tab-bar .menu-icon{
	background-color:#959595;
	margin-top:3px;
}


.left, .right {
	padding: 15px;
}

.inner-wrap .dealer-name {
	padding:5px 15px 15px 15px;
	background:#fff;
	min-height:40px;
}

.inner-wrap .dealer-name h1{
	font-size: 18px;
	margin-top:10px;
}

/* Secondary Responsive Nav Tabs*/

.inner-wrap #navHdr-wrapper-mobile {
	background:#959595; 
	min-height: 60px; 
	color: #fff;
	padding:0px;
}

.inner-wrap .navTab, .inner-wrap .navLast {
	display: inline-block; 
	margin: 0px; 
	padding: 0px;
}

.inner-wrap .navTab a, .inner-wrap .navLast a {
	display: block; 
	height: 60px; 
	padding: 17px 20px 0px 20px; 
	margin: 0px; 
	color: #ffffff; 
	transition: background-color 300ms;
}

.inner-wrap .navTab a { 
	border-right: 1px solid #fff;
}

.inner-wrap .navTab a:hover, .inner-wrap .navLast a:hover {
	background-color: #42474a ;
}

#navHdr-wrapper-mobile {
	background-color:#959595;
}


.d-flex{
	display:flex;
}

/* Dealer Social */

a.socialBtn {
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	border-radius: 10%;
	width: 30px;
	height: 30px;
	border: 1px solid #d2d3d4;
	line-height: .5 !important;
	margin-top: 3px;
	display:inline-block;
	background-color: #fff;
	color: currentColor;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

a.socialBtn i {
	font-size: 1.4em; 
	color: #a1a3a6; 
	transition: color 300ms ;
}

a.socialBtn i:hover, 
a.socialBtn svg:hover{ 
	color: #61686c;
}

.svgicon-social svg {
	display: flex;
	align-items: center;
	height: 100%;
	margin: auto;
}

/* NAVIGATION 1 */


#navHdr-wrapper-1 {
	background:#959595; 
	min-height: 60px; 
	color: #fff;
	padding-top:15px;
}

#navHdr-wrapper-1 .top-bar {
	min-height: 30px;
	background:transparent;
	line-height: 60px;
}

#navHdr-wrapper-1 .top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    font-weight: 400;
}

#navHdr-wrapper-1 .top-bar-section ul li  {
   	border-left: 1px solid #fff;
   	background:transparent; 
}

#navHdr-wrapper-1 .top-bar-section li:not(.has-form) a:not(.button) {
    background:transparent;
    line-height: 30px;
    padding: 0px 10px; 
    transition: background-color 300ms;
}

#navHdr-wrapper-1 .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


#navHdr-wrapper-1 .top-bar-section .has-dropdown > a:after {
    margin-top: -10px;
}


#dealerHdr-wrapper-1 {
	background:#ffffff; 
	min-height: 40px; 
	border-bottom: 4px solid #eeefef; 
}

#dealerHdr-wrapper-1 .dealer-name h1 {
	font-size: 18px; 
	padding:0;
	margin:0;
	margin-top:5px;
}

#dealerHdr-wrapper-1 .dealer-info p {
	font-size: 12px; 
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}

#dealerHdr-wrapper-1 .dealer-info strong {
	color: #61686c;
}



/* NAVIGATION 2 */


#navHdr-wrapper-2 {
	background:#959595; 
	min-height: 60px; 
	color: #fff;
}

#navHdr-wrapper-2 .top-bar {
	min-height: 60px;
	background:transparent;
	line-height: 60px;
}

#navHdr-wrapper-2 .top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    font-weight: 400;
}

#navHdr-wrapper-2 .top-bar-section ul li  {
   	border-right: 1px solid #fff;
   	background:transparent;
}

#navHdr-wrapper-2 .top-bar-section ul li:last-child {
   	border-right:none;
}

#navHdr-wrapper-2 .top-bar-section li:not(.has-form) a:not(.button) {
    background:transparent;
    line-height: 60px;
    padding: 0px 34px; 
    transition: background-color 300ms;
}

#navHdr-wrapper-2 .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


#navHdr-wrapper-2 .top-bar-section .has-dropdown > a:after {
    margin-top: 7px;
}


#dealerHdr-wrapper-2 {
	background:#ffffff; 
	min-height: 60px; 
	padding:20px;
}

#dealerHdr-wrapper-2 .dealer-phone h1 {
	font-size: 21px; 
	font-weight:300;
	padding:0;
	margin:5px 0 0 0;
}

#dealerHdr-wrapper-2 .dealer-info p {
	font-size: 12px; 
	font-weight:600;
	padding:0;
	margin:0;
}

#dealerHdr-wrapper-2 .dealer-info .border-left {
	display: inline-block; 
	float:right;
	padding-left: 10px;
	margin-left: 20px;
	border-left: 4px solid #babcbf;
}



/* NAVIGATION 3 */

#logoHdr-wrapper-3 {
	width: 100%;
	background:#eeeeee; 
	min-height: 150px; 
	padding:25px;

}


#logoHdr-wrapper-3 a.socialBtn { 
	-moz-border-radius: 10%;
	-webkit-border-radius: 10%;
	border-radius: 10%;
	width: 30px; 
	height: 30px; 
	border: 1px solid #d2d3d4; 
	padding:3px 0 0 6px;
	line-height: .5 !important; 
	margin-top: 70px; 
	display:inline-block; 
	background-color: #fff;
}

#logoHdr-wrapper-3 a.socialBtn i {
	font-size: 1.4em; 
	color: #a1a3a6; 
}

#logoHdr-wrapper-3 a.socialBtn i:hover,
#logoHdr-wrapper-3 a.socialBtn svg:hover{ 
	color: #61686c;
}


#navHdr-wrapper-3 {
	background:#959595; 
	min-height: 60px; 
	color: #fff;
}

#navHdr-wrapper-3 .top-bar {
	min-height: 60px;
	background:transparent;
	line-height: 60px;
}

#navHdr-wrapper-3 .top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    font-weight: 400;
}

#navHdr-wrapper-3 .top-bar-section ul li  {
   	border-right: 1px solid #fff;
   	background:transparent;
}

#navHdr-wrapper-3 .top-bar-section ul li:last-child {
   	border-right:none;
}

#navHdr-wrapper-3 .top-bar-section li:not(.has-form) a:not(.button) {
    background:transparent;
    line-height: 60px;
    padding: 0px 34px; 
    transition: background-color 300ms;
}

#navHdr-wrapper-3 .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


#navHdr-wrapper-3 .top-bar-section .has-dropdown > a:after {
    margin-top: 7px;
}


#dealerHdr-wrapper-3 {
	background:#ffffff; 
	min-height: 40px; 
	border-bottom: 4px solid #eeefef; 
}

#dealerHdr-wrapper-3 .dealer-info p {
	font-size: 12px; 
	font-weight:600;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}

#dealerHdr-wrapper-3 .dealer-info strong {
	color: #61686c;
}


/* NAVIGATION 4 */


#navHdr-wrapper-4 {
	background:#eeeeee; 
	min-height: 150px; 
	color: #a1a3a6;
	padding:25px;
}


#navHdr-wrapper-4 .top-bar {
	min-height: 30px;
	background:transparent;
	line-height: 60px;
}

#navHdr-wrapper-4 .top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    font-weight: 400;
    color:#a1a3a6;
}

#navHdr-wrapper-4 .top-bar-section ul li  {
   	border-left: 1px solid #a1a3a6; 
   	background:transparent;
}

#navHdr-wrapper-4 .top-bar-section li:not(.has-form) a:not(.button) {
    background:transparent;
    line-height: 30px;
    padding: 0px 10px; 
    transition: background-color 300ms;
}

#navHdr-wrapper-4 .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


#navHdr-wrapper-4 .top-bar-section .has-dropdown > a:after {
    margin-top: -10px;
    border-color: #a1a3a6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}


#dealerHdr-wrapper-4 {
	background:#ffffff; 
	min-height: 40px; 
	border-bottom: 4px solid #eeefef; 
}


#dealerHdr-wrapper-4 .dealer-info p {
	font-size: 12px; 
	font-weight:600;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}

/* NAVIGATION 5 */


#logoHdr-wrapper-5 {
	width: 100%;
	background:#eeeeee; 
	min-height: 150px; 
	padding:25px;

}

#logoHdr-wrapper-5 .dealer-name h1 {
	font-size: 30px; 
	padding:0;
	margin-top:30px;

}

#navHdr-wrapper-5 {
	background:#959595; 
	min-height: 60px; 
	color: #fff;
}

#navHdr-wrapper-5 .top-bar {
	min-height: 60px;
	background:transparent;
	line-height: 60px;
}

#navHdr-wrapper-5 .top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    font-weight: 400;
}

#navHdr-wrapper-5 .top-bar-section ul li  {
   	border-right: 1px solid #fff;
   	background:transparent;
}

#navHdr-wrapper-5 .top-bar-section ul li:last-child {
   	border-right:none;
}

#navHdr-wrapper-5 .top-bar-section li:not(.has-form) a:not(.button) {
    background:transparent;
    line-height: 60px;
    padding: 0px 34px; 
    transition: background-color 300ms;
}

#navHdr-wrapper-5 .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


#navHdr-wrapper-5 .top-bar-section .has-dropdown > a:after {
    margin-top: 7px;
}


#dealerHdr-wrapper-5 {
	background:#ffffff; 
	min-height: 40px; 
	border-bottom: 4px solid #eeefef; 
}


#dealerHdr-wrapper-5 .dealer-info p {
	font-size: 12px; 
	font-weight:600;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}



/* NAVIGATION 6 */


#logoHdr-wrapper-6 {
	width: 100%;
	background: #ffffff url("/") repeat-x center top; 
	min-height: 150px; 
	padding:25px;

}


/* NAVIGATION 7 */


#logoHdr-wrapper-7 {
	width: 100%;
	background:#fff; 
	min-height: 150px; 
}

#navHdr-wrapper-7 { 
	min-height: 60px; 
	color: #fff;
}

#navHdr-wrapper-7 .top-bar {
	min-height: 60px;
	background:#959595;
	line-height: 60px;
}

#navHdr-wrapper-7 .top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 16px;
    font-weight: 400;
}

#navHdr-wrapper-7 .top-bar-section ul li  {
   	border-right: 1px solid #fff;
   	background:transparent;
}

#navHdr-wrapper-7 .top-bar-section ul li:last-child {
   	border-right:none;
}

#navHdr-wrapper-7 .top-bar-section li:not(.has-form) a:not(.button) {
    background:transparent;
    line-height: 60px;
    padding: 0px 34px; 
    transition: background-color 300ms;
}

#navHdr-wrapper-7 .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


#navHdr-wrapper-7 .top-bar-section .has-dropdown > a:after {
    margin-top: 7px;
}


#dealerHdr-wrapper-7  {
	background:#ffffff; 
	min-height: 40px; 
}

#Border-wrapper-7 .BorderBottom  {
	border-bottom: 4px solid #eeefef; 
	height:3px;
}


#dealerHdr-wrapper-7 .dealer-info p {
	font-size: 12px; 
	font-weight:600;
	text-align:right;
	padding:0;
	margin:0;
	margin-top:9px;
}

/* NAVIGATION - 8 / SERVICE SITES */


#navHdr-wrapper-service {
	background:#fff; 
	min-height: 90px; 
	color: #fff;
	padding-top:30px;
}

#navHdr-wrapper-service .logo-name h1 {
	font-size:18px;
}

#navHdr-wrapper-service .logo-name img {
	float:left;
	margin-right:20px;
}


#navHdr-wrapper-service .top-bar {
	min-height: 30px;
	background:transparent;
	line-height: 60px;
}

#navHdr-wrapper-service .top-bar-section ul li > a {
   	font-family: 'Open Sans', sans-serif; 
    font-size: 12px;
    font-weight: 400;
    color: #8a8f91;
}

#navHdr-wrapper-service .top-bar-section .has-dropdown > a::after {
    border-color: rgba(0, 0, 0, 0.4) transparent transparent;
}

#navHdr-wrapper-service .top-bar-section ul li  {
   	background:#fff; 
}

#navHdr-wrapper-service .top-bar-section li:not(.has-form) a:not(.button)  {
   	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

#navHdr-wrapper-service .top-bar-section li:not(.has-form) a:not(.button) {
    background:transparent;
    line-height: 30px;
    padding: 0px 10px; 
    transition: background-color 300ms;
}

#navHdr-wrapper-service .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
    background-color:#42474a;
}


#navHdr-wrapper-service .top-bar-section .has-dropdown > a:after {
    margin-top: -10px;
}

#navHdr-wrapper-service .top-bar-section li:not(.has-form) a:hover:not(.button), 
#navHdr-wrapper-service .top-bar-section .dropdown li:not(.has-form):not(.active) > a:hover:not(.button) {
	background-color:#edf0f5; 
	color: #8a8f91;
}

#navHdr-wrapper-service .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
	border-left: 0px;
	box-shadow: 0px 4px 4px #888888;
}



#social-wrapper-service {
	background-color: rgba(0, 0, 0, 0.5);
	min-height: 40px;
}

#social-wrapper-service .dealer-info p {
	font-size: 12px; 
	text-align:right;
	padding:0;
	margin:9px 0 0 0;
	color:#fff;
}

#social-wrapper-service .dealer-info a {
	color:#fff;
}

#social-wrapper-service .socialBtn {
	margin-top:5px;
}



/* Featured Flag */

.flag {
	background-color: #42474a;
	text-transform: uppercase;
	position: absolute;
	max-height: 24px;
	margin-top: 15px;
}

.flag p, .article-copy .flag p {
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 12px;
	padding:3px 20px 0px 20px;
}


/* Universal Button */

.button {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
	padding: 8px 12px 9px 12px;
	background-color: #42474a;
	width:100%;
}

.button:hover {
	background-color: #869096;

}

#footerBlock .button {
	background-color: #869096 ;
	transition: opacity 300ms ;
}

#footerBlock .button:hover {
	opacity: .75;
}


/* Page Content */



/* Main Slider 1 */

#slider-container .slider-wrapper-1 {
	background-color:transparent; 
	color: #8a8f91;
	padding:30px 0 10px 0;
}

#slider-container .slider-wrapper-1  .sliderBG{
	background-color:#eeeeee; 
	min-height: 371px; 
} 

#slider-container .slider-wrapper-1 .slider-left {
	padding:70px 40px 0px 40px;
	
} 

#slider-container .slider-wrapper-1  .slider-left h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 30px;
	line-height: 1.1em;
	color:#42474a;
	
} 

#slider-container .slider-wrapper-1  .slider-left p {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom:0px;
	color:#8a8f91;
	
} 

#slider-container .slider-wrapper-1  .arrows {
	margin-left: 50px;
}

#slider-container .slider-wrapper-1  .arrows a {
	margin-left: 40px;
}

#slider-container .slider-wrapper-1  .arrows button, .arrows .button {
	background-color:transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 46px; 
	height: 46px; 
	color:#717475;
	line-height: .5 !important; 
	padding:13px 0 0 0;
	font-size:2em;

}

#slider-container .slider-wrapper-1  .arrows .button-group > li button, .arrows .button-group > li .button {
    border: 2px solid #717475; 
}


/* Main Slider 2 */

#slider-container .slider-wrapper-2 {
	background-color:transparent;  
	color: #8a8f91;
	padding:0px 0 10px 0;
	margin-top:210px;
	min-height: 371px;
}

#slider-container .slider-wrapper-2 .arrows {
	position: relative;
	z-index: 99;

}

#slider-container .slider-wrapper-2 .btnLeft {
	position: absolute;
	top: 150px;
	left: 40px;
}


#slider-container .slider-wrapper-2 .btnRight {
	position: absolute;
	top: 150px;
	right: 40px;
}


#slider-container .slider-wrapper-2 .arrows button, .arrows .button {
	background-color:transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 46px; 
	height: 46px; 
	color:#717475;
	line-height: .5 !important; 
	padding:13px 0 0 0;
	font-size:2em;

}


#slider-container .slider-wrapper-2 .arrows .button-group > li button, .arrows .button-group > li .button {
    border: 2px solid #717475; 
}

#slider-container .slider-wrapper-2 .slider {
	position: relative;
}

#slider-container .slider-wrapper-2 .slider-copy {
	position: absolute;
	top: 40%;
}

#slider-container .slider-wrapper-2 .slider-copy h1 {
	font-size: 32px;
}

#slider-container .slider-wrapper-2 .slider-copy p {
	color: #42474a;
	font-size: 16px;
}


/* Main Slider 3 */


#slider-container .slider-wrapper-3 {
	background-color:transparent; 
	color: #8a8f91;
	padding:30px 0 10px 0;
}


#slider-container .slider-wrapper-3 .main-imageBG { 
   position: relative;
}

#slider-container .slider-wrapper-3 .main-imageBG h2 { 
   position: absolute;   
   margin:-105px 0 0 30px;
   font-size: 20px;

}

#slider-container .slider-wrapper-3 .main-imageBG p { 
   position: absolute;    
   margin:-70px 30px 30px 30px;
   width:80%;
}

#slider-container .slider-wrapper-3 .main-imageSM { 
   position: relative;
}

#slider-container .slider-wrapper-3 .main-imageSM h2 { 
   position: absolute;   
   margin:-70px 15px 15px 15px;
   font-size: 15px;

}

#slider-container .slider-wrapper-3 .main-imageSM p { 
   position: absolute;    
   margin:-50px 15px 15px 15px;
   font-size: 12px;
   width:80%;
}

#slider-container .slider-wrapper-3 .main-imageSM-top {
	padding-bottom: 18px;
}


/* Main Slider 4 */

#slider-container .slider-wrapper-4 {
	background-color:transparent; 
	color: #8a8f91;
	padding:30px 0 0 0;
}

#slider-container .slider-wrapper-4 .slideNav {
	height:125px;
	background:#959595; 
}

#slider-container .slider-wrapper-4 .slideNav h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 18px;
	color:#fff;
	text-align: center;
	margin-top: 20px;
}

#slider-container .slider-wrapper-4 .arrows {
	margin-left: 15px;
	margin-top: 15px;
}

#slider-container .slider-wrapper-4 .arrows a {
	margin-right: 15px;
}

#slider-container .slider-wrapper-4 .arrows button, .arrows .button {
	background-color:transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 36px; 
	height: 36px; 
	color:#fff;
	line-height: .5 !important; 
	padding:9px 0 0 0;
	font-size:2em;

}

#slider-container .slider-wrapper-4 .arrows .button-group > li button, .arrows .button-group > li .button {
    border: 2px solid #fff; 
}

#slider-container .slider-wrapper-4 .main-slider {
	padding-left:6px;
}

#slider-container .slider-wrapper-4 .slider { 
   position: relative;
}

#slider-container .slider-wrapper-4 .slider h2 { 
   position: absolute;   
   margin:-55px 0 0 15px;
   font-size: 16px;

}


/* Main Slider MOBILE VIEW */

#slider-container .slider-wrapper-mobile {
	background-color:transparent; 
	color: #8a8f91;
	margin-top:30px;
	min-height: 371px;
}

#slider-container .slider-wrapper-mobile .sliderBG{
	background-color:#eeeeee; 
	min-height: 50px;
	padding: 30px; 
	margin:-30px 0px 0px 0px;
} 

#slider-container .slider-wrapper-mobile .arrows {
	position: relative;
	z-index: 99;

}

#slider-container .slider-wrapper-mobile .btnLeft {
	position: absolute;
	top: 125px;
	left: 40px;
}


#slider-container .slider-wrapper-mobile .btnRight {
	position: absolute;
	top: 125px;
	right: 40px;
}


#slider-container .slider-wrapper-mobile .arrows button, .arrows .button {
	background-color:transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 46px; 
	height: 46px; 
	color:#717475;
	line-height: .5 !important; 
	padding:13px 0 0 0;
	font-size:2em;

}

#slider-container .slider-wrapper-mobile .arrows .button-group > li button, .arrows .button-group > li .button {
    border: 2px solid #717475; 
}

#slider-container .slider-wrapper-mobile .slider-copy h1 {
	font-size: 26px;
}

#slider-container .slider-wrapper-mobile .slider-copy p {
	color: #42474a;
	font-size: 16px;
}

#slider-container .slider-wrapper-mobile .flag {
	margin-left:15px;
}


/* Main Body */

#content-wrapper {
	background:#fff; 
}

.main-title h1 {
	color: #42474a;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 24px;
	margin-top:30px;
}

.archives .dropdown {
	margin:30px 0 0 0 ;

}

.content-row {
	margin-top:30px;
}

.article, .sidebar, .article-copy, .lightbox-gallery {
	margin-bottom:30px;
}

.article-copy {
	background-color:#eeeeee; 
	padding:23px 30px 10px 30px;
	min-height: 100px;
}

.article-copy h2{
	font-size: 20px;
	margin-top: 0px;
}


.article .icon-left .columns, .sidebar .article-copy .columns {
	padding: 0px;
}

.article .icon-left i {
	font-size: 4em; 
	color: #a1a3a6; 
	line-height: 1.3 !important; 
}


.header-box {
	padding-bottom:5px;
	border-bottom: 3px solid #717475;
}

.header-box h1 {
	padding:0px;
	margin:0px;
	font-size:26px;
}


.lightbox-gallery {
	background-color:#eeeeee; 
	padding:30px 30px 10px 30px;
}

.clearing-blackout {
	z-index: 9999999;
}

.clearing-thumbs .th {
	
}

.clearing-thumbs ul li {
    border-top: none;
}


/* Post Content Styles */

.post-title h1, .related-posts h1 {
	font-weight:300;
	font-size: 30px;
	margin:0;
	padding:0;
}

.post-title h2 {
	color: #42474a;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 20px;
	margin:0;
	padding:0;
}

.post-info p{
	margin-bottom: 0px;
}

.post-content ul li,
.post-content ol li {
    margin-bottom: 20px;
}

.post-info a.socialBtn { 
	margin-top:-20px; 

}

.post-content {
	margin-bottom:15px;
}

.post-content img {
	padding:10px 15px 10px 0;
}


/* Breadcrumbs */

.breadcrumbs-wrapper {
	margin-top: 30px;
}

.breadcrumbs {
    background-color: transparent;
    border: none;
}

.breadcrumbs a {
    color: #42474a;
}

.breadcrumbs a:hover {
    color: #8a8f91;
    text-decoration: underline;
}

.breadcrumbs .current a {
    color: #8a8f91;
}



/* Sidebar */

.sidebar .article-copy a.socialBtn { 
	width: 40px; 
	height: 40px; 
	padding:6px 0 0 9px;
	line-height: .5 !important; 
	margin:-10px 10px 15px 0; 
}

.sidebar .article-copy a.socialBtn i {
	font-size: 1.8em; 
}

.sidebar .article-copy .sidebar-image {
	padding:10px 0px;
}

.article-copy h3{
	font-size: 20px;
	margin-top: 0px;
}
 
.article-copy ul{
	margin-top: 0px;
	list-style-image: url('../img/example-theme-bullet.png');
}

.article-copy ul li{
	border-top: 1px solid #d6d8d9; 
	padding:5px 0px;
}

.sidebar .location {
	margin-top:-5px;
}

.sidebar .location h2 {
	margin:0px;
}


.sidebar .special-offers {
	padding:10px 10px 0px 10px;
	float: left;
	width:100%;
}

.sidebar .special-offers strong{
	color:#42474a;
}

/* Google Map Main Style*/

.map-canvas {
    height: 200px;
    width:100%;
}


/* Main Newsletter */

#newsletter-wrapper {
	background:#eeeeee;
	min-height: 60px; 
	padding:30px;
	margin-top: 30px;
}

#newsletter-wrapper h2{
	font-size: 24px;

}

#newsletter-wrapper p{
	font-size: 18px;
	margin-top: -10px;;
}




/* FOOTER */
#footerBlock {
	background-color:#42474a;
	color:#8a8f91;
	padding: 45px 0px 30px 0px;
}

#footerBlock p {
	font-weight: 300;
	color:#8a8f91;
}

#footerBlock .contactBlock {
	border-right: 1px #8a8f91 solid; 
	border-left: 1px #8a8f91 solid;
}

.contactBlock h2 {
	color:#8a8f91;
	margin-top: 0px; 
	padding-top: 0px; 
	text-transform: uppercase;
	font-size: 24px;

}

.contactBlock p {
	font-weight: 300;
	margin-top: -10px; 
	padding-top: 0px; 
}

ul.ftrLinks li {
	list-style: none;
	background: url('../img/example-theme-bullet.png') left center no-repeat;
}

ul.ftrLinks li a, ul.ftrLinks li a:active {
	color:#8a8f91;
	font-size: 14px; 
	font-weight: 400; 
	padding-left: 15px; 
	display: block; 
	margin-bottom: 5px;
	transition: opacity 300ms ; 
}

.contactDetails a, #footerBlock .notYou a {
	color:#8a8f91;
	transition: opacity 300ms ;
}

ul.ftrLinks li a:hover, .contactDetails a:hover, #footerBlock .notYou a:hover { 
	opacity: 0.8;
}


.contactBlock .txtfield {
	margin-bottom:6px;
	padding-right:6px;

}



/* Footer Bottom */

#footer-wrapper {
	background:#eeeeee;
	padding:25px 0px 9px 0px;
	min-height:175px;
}

#footer-wrapper p {
	color:#42474a;
	padding:0px;
	font-size: 12px;
}



/* Footer CTA Bottom */

.ftrDesktop {
	position:fixed; 
	bottom:0px; 
	right:0px; 
	width:100%; 
	height: 99px; 
	padding-top: 0px;
	z-index:1000;
}

.ftrDesktop .contactBtn-wrapper {
	background: #42474a; 
	width: 65%; 
	display:block; 
	float: left; 
	padding:33px 15px 25px 25px;

}

.ftrDesktop a.grayBtn {
	background-color: #959595; 
	color: #fff; 
	font-size: 12px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	border: 1px solid #fff; 
	display: block; 
	padding: 5px 25px 2px 18px; 
	margin-bottom: 4px; 
	width: 135px; 
	float: right;
	margin-right:20px;
	transition: opacity 300ms ;
}

.ftrDesktop a.grayBtn:hover {
	opacity: .75;
}

.ftrDesktop a.grayBtn i {
	font-size: 1.7em; 
	margin-top:3px;
	vertical-align: middle;
	padding-right:7px;
}

.ftrDesktop .socialBtn-wrapper {
	background-color: #959595;
	width: 35%; 
	display:block; 
	float: left; 
	padding: 30px 25px 29px 25px; 
}

.ftrDesktop .socialBtn-wrapper a.socialBtn { 
	width: 40px; 
	height: 40px; 
	padding:6px 0 0 9px;
	line-height: .5 !important; 
	margin-right: 15px;
}

.ftrDesktop .socialBtn-wrapper a.socialBtn i {
	font-size: 1.8em; 
	color:#42474a;
	transition: color 300ms ;
}

.ftrDesktop .socialBtn-wrapper a.socialBtn i:hover,
.ftrDesktop .socialBtn-wrapper a.socialBtn svg:hover{
	color:#959595;
}


/* Footer CTA Right */

.ftrDesktop-right {
	position:fixed; 
	right: 0; 
    top: 20%; 
	z-index:1000;
}

.ftrDesktop-right .contactBtn-wrapper { 
	width: 125px;
	float:right; 

}

.ftrDesktop-right a.grayBtn {
	background: #42474a; 
	color: #fff; 
	font-size: 14px;  
	border-top: 2px solid #fff; 
	border-left: 2px solid #fff; 
	display: block; 
	padding: 15px 0px 20px 13px; 
	width: 125px; 
	text-align: center;
	transition: background-color 300ms ;
}

.ftrDesktop-right a.grayBtn:last-child {
	border-bottom: 2px solid #fff; 
}

.ftrDesktop-right a.grayBtn:hover {
	background-color: #959595;
}

.ftrDesktop-right a.grayBtn i {
	font-size: 2.5em; 
	margin-top:3px;
	vertical-align: middle;
	padding-right:7px;
}


/* Footer CTA MOBILE */

.ftrMobile{
	position:fixed; 
	bottom:0px; 
	right:0px; 
	width:100%; 
	height: 60px; 
	padding-top: 0px;
	z-index:1000;
	background-color: #42474a;
	transition: background-color 300ms ;
}

.ftrMobile .mobile-copy p {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 15px;
}

.ftrMobile:hover {
	background-color: #959595;
}



img.track, img[width="1"] {
	top: -100px;
	position: absolute;
	display: block;
}


/* 404 PAGE */

.header-404 h1 {
	font-size:140px;
	line-height:.75;

}

.header-404 h2 {
	margin-top:30px;

}

.content-404 {
    margin-bottom: 160px;
    margin-top: 30px;
}



/* SITE MAP PAGE */

.sitemap-page-header h1 {
	font-size:32px;
	line-height:.75;
	padding-bottom:60px;

}

.sitemap-header {
	margin-bottom:60px;
}

.sitemap-header h1 {
	font-size:24px;
	line-height:.75;
	padding-bottom:20px;
	border-bottom: 4px solid #eeefef;
}

.sitemap-content p {
	line-height:1.5;
	margin-top:20px;
	padding-bottom:0px;
}

.sitemap-content li {
	list-style:inherit;
	list-style-type:
    color: #8a8f91;
    font-size: 14px;
    font-weight: 400;
    padding-left:0px;
	margin:0 0 10px 15px;
}

.sitemap-content ul li {
	list-style:inherit;
	margin:0 0 10px 0;
}

.sitemap-content ul li ul li {
	list-style:inherit;
	margin:10px 0 0 0;
}


/* Recent News */

.InIssue .article-copy {
    padding-bottom:20px;
}

.InIssue hr {
    margin-top:5px;
    border-width: 2px 0 0;
}

.InIssue .InIssue-container {
    padding:0 10px 10px 10px;
}

.InIssue .InIssue-title p {
    padding-left:10px;
}

.InIssue .InIssue-all p {
    margin-top:10px;
}

.InIssue .InIssue-all i {
    margin-left:5px;
}



/* Form Select Styles */

select {
    -moz-appearance: none !important;
    background-color: rgba(255, 255, 255, 1);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: 0.77778rem;
    line-height: normal;
    padding: 0.44444rem  ;
    margin-bottom:7px;
}

select:hover {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: #999999;
}


/* CONTACT ACCORDION */

.contact-accordion .accordion .accordion-navigation > a, .accordion dd > a {
    background: #fff;
    padding: 0rem;
}

.contact-accordion .accordion {
    padding-bottom:30px; 
}



/* Datepicker Calendar Styles */

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 0px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 0px;
}
.ui-widget-header {
    background: #28ace2;
    border: 1px solid #28ace2;
    color: #ffffff;
    font-weight: bold;
}


.ui-state-hover,
.ui-widget-content
.ui-state-hover,
.ui-widget-header
.ui-state-hover, 
.ui-state-focus,
.ui-widget-content
.ui-state-focus,
.ui-widget-header
.ui-state-focus {
	background:#fff;
	border:1px solid #fff;
	color:#000;
	font-weight:bold;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #fcfcfc;
	color: #222222;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #222222;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #28ace2;
	background: #f6f6f6;
	color: #28ace2;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #28ace2;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #28ace2;
	color: #28ace2;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #28ace2;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #28ace2;
	background: #28ace2;
	color: #fff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #fff;
}


.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-datepicker-prev:hover {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('https://static2.3birdsmarketing.com/Clients/TEMPLATES3BIRDSMARKETINGCOM/arrow-prev-black-30x30-1.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
		
}

.ui-datepicker-prev:hover .ui-icon {
	display:none;
}

.ui-datepicker-next:hover {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('https://static2.3birdsmarketing.com/Clients/TEMPLATES3BIRDSMARKETINGCOM/arrow-next-black-30x30-1.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
		
}

.ui-datepicker-next:hover .ui-icon {
	display:none;
}


/* NEW FOOTER SOCIALS */

#footerBlock .contactDetails a.social { 
    width: 30px; 
    height: 30px; 
    border-radius: 50%; /* the magic */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: #8a8f91 2px solid;
    display:inline-block; 
    background-color: transparent;
    opacity:1; 
    text-align: center;
    transition: opacity 300ms;
    margin-right:3px;
    margin-bottom:20px;
}

#footerBlock .contactDetails a.social i {
    font-size: 18px; 
    color: #8a8f91;
}

#footerBlock .contactDetails a.social:hover { 
    opacity:.75;
}

/* MATCH HEIGHT */
.matchHeightBox {
	position: relative;
	padding-bottom: 70px;
}

.matchHeightBox .floatBtn .button {
    position: absolute;
    bottom: 3%;
    left: 10%;
    width:80%;
}








/* MEDIA QUERIES */


@media only screen and (max-width: 640px) {

	.archives .dropdown {
		margin:15px 0 0 0 ;

	}

	.coupon-image h2{
		padding-top: 20px;
	}

	.related-articles .article-copy h2 {
		margin-top: 20px;
	}

	#footerBlock .contactBlock {
		border-right: none;
	}

	.matchHeightBox .floatBtn .button {
	    left: 7.5%;
	    width:85%;
	}

	.matchHeightBox.mobileBox {
		padding-bottom: 10px;
	}
	.matchHeightBox.mobileBox30 {
		padding-bottom: 30px;
	}

}

@media only screen and (min-width: 641px) {
	
	.matchHeightBox.mdBox {
		padding-bottom: 45px;
	}

	.matchHeightBox.xsmBox {
		padding-bottom: 10px;
	}

	.matchHeightBox.noBox {
		padding-bottom: 0px;
	}
	
	.matchHeightBox .noM {
          margin-bottom: 0px;
      }
	
}


@media only screen and (max-width: 1025px) {

	.post-info a.socialBtn { 
		margin-top:10px; 

	}

	.sidebar .article-copy a.socialBtn { 
		margin:-10px 5px 15px 0; 
	}

	#footerBlock .contactBlock {
		border-left: none;
	}

	#footer-wrapper {
		min-height:130px;
	}

}


