@charset "utf-8";
/*==================================================
 Global CSS Reset
 ==================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "Helvetica";
	font-size: 62.5%;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #083E78;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color:#083e78;
}
img, object {
	max-width: 100%;
	height: !important auto;
}
html {
	-webkit-text-size-adjust: 100%;
}
.clear {
    clear: both;
    margin: 10px 0;
}

/*==================================================
 Typography
 ==================================================*/
li.no-border {
	border-right:none!important;
}
.insight {
	behavior:url(PIE.htc);
	position:relative;
}

/*@font-face {
    font-family: 'AvantGarde-Book';
    src: url('../fonts/IT012.eot');
    src: url('../fonts/IT012.eot?#iefix') format('embedded-opentype'),
         url('../fonts/IT012.woff') format('woff'),
         url('../fonts/IT012.ttf') format('truetype'),
         url('../fonts/IT012.svg#AvantGarde-Book') format('svg');
    font-weight: 300;
    font-style: normal;
}
*/
/*==================================================
 Form Element
 =================================================*/
 input[type="text"] {
	background:#fff;
	border:none;
	padding-left:10px;
	outline:none;
}
input[type="submit"] {
	background:none;
	border:none;
	cursor:pointer;
}
/*==================================================
 Basic Structure
 =================================================*/
#Wrapper, #Header, #Footer, #Content, .PrimarySection, .SecondrySection, .Banner, .MainContent {
	width: 100%;
}
nav.SecondrySection {
	overflow:hidden;
}
#Wrapper {
	overflow: hidden;
	height: 100%;
}
.Banner, #Content .SecondrySection .CDetail {
	display: inline-block;
}
.main {
	min-width: 190px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#Content .SecondrySection figure, #Content .SecondrySection .CDetail {
}
/*==================================================
 Header Section
 ==================================================*/
#Header {
	background:url(../img/header-bg.jpg) left top repeat;
	height:142px;
}
#Header .PrimarySection {
	overflow:hidden;
}
#logo {
	margin:20px 0 0 1%;
	float:left;
	width: 230px;
	height: 58px;
}
#logo_centred {
	margin:40px auto;
	width: 230px;
	height: 58px;
}
/*==================================================
 Advisory
 ==================================================*/
.advisory {
	float:right;
	width:186px;
	margin-top: 1px;
}
.advisory li {
	height:35px;
	background: #30A50D;
	font-size:1.2em;
	line-height:125%;
	margin-bottom:2px;
	letter-spacing:1px
}

.advisory a {
	color:#fff;
	display:block;
	padding:10px 5px 0 0;
	text-align:right;
}
.advisory a:hover {
	color:#124680;
}
/*==================================================
 Header Navigation
 ==================================================*/
#Header nav {
	float:left;
	width:82%;
}
#Header .social-icon {
	margin-top:20px;
	background: none;
	padding-left: 0;

}
#Header .SecondrySection .social-icon li {
    background: none;
    padding-left: 0;
}

#Header nav.main ul {
	display:inline-block;
	margin-top:15px;
	position:relative;
	z-index:99;
	text-transform: uppercase;
}
#Header nav.main ul ul {
	text-transform: none;
}
#Header nav.main ul li {
	float:left;
	position:relative;
	letter-spacing:1px;
	font-size:1.3em;
	line-height:100%;
	border-right:1px solid #6182a8;
	font-family: 'Helvetica';
	background: none;
	padding-left: 0;
}
#Header nav.main a {
	color:#fff;
	display:block;
	padding:14px 25px 18px;
}
#Header nav.main a.active, #Header nav.main a:hover, #Header nav.main li:hover {
	background:#083E78;
	color:#fff;
	text-decoration: none;
}
#Header nav.main li ul {
	width:170%;
	position:absolute;
	left:0px;
	margin:0px;
	z-index:99;
	border-top:1px solid #a5a5a5;
	padding-bottom:8px;
	background:#083E78;
	box-shadow:2px 0 3px #666;
	-webkit-box-shadow:2px 0 3px #666;
	display:none;
	opacity:.8;
	filter: alpha(opacity = 80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')
}
#Header nav.main ul li:hover ul {
	display:block;
}
#Header nav.main li ul a {
	padding:6px 0px 6px 8%;
	font-size:.6em;
	color:#fff;
}
#Header nav.main li ul a:hover {
	color:#30A50D;
}

#Header nav.main li li {
	float:none;
	border-bottom:1px solid #c4c3c3;
	background:none;
	border-right:none;
}
#Header .SecondrySection {
	width:100%;
	display:inline-block;
}
/*==================================================
 Search
 ==================================================*/
.search {
	background:#fff;
	overflow:hidden;
	float:right;
	margin-top:10px;
	position: relative;
}
.search input[type="submit"] {
	background:url(../img/icon-search.png) right center no-repeat;
    border: 0 none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0);
    font: 0px/0 a;
    height: 14px;
    right: 6px;
    text-shadow: none;
    top: 7px;
    width: 13px;
    position: absolute;
}

.search input[type="text"] {
	float:left;
	width:170px;
	line-height:1;
	color:#053D76;
	height:15px;
	font-size:.8em;
}
/*==================================================
 Breadcrumb
 ==================================================*/
.MainContent p.breadcrumb {

	/*color: #fff; test for change */
	color: #083E78;
	padding: 20px 0 5px 20px;
}
.breadcrumb a {
	color:#30A50D;
}
/*==================================================
 Social Icons
 ==================================================*/
.social-icon {
	float:right;
	width:15%;
	margin-top:15px;
}

@font-face {
    font-family: 'si';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(../fonts/socicon.svg) format(svg);
    }
}
.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
    	float:right;
	margin-top:15px;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
    list-style: none;
    padding-left: 0 !important;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 2px;
    color: #ffffff;
    background-color: none;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'b';
}
.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'a';
}
.soc-linkedin {
    background-color: #3371b7;
}
.soc-linkedin:before {
    content:'j';
}
.soc-instagram {
    background-color: #9c7c6e;
}
.soc-instagram:before {
    content:'x';
}
.soc-youtube {
    background-color: #e02a20;
}
.soc-youtube:before {
    content:'r';
}

.soc-facebook:hover {
    background-color: #526fac;
}
.soc-twitter:hover {
    background-color: #61bbf2;
}
.soc-linkedin:hover {
    background-color: #4785cb;
}
.soc-instagram:hover {
    background-color: #b09082;
}
.soc-youtube:hover {
    background-color: #f43e34;
}
/*==================================================
 Footer Section
 =================================================*/

#Footer .PrimarySection {
	background:#053D76;
	overflow:hidden;
	padding:25px 0 35px 0
}

.recent-videos {
	float:left;
	width:45%;
	margin:0 3% 0 1%;
}
#Footer .editor video {
	width: 210px;
}
.recent-blog {
	float:left;
	width:21.7%;
	margin:0 3% 0 1%;
}
footer .editor .recent-blog ul li {
	font-size: 1.0em;
}
.editor .recent-blog h5 {
	color:#6699cc;
}
.editor .recent-blog p {
	color:#fff;
	padding:0;
	line-height:120%;
	font-size: 12px;
}
.editor .recent-blog a {
	font-size:13px;
	line-height:120%;
	color:#fff;
	font-family: "Helvetica";
}
.editor .recent-blog p a {
	font-size:1em;
}
#Footer address small {
	color:#fff;
	font-size:1.14em;
}
.recent-blog small {
	color:#6699cc;
	line-height:120%;
	font-family: "Helvetica";
	display:block;
}
.editor .recent-blog.no-margin {
	margin-right:0px;
	width:20%;
	float:right;
}
.approach a {
	margin-top:10px;
	text-decoration:underline;
	display:inline-block;
}
#Footer address {
	font-style:normal;
	font-family: "Helvetica";
	line-height:120%;
	color:#fff;
}
#Footer address .location {
	background:url(../img/location-icon.png) left top no-repeat;
	padding-left:13%;
	margin-top:10px;
	display:block;
}
#Footer .phone {
	background:url(../img/phone-icon.png) left top no-repeat;
	display:block;
	padding-left:13%;
	margin-top:10px;
	min-height:20px
}
#Footer .fax {
	background:url(../img/printer.png) left top no-repeat;
	display:block;
	padding-left:13%;
	margin-top:10px;
	min-height:20px
}
#Footer .mail {
	background:url(../img/mail.png) left center no-repeat;
	display:block;
	padding-left:13%;
	margin-top:10px;
}
#Footer .SecondrySection {
	overflow:hidden;
	padding:20px 0 15px 0;
	background:#cecdcd;
	font-size:1.2em;
	line-height:120%;
}
#Footer .SecondrySection ul {
	float:left;
	width:57%;

}
#Footer .SecondrySection ul li {
	background: none;
	float:left;
	border-right:1px solid #333;
	padding:0 2.5%;

}
#Footer .SecondrySection ul li:last-child {
	border-right: 0;
}
#Footer .SecondrySection ul a {
	color:#333;
	font-size: .9em;
}
#Footer .SecondrySection ul a:hover {
	text-decoration:underline;
}
#Footer .SecondrySection small {
	float:left;
	color:#333;
	font-size:1em;
	margin-right:5px;
}
.Footer .no-border {
	border-right:none;
}
.space {
	margin-left:19%
}
.copy {
	float:right;
}
.editor img {
   height:auto;
}
/*==================================================
 Testimonials
 ==================================================*/
#testimonials {
    color: #333333;
    font-size: 13px;
    line-height: 22px;
    padding: 0 0 0 35px;
    width: 540px;
}
.testimonial-container {
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    float: left;
    padding: 5px 6px 8px 0;
    position: relative;
    width: 95%;
}
.testimonial {
    margin: 0;
    padding: 10px;
    position: relative;
    font-family: "Helvetica";
    color: #666;
    font-style: normal;
    line-height: 127%;
    padding: 10px 0 10px 15px;
}
.testimonial-balloon {
    background-image: url("../img/testimonial-arrow.png");
    background-position: 40px 0;
    background-repeat: no-repeat;
    float: left;
    height: 9px;
    margin: -1px 0 14px;
    position: relative;
    width: 100%;
    z-index: 100;
}
  behavior: url(ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.testimonial .blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
.testimonial .blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
.testimonial .blockquote {
    background: url("../img/quote.png") no-repeat scroll 0 6px transparent;
    color: #444444;
    line-height: 24px;
    padding: 10px 20px 10px 45px;
}
#quote {
    color: #333333;
    font-size: 12px;
    line-height: 22px;
    padding: 0 0 0 35px;
    width: 540px;
}
.quote-container {
    border: 1px solid #DDDDDD;
    float: left;
    padding: 5px 6px 8px 0;
    position: relative;
    width: 95%;
}
.quote {
    margin: 0;
    padding: 10px;
    position: relative;
    font-family: "Helvetica";
    color: #666;
    font-style: normal;
    font-size: 1.2em;
    line-height: 127%;
    padding: 10px 0 10px 15px;
}

.quote em {
    color: #083E78;
    float: left;
    font-family: "Helvetica";
    font-size: .9em;
    font-style: italic;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.quote-balloon {
    background-image: url("../img/testimonial-arrow.png");
    background-position: 40px 0;
    background-repeat: no-repeat;
    float: left;
    height: 9px;
    margin: -1px 0 14px;
    position: relative;
    width: 100%;
    z-index: 100;
}
.quote .blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
.quote .blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
.quote .blockquote {
    background: url("../img/quote.png") no-repeat scroll 0 6px transparent;
    color: #444444;
    line-height: 24px;
    padding: 10px 20px 10px 45px;
}
.SecondrySection h2 {
	color: #30A50D;
	padding: 0 0 10px 0px;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	font-weight: 500;
}
.pagetestimonial {
}
.pagetestimonial .blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
.pagetestimonial .blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
.pagetestimonial .blockquote {
    background: url("../img/quote.png") no-repeat scroll 0 15px transparent;
    color: #444444;
    line-height: 24px;
    padding: 10px 20px 10px 45px;
}
.testimonial-author {
    margin: 0px 0 20px 10px;
    font-family: "Helvetica";
    color: #083E78;
    float: left;
    font-weight: 400;
    font-style: italic;

}
.testimonial-author span {
    font-size: 12px;
    color: #666;
}
.read-more a {
    color: #083E78;
    font-size: 14px;
    text-decoration: underline;
}
.read-more a:hover {
    text-decoration: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contacthover {
	display: none;
}

#powerTip {
	width: 200px;
	white-space: normal !important;
	font-size: 12px;
}
#powerTip p {
	margin-bottom: 10px;
	line-height: 14px;
}


@media screen and (max-width: 979px) {
	.contacts_item .showmore {
		display: none;
	}
}