@import url(../fonts/meta-plus-fontfacekit/stylesheet.css);

/*  ----------------------------------------------------------------------
  GENERAL REDECLARATIONS
  ---------------------------------------------------------------------- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #ffffff;
}

body, tr,
td, input,
select, textarea 	{
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #727272;
}

a {outline: none;}
a:link,
a:visited { color: #1A365E;text-decoration: none;}
a:hover,
a:active { color: #1A365E;text-decoration: underline;}

#footer a:link,
#footer a:visited { color: #a1a1a1;text-decoration: none;}
#footer a:hover {  color: #ffffff; text-decoration: underline;}

ul, ol	 	{margin:0 0 10px 25px;}
dl 			{margin:0 0 10px;}
dt 			{font-weight:bold;}
dd			{margin:0 0 3px 10px;}
p 			{margin:0 0 15px;}
h1 			{
	font-family: 'metaplusnormal-romanregular', Arial, sans-serif;
	font-size: 22px;
	color: #090e37;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 25px;
}
h1 span {
	font-size: 16px;
}
h2 			{font-size:medium; margin:8px 0;}
h3 			{font-size:small; margin:6px 0 5px;}
h4 			{font-size:x-small; margin:6px 0 5px;}
h5			{font-size:xx-small; margin:3px 0;}
h6 			{font-size:xx-small; margin:0;}
hr 			{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
			/*color and background color should be the same as the background color of the div it is contained within*/
img 		{border:none;}
acronym		{border-bottom: 1px dotted;}
blockquote 	{
	font-family: 'metaplusnormal-romanregular', Arial, sans-serif;
	background: url("/images/template/quote-mark.png") no-repeat top left;
	font-size: 21px;
	line-height: 1.3;
	padding-left: 40px;
}
cite {
	font-family: 'metaplusbold', Arial, sans-serif;
	display: block;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	font-size: 18px;
}

.clr		{clear: both;}
.clear-right{clear: right;}
.clear-left {clear: left;}
.right		{float: right;}
.left		{float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.intro {font-size: 15px; font-weight: normal;line-height: 1.4em;}
.hidden {display:none;}
.margin-left {margin-left: 9px;}
.margin-top {margin-top: 10px;}
.no-margin {margin:0;}
.inline {display:inline;float:none;}

#preload {position: absolute;top: -1000px; left: -1000px;}

img.left	{margin-right:10px;}
img.right	{margin-left:10px;}
.red 		{color: #ff1000;}
#map 		{width: 450px;height: 300px;}

a.download-link {display: block; padding: 2px 2px 2px 20px;cursor: pointer;background: url("../images/icons/pdf.gif") no-repeat 0 2px;}
.pdf-icon {background: url("../images/icons/pdf.gif") no-repeat 0 2px !important;}
.email-icon {background: url("../images/icons/email.gif") no-repeat 0 2px !important;}
.video-icon {background: url("../images/icons/video.gif") no-repeat 0 2px !important;}
.link-icon {background: url("../images/icons/link.png") no-repeat 0 2px !important;}

/*  ----------------------------------------------------------------------
  STANDARD LAYOUT
  ---------------------------------------------------------------------- */

#header-wrapper {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}  
#header-wrapper.sticky {
	background: #fff;
	border-bottom: 2px solid #D3D5D5;
	position: fixed;
	top: -53px;
	z-index: 10000;
}
#header-wrapper.sticky #header {
	height: 53px;
}
  
#header {
	position: relative;
	width: 960px;
	height: 187px;
	margin: 0 auto;
}

#header a.logo {
	display: block;
	padding-top: 18px;
	width: 233px;
	height: 146px;
}
#header-wrapper.sticky #header a.logo {
	height: 33px;
	padding-top: 10px;
}

#wrapper {
	background: #fff;
	text-align: left;
	border-bottom: 5px solid #eee;
}

#content-top-wrapper, 
#content-top-wrapper-thin {
	background: url("/images/template/content-top-back.png");
	height: 380px;
	border-top: 2px solid #D3D5D5;
	border-bottom: 2px solid #e5e5e5;
	text-align: center;
}
#content-top-wrapper-thin {
	height: auto;
}
#content-top-wrapper-thin h1 {
	margin: 20px 0;
	text-transform: uppercase;
	color: #727272;
	font-family: 'metaplusnormal-romanregular', Arial, sans-serif;
}
#content-top {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 960px;
}

#content {
	width: 960px;
	margin: 20px auto;
	height: auto;
}

#content-main {
	float: left;
	width: 450px;
	height: 100%;
	padding: 30px 0px 30px 0;
}

#content-main-full-width {
	padding: 30px 0px 30px 0;
}
#content-main-full-width p {
	font-size: 1.2em;
}

#content-side {
	float:right;
	width: 445px;
	padding: 30px 0px 15px 0;
	margin: 0;
	height:100%;
}

body.two-col #content-main {
	float:left;
	width: 600px;
}

/*----------------------------------
	FOOTER
-----------------------------------*/

#footer-wrapper {
	background: #1F2224;
	width: 100%;
	text-align: center;
}

#footer {
	color: #CCC;
	clear: both;
	width: 960px;
	height: 30px;
	font-size: 11px;
	padding: 13px 0 6px 0;
	text-align: left;
	margin: 0 auto;
	line-height: 22px;
	position: relative;
}

#footer-text {
	float: left;
	width: 700px;
	padding-top: 7px;
}

#footer a.threeam,
#footer a.sa {
	float: right;
	width: 160px;
	height: 20px;
	text-indent: -9000px;
	background: url("/images/3am-footer.png") no-repeat 0 0;
}
#footer a.sa {
	float: right;
	width: 107px;
	height: 36px;
	margin-right: 15px;
	margin-top: -10px;
	text-indent: -9000px;
	opacity: 0.3;
	background-image: url("/images/template/logo-sa.png");
	background-position: 0 0px;
}
#footer a.sa:hover {
	opacity: 1;
}


#footer a.threeam:hover {background-position: 0 -20px;}

#footer-logos-wrapper {
	background: #2C2F32;
	width: 100%;
	text-align: center;
	height: 180px;
	border-bottom: 1px solid #383A3C;
}
#footer-logos {
	clear: both;
	width: 960px;
	padding: 0;
	padding-top: 20px;
	text-align: left;
	margin: 0 auto;	
}
#footer-logos a {
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
	float: left;
	min-height: 150px;
	opacity: 0.1;
	min-width: 190px;
}
#footer-logos a:hover {
	opacity: 1;
}

#footer-logos a.cig {
	background-image: url("/images/template/logo-cig.png");
	background-position: 0 0px;
}
#footer-logos a.ags {
	background-image: url("/images/template/logo-ags.png");
	background-position: 0 20px;
}

#footer-logos a.jas {
	background-image: url("/images/template/logo-jas.png");
	background-position: 0 29px;
}
#footer-logos a.comseat {
	background-image: url("/images/template/logo-comseat.png");
	background-position: 0 30px;
}
#footer-logos a.displayline {
	background-image: url("/images/template/logo-displayline.png");
	background-position: 0 51px;
}

/*----------------------------------
	FORM STYLING 
-----------------------------------*/

form {
	margin-top:10px;
	padding-bottom: 40px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display: block;
	width: 282px;
	margin-bottom:0px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
 /* color: #FF0000;*/
  color: #58595B;
  font-size: 10px;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	color: #A8A8A8;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
	padding-left: 0px;
}

input, textarea {
	margin-bottom: 2px;
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0;
	padding: 6px 10px;
	outline: none;
}
input:hover, textarea:hover {
	border-color: #ccc;
}

input.short {width: 40px;}

input.noborder {border: none;} 

textarea{
  width: 400px;
  height: 120px;
  margin-bottom: 6px;
}

select {margin-bottom: 6px;}
option {padding-right: 10px;}

.fieldWithErrors input{
	background-color: #FCC;
}

input.button {
	width: auto;
	text-align: center;

	margin: 5px 8px 10px 0px;
}
input.button:hover		{cursor: pointer;}

.failed-validation {background: #FF8888;}

/*----------------------------------
	TABLE STYLING
-----------------------------------*/

table.data {
	margin-bottom: 10px;
	border-spacing: 0;
    border-collapse: collapse;
}

table.data td,
table.data th {
	vertical-align: top;
	padding: 3px 0;
	text-align: left;
	margin: 0;
	border-width: 0 0 1px 0;
    border-style: solid;
	border-color: #ccc;
}

table.data th {
	font-weight: bold;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error,
.error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success,
.success {
	background: #BBEECC;
	border: 3px solid #7AC593;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

.messages ul {
	margin-bottom:0;
	margin-top:0;
}
/* green */
.messages.success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
/* red */
.messages.error{
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
/* orange */
.messages.warning {
	background: #ff9900;
	border: 3px solid #FF7722;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

/* 	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 
		MODULE STYLING
	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 		
----------------------------------------------- */

/* ----------------------------------------------- 
		FAQS EXPAND-COLLAPSE STYLING - use this when we have a module built. As seen in Shark Shield and OLoughlins
		Use snippet of application.js or add it to three.js?
----------------------------------------------- */

.expand-collapse h3:hover {cursor: pointer;}

.expand-collapse h3 span {
	padding:0 15px;
	display:inline;
	background-position:5px -3px;
	background-repeat:no-repeat;
	background-image:url("../images/expand.png");
}

.expand-collapse h3.expanded span {
	background-image:url("../images/retract.png");
}

/* ----------------------------------------------- 
		LINKS MODULE
----------------------------------------------- */

img.link-group-photo {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
.link-group,
.links-wrapper {clear: left;margin-bottom: 20px;width: 100%;height: auto; float: left}
.link-group {border-bottom: 1px dashed #ccc;}
.links-wrapper ul {list-style: none;margin-left: 0px;}
.links-wrapper ul li {clear: left;height: auto;float: left;width: 100%;}
.links-wrapper ul li img {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
p.link-description,
p.link-url {margin-top: 0px;margin-bottom: 0px;}

/*----------------------------------
	BANNER MODULE
-----------------------------------*/

#header-banner {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 468px;
	height:60px;
	border: 1px solid #ccc;
	overflow:hidden;
}

/*----------------------------------
	BLOGS
-----------------------------------*/

.blog-item {border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.blog-item h2 {margin-bottom: 0px;}
.blog-item .item-image {margin: 0 10px 10px 0;}
h3.posted {color: #444;font-size: 11px;margin-top: 0px;}

/*----------------------------------
	BREADCRUMBS
-----------------------------------*/

ul.breadcrumbs {
	margin:0;
	list-style-type:none;
	list-style-image:none;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

ul.breadcrumbs li {
	display:inline;
	margin-right:5px;
	font-size: 11px;
}

/*----------------------------------
	FORMS MODULE 
-----------------------------------*/

.form-item label {width: 100px;}

.form-item {
}

.form-item textarea {
	width: 360px;
}

.form-item.required {

}

.form-item.error {
	
}

.form-item .description {
	font-style:normal;
	margin-left:190px;
	clear:left;
}

.form-item input.error, .form-item textarea.error {
	border-color:#E74A4A;
	border-style:solid;
	border-width:1px;
}

.radiolabel {font-weight: normal;}

.radio-group-wrapper {margin-left: 190px;}

.radio-group-wrapper input {
	margin: 4px 5px 0 0;
	width: auto;
}

.form-buttons input {
	width: auto;
	color: #FFF;
	background-color: #090e37;
	border-radius: 3px;
	width: 100px;
	height: 40px;
	cursor: pointer;
	border: none;
}
.form-buttons input:hover {
	opacity: 0.8;
}

/*----------------------------------
	SEARCH RESULTS
-----------------------------------*/


#slideshow-overlay {
	position: absolute;
	top: 25px;
	background: url("/images/template/slideshow-overlay.png") no-repeat;
	z-index: 9999;
	width: 580px;
	height: 331px;
}
#slideshow {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 25px;
}

#tagline {
	position: absolute;
	right: 0;
	top: 36px;
	width: 350px;
	font-family: 'metaplusnormal-romanregular', Arial, sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
#tagline h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-style: italic;
}
#tagline  li {
	text-transform: none;
	margin-bottom: 15px;
	font-style: italic;
}
#tagline a {
	font-family: 'metaplusnormal-romanregular', Arial, sans-serif;
	font-size: 14px;
	display: block;
	background-image: url("/images/template/menu-active-left.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	position: absolute;
	right: 0;
	top: 255px;
	text-transform: uppercase;
}
#tagline a span {
	display: inline-block;
	color: #ffffff;
	background-color: #090e37;	
	padding: 8px 20px 7px 20px;
}
#tagline a:hover {
	opacity: 0.8;
}



a.blue-button {
	font-family: 'metaplusnormal-romanregular', Arial, sans-serif;
	font-size: 14px;
	display: block;
	background-image: url("/images/template/menu-active-left.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	text-transform: uppercase;
	margin: 0 auto;
}
a.blue-button span {
	display: inline-block;
	color: #ffffff;
	background-color: #090e37;	
	padding: 8px 20px 7px 20px;
}
a.blue-button:hover {
	opacity: 0.8;
}

.button-wrap {
	background: #ececec;
	padding: 60px 100px;
}


a.readmore {
	background: url("/images/template/readmore.png") no-repeat 0 1px;
	padding-left: 15px;
	text-decoration: none;
	color: #3F3F3F;
}
a.readmore:active,
a.readmore:hover {
	color: #090e37;
}

#scroll-to-top {
	background: url("/images/template/back-to-top.png") no-repeat;
	position: absolute;
	bottom: 0;
	right: -90px;
	width: 35px;
	height: 53px;
	text-indent: -9999px;
}

#content-side .gallery a {
	margin: 10px;
	float: left;
}
#content-side .gallery a img {
	width: 120px;
	height: 120px;
}

strong {
	color: #090e37;
}

ul.gallery-type-slideshow {
	list-style: none;
	margin: 0;
	padding: 0;
}

.scroll-gallery {
	position: relative;
}
.scroll-gallery .arrow-left {
	background: url(/images/template/arrows.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.scroll-gallery .arrow-right {
	background: url(/images/template/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.swiper-container {
	width: 900px;
	height: 120px;
	margin-bottom: 20px;
}

.swiper-slide {
}

.swiper-slide img {
	height: 120px;
	margin: 0 5px;
}
