/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */



html, body {
	height: 100%;
	background: #fafaf7;
}


/* ---- Typography ----- */

h1 em {
	letter-spacing: 0;
	padding-right: 3px;
	font-size: 18px;
}

h1 { 
	font-size: 20px; 
	line-height: 28px;
	margin-bottom: 25px;
	margin-top: 5px;
	letter-spacing: 2px;  
}

h1 {
	position: relative;
	padding-bottom: 15px;
}

p.standard {
	line-height: 21px; 
}

h1,h2,h3,h4 {
	color: #393d3d;
}

.story p.intro {
	font-size: 18px;
	line-height: 26px;
	font-family: georgia, serif;
	color: #393d3d;
}

.story p, .team p.big {
	color: #333; 
	font-size: 14px;
	line-height: 22px;
}



/* ---- Common elements ---- */

.pad-right {
	padding-right: 20px;
}

.pad-top { 
	padding-top: 20px; 
}



span.h-dec {
	position: absolute;
	bottom: 0;
	left: 0; 
	overflow: hidden;
	width: 30px;
	background: #5f6467;
	height: 2px;
}

.border-bottom {
	border-bottom: solid 3px #5f6467;
}

/* ---- Navigation ---- */

.container {  }

header {
	position: relative;
	/*background: #666;*/
	height: 152px;
	width: 100%;
	/*background: #899e94 url('../img/bg/header-right.jpg') repeat-x center 0;*/
	/*border-bottom: solid 4px #cecfbc; */
	/*box-shadow: 0 0 7px #000;*/
}

header .bg {
 	/*background: url('../img/bg/header-left.jpg?v=2') repeat-x center 0;*/
 	position: absolute;
 	left:0;
 	top: 0;
 	width: 50%;
 	height: 120px;
 	z-index: 3;
}

header .container {
	position: relative;
	height: 152px;
	z-index: 4;
	/*background: url('../img/bg/header.jpg?v=2') no-repeat center 0;*/
}
/*
header .container #logo {
	position: absolute;
	top: 30px;
	left: 10px;
}
*/
header .container #logo {
    padding-top: 10px;
    margin: auto;
    width: 40%;
	text-align: center;
}

header .container #logo img {
	/*width: 300px;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}


nav {
	position: absolute;
	bottom: 0;
	background: #576166 url('../img/bg/nav.png') repeat 0 0;
	height: 41px;
	z-index: 1000;
	width: 100%;
	overflow: hidden;
}

nav .container {

background: url('../img/bg/nav-sep.png?v=2') repeat-y 10px 0;
}

nav ul {
	margin: 0; 

	overflow: hidden;
	text-align: center;
		background: url('../img/bg/nav-sep.png?v=2') repeat-y right 0;
	
}

nav ul li:first-child a {
	margin-left: 2px; 
}


nav ul li {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	width: 15%;
	background: url('../img/bg/nav-sep.png?v=2') repeat-y right 0;
}

nav ul li:first-child, nav ul li:last-child {
	width: 12%;
}

nav ul li:last-child {
	background-image: none;
}

nav a {
	display: block;
	padding: 0;
	font-family: georgia, serif;
	height: 100%;
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	margin-right: 2px;
}

nav a:hover {
	background: url('../img/bg/nav-btn.png?v=2') repeat-x 0 0;
	color: #fff;
}

nav a.active {
	background: url('../img/bg/nav-btn.png?v=2') repeat-x 0 0;
	color: #f0edcd;
}

.mobile-nav {
	display: none;
	margin-top: 10px;
	display: block;
	margin: auto; 
	top: 10px;
	position: relative;
}

.bordered {
	 background-image: url('../img/bg/bordered-panel.png'); 
	 background-repeat: repeat-x;
	 background-position: 0 0;
	 padding-top: 20px;
}

.bordered .welcome-text {
	padding: 32px 0;
	text-align: center;
}
.bordered .welcome-text h1 {
    font-family: 'Stardos Stencil', georgia, serif;
    font-size: 28px;
    color: #867565;
    margin: 0;
    text-transform: uppercase;
}

/* ----- Heroes ----- */

.hero {
	/*background: #cecfbc;*/
	min-height: 200px;
}

.hero .container {
	width: 1200px;
	overflow: hidden;
	max-width: 100%;
}

.hero #slides { 
	min-width: 500px;
}

#slides img {
	display: block;
	width: 100%;
}

#slides img.text {
	width: auto;
}

#slides .bx-next {
	height: 45px;
	right: 45px;
	opacity: 0.33;
	background: url('/img/icons/move.png?id=12233') no-repeat -30px 0px;
	background-size: 60px auto;
}

#slides .bx-prev {
	height: 45px;
	left: 45px;
	opacity: 0.33;
	background: url('/img/icons/move.png?id=12323') no-repeat 0px  0px;
	background-size: 60px auto;
}

#slides .bx-next:hover {
	/*background-position: -30px 0; */
	opacity: 1;
}

#slides .bx-prev:hover {
	/*background-position: 0 0;*/
	opacity: 1;
}

#slides .bx-next, #slides .bx-prev {
	-webkit-transition: opacity ease-out 0.18s;
}

#slides .bx-next:active, #slides .bx-prev:active {
	background-position-y: 1px;
}


/* ---- Footer ---- */

footer {
	clear: both;
	position: relative;
	min-height: 180px;
	background: #5c666b url('../img/bg/footer.png') repeat-x 0 0;
	margin-top: -180px;
	width: 100%;
}

footer .container {

	padding:35px 0 10px 0; 
}

footer .container ul {
	margin: 0;
}

footer .container ul li {
	line-height: 22px;
	margin-bottom: 0px;
}

footer div, footer .container ul li {
	color: #fff;
	line-height: 22px;
	font-size: 13px;
}

footer .container p, footer .container p a  {
	color: #dad9cd;
	font-size: 13px;
}

a.twitter {
	text-indent: -9999px;
	text-decoration: none;
	background: url('/img/icons/twitter.png') no-repeat 0 0;
	overflow: hidden;
	height: 20px;
	width: 20px;
	display: inline-block;
}

footer .container ul li a {
	color: #dad9cd;

	text-decoration: none;
	
}


#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom: 190px;
	box-sizing: border-box;
}




        

/* ---- Interactive map ---- */


#interactive-map { position: relative; }
#interactive-map .hotspots a,
#interactive-map .hotspots span.marker {
    z-index: 300;
    cursor: pointer;
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    text-indent: 9999px;
    text-decoration: none;
    height: 20px;
    width: 20px;
    display: none;
}
#interactive-map .hotspots span.marker {
    background: rgba(165, 67, 46, 0.6);
    border-radius: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    left: 128px;
    top: 236px;
    display: block;
}
#interactive-map .hotspots a span.surround {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
#interactive-map .hotspots a span.dot {
    cursor: pointer;
    height: 60%;
    width: 60%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background: rgba(0,0,0,0.2);
    display: block;
    margin: 20%;
}
#interactive-map .hotspots a.active span.surround { -webkit-transform: scale(1.3) }
#interactive-map .hotspots a.active span.dot {
    background: #fff !important;
}
#interactive-map .hotspots a:hover span.surround {
    -webkit-transform: scale(1.3);
    -webkit-transition: all 0.1s ease-in;
    background: #fff;
    z-index: 998;
}
#interactive-map .hotspots a.active div.pop { display: block }
#interactive-map .hotspots a div.pop {
    position: absolute;
    left: -450px !important;
    width: 440px !important;
    display: none;
    text-indent: 0;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
    background-image: url('../img/icons/close.png') !important;
    background-repeat: no-repeat !important;
    background-position: 415px 14px !important;
}
#interactive-map .hotspots a.active { z-index: 999 }
#interactive-map .hotspots a span.caret {
    border: solid transparent 7px;
    border-left: solid red 7px;
    width: 1px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    right: -15px;
    top: 43px;
}
span.small { font-size: 11px !important }
#interactive-map .hotspots a div.pop div.image div.strip p span { }
#interactive-map .hotspots a div.pop div.text {
    padding: 14px 15px;

}
#interactive-map .hotspots a div.pop div.text p {
    margin: 0 0 10px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    font-style: normal;
    padding: 0;
}
#interactive-map .hotspots a div.pop div.icons {
    height: 76px;
    padding: 17px 12px 12px;
    background: #e4e1db;
}



#interactive-map .hotspots a div.pop div.icons ul { list-style: none }
#interactive-map .hotspots a div.pop div.icons ul li {
    background: none;
    border-left: solid 1px rgba(0,0,0,0.2);
    color: #333;
    font-size: 11px;
    padding-top: 4px;
    line-height: 16px;
    float: left;
    min-width: 50px;
    margin-left: 10px;
    padding-left: 25px;
    background: url('/img/content/regions.png?v=47') no-repeat 0 0;
}

#interactive-map .hotspots a div.pop div.icons ul li:first-child {
	border-left: none;
	margin-left: 0px;
}



#interactive-map .hotspots a div.pop div.icons ul li.therm {
	background-position: -285px 0;
	padding-left: 40px;
}

#interactive-map .hotspots a div.pop div.icons ul li.windmill {
	background-position: -135px -300px;
	padding-left: 75px;
}

#interactive-map .hotspots a div.pop div.icons ul li.scales {
	background-position: -150px 0;
	padding-left: 75px;
}

#interactive-map .hotspots a div.pop div.icons ul li.wind {
	background-position: 0 0;
	padding-left: 75px;
}

#interactive-map .hotspots a div.pop div.icons ul li.leaf {
	background-position: 0 -303px;
	padding-left: 65px;
}

#interactive-map .hotspots a div.pop div.icons ul li.rocks {
	background-position: 0 -200px;
	padding-left: 63px;
}



#interactive-map .hotspots a div.pop h3 {
    color: #fff;
    margin-bottom: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 20px;
}

#interactive-map .hotspots a div.pop ul {
	list-style: disc inside;
	margin-bottom: 0;
}

#interactive-map .hotspots a div.pop ul li {
    background: url('../img/bg/square-list-white.png') no-repeat 0 4px;
    padding-left: 12px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 2px;
}
#interactive-map .hotspots a div.pop span.underline {
    margin-bottom: 8px;
    border-bottom: solid 2px rgba(255,255,255,0.2);
}

#interactive-map .hotspots a {
	display: none;
}

#interactive-map .hotspots a.benson {
    left: 270px;
    top: 120px;
}
#interactive-map .hotspots a.benson span.surround { background: rgba(48,135,141, 0.4) }
#interactive-map .hotspots a.benson span.dot,
#interactive-map .hotspots a.benson div.pop { background: rgba(48,135,141, 1) }
#interactive-map .hotspots a.benson span.caret {
    border-left-color: rgb(48, 135, 141);
    top: 72px;
}
#interactive-map .hotspots a.benson div.pop { top: -70px }
#interactive-map .hotspots a.coonawarra {
    left: 410px;
    top: 190px;
}
#interactive-map .hotspots a.coonawarra span.surround { background: rgba(165,67,46, 0.4) }
#interactive-map .hotspots a.coonawarra span.dot,
#interactive-map .hotspots a.coonawarra div.pop { background: rgba(165,67,46,1) }
#interactive-map .hotspots a.coonawarra span.caret {
    border-left-color: rgb(165,67,46);
    top: 142px;
}
#interactive-map .hotspots a.coonawarra div.pop { top: -140px }
#interactive-map .hotspots a.wrattonbully {
    left: 420px;
    top: 130px;
}
#interactive-map .hotspots a.wrattonbully span.surround { background: rgba(191,93,57, 0.4) }
#interactive-map .hotspots a.wrattonbully span.dot,
#interactive-map .hotspots a.wrattonbully div.pop { background: rgba(191,93,57, 1) }
#interactive-map .hotspots a.wrattonbully span.caret {
    border-left-color: rgb(191,93,57);
    top: 82px;
}
#interactive-map .hotspots a.wrattonbully div.pop { top: -80px }
#interactive-map .hotspots a.padthaway {
    left: 390px;
    top: 110px;
}
#interactive-map .hotspots a.padthaway span.surround { background: rgba(98,105,62,0.4) }
#interactive-map .hotspots a.padthaway span.dot,
#interactive-map .hotspots a.padthaway div.pop { background: rgba(98,105,62,1) }
#interactive-map .hotspots a.padthaway span.caret {
    border-left-color: rgb(98,105,62);
    top: 62px;
}
#interactive-map .hotspots a.padthaway div.pop { top: -60px }
#interactive-map .hotspots a.gambier {
    left: 415px;
    top: 300px;
}
#interactive-map .hotspots a.gambier span.surround { background: rgba(101,82,102,0.4) }
#interactive-map .hotspots a.gambier span.dot,
#interactive-map .hotspots a.gambier div.pop { background: rgba(101,82,102,1) }
#interactive-map .hotspots a.gambier span.caret {
    border-left-color: rgb(101,82,102);
    top: 252px;
}
#interactive-map .hotspots a.gambier div.pop { top: -250px }
#interactive-map .hotspots a.robe {
    left: 277px;
    top: 170px;
}
#interactive-map .hotspots a.robe span.surround { background: rgba(169,114,51, 0.4) }
#interactive-map .hotspots a.robe span.dot,
#interactive-map .hotspots a.robe div.pop { background: rgba(169,114,51, 1) }
#interactive-map .hotspots a.robe span.caret {
    border-left-color: rgb(169,114,51);
    top: 122px;
}
#interactive-map .hotspots a.robe div.pop { top: -120px }
#currentWeather { width: 100% }

.region h4 {
	letter-spacing: 2px;
	padding: 10px 0;
}
  



/* #Page Styles
================================================== */



/* ---- Home ---- */


.bucket {
	padding: 20px 20px 60px 0;
}

.bucket p {
	height: 80px; 
}

.bucket p.cta {
	height: auto;
}

.bucket .image {
	background: #fff;
	border-bottom: solid 3px #565f64;
	margin-bottom: 10px;
	
}

.bucket .image img {
	display: block;
	margin: 0;
	width: 100%;
}

.bucket h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 18px;
	line-height: 20px;
}

.one-third h3 { 
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

.bucket h3 span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	background: #565f64;
	height: 2px;
	overflow: hidden;
}

.bucket p {
	font-size: 14px;
	padding-right: 10px;
}

a.btn {
	height: 29px;
	line-height: 29px;
	display: block;
	float: left;
	background: #5c666b url('../img/bg/btn.png?v=3');
	border-radius: 1px;
	border: solid 1px  #5c666b;
	padding: 0px 20px;
	color: #fff;
	text-decoration: none;
	font-family: georgia, serif;
	letter-spacing: 1px;
}

a.btn:hover {
	background-position: 0 -31px;
}

a.btn:active {
	background-position: 0 -62px;
	border: solid 1px #4a5458;
}

       
#slides {
    height:498px;
    float: left;
    width: 1200px;
    position: relative;
}
/* ----- About ----- */

h1,
h2 { overflow: hidden }

span.underline {
    display: block;
    clear: both;
    float: left;
    border-bottom: solid 2px #86301c;
    width: 40px;
    height: 1px;
    overflow: hidden;
    margin-bottom: 23px;
}


.team .slideshow p.caption {
    position: absolute;
    bottom: -49px;
    display: none !important;
    width: 100%;
    left: 0px;
    font-style: italic;
    color: #333;
    padding-top: 15px;
    font-family: georgia, serif;
    height: 26px;
    text-align: right;
    font-size: 14px;
    line-height: 36px;
    opacity: 0.99;
}
.team .slideshow, .service .slideshow {
    height: 220px;
    width: 100%;
    background: #eee;
    
    position: relative;
}
.services .slideshow { 
	height: 460px;
}


.team .slideshow img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.team .slideshow #control {
    cursor: default;
    position: absolute;
    bottom: 0;
    height: 15px;
    background: url('../img/bg/btn.png') repeat-x 0 0;
    display: none;
    width: 100%;
    padding: 5px 0 2px 0;
    text-align: center;
    box-shadow: 0px -1px 0px rgba(0,0,0,0.2);
}
.team .slideshow #control .middle a {
    display: inline-block;
    text-indent: 9999px;
    background: #fff;
    height: 15px;
    width: 10px;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 2px;
    overflow: hidden;
    opacity: 0.4;
    margin-bottom: 0;
    background: url('../img/icons/carousel-inner.png') no-repeat center center;
}
.team .slideshow #control .middle a:hover { opacity: 0.7 }
.team .slideshow #control .middle a.active { opacity: 0.8 }

.team div.intro { margin-bottom: 35px; padding-right: 30px; width: 430px;  }

.team  p {  font-size: 13px; line-height: 19px; }

.team p.position {
	font-style: italic;
	margin-bottom: 10px;
}

.team h4 {
	font-size: 16px; 
	letter-spacing: 2px;
	margin-bottom: 0;
	line-height: 18px;
}

.team .image {
	margin-bottom: 25px;
	
}

.team img {
	width: 100%;
	display: block;
	margin: 0;
}

/* ----- Regions ---- */

.inner-page {
	padding: 30px 0; 
}


.weatherTmp {
    overflow: hidden;
    width: 100%;
    background: #eee;
    height: 220px;
    margin-bottom: 40px;
}
#weather .region .image {

    overflow: hidden;
    position: relative;
}

#weather .region .image img {
	width: 100%;
	display: block;
	margin: 0;
}

#weather h4 {
	font-size: 14px;
}

#weather .region {
	margin-bottom: 20px;
}

#weather .region .image .temperature {
    position: absolute;
    padding: 15px;
    right: 0;
    top: 0;
    font-size: 22px;
    color: #fff;
    font-family: georgia;
    text-shadow: 0 0 3px rgba(0,0,0,0.2);
    font-family: arial;
}
#weather .region .image .strip {
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 0px;
}
#weather .region .image .strip p {
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    font-style: normal;
    font-weight: normal;
    margin: 0;

    font-size: 12px;
    color: white;
}



/* ---- Contact ---- */

#big-ol-map {
	height: 350px;
	background: #666;
}



/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	

	
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		#slides img.text {
			max-width: 600px;
			left: 100px !important;
		}
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
    #logo img { width: 280px }
    
    #main-nav { display: none }
    footer img,
    ul,
    p { margin-bottom: 10px }
    #interactive-map { display: none }
    #mobile-nav { display: block }
    footer .container img {
        display: block;
        margin: 10px auto 30px;
    }
    footer .container ul,
    footer .container p {
        font-size: 14px;
        margin-bottom: 20px !important;
        text-align: center;
    }
    footer .container ul li {  margin-bottom: 15px !important;  }
    footer .container ul li a { font-size: 14px; }
    header .container #logo { top: 30px }
    header .container { padding: 0 0; }
    header,
    header .bg,
    header > .container { background: url('../img/bg/header-left.jpg') repeat-x center 0 }
    #big-ol-map { height: 200px }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) { 
	.hero .container {  overflow: hidden; width: 100% !important; padding: 0 0; }
	header .container #logo { width: 100%; padding: 0; position: relative; left: 0; top: 40px;  }
    header .container #logo img { width: 280px; margin: auto; display: block; }
    #big-ol-map { height: 200px }
    #main-nav { display: none }
     nav {
	     width: 100%;
     }
     
     .hero { display: none; }
    nav .container {
	    padding: 0 !important;
	    background-image: none;
    }
    
    .services .slideshow {
	    height:220px;
    }
    footer img,
    ul,
    p { margin-bottom: 10px }
    #interactive-map { display: none }
    #mobile-nav { display: block }
    footer .container img {
        display: block;
        margin: 10px auto 30px;
    }
    .container { width: 280px !important; }
    footer .container ul,
    footer .container p {
        font-size: 14px;
        margin-bottom: 20px !important;
        text-align: center;
    }
	footer .container ul { margin-bottom: 20px; }
    footer .container ul li {  margin-bottom: 6px !important;  }
    footer .container ul li a { font-size: 14px; }
    header .container #logo { top: 30px }
    header,
    header .bg,
    header > .container { background: url('../img/bg/header-left.jpg') repeat-x center 0 }
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* #Vendor CSS
================================================== */


.signup-corner-wrapper {
	height: 106px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 106px;
	z-index: 999;
}

.signup-corner {
	cursor: pointer;
	margin: -75px 0 0 33px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 150px;
	height: 150px;
	background-color: #000;
	padding-top: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 50px;
}

.mc-modal-bg {
	z-index: 1500;
}
.mc-modal {
	z-index: 1600;
}

.mc-closeModal {
	color: #000 !important;
	top: 25px !important;
	z-index: 2;
	right: 30px !important;
}

.front{
	position: absolute;
    color: #fff;
    text-align: center;
    margin-top: 30%;
	margin-left: 10px;
    margin-right: 10px;
}

.front h4{
    color: #fff;
	font-weight: 700;
    font-size: 1.2em !important;
}

.auto-style1{
	color: rgb(255, 255, 255); 
	font-family: georgia, serif; 
	font-style: normal; 
	font-variant-ligatures: normal; 
	font-variant-caps: normal; 
	font-weight: normal; 
	letter-spacing: normal; 
	orphans: 2; 
	text-align: start; 
	text-indent: 0px; 
	text-transform: none; 
	white-space: normal; 
	widows: 2; 
	word-spacing: 0px; 
	-webkit-text-stroke-width: 0px;  
	text-decoration-style: initial; 
	text-decoration-color: initial; 
	display: inline !important; 
	float: none;
}