/* au.com.helixta.ui.lessutil.util.less */
.fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* au.com.helixta.oe.server.strc.main.main.css */


body {
    margin:0px; padding:0px;
}

body, th, td {
	font-family:arial,verdana,sans-serif;
	font-size: 10pt;
}

th {
	text-align: left;
}

/* Prevent padding in rich-text-edited banners */
.head-banner p {
	margin: 0;
	padding: 0;
}

#external-main-menu {
	display:none;
}

.top-menu-item a.go-button,
.top-menu-item a.top-menu-button.no-link {
	display: none;
}


.mobile-header, 
.mobile-header-placeholder {
	display: none;
}



#page {
	margin:  0px auto;
	width: 1000px;
	text-align: left;
}

#main-area {
	position: relative;
	/* Fixes has-layout bug in IE6 where position:relative causes breakage */
	zoom: 1;
}

#left-panel {
	margin-right: 20px;
	width: 235px;
	float: left;
}

#right-panel {
float: right;
width: 274px;
}

#page-content {
	float: left;
}

.right-panel #page-content {
	width: 720px;
}
.left-panel #page-content {
	width: 745px;
}
.left-right-panels #page-content {
	width: 465px;
}
.no-panels #page-content {
	width: 1000px;
}

.center-align {
	text-align: center;
}

.right-align {
	text-align: right;
}

/* .has-booking-engine #page-content {
	width: 400px;
}
.has-booking-engine #left-panel {
	width: 290px;
} */

#page-content h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 14pt;
}

#page-content h2.span {
	font-size:14pt;
	margin-top:0;
	padding-top:0;
}

p {
	padding-top: 0;
	margin-top: 0;
}

a img {
	border: 0 none;
}

a {
	text-decoration: none;
}

h1 {
	margin-bottom: 0;
	padding-bottom: 0;
}

hr {
border: 0px;
margin: 0px;
background-color : silver;
height: 1px;
}



.main_menu {
	/* Must have a position and so must the main-area, so that it works in IE */
	position: relative;
	z-index: 500;
	zoom: 1;
}

.main_menu ul, .side_menu ul, .admin_menu ul, .sites_menu ul, .locations_menu ul {
	margin: 0px; padding: 10px 0;
	list-style-type: none;
}

.admin_menu li {
	width: 110px;
	height: 105px;
	padding: 5px;
	margin: 0;
}

.main_menu li, .sites_menu li, .locations_menu li {
	display: inline;
}

.main_menu li a, .sites_menu li a, .side_menu li a, .locations_menu li a {
	cursor:pointer;
}

ul li {
	position: relative;
}

.main_menu li a {
	padding: 0px 2px;
	padding-right: 4px;
	font-size: 10pt;
	font-weight: bold;
	border-right: 1px solid silver;
	color: #656565;
	text-decoration: none;
}

.main_menu li.last a, .sites_menu li.last a, .locations_menu li.last a {
	border-right: none;
}

/* IE CHECK */
.main_menu li:first-child a.top-level-link {
	padding-left: 0;
}

.main_menu li a:hover, .side_menu li a:hover {
	color: #052047;
}

.side_menu li {
	border-bottom: 1px solid silver;
	padding: 5px 0px;
}

.side_menu li a {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


ul.menu-children {
	margin: 0px;
}

ul.menu-children li {
	border: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
}

ul.menu-children li a {
	border: none;
}

.main_menu ul.menu-children {
	padding: 4px;
	padding-top: 8px;
	left: -5px;
	top: 10pt;
	/* It's possible to set no width, and the width will size to
	 * fit the content, but on some browsers it also causes excessive 
	 * wrapping. Manually setting the width seems to be a good compromise. */
	width: 160px;
	background: white;
	border: 1px solid silver;
	border-top: none;
	border-bottom: 2px solid gray;
	padding-bottom: 0px;
	padding-right: 1em;
}

/* IE does not behave, special rule for it */
body.ie .main_menu ul.menu-children {
	_top: 18pt;
}

.side_menu ul.menu-children {
	padding: 0;
	padding-left: 10px;
	padding-top: 8px;
}

.side_menu ul.menu-children li {
	border: none;
    padding: 2px 0 2px 20px; 
}

.side_menu ul.menu-children li a {
	text-transform: capitalize;
	font-size: 8pt;
}


div.sites_menu, .sites_menu ul, div.locations_menu, .locations_menu ul {
	display: inline;
}
.sites_menu ul, .locations_menu ul {
	padding: 0px;
}

.sites_menu li a, .locations_menu li a {
	border-right: 1px solid black;
	padding-right: 4px;
}

.sites_menu .current, .locations_menu .current {
	text-decoration: underline;
	font-weight: bold;
}


input, textarea {
	border: 1px solid silver;
}
input[type=checkbox], input[type=radio] {
	border: none;
}


.login_box {
border: 1px solid silver;
/* width:  230px; */
}

.login_box h4 {
margin: 0px;
padding: 6px;
font-size: 10pt;
color: white;
background-color: black;
}

.login_box form {
padding: 7px;
margin:0px;
}

.login_box table, .login_box tr, .login_box input, .login_box .main-button {
  width: 100%;
}
.login_box th, td, span {
	font-size: 9pt;
}


.side-boxes div {
/* border: 1px solid silver; */
	margin-bottom: 20px;
}

.side-boxes div h1, .side-boxes div h2 {
margin: 0;
}

.side-boxes div div {
margin: 0;
}


.side-items h3 {
margin-top: 0;
padding: 6px;
	color: white;
	font-size: 10pt;
}

.side-item {
margin-bottom: 0;
}

.side-items li a {
	color: black;
	font-weight: bold;
	font-size: 10pt;
}

.side-items ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.homepage-news ul {
       list-style: none;
       padding: 0; margin: 0;
       padding-top: 15px;
}

.homepage-news ul li {
       display: inline;
       float: left;
       width: 45%;
       margin-right: 20px;
	   min-height: 270px;
}

.homepage-news h3 {
       height: 45px;
       font-size: 14pt;
}

.homepage-news h3 img {
       float: left;
}

.homepage-news h3 p {
       text-align: left;
       margin-left: 90px;
}

.agent-search {
	margin-bottom: 20px;
}

.side-offers li  {
	padding: 3px;
	border-bottom: 1px solid silver;
}

.side-offers .communication-new {
	color: red;
}

.cluecard h4 {
	font-size: 12pt;
}

.cluecard td {
	padding-left: 4px;
}

.cluecard td.title {
	padding: 2px 0px;
	font-weight: bold;
}

table.contact-list {
    border: none;
    border-collapse: collapse;
}

table.contact-list tr {
    border: none;
}

table.contact-list tr td {
    border: none;
    padding: 0 5px 0 0;
    vertical-align: bottom
}

.contact dl {
    margin: 0;
    padding: 0;
}

.contact dl dt {
    float: left;
}

.contact dl dd {
    margin: 0 0 0 30px;
    padding: 0 0 0 0;
}

.contact h4 {
    margin: 5px 0 0 0;
}

.agent-search {

}

.agent-search h3 {
	margin-bottom: 0px;
}

.agent-search form {
	border: 1px solid #6f7276;
	border-top: 0px;
	padding: 15px 5px;
}

.agent-search-results {
	padding: 5px;
}

.agent-search-results hr {
	margin: 5px 0px;
}

.agent-search-results table {
	padding: 0px;
	margin: 0px;
}

.agent-search-results .agent {
	padding-bottom: 8px;
}


.cluecards {
	padding-bottom: 30px;
}

.cluecards .cluecard table {
	border-top:1px solid #000;

}

.cluecards .cluecard th {
	padding-top: 4px;
	font-size: 9pt;
}

.cluecards .cluecard td {
	padding: 3px 0px;
}

.cluecards .cluecard h3 {
	font-size: 13pt;
	margin-bottom: 6px;
}

.commissions {
    border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}


.commissions td {
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

.commissions .highlight {
    background: #f5f5f5;
}

.commissions a {
   color: #000;
}

.main_menu li a.current, .side_menu li a.current, a, h2, h3, h4 {
	font-weight: bold;
}

.admin-interface a {
	font-weight: normal;
}

.quote_error, .general_error {
	margin: 2px 0px;
	padding: 8px 4px;
	padding-left: 34px;
	background: #ff9999 url(../../images/error.gif) no-repeat 2px 2px;
	border: 1px solid #ff0000;
	color: #ffffff;
}

.quote_success, .contact_success, .signup_success, .upload-success, .campaign-activated {
	margin: 2px 0px;
	padding: 8px 4px;
	padding-left: 34px;
	background: #02d415 url(../../images/success.gif) no-repeat 2px 2px;
	border: 1px solid #00ae10;
	color: #ffffff;
}

.upload-warning {
  margin: 2px 0px;
  padding: 8px 4px;
  padding-left: 34px;
  background: #d7a400 url(../../images/warning.gif) no-repeat 2px 2px;
  color: #fff;
}

.upload-success .highlight {
  font-weight: bold;
}

.warning-message {
	border: 1px solid red;
	font-weight: bold;
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	color: red;
}

.offer-button, .select-button {
	width: 17px;
	height: 18px;
	background-color: black;
	float: right;
	margin-right: 10px;
	margin-top: 6px;	
	margin-left: 4px;
}

.select-button {
  background-color: #ff6200;
}

.large-input {
}

.large-input input {
  font-size: 1.5em;
  padding: 8px 12px;
  width: 100%;
  		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
}
.large-input input:focus {
  border-color: #4488ff;
  outline:none;
}
.large-input .main-button {
	font-size: 1.5em;
			-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;;
}

.image-sel, .b-placeholder {
	display: inline-block;
	cursor: pointer;
	position: relative;
	border: 3px dashed gray;
	background-image: url(/images/stripes.png);
}

.image-sel label, .b-placeholder label {
	position: absolute;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	text-shadow: 1px 1px 5px white;
	color: black;

	top: 50%;
	margin-top: -8px;
	left: 0px;
	right: 10px;
}

.image-sel img.plus {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
}

.popup-close {
  display: block;
  z-index: 1000;
  position: absolute;
  right: 0px;
  padding: 10px;
  width: 80px;
  text-align: center;
  background: #EEE;
  font-weight: bold;
}
.popup-close:hover {
  cursor: pointer;
  background: silver;
}

.marketing-img-sel {
    margin: 15px 0;
}
.marketing-img-sel label {
    font-weight: bold;
}
.marketing-img-sel .img-list,
.marketing-img-sel .upload-item,
.marketing-img-sel .browser-item {
    border: 2px solid silver;
    background: #e5e5e5;
}
.marketing-img-sel .choose-label {
    margin-left: 17px;
}
.marketing-img-sel .img-list {
    width: 100%;
    overflow: scroll;
    height: 300px;

	/* IE */
	position: relative;
	zoom: 1;
}

.marketing-img-sel .img-list .img-list-inner {
    position: relative;

	/* IE */
	zoom: 1;
}   
.marketing-img-sel .img-list .img-item {
    position: absolute;
    border: 1px solid #bbb;
    top: 10px;
    padding: 10px;
    overflow: hidden;
    cursor: pointer;
    background: white;
}
.marketing-img-sel .upload-item,
.marketing-img-sel .browser-item {
    padding: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
}
.marketing-img-sel .upload-item input {
    background: white;
    color: black;
    margin-left: 10px;
}
.marketing-img-sel .upload-item.selected,
.marketing-img-sel .browser-item.selected,
.marketing-img-sel .img-list .img-item.selected {
    color: white;
}
.marketing-img-sel .img-list .img-item:hover {
    background: #b0c8ff;
}   
.marketing-img-sel .upload-item.selected,
.marketing-img-sel .browser-item.selected,
.marketing-img-sel .img-list .img-item.selected,
.marketing-img-sel .img-list .img-item.selected:hover {
    background: #48c;
}
.marketing-img-sel .img-list .img-item img {
    border: 1px solid gray;
}
.marketing-img-sel .img-list .img-item label {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

table.hx-table {
		border-collapse: collapse;
		margin: 0 0 16px 0;
		padding: 0;
		table-layout: fixed;
		width: 100%;
}

table.hx-table caption {
		color: #000;
		font-size: 14px;
		font-weight: bold;
		line-height: 18px;
		padding: 4px 0px;
		text-align: left;
}

table.hx-table thead th {
		border-bottom: 1px solid #bbb;
		font-weight: normal;
		color: #505050;
}

table.hx-table td, table.hx-table th {
		text-align: left;
		padding: 8px 16px;
}

table.hx-table tbody td {
  border-bottom: 1px solid #ddd;
}

/** nivo slider overrides */
.theme-default.oe-slider-theme .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.theme-default.oe-slider-theme .nivo-controlNav {
  margin-left: -20px;
}


/* new  styles Admin */
.admin-buttons {
  padding: 5px 0;
  text-align: right;
}

a.admin-button {
  margin: 2px;
  padding: 3px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
	border-radius: 3px;
  border: 1px solid #ccc;
  background: #aaa;
  color: #fff;
  font-weight: normal;
}

a.admin-button.admin-show {
  background: #006dcc;
  border-color: #006dcc;
}

a.admin-button.admin-edit {
  background: #5bb75b;
  border-color: #5bb75b;
}

a.admin-button.admin-delete {
  background: #da4f49;
  border-color: #da4f49;
}

/* Image slider admin */
.slider-list .slider-image {
  border-bottom: 1px solid #000;
  padding: 10px 0px;
}

.slider-list .slider-image .site-list {
  padding: 5px 0;
  margin: 3px 0;
}

.slider-list .slider-image .site-list .site {
  background: #cccccc;
  border: 1px solid #aaaaaa;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
	border-radius: 3px;
  padding: 3px;
  margin: 2px;
}

/* tab panel */
.tab-panel {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}



.tab-tab {
	display: inline-block;
	font-size: 18px;
	padding: 10px 20px;
	border: 1px solid silver;
	border-bottom-color: gray;
	margin-bottom: -1px;
	cursor: pointer;
	min-width: 150px;
	position: relative;
	text-align: center;
	z-index: 40;
			background: #bbbbbb;
		background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#bbbbbb));
		background: -moz-linear-gradient(top, #eeeeee, #bbbbbb);
		background: -ms-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%); /* IE10+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#bbbbbb');*/
			-webkit-border-top-left-radius: 5px;
		-moz-border-top-left-radius: 5px;
		border-top-left-radius: 5px;		-webkit-border-top-right-radius: 5px;
		-moz-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
}

.tab-current {
	border-color: gray;
	border-bottom-color: #e0e0e0;
	margin-left: -5px;
	margin-right: -5px;
	padding: 15px 25px;
	padding-bottom: 10px;
	z-index: 50;
			background: #e0e0e0;
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
		background: -moz-linear-gradient(top, #ffffff, #e0e0e0);
		background: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); /* IE10+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0');*/
}

.tab-current.first {
	padding-left: 20px;
	margin-left: 0px;
}

.tab-container {
	border: 1px solid gray;
	position: absolute;
	top: 48px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.file-library {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.communication-silo {
	width: 960px;
	height: 400px;
	padding-top: 10px;
}

.communication-silo .silo-container {
	float: left;
	width: 231px;
	padding-left: 12px;
	padding-right: 0;
	height: 100%;
}

.communication-silo .silo-container:first-child {
	padding-left: 0;
}

.communication-silo .silo-container h3 {
	border-bottom: 4px solid;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}

.communication-silo .silo-container ul {
	border-right-width: 1px;
	border-right-style: solid;
	padding: 0;
	padding: 10px 0 0 0;
	margin: 0;
	height: 80%;
	overflow: hidden;
}

.communication-silo .silo-container ul li {
	list-style: none;
	padding-bottom: 14px;
	padding-right: 5px;
}

.communication-silo .silo-container ul li a {
	color: black;	
}

.communication-silo .silo-container .communication-new {
	color: red;
}

.main-button {
	display: inline-block;
	text-decoration: none;
	overflow: hidden;
	padding: 8px 15px;
	color: white;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: none;
			-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;;
		-moz-box-shadow: 0px 2px 8px #aaa;
	-webkit-box-shadow: 0px 2px 8px #aaa;
	box-shadow: 0px 2px 8px #aaa;;
}

.main-button.muted {
	color: white;
			background: #808080;
		background: -webkit-gradient(linear, left top, left bottom, from(#b7b7b7), to(#808080));
		background: -moz-linear-gradient(top, #b7b7b7, #808080);
		background: -ms-linear-gradient(top, #b7b7b7 0%, #808080 100%); /* IE10+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#808080');*/;
}

.main-button.indicator {
	background: white url(/file/icon/indicator.gif) no-repeat 8px 8px;
	border: 1px solid #aaa;
	padding-left: 29px;
}

input.search {
	padding: 5px 12px;
	border-radius: 15px;
	outline: none;
}

table.info-pricelist {
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
#page-content .info-pricelist td h2,
#page-content .info-pricelist td h4 {
  margin: 7px 3px;
}
#page-content .info-pricelist td h4 {
  font-size: 1.2em;
}
.info-pricelist div.tagline {
  margin: 3px;
}
.info-pricelist td {
  border-spacing: 0;
  border-left: none;
  border-right: none;
}
#page-content .info-pricelist td.location h2,
#page-content .info-pricelist td.location h4 {
  overflow: hidden;
  white-space: nowrap;
}
#page-content .info-pricelist td.location {
  position: relative;
}
.info-pricelist tr:first-child td {
  border-top-style: dashed;
  border-top-width: 1px;
  border-top-color: #cfcfcf;
}
.info-pricelist td {
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #cfcfcf;
}
#page-content .info-pricelist td.location h2:after,
#page-content .info-pricelist td.location h4:after {
  content: " ";
  width: 30px;
  background: linear-gradient(to right, rgba(255,255,255,0.0), rgba(255,255,255,0.9), rgba(255,255,255,1.0));
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
#page-content .info-pricelist tr.odd td.location h2:after,
#page-content .info-pricelist tr.odd td.location h4:after {
  background: linear-gradient(to right, rgba(238,238,238,0.0), rgba(238,238,238,0.9), rgba(238,238,238,1.0));
}
.info-pricelist td.price {
  width: 120px;
  padding-left: 5px;
}
.info-pricelist th {
  margin-top: 0;
  padding: 6px;
  color: white;
  font-size: 10pt;  
}
.info-pricelist .location {
  color: black;
}
.info-pricelist .tagline {
  color: black;
  font-weight: normal;
}
/* au.com.helixta.oe.server.strc.grid.grid.css */
/* GENERATED FILE -- DO NOT EDIT */
.grid-4-col .span-0-1 {
  width: 25.0%;
  padding-left: 0.0px;
  padding-right: 15.0px;
}
.grid-4-col .span-1-1 {
  width: 25.0%;
  padding-left: 5.0px;
  padding-right: 10.0px;
}
.grid-4-col .span-0-2 {
  width: 50.0%;
  padding-left: 0.0px;
  padding-right: 10.0px;
}
.grid-4-col .span-2-1 {
  width: 25.0%;
  padding-left: 10.0px;
  padding-right: 5.0px;
}
.grid-4-col .span-1-2 {
  width: 50.0%;
  padding-left: 5.0px;
  padding-right: 5.0px;
}
.grid-4-col .span-0-3 {
  width: 75.0%;
  padding-left: 0.0px;
  padding-right: 5.0px;
}
.grid-4-col .span-3-1 {
  width: 25.0%;
  padding-left: 15.0px;
  padding-right: 0.0px;
}
.grid-4-col .span-2-2 {
  width: 50.0%;
  padding-left: 10.0px;
  padding-right: 0.0px;
}
.grid-4-col .span-1-3 {
  width: 75.0%;
  padding-left: 5.0px;
  padding-right: 0.0px;
}
.grid-4-col .span-0-4 {
  width: 100.0%;
  padding-left: 0.0px;
  padding-right: 0.0px;
}
.grid-3-col .span-0-1 {
  width: 27.0%;
  padding-left: 0.0px;
  padding-right: 13.333333333333334px;
}
.grid-3-col .span-1-1 {
  width: 36.5%;
  padding-left: 6.666666666666668px;
  padding-right: 6.666666666666668px;
}
.grid-3-col .span-0-2 {
  width: 63.5%;
  padding-left: 0.0px;
  padding-right: 6.666666666666668px;
}
.grid-3-col .span-2-1 {
  width: 36.5%;
  padding-left: 13.333333333333334px;
  padding-right: 0.0px;
}
.grid-3-col .span-1-2 {
  width: 73.0%;
  padding-left: 6.666666666666668px;
  padding-right: 0.0px;
}
.grid-3-col .span-0-3 {
  width: 100.0%;
  padding-left: 0.0px;
  padding-right: 0.0px;
}
.grid-3-col-reversed .span-0-1 {
  width: 36.5%;
  padding-left: 0.0px;
  padding-right: 13.333333333333334px;
}
.grid-3-col-reversed .span-1-1 {
  width: 36.5%;
  padding-left: 6.666666666666668px;
  padding-right: 6.666666666666668px;
}
.grid-3-col-reversed .span-0-2 {
  width: 73.0%;
  padding-left: 0.0px;
  padding-right: 6.666666666666668px;
}
.grid-3-col-reversed .span-2-1 {
  width: 27.0%;
  padding-left: 13.333333333333334px;
  padding-right: 0.0px;
}
.grid-3-col-reversed .span-1-2 {
  width: 63.5%;
  padding-left: 6.666666666666668px;
  padding-right: 0.0px;
}
.grid-3-col-reversed .span-0-3 {
  width: 100.0%;
  padding-left: 0.0px;
  padding-right: 0.0px;
}
.grid-3-col-equal .span-0-1 {
  width: 33.3%;
  padding-left: 0.0px;
  padding-right: 13.333333333333334px;
}
.grid-3-col-equal .span-1-1 {
  width: 33.3%;
  padding-left: 6.666666666666668px;
  padding-right: 6.666666666666668px;
}
.grid-3-col-equal .span-0-2 {
  width: 66.6%;
  padding-left: 0.0px;
  padding-right: 6.666666666666668px;
}
.grid-3-col-equal .span-2-1 {
  width: 33.3%;
  padding-left: 13.333333333333334px;
  padding-right: 0.0px;
}
.grid-3-col-equal .span-1-2 {
  width: 66.6%;
  padding-left: 6.666666666666668px;
  padding-right: 0.0px;
}
.grid-3-col-equal .span-0-3 {
  width: 99.89999999999999%;
  padding-left: 0.0px;
  padding-right: 0.0px;
}
.grid-2-col .span-0-1 {
  width: 50.0%;
  padding-left: 0.0px;
  padding-right: 10.0px;
}
.grid-2-col .span-1-1 {
  width: 50.0%;
  padding-left: 10.0px;
  padding-right: 0.0px;
}
.grid-2-col .span-0-2 {
  width: 100.0%;
  padding-left: 0.0px;
  padding-right: 0.0px;
}

/* au.com.helixta.oe.server.strc.expressgo.expressgo.less */
.layout-item {
  margin-top: 20px;
}
.layout-column:empty {
  visibility: hidden;
  display: block;
  height: 1px;
  clear: both;
  font-size: 1px;
  content: " ";
}
.layout-item.first.contains-image,
.layout-item.first.contains-sliders,
.layout-item.contains-layout,
.layout-item.contains-columns {
  margin-top: 0;
}
.layout-item.contains-feature img.feature-image {
  float: left;
  margin-right: 20px;
}
.layout-item.contains-feature div.more {
  display: block;
  padding-top: 20px;
  position: relative;
}
.layout-item.contains-feature div.more .feature-from {
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 200px;
}
.layout-item.contains-feature div.more .feature-from h1 {
  display: inline;
}
.layout-item.contains-feature div.more .feature-from span {
  position: relative;
  font-size: 1.4em;
  font-weight: bold;
}
.layout-item .layout-item.first.contains-image,
.layout-item .layout-item.first.contains-sliders {
  margin-top: 20px;
}
.layout-container {
  overflow: hidden;
  padding-bottom: 20px;
}
.layout-column {
  float: left;
  display: block;
  overflow: hidden;
}
.layout-item table.info-table {
  width: 100%;
  border-collapse: collapse;
}
.layout-item table.info-table,
.layout-item table.info-table th,
.layout-item table.info-table td {
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
}
body {
  min-width: 300px;
}
.carousel img,
.layout-item.contains-image img,
.layout-item.contains-text > div {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .side-bar,
  .body {
    width: 100% !important;
    /* TODO(dan): Fixup css classes to avoid needing !important */
  
    float: none;
    clear: both;
  }
  .side-bar .layout-item {
    width: 50%;
    float: left;
  }
  /* wrap the 4 callouts into a 2x2 grid */
  .callout {
    width: 50% !important;
  }
  .callout.span-2-1 {
    clear: left;
    /* prevent floating munge at the point we want to wrap */
  
  }
  .head-banner,
  #footer {
    width: 100%;
    overflow: hidden;
  }
  #page,
  .no-panels #page-content {
    width: 100%;
  }
  .layout-item.contains-search-placeholder,
  .layout-item.contains-facebook-placeholder {
    display: none;
  }
}
@media screen and (max-width: 800px) and (min-width: 501px) {
  .page-layout > .callout {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-layout > .layout-column {
    padding-left: 0;
    padding-right: 0;
  }
  .page-layout > .layout-column > .layout-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .layout-column .page-layout > .layout-column.span-0-1 .layout-item {
    padding-left: 0;
    padding-right: 10px;
  }
  .layout-column .page-layout > .layout-column.span-1-1 .layout-item {
    padding-left: 10px;
    padding-right: 0;
  }
  .layout-column .page-layout > .layout-column.span-0-2 .layout-item {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .side-bar .layout-item {
    width: 100%;
    float: none;
  }
  .split,
  .callout {
    width: 100% !important;
    float: none;
    clear: both;
  }
  .page-layout > * {
    padding: 0 !important;
  }
  .layout-item.contains-button,
  .layout-item.contains-table,
  .layout-item.contains-text {
    padding: 0 10px;
  }
}
/* Full width sliders don't have rounded borders */
.grid-4-col > .contains-sliders .carousel,
.grid-3-col > .contains-sliders .carousel {
  -moz-border-radius: 0px;
  -webkit-box-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 800px) {
  .carousel {
    -moz-border-radius: 0px;
    -webkit-box-radius: 0px;
    border-radius: 0px;
  }
}
.layout-item .button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 10px;
  color: white;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-box-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 2px 8px #999999;
  -webkit-box-shadow: 1px 2px 8px #999999;
  box-shadow: 1px 2px 8px #999999;
}
.layout-item th {
  color: white;
}
.layout-item tr.odd {
  background: #eee;
}
.newsletter-signup .newsletter-header {
  padding: 5px;
  color: white;
  font-weight: bold;
}
.newsletter-signup .newsletter-body {
  background: #eee;
  padding: 10px;
  overflow: hidden;
}
.newsletter-signup .newsletter-body label {
  width: 100%;
  float: left;
  font-weight: bold;
}
.newsletter-signup .newsletter-body select,
.newsletter-signup .newsletter-body input {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding: 4px;
}
.page-layout {
  overflow: hidden;
}

/* au.com.helixta.oe.server.strc.expressgo.menu-widget.less */
/* TODO(dan): Move these rules to relevant files... */
.menu-bar,
.menu-bar * {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-bar {
  margin: 0;
  padding: 0;
}
.top-menu-item {
  position: relative;
  list-style: none;
  display: inline-block;
}
.top-menu-item .submenu {
  position: absolute;
  background: white;
  left: -9999px;
  /* hidden by default */

  opacity: 0;
  filter: alpha(opacity=0);
  border: 1px solid gray;
  -moz-box-shadow: 2px 7px 20px #666666;
  -webkit-box-shadow: 2px 7px 20px #666666;
  box-shadow: 2px 7px 20px #666666;
  z-index: 500;
}
.top-menu-item:hover .submenu {
  left: 0px;
  opacity: 1;
  filter: alpha(opacity=0);
}
.top-menu-item a.top-menu-button {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  background: white;
  color: black;
  text-decoration: none;
  vertical-align: middle;
}
.top-menu-item a.no-right-padding {
  padding-right: 0px;
}
a.top-menu-button img {
  height: 18px;
}
a.no-right-padding img {
  height: 18px;
}
.top-menu-item:hover a.top-menu-button {
  color: white;
}
.top-menu-item li {
  width: 100%;
}
.top-menu-item ol {
  text-decoration: none;
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}
.top-menu-item li {
  background: white;
}
.top-menu-item li {
  position: relative;
  margin-right: 10px;
  margin-top: 4px;
}
.link-group h4 {
  font-size: 1.1em;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 4px;
  margin: 0;
}
.link-group ol {
  margin: 0;
  padding: 0;
}
.link-group ol li {
  padding: 2px 0;
  padding-left: 10px;
}
.link-group li a {
  color: black;
}
.link-group h4:hover,
.link-group li:hover {
  background: #f8f8f8;
}
.top-menu-item .columns {
  padding-right: 20px;
}
.top-menu-item .columns.cols-1 {
  width: 320px;
}
.top-menu-item .columns.cols-2 {
  width: 620px;
}
.top-menu-item .columns.cols-3 {
  width: 920px;
}
.top-menu-item .column {
  float: left;
  width: 300px;
  padding: 20px;
  padding-right: 0;
  padding-bottom: 0;
}
.top-menu-item .column .col-item {
  padding-bottom: 20px;
}
.top-menu-item .button-div {
  padding: 10px 0;
}
.top-menu-item .clear-both {
  clear: both;
}
/* todo: animation */
@media screen and (max-width: 700px) {
  .showing-main-menu #page-container {
    position: absolute;
    top: 0px;
    width: 0px;
    right: 40px;
    bottom: 0px;
  }
  #page-container {
    right: 0;
    z-index: 1;
    background: white;
  }
  #page {
    width: 100%;
    overflow: hidden;
  }
  .showing-main-menu #page {
    width: 40px;
    height: 100%;
    overflow: hidden;
  }
  .head-banner {
    display: none;
  }
  .mobile-header-placeholder {
    display: block;
    height: 40px;
  }
  .mobile-header label {
    font-size: 1.5em;
    padding: 8px;
  }
  .mobile-header {
    display: block;
    position: fixed;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2000;
  }
  .showing-main-menu .mobile-header {
    width: 40px;
  }
  .mobile-header .menu-toggle {
    color: white;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    cursor: pointer;
  }
  .mobile-header .menu-toggle i.fa {
    line-height: 1.5em;
  }
  .mobile-header label {
    display: block;
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    right: 0;
  }
  #inline-main-menu {
    display: none;
  }
  .showing-main-menu #external-main-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    right: 40px;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: -1;
  }
  .top-menu-item,
  .top-menu-item a.top-menu-button {
    display: block;
  }
  .top-menu-item a.top-menu-button {
    color: white;
  }
  .top-menu-item .submenu {
    display: none;
    left: 0px;
  }
  .top-menu-item.has-submenu a.top-menu-button.no-link {
    display: block;
    cursor: pointer;
  }
  .top-menu-item.no-submenu a.top-menu-button.no-link {
    display: none;
  }
  .top-menu-item.has-submenu a.top-menu-button.has-link {
    display: none;
  }
  .top-menu-item.no-submenu a.top-menu-button.has-link {
    display: block;
  }
  .top-menu-item a.go-button {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: white;
  }
  .top-menu-item a.go-button i.fa {
    line-height: 2em;
  }
  .top-menu-item .submenu,
  .top-menu-item:hover .submenu {
    opacity: 1;
    filter: alpha(opacity=0);
    left: 0px;
    position: relative;
    border: none;
    -moz-box-shadow: "none";
    -webkit-box-shadow: "none";
    box-shadow: "none";
  }
  .top-menu-item .columns {
    width: 100%;
  }
  .top-menu-item .columns .column {
    clear: both;
  }
  .top-menu-item .submenu h4 {
    font-size: 1.2em;
  }
  .top-menu-item .submenu a {
    font-size: 1.2em;
  }
}
.mobile-header,
.mobile-header-placeholder {
  height: 40px;
}

/* au.com.helixta.oe.server.strc.carousel.carousel.css */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}


/* au.com.helixta.oe.server.strc.carousel.inner.hx_carousel.less */
.carousel-control {
  font-size: 20px;
  top: 40%;
  margin-top: -20px;
}
.carousel-caption {
  background: transparent;
}
.carousel-caption .carousel-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px 15px 15px;
  background: black;
  background: rgba(0, 0, 0, 0.8);
}
.carousel-caption .headline,
.carousel-caption .slugline {
  font-weight: bold;
  padding-top: 12px;
  right: 20px;
  left: 20px;
}
.carousel-caption .headline {
  font-size: 1.8em;
}
.carousel-caption .slugline {
  font-size: 1.4em;
}
/* Needed so some places can put negative margins on the images
   to effectively crop them, without affecting the flow of the
   headline and slugline */
.carousel .img-container {
  overflow: hidden;
}
/* by default, carousel has rounded borders */
.carousel {
  overflow: hidden;
  -moz-border-radius: 20px;
  -webkit-box-radius: 20px;
  border-radius: 20px;
}
.carousel {
  margin: 0;
}
.carousel .arrow {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

