﻿/* -----------------------------------------------------------------------

 Child CSS to override default Bootstrap 2 styles.

   * Created by Adam Stanley
   * Main font colour #0b0c0c
   * Default link colour #2e3191

----------------------------------------------------------------------- */
/* ---------->>> Global <<<-----------*/
html {
	font-size:100.01%;
}
body {
	color: #0b0c0c;
	font-family: 'OpenSansRegular', sans-serif;
	font-size: 1em;
	line-height: 1.429em;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
}
.lt-ie9 body {
	background-color: #fffff5;
}
body#contact-body {
	background-image: none;
}
strong, b {
	font-family: 'OpenSansBold', sans-serif;
	font-weight: bold;
	font-style: normal;
}
p {
	margin: 0 0 20px 0;
}
blockquote {
	border-left: 5px solid #dee0e2;
}
hr {
	border-color: #dee0e2;
	background-color: #dee0e2; /* for IE */
}
/* Less than IE 9 conditional comment */
.lt-ie9 .navbar-inner {
	height: 90px;
}
.lt-ie9 .ce_homeMenu {
	background-color: #ffdea6;/* border: 1px solid #ffd287; */
}
/* the below IE rule stops the home page collapse class from jumping left in compatibility mode */
.lt-ie9 .collapse {
	position: static;
}
/* ---------->>> Forms <<<-----------*/
form {
	margin: 0;
}
legend {
	font-size: 1.313em;
	line-height: 1.6em;
}
label, input, button, select, textarea {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.429em;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	font-size: 1em;
	height: 1.475em;
	line-height: 1.375em;
	color: #484848;
}
textarea {
	height: auto; /* expandable text area */
}
select {
	height: 1.875em;
}
.radio.inline, .checkbox.inline {
	padding-bottom: 10px;
}
input[type="radio"], input[type="checkbox"] {
	margin-left: 4px;
}
input[type="submit"], input[type="button"] {
	font-size: 1em;
	line-height: 1.375em;
	/* button styles from the bootstrap 3 .btn style */

    background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #CCCCCC #CCCCCC #B3B3B3;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.265em;
	margin-bottom: 10px;
	padding: 5px 14px;
	text-align: center;
	vertical-align: middle;
}
input[type="submit"]:hover, input[type="button"]:hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
input[type="button"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="submit"]:active, input[type="button"]:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
/* ---------->>> Lists, images, etc. <<<-----------*/
ul, ol {
	margin: 0 0 20px 25px;
	padding: 0;
}
li {
	margin-bottom: 10px;
}

ul {
list-style: disc outside url("/Images/nonuser/ansa-bulletpoint.gif");
}

li.more a:after {
	content: ">>>";
	font-size: 150%;
	font-weight: bold;
	margin-left: 10px;
	color: #d9edf7;
	letter-spacing: 0.15em;
}
.lt-ie9 ol {
	margin-left: 30px;
}
/* Images */
.img-200px {
	max-width: 200px;
	height: auto;
	float: right;
	margin: 0 0 10px 20px;
}
.img-200px img {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #cacaca;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 4px;
}
/* Immediacy CMS navigation style */
li.current_page {
	display: block;
	padding: 8px 12px;
	line-height: 20px;
	margin-right: 0;
	border: 1px solid #ddd;
	color: #545252;
}
/* ---------->>> Typography <<<-----------*/
h1, h2, h3, h4, h5 {
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	color: #333;
}
h1 {
	font-size: 2.218em;
	margin: 0 0 20px 0;
	font-family: 'OpenSansRegular', sans-serif;
	line-height: 40px;
}
h2 {
	font-size: 1.869em;
	font-family: 'OpenSansRegular', sans-serif;
	line-height: 35px;
}
h3 {
	font-size: 1.521em;
	font-family: 'OpenSansRegular', sans-serif;
	line-height: 30px;
}
h4 {
	font-size: 1.281em;
	font-family: 'OpenSansRegular', sans-serif;
	line-height: 27px;
}
h5 {
	font-size: 1.15em;
	font-family: 'OpenSansSemibold', sans-serif;
	line-height: 25px;
}
/* heading variations */
.topHeading {
margin-top: 0;
}
.ce_relatedColumn h2 {
    font-size: 1.5em;
	margin-bottom: 20px;
}
aside h2 {
	background-color: #f5f5f5;
	font-family: 'OpenSansRegular', sans-serif;
	margin: 20px 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-size: 1.6em;
}
aside h2:first-child {
	margin-top: 10px;
}
aside h2.ce_homeMenu {
	background-color: #ffdea6;
	background-color: rgba(255, 161, 0, 0.35);
	font-family: 'OpenSansRegular', sans-serif;
	border-radius: 4px 4px 4px 4px;
	margin:  20px 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 161, 0, 0.29);
}
footer h2 {
	color: #fff;
}
.lt-ie9 .homeTop {
	margin-top: 10px;
}
.lt-ie9 aside h2.ce_homeMenu {
	margin:  10px 0 20px 0;
}
.taskpanel h2 {
	margin-top: 0;
	font-size: 1.5em;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 14px;
}
.alert-info {
	color: #333;
}
.directory h3 {
	margin-top: 0;
	font-size: 1.5em;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 14px;
}
.hero-unit {
	padding: 20px;
                  font-size: 105%;
}
.hero-unit>h2 {
	margin-top: 0;
}
.lt-ie9 hr+h2 {
	margin-top: 0;
}
.clear {
clear: both;
}
/* ---------->>> Links <<<-----------*/

a, a:link, a:visited, a:hover, a:active a:focus {
	color: #2e3191;
	text-decoration: none;
	border-bottom: 1px solid #a6a7da;
	/*  IE7 border bottom fix */
	position: relative;
}
a:hover {
	border-bottom: 1px solid #2e3191;
	transition: border-color 0.5s;
	-moz-transition: border-color 0.5s; /* Firefox 4 */
	-webkit-transition: border-color 0.5s; /* Safari and Chrome */
	-o-transition: border-color 0.5s; /* Opera */
}
a:active, a:focus {
	background-color: #9b2743;
	outline: 3px solid #006298;
	color: #fff;
}
a img, a:link img, a:visted img, a:hover img, a:active img {
 border: 0;
 text-decoration: none;
}
a.imageLink:link, a.imageLink:visited, a.imageLink:hover, a.imageLink:active, a.imageLink:focus, a.imageLink img {
	border: 0;
	text-decoration: none;
}
DIV.userEditableImageLink A {
border-bottom-width: 0 !important; /* for IE */
}
a.brand {
	border: none;
}
a.btn {
	color: #0B0C0C;
	font-family: 'OpenSansSemibold', sans-serif;
}

.ctaarea {
    margin-top: 24px;
}

a.headercta {
    border: 3px solid #fff;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
}

a.headercta:hover {
    background-color: #6b6b6b;
}

.topnav a, .topnav a:link, .topnav a:visited, .topnav a:hover, .topnav a:active .topnav a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #3f3f3f;
	/*  IE7 border bottom fix */
	position: relative;
}
.topnav a:hover {
	border-bottom: 1px solid #fff;
	transition: border-color 0.5s;
	-moz-transition: border-color 0.5s; /* Firefox 4 */
	-webkit-transition: border-color 0.5s; /* Safari and Chrome */
	-o-transition: border-color 0.5s; /* Opera */
}
.topnav a:active, .topnav a:focus {
	background-color: #9b2743;
	outline: 3px solid #006298;
}

footer a, footer a:link, footer a:visited, footer a:hover, footer a:active footer a:focus {
color: #fff;
border-bottom: 1px solid #fff;
}

/* ---------->>> Navigation <<<-----------*/


.topnav {
float: left;
width: 100%;
background-color: #3f3f3f;
color: #fff;
padding-top: 5px;
padding-bottom: 2px;
font-size: 120%;
}

.topnav li {
float: left;
list-style-type: none;
list-style: none;
width: 13%;
margin-left: auto;
margin-right: auto;
text-align: center;
padding-top: 3px;
}

#ansa_logo {
	width: 148px;
	height: 50px;
	margin: 18px 0 0 0;
	padding: 0;
	float: left;
	border: 0;
}
a#ansa_logo:active, a#ansa_logo:focus {
	background-color: transparent;
}

/* stop IE from expanding images in plugin */
div.index table tbody tr td img {
	width: 0;
	height: 0;
}

.nav-collapse {
background-color: #3f3f3f!important;
}

.container.image {
background-color: #9c2741;
width: 100%;
height: 250px;
background-image: url("/Images/nonuser/ansa-header-image.jpg");
background-position: right top;
background-repeat: no-repeat;
}

/* ---------->>> Search <<<-----------*/
/* custom class to make nav search clear the menu */
.ce-navSearch {
	float: right;
	clear: right;
	margin: 0 0 10px 0;
	width: 66%;
	position: relative;
}
.lt-ie9 .ce-navSearch {
	margin: 10px 0 0 0;
}
.ce-navSearch input {
	border: 1px solid #206c49;
	border-radius: 4px;
	width: 97.7%;
	height: 2em;
	-webkit-box-shadow: inset 2px 2px 3px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	font-family: 'OpenSansRegular', sans-serif;
	font-size: 1em;
}
input.search-query {
	padding-right: 8px;
	padding-left: 8px;
}
#search-button {
	position: absolute;
	right: 15px;
	top: 9px;
	width: 35px;
	height: 25px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ceSearchForm label {
	position: absolute;
	top: -1000em;
}
.lt-ie9 #search {
	width: 97%;
	line-height: 1.55em;
}
.ce_relatedColumn i {
	margin-left: 6px;
}
/* navbar background colour and min-height */
.ansa_navbar-inner {
	background-image: none;
	background-color: #9B2743;
	background: #9B2743;
	min-height: 70px;
	padding-left: 20px;
	padding-right: 20px;
}
/* default colour for the non active top nav links */
.ce_navbar-inner .nav > li > a {
	color: #333333;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-size: 1.29em;
	border: none;
	border-radius: 4px;
}
/* hover/active state for the non active class top nav links */
.ce_navbar-inner .nav > li > a:focus, .ce_navbar-inner .nav > li > a:hover {
	background-color: #206c49;
	color: #000;
}
/* background colour for the top nav active null link */
.ce_navbar-inner .nav .active > a, .ce_navbar-inner .nav .active > a:hover, .ce_navbar-inner .nav .active > a:focus {
	color: #ffffff;
	background-color: #9B2743;
}
/* small screen menu,  active link color */
.navbar-inner .nav .active > a, .navbar-inner .nav .active > a:hover, .navbar-inner .nav .active > a:focus {
	background-color: #206C49;
	color: #fff !important;
}
/* small screen background colour for non active links during hover/active states */
  .navbar-inner .nav-collapse .nav > li > a:hover, .navbar-inner .nav-collapse .nav > li > a:focus, .navbar-inner .nav-collapse .dropdown-menu a:hover, .navbar-inner .nav-collapse .dropdown-menu a:focus {
	background-color: #206c49;
	color: #fff;
}
/* small screen link colour for non active menu links */
.navbar-inner .nav-collapse .nav > li > a, .navbar-inner .nav-collapse .dropdown-menu a {
	color: #333333;
}
.navbar .btn {
	margin-top: 14px;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	color: #2E3191;
	font-weight: normal;
}
/* Skip Navigation styles */
#skip a:link, #skip a:visited, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-2500px;
	width:1px;
	height:1px;
	overflow:hidden;
	border-bottom: 1px solid #cacaca;
}
#skip a:active, #skip a:focus {
	position:absolute;
	left: 10px;
	top: 10px;
	width:auto;
	height:auto;
	color: #fff;
	background-color: transparent;
	border-bottom: 1px solid #fff;
}
/* ---------->>> SERVICE HOME PAGE <<<-----------*/
.ce-taskpanel {
padding: 15px 13px 0 13px;
margin-bottom: 20px;
}
.ce-taskpanel h2 {
	margin-top: 0;
}

.firstIconLink {
	margin-top: 20px;
}
.iconLink a:link, .iconLink a:visited, .iconLink a:hover, .iconLink a:active, .iconLink a:focus {
	color: #222;
	text-decoration: none;
	border: none;
	display: block;
	border-radius: 5px;
	display: inline-block;
	min-height: 50px;
	padding: 12px 0;
	width: 99.5%;
}
.iconLink:hover {
	background-color: #cee4af;
	border-radius: 5px;
}
.iconLink a span.iconMainLink {
	font-size: 115%;
}
.iconLink a span.iconAddLink {
	font-size: 90%;
}
.iconLink a img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
}
#iconNav {
	width: 100%;
	background-color: #fff;
	padding: 10px 0 0 0;
	background: #fff; /* Old browsers */
}
/* Task panels NOTE: this is to be removed and placed locally inside the head for each seaction home 
div.taskpanel{
min-height: 18em;
}*/
.taskpanel ul {
	margin-bottom: 3px;
}
/* adds the angle bracket to the side navigtion on page templates */
.ce_relatedNav > li > a:before, .ce_consultations > li > a:before, .ce_inFocus > li > a:before {
	background: url("/Images/nonuser/glyphicons-halflings.png") no-repeat scroll -446px -64px transparent;
	content: " ";
	display: block;
	float: right;
	height: 34px;
	margin: -4px -12px 0 0;
	width: 30px;
}
.ce_relatedNavFirst a:before {
	background: url("/Images/nonuser/glyphicons-halflings.png") no-repeat scroll -304px -111px transparent !important;
	content: " ";
	display: block;
	float: right;
	height: 34px;
	margin: -4px -12px 0 0;
	width: 30px;
}
.ce_relatedNavFirst a:link {
	background-color: #f5f5f5;
}
	
/* ---------->>> Main content <<<-----------*/
/*custom breadcrumb styles */
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 9px 15px 12px 4px;
	line-height: 1.629em;
}
.breadcrumb span a {
}
.breadcrumb span {
	display: inline-block;
	color: #000;
}
.breadcrumbSep {
	margin: 0 5px;
}
.lt-ie9 .breadcrumb span {
	margin-right: 4px;
}
.breadcrumb > .active {
	color: #5b5b5b;
}
/* content area */
.ansa-main {
	padding: 20px 15px;
	background-color: #fff;
}
.alert-success {
	color: #333;
}
.alert {
	color: #FFFFFF;
	margin-top: 20px;
}
.alert {
	background-color: #9b2743;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #9b2743;
	margin: 0 0 20px 0;
	padding: 3px 35px 6px 14px;
	text-shadow: 0 1px 0 rgba(118, 116, 116, 0.5);
}
h2.alert {
	font-size: 1.5em;
	line-height: 30px;
}
.brand {
	width: 26.5%;
	max-height: 67px;
	max-width: 148px;
	min-width: 123px;
}
.brand img {
	width: 100%;
	height: auto;
}
.ce_accent-box {
	background-color: #eaf3f8;
}
.ce_campaign {
	background-color: #f3f3f3;
	padding: 30px 10px;
	margin: 0;
}
.lt-ie9 .ce_campaign {
	margin: 20px 0 0 0;
}
/* Section Home NB. The styles below are for the accordion demo and may need to be removed if this is not used */
.accordion-inner ul li {
	padding: 0 10px 0 15px;
	line-height: 2em;
	border-right: 1px solid #cacaca;
}
.accordion-inner ul {
	margin-left: 3em;
	padding-left: 0;
}
.accordion-group h3 {
	font-size:	1.121em;
	line-height: 0;
	padding: 7px 0;
	margin: 0;
}
.accordion-group i {
	margin-left: 10px;
	height: 18px;
	vertical-align: text-bottom;
}

/* ---------->>> JOBS LIST <<<-----------*/

.jobadvert {
    padding: 15px;
    border-radius: 7px;
    display: block;
    margin-bottom: 15px;
}
.jobadvert h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.jobdetails ul {
    margin-bottom: 0px;
}

/* ---------->>> TABLES <<<-----------*/
table.ImmTS_Default th, table.ImmTS_Default td {
	padding: 8px;
}

.table-responsive {
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}
.table-responsive .ImmTS_Default {
margin-bottom: 5px;
}
/* Section Home Version 2 */

ul.ce_directoryList li {
	display: inline;
	padding: 0 10px 0 14px;
	border-right: 1px solid #cacaca;
	line-height: 2em;
}
ul.ce_directoryList li:first-child {
	padding: 0 10px 0 0;
}
ul.ce_directoryList li:last-child {
	border-right: none;
}
.article-list > li {
	background: none repeat scroll 0 0 #eff3f7;
	border: 1px solid #addbe7;
	padding: 0;
}
.article-list > li:first-child {
	margin-top: 20px;
}
.article-list > li:last-child {
	margin-bottom: -10px;
}
ul.article-list li h3 a {
	margin: 0 0 0 28px;
}
.article-list ul {
	padding: 0 20px 20px 0;
}
ul.article-list li a {
	-ms-word-break: break-all;
	word-break: break-all;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/* ---------->>> Responsive YouTube <<<-----------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
                 margin-bottom: 20px;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ---------->>> Google Map for Contact page <<<-----------*/
#ansamap {
height:500px;
width:100%;
}
.gm-style-iw * {
display: block;
width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
margin: 0;
padding: 0;
}
.gm-style-iw a {
color: #4272db;
}
/* ---------->>> Buttons <<<-----------*/
button {
	font-family: 'OpenSansBold', sans-serif;
}
.btn {
	background-image: none;
}
/* Copied from Bootstrap v3 to remove gradients and make more accessible */
.btn-primary {
	color: #0b0c0c;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #0b0c0c;
	background-color: #3276b1;
	border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-warning {
	color: #0b0c0c;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	color: #0b0c0c;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-danger {
	color: #0b0c0c;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	color: #0b0c0c;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-success {
	color: #0b0c0c;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #0b0c0c;
	background-color: #47a447;
	border-color: #398439;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-info {
	color: #0b0c0c;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	color: #0b0c0c;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}

/* ---------->>> Click to show menu <<<-----------*/
@media all {
.icon-search {
background-position: -335px -48px!important;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/Images/nonuser/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
}

/* ---------->>> Gutter <<<-----------*/
.gutter {
background-color: #fff;
padding: 10px 15px;
text-align: center;
border-top: 10px double #f7f7f7;
}

/* ---------->>> Footer <<<-----------*/
footer {
	padding: 10px 0;
	background-color: #9b2743;
	color: #fff;
}
#footer {
	background-color: #9b2743;
}
footer ul, #footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none inside none;
}
.social-icons svg{
fill: white;
margin-right: 30px;
}
@media (max-width: 400px){
	.social-icons svg{
margin-right: 20px;
}
}
.social-icons {
padding: 30px 0 10px 0 !important;
}
.socialLinks {
	text-decoration: none !important;
	border: none !important;
}
.socialLast {
	margin-right: 0 !important;
}
/* both HTML5 and div ID for non shiv code in the CMS */
footer ul li a, footer ul li a:link, footer ul li a:visited, footer ul li a:hover, footer ul li a:active, footer ul li a:focus, #footer ul li a:link, #footer ul li a:visited, #footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #cacaca;
}
footer ul li a:hover, footer ul li a:active, footer ul li a:focus, #footer ul li a:hover, #footer ul li a:active, #footer ul li a:focus {
	border-bottom: 1px solid #fff;
}
.cec_webinfo {
	float: right;
}
/* ---------->>> Media Queries <<<-----------*/

@media all and (min-width: 768px) and (max-width: 979px) {
.homeSpan8 {
	width: 720px;
}
.homeSpan4 {
	width: 350px;
}
.ce_menuSpan4 {
	width: 97%;
}
}
 @media all and (max-width: 979px) {
.AtoZ {
	float: right;
	margin: 0 5px 18px 0;
}
.firstNav {
	float: left;
	height: auto;
	width: 100%;
	background-color: #206c49;
	background-color: rgba(32, 108, 74, 0.48);
	margin: 0 0 5px 0;
	padding: 0;
	font-family: 'OpenSansSemibold', sans-serif;
	border-radius: 4px;
}
.firstNav ul.nav {
	float: none;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.firstNav ul.nav li {
	margin-bottom: 0;
	width: 33.33%;
	text-align: center;
}
#ansa_logo {
	display: block;
	margin: 15px auto 0 auto;
	float: none;
	padding-left: 0;
}
.ce-navSearch {
	width: 100%;
	float: none;
	display: block;
	margin: 10px auto;
}
.ce-navSearch input {
	height: 2em;
}
.container.image {
	display: none;
}
.headerimage img {
	display: none;
}
.topnav li {
float: left;
list-style-type: none;
width: 25%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
}
/* target iPad 4 portrait - 21.10.13 - removed as this causes gt IE9 issues
@media all and (min-width: 768px) and (max-width: 980px) {
.ce-navSearch input {
	width: 97%;
}
} */
/* Start of single column layout */
 @media all and (max-width: 767px) {
.cec_webinfo {
	float: none;
}
.ce-navSearch input {
	width: 99.9%;
}
#iconNav {
	background: none;
	background-color: #fff;
	margin-bottom: 20px;
}
.iconLink a:link, .iconLink a:visited, .iconLink a:hover, .iconLink a:active, .iconLink a:focus {
	border-bottom: 1px solid #cee4af;
	border-radius: 0;
	padding: 6px 0;
	width: 99%;
}
.iconLink a span.iconMainLink {
	font-size: 100%;
	line-height: 150%;
}
.firstIconLink {
	margin-top: 0;
}
.ce-navSearch input {
	height: 2.5em;
}
.alert {
	margin-top: 20px;
}
footer {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
}
 @media all and (max-width: 520px) {
.navbar .container {
	padding: 0;
}
.ansa-main {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.gutter {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.topnav li {
padding: 0px;
text-align: center;
border-bottom: 1px dashed #4d4d4d;
width: 100%;
}
.topnav {
border-bottom: 7px solid #9B2743;
}
}
 @media all and (max-width: 480px) {
.AtoZ {
	margin: 15px 5px 15px 0;
}
.topnav {
border-bottom: 7px solid #9B2743;
}
.topnav li {
padding: 0px;
text-align: center;
border-bottom: 1px dashed #4d4d4d;
width: 100%;
}
}
 @media all and (max-width: 320px) {
.breadcrumbSep {
	margin: 0 2px;
}
.accordion-heading .accordion-toggle {
    padding: 8px 10px;
}
h1 {
	font-size: 1.869em;
	line-height: 35px;
}
h2 {
	font-size: 1.521em;
	line-height: 30px;
}
h3 {
	font-size: 1.421em;
	line-height: 29px;
}
}
/* ---------->>> Fonts generated by Font Squirrel (http://www.fontsquirrel.com) on May 15, 2013 04:27:35 AM America/New_York <<<-----------*/
@font-face {
	font-family: 'OpenSansLight';
	src: url('/SiteElements/Fonts/OpenSans-Light-webfont.eot');
	src: url('/SiteElements/Fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/SiteElements/Fonts/OpenSans-Light-webfont.woff') format('woff'), url('/SiteElements/Fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('/SiteElements/Fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansRegular';
	src: url('/SiteElements/Fonts/OpenSans-Regular-webfont.eot');
	src: url('/SiteElements/Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/SiteElements/Fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/SiteElements/Fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('/SiteElements/Fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansSemibold';
	src: url('/SiteElements/Fonts/OpenSans-Semibold-webfont.eot');
	src: url('/SiteElements/Fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/SiteElements/Fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('/SiteElements/Fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('/SiteElements/Fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansBold';
	src: url('/SiteElements/Fonts/OpenSans-Bold-webfont.eot');
	src: url('/SiteElements/Fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/SiteElements/Fonts/OpenSans-Bold-webfont.woff') format('woff'), url('/SiteElements/Fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('/SiteElements/Fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ---------->>> User styles <<<-----------*/

.task {
float: left;
height: auto;
width: 99%;
margin-bottom: 25px;
}

.task h2 {
background-color: #9b2743;
border-radius: 4px 4px 4px 4px;
border: 1px solid #9b2743;
margin: 0 0 20px 0;
padding: 3px 35px 6px 14px;
text-shadow: 0 1px 0 rgba(118, 116, 116, 0.5);
color: #fff;
font-size: 1.5em;
line-height: 30px;
}

.right {
float: left;
height: auto;
width: 49%;
}

.left {
float: left;
height: auto;
width: 49%;
}

hr {
}
.Heading1, h1 {
}
.Heading2, h2 {
}
.Heading3, h3 {
}
.Heading4, h4 {
}
.Heading5, h5 {
}
.normal, p {
/*	font-size: 1em;*/
}
table.ImmTS_Default {
	background-color: transparent;
	width: auto !important;
	/* max-width: 100%; CMS issues*/
	margin-top: 20px;
                  margin-bottom: 20px;
border-collapse: collapse;
margin-left: 0em;
padding-left: 0;
padding-right: 0;
}
table.ImmTS_Default th {
	background-color: #dee0e2;
	font-family: 'OpenSansBold', sans-serif;
border-collapse: collapse;
}
table.ImmTS_Default th {
}
table.ImmTS_Default th, table.ImmTS_Default td {
	line-height: 20px;
	padding: 8px; 
	text-align: left;
	vertical-align: top;
}
table.ImmTS_Default tr {
border-collapse: collapse;
}
table.ImmTS_Default td {
	background-color: #f5f5f5;
border-collapse: collapse;
}
table.ImmTS_Default, table.ImmTS_Default th, table.ImmTS_Default td {
	border: 1px solid #7e7c7c !important;
border-collapse: collapse;
}

/* User selectable styles in Contensis CMS editor */
.usr_ImageRight {float: right; margin: 0 0 20px 20px;}
.usr_ImageLeft {float: left; margin: 0 20px 20px 0;}
.usr_ImageThumbnail {border: 1px solid #cacaca; border-radius: 8px; padding: 5px;}
/* Social icons for the content area */
.social-icons-content-area svg{
		fill: #9b2743;
		margin-right: 30px;
	}
.social-icons-content-area {
padding: 10px 0 !important;
}
.socialLinks {
	text-decoration: none !important;
	border: none !important;
}
.socialLast {
	margin-right: 0 !important;
}
@media (max-width: 400px){
	.social-icons-content-area svg{
margin-right: 20px;
}
}
/* Cookie control */
#ccc-icon.ccc-icon--dark {
    fill: rgb(0 0 37 / 46%) !important;
}