/* =============================================================================
   FONTS
   ========================================================================== */
/*@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:700,400);*/
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed_bold-webfont.eot');
    src: url('../fonts/robotocondensed_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed_bold-webfont.woff') format('woff'),
         url('../fonts/robotocondensed_bold-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed_bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed_regular-webfont.eot');
    src: url('../fonts/robotocondensed_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed_regular-webfont.woff') format('woff'),
         url('../fonts/robotocondensed_regular-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed_regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}
html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 1em 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: '';
    content: none;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}
menu,
ol,
ul {
    padding: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
figure {
    margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/* ==========================================================================
   Tables
   ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ================================================================================
   PRIMARY STYLES
   Author: Abdullah Norozi Iranzad for bka Interactive Ltd.
   Note: This project was started based on version 4.1.0 of html5-boilerplate
   with comments removed.
   ================================================================================ */

/* =============================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6, p, ul, ol, li, th, td {
    font-weight: normal;
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
h1{
    font-size: 40px;
    line-height: 56px;
    display: inline;
    position: relative;
    left: 6px;
}
h1.blue{
    box-shadow: 41px 0 0 0 #4860AD, -26px 0 0 0 #4860AD;
    background-color: #4860AD;
}
h1.red{
    box-shadow: 41px 0 0 0 #C53139, -26px 0 0 0 #C53139;
    background-color: #C53139;
}
h1.yellow{
    box-shadow: 41px 0 0 0 #B4B43C, -26px 0 0 0 #B4B43C;
    background-color: #B4B43C;
}
.bandingPageIntroHome h1{
    font-size: 36px;
    line-height: 50px;
    left: 26px;
}
.gecko .bandingPageIntroHome h1{
    line-height: 55px;
}
h1 span{
    font-size: 40px;
    line-height: 36px;
    color: #FFF;
    text-shadow: 0px 2px 0px #000;
    filter: dropshadow(color=#000000, offx=0, offy=2);
    display: inline;
    position: relative;
    top: -4px;
}
.bandingPageIntroHome h1 span{
    font-size: 36px;
    line-height: 30px;
}
h2{
    font-size: 24px;
    line-height: 120%;
    color: #757575;
    text-transform: uppercase;
    text-align: center;
}
.bandingTextureLightGrey h2{
    color: #FFF;
}
.bandingWhite h2{
    color: #999;
    margin: -15px 0 31px -87px;
}
h3{
    font-size: 24px;
    line-height: 120%;
    color: #444;
}
.bandingLightGreyWithDownArrow h3{
    padding-top: 21px;
    float: right;
}
.articleTheFund h3,
.articlePortfolio h3,
.contactUsMap h3{
    font-size: 34px;
    width: 450px;
    padding-bottom: 10px;
    float: left;
}
.articlePortfolio h3,
.contactUsMap h3{
    width: 329px;
    padding-bottom: 19px;
    margin: -5px 0 16px;
    background: url(../images/ui/bg-articlePortfolio-h3.png) repeat-x left bottom;
}
.contactUsMap h3{
    color: #FFF;
    width: 257px;
    margin-bottom: 23px;
    background: url(../images/ui/bg-contactUsMap-h3.png) repeat-x left bottom;
}
.articleNews h3{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 3px;
}
h4{
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #444;
}
.contentFAQ h4{
    margin-bottom: 11px;
}
.newsContainer h4 {
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 0 12px 4px;
    margin-bottom: 10px;
    background: url(../images/ui/bg-articlePortfolio-h3.png) repeat-x left bottom;
}
.newsContainer a {
    text-decoration:none;
}
h5{
}
h6{
}
p{
    font-size: 16px;
    line-height: 24px;
    color: #444;
}
.columnHomeContent p{
    color: #FFF;
    padding-bottom: 24px;
}
.columnHomeContent:first-child p{
    font-size: 20px;
    line-height: 28px;
    width: 270px;
    padding: 0;
}
.highlightContainer p{
    padding: 0;
}
.columnTheFundContent p{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}
.columnTheFundContent:first-child p{
    font-size: 20px;
    line-height: 28px;
}
.theFundSteps p{
    font-size: 15px;
    line-height: 22px;
    padding: 78px 29px 0;
}
.articleTheFund p,
.articlePortfolio p{
    line-height: 22px;
    width: 450px;
    padding: 0 0 0 1px;
    float: left;
}
.articlePortfolio p{
    font-size: 15px;
    width: 329px;
}
.contentFAQ p{
    line-height: 22px;
    margin-bottom: 29px;
}
.contactUsMap p{
    font-size: 18px;
    line-height: 120%;
    color: #FFF;
    width: 257px;
    float: left;
}
p a{
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}
.columnHomeContent p a{
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
}
.articlePortfolio p a{
    border-bottom: none;
}
p a:hover{
    border-bottom: none;
}
.articleNews time{
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 28px;
    color: #333;
    text-transform: uppercase;
    display: block;
    padding-bottom: 17px;
}
.articleLink{
    font-size: 13px;
    line-height: 24px;
    color: #B71E2B;
    text-decoration: none;
    display: block;
    margin-top: 8px;
}
.articleLink span{
    border-bottom: 1px solid #B71E2B;
}
.articleLink:hover span{
    border-bottom: none;
}
.articleLink:before{
    content: '›› ';
}

nav a,
.applyNow,
h1,
h2,
.footerNav a,
.stepNumber,
.contactGD1{
    font-family: 'roboto_condensedbold', sans-serif;
}
h3,
.newsContainer h4{
    font-family: 'roboto_condensedregular', sans-serif;
}
/* =============================================================================
   General styles
   ========================================================================== */
body{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-top: 5px solid #222;
    background: #FFF;
}
*:focus{
	outline: none;
}
button{
	border: none;
	background: transparent;
}
.siteHeader{
    width: 968px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.headerContent{
    width: 242px;
    height: 606px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ui/bg-header.png) no-repeat left bottom;
}
.logo{
    display: block;
    width: 204px;
    height: 64px;
    position: absolute;
    top: 40px;
    left: 19px;
    background: url(../images/ui/sprite.png) no-repeat -0px -234px;
}
.logoFooter{
    width: 200px;
    top: 55px;
    left: 3px;
    background-position: 0 -80px;
}
nav{
    position: absolute;
    top: 145px;
    left: 28px;
    width: 187px;
}
nav li{
    margin-bottom: 20px;
}
nav a{
    font-size: 20px;
    line-height: 120%;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 7px 21px;
    background: rgb(101,101,101) url(../images/ui/bg-nav-a.png) no-repeat right top;
    background: rgba(255,255,255,0.2) url(../images/ui/bg-nav-a.png) no-repeat right top;
}
nav a.portfolio{
    font-size: 15px;
    line-height: 15px;
    padding: 5px 21px 3px;
}
nav a.active{
    position: relative;
    left: 10px;
}
nav a:hover,
nav a.active{
    background-color: rgb(183,30,43);
    background-color: rgba(183,30,43,0.8);
}
.applyNow,
.contactGD1{
    text-decoration: none;
    display: block;
}
.applyNowWhite{
    font-size: 20px;
    line-height: 120%;
    text-indent: 21px;
    color: #B71E2B;
    text-transform: uppercase;
    width: 187px;
    height: 31px;
    padding: 7px 0 0;
    position: absolute;
    top: 377px;
    left: 27px;
    border: 1px solid #A82A3C;
    background-color: #FFF;
}
.applyNowRed1{
    font-size: 20px;
    line-height: 120%;
    text-indent: 21px;
    color: #FFF;
    text-transform: uppercase;
    width: 187px;
    height: 31px;
    padding: 7px 0 0;
    position: absolute;
    top: 377px;
    left: 27px;
    border: 1px solid #FFF;
    background-color: #af1329;
    position:absolute;
    top:520px;
}
.applyNowRed,
.contactGD1{
    font-size: 32px;
    line-height: 120%;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    filter: dropshadow(color=#000000, offx=0, offy=1);
    display: block;
    width: 241px;
    height: 57px;
    padding: 15px 0 0;
    margin-left: 32px;
    float: right;
    background: #c7333b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M3MzMzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNzFlMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c7333b 0%, #b71e2b 100%);
    background: -webkit-linear-gradient(top,  #c7333b 0%,#b71e2b 100%);
    background: -o-linear-gradient(top,  #c7333b 0%,#b71e2b 100%);
    background: -ms-linear-gradient(top,  #c7333b 0%,#b71e2b 100%);
    background: linear-gradient(to bottom,  #c7333b 0%,#b71e2b 100%);
}
.lt-ie9 .applyNowRed{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7333b', endColorstr='#b71e2b',GradientType=0 );
}
.contactGD1Blue{
    background: #5e77bb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNzdiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODYwYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #5e77bb 0%, #4860ad 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e77bb), color-stop(100%,#4860ad));
    background: -webkit-linear-gradient(top,  #5e77bb 0%,#4860ad 100%);
    background: -o-linear-gradient(top,  #5e77bb 0%,#4860ad 100%);
    background: -ms-linear-gradient(top,  #5e77bb 0%,#4860ad 100%);
    background: linear-gradient(to bottom,  #5e77bb 0%,#4860ad 100%);
}
.lt-ie9 .contactGD1Blue{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e77bb', endColorstr='#4860ad',GradientType=0 );
}
fieldset .contactGD1Blue{
    margin-left: 138px;
    float: none;
}
.homepageBGImage{
    height: 578px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    overflow: hidden;
    background: no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banding{
    width: 100%;
    clear: both;
    position: relative;
}
.bandingPageIntro{
    padding: 30px 0 20px;
}
.bandingPageIntroHome{
    padding: 143px 0 38px;
}
.bandingTransparentWhite{
    padding: 14px 0 22px;
    margin-bottom: 10px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.4);
}
.bandingTextureDarkGrey{
    padding-bottom: 55px;
    background: url(../images/ui/bg-bandingTextureDarkGrey.png) repeat-x left bottom;
}
.bandingTextureLightGrey{
    padding-bottom: 34px;
    background: #E3E3E4 url(../images/ui/bg-bandingTextureLightGrey.png) repeat-x left bottom;
}
.bandingTransparentBlack{
    padding: 10px 0 12px;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
}
.bandingLightGreyWithDownArrow{
    height: 87px;
    margin: 51px 0 37px;
    position: relative;
    background: url(../images/ui/bg-bandingLightGreyWithDownArrow.png) repeat-x, url(../images/ui/bg-bandingLightGreyDownArrow.png) no-repeat 50% bottom;
}
.bandingGradientWhite{
    margin-bottom: 50px;
    border-top: 1px solid #E3E3E4;
    background: #FFF url(../images/ui/bg-bandingGradientWhite.png) repeat-x;
}
.bandingWhite{
    background-color: #FFF;
}
.contentContainer{
    width: 968px;
    margin: 0 auto;
    position: relative;
}
.content{
    width: 689px;
    float: right;
}
.contentFullWidth{
    width: 100%;
    float: none;
}
.contentTheFundSteps{
    width: 716px;
}
.contentTheFundArticle{
    width: 716px;
}
.contentPortfolio{
    /*width: 764px;*/
}
.contentFAQ{
    padding-top: 32px;
    margin-right: 64px;
    width: 624px;
}
.contentContact{
    padding-top: 34px;
}
.column{
    float: left;
}
.columnHomeContent{
    width: 309px;
    padding-top: 43px;
}
.columnHomeContent:first-child{
    margin-right: 14px;
}
.columnHomeContent img{
    margin: 5px 0 14px;
}
.columnTheFundContent{
    width: 266px;
    padding: 32px 22px 9px;
    background: url(../images/ui/bg-columnTheFundContent.png) repeat-y;
}
.columnTheFundContent:first-child{
    width: 357px;
    padding: 29px 0 29px;
    margin-right: 20px;
    background: transparent;
}
.highlightContainer{
    position: relative;
    left: -15px;
    padding: 11px 0 12px 15px;
}
.highlightContainerYellow{
    background-color: rgb(180,180,60);
    background-color: rgba(180,180,60,0.5);
}
.columnTheFundContent li{
    font-size: 16px;
    line-height: 22px;
    color: #444;
    padding: 0 0 10px 21px;
    background: url(../images/ui/bullet-red.png) no-repeat 4px 8px;
}
.theFundSteps{
    padding-top: 31px;
}
.theFundSteps li{
    width: 236px;
    height: 533px;
    margin: 0 0 17px 4px;
    float: left;
    position: relative;
    background: url(../images/ui/bg-theFundSteps.png) no-repeat;
}
.theFundSteps li:first-child{
    margin-left: 0;
}
.stepNumber{
    font-size: 68px;
    line-height: 50px;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 71px;
}
.stepNumberBlue{
    color: #4860AD;
}
.stepNumberRed{
    color: #B71E2B;
}
.stepNumberYellow{
    color: #B4B43C;
}
.bottom{
    display: block;
    width: 100%;
    height: 17px;
    position: absolute;
    left: 0;
    bottom: -17px;
}
.articleLightGrey .bottom{
    background: url(../images/ui/bg-articleLightGrey-bottom.png) no-repeat;
}
.theFundSteps .bottom{
    background: url(../images/ui/bg-theFundSteps-bottom.png) no-repeat;
}
figure{
    text-align: center;
    float: left;
    overflow: hidden;
}
.articleTheFund{
    width: 670px;
    min-height: 160px;
    margin-bottom: 31px;
    padding: 24px 0 0 45px;
    position: relative;
}
.articleTheFund figure{
    line-height: 162px;
    width: 162px;
    height: 162px;
    margin: -53px 0 0 25px;
}
.articleLightGrey{
    background: url(../images/ui/bg-articleLightGrey.png) no-repeat;
}
.articleLightGreyGradient{
    background: #E3E3E4 url(../images/ui/bg-articleLightGreyGradient.png) repeat-x left bottom;
}
.articlePortfolio{
    width: 659px;
    min-height: 263px;
    margin-bottom: 31px;
    padding: 29px 0 0 31px;
}
.articlePortfolio{
    margin-top: 34px;
}
.articlePortfolio figure{
    line-height: 207px;
    width: 260px;
    height: 207px;
    margin-right: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFF;
    background-clip: padding-box;
}
fieldset{
    padding: 40px 0;
    margin-bottom: 20px;
    position: relative;
    background: #E3E3E4 url(../images/ui/bg-fieldset.png) repeat-x left bottom;
}
fieldset legend{
    display: none;
}
fieldset label{
    width: 100%;
    margin-bottom: 40px;
    float: left;
    clear: both;
    cursor: pointer;
}
fieldset label:last-of-type{
    margin-bottom: 0;
}
fieldset label span{
    font-weight: bold;
    font-size: 18px;
    line-height: 125%;
    color: #444;
    text-align: right;
    width: 128px;
    padding-top: 19px;
    margin-right: 10px;
    float: left;
}
fieldset input[type="text"],
fieldset textarea{
    font-size: 18px;
    line-height: 125%;
    color: #BBB;
    width: 376px;
    height: 53px;
    padding: 2px 12px 0;
    float: left;
    border: 1px solid #CCC;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
fieldset textarea{
    height: 172px;
    padding-top: 14px;
}
.noteForm{
    font-weight: bold;
    font-size: 14px;
    line-height: 125%;
    color: #999;
    display: block;
    clear: both;
    padding-top: 8px;
    margin: 0 0 14px 420px;
}
.contactUsMap{
    font-style: normal;
    min-height: 343px;
    padding: 38px 0 0 38px;
    background: #565757 url(../images/ui/bg-contactUsMap.png) repeat-x left bottom;
}
.contactUsMap iframe{
    margin-right: 32px;
    float: left;
}
.newsContainer{
    width: 597px;
    padding-left: 22px;
}
.newsItems{
    height: 80px;
    padding: 6px 0 12px 4px;
}
.newsItems li{
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin-bottom: 4px;
}
.newsItems li a{
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #333;
}
.newsItems li a:hover{
    border-bottom: none;
}
.articleNews{
    width: 600px;
    padding: 28px 0;
    background: url(../images/ui/bg-articleNews-seperator.png) repeat-x left bottom;
}
.articleNews img{
    display: block;
    margin: 5px auto 14px;
}
.articleNews li{
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 5px 20px;
    background: url(../images/ui/bullet-black.png) no-repeat 4px 8px;
}
.paging{
    font-size: 14px;
    line-height: 120%;
    color: #444;
    text-align: center;
    width: 600px;
    margin: 38px 0 10px;
}
.paging a{
    color: #B92633;
    text-decoration: none;
}
.paging a.prev:before{
    content: '‹ ';
}
.paging a.next:after{
    content: ' ›';
}
.paging span{
    text-transform: uppercase;
}
.paging span:before,
.paging span:after{
    content: 'l';
    text-transform: none;
    padding: 0 20px;
}
.siteFooter{
    width: 100%;
    background: url(../images/ui/bg-siteFooter.png) repeat-x;
}
.siteFooterContent{
    width: 968px;
    height: 206px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.footerCompanyLinks{
    width: 330px;
    position: absolute;
    left: 289px;
    top: 55px;
}
.footerCompanyLinks li{
    float: left;
}
.footerCompanyLinks a{
    display: block;
    position: relative;
    margin-right: 42px;
    background: url(../images/ui/sprite.png) no-repeat;
}
.footerCompanyLinks .bnz{
    width: 81px;
    height: 40px;
    top: 10px;
    background-position: 0 -182px;
}
.footerCompanyLinks .simpsonGrierson{
    width: 66px;
    height: 59px;
    background-position: -95px -172px;
}
.footerContactDetails{
    width: 228px;
    height: 127px;
    padding: 44px 0 0 24px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgb(102,102,102);
    background-color: rgba(102,102,102,0.3);
}
.footerContactDetails span,
.footerContactDetails a{
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    color: #CCC;
}
.footerContactDetails span{
    clear: both;
    display: block;
    margin: 17px 0 -3px 2px;
}
.footerContactDetails a{
    text-decoration: none;
    display: inline-block;
    margin-left: 2px;
    border-bottom: 1px solid #CCC;
}
.footerContactDetails a:hover{
    border-bottom: none;
}
.footerContactDetails .social{
    width: 22px;
    height: 22px;
    margin-right: 6px;
    margin-left: 0;
    border-bottom: none;
    background: url(../images/ui/sprite.png) no-repeat;
}
.footerContactDetails .facebook{
    background-position: 0 -154px;
}
.footerContactDetails .twitter{
    background-position: -32px -154px;
}
.footerNav{
    width: 600px;
    position: absolute;
    left: 83px;
    bottom: 7px;
}
.footerNav li{
    float: left;
}
.footerNav a{
    font-size: 16px;
    line-height: 120%;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 18px;
}
small.footerCopywrite{
    font-size: 12px;
    line-height: 100%;
    color: #BABABA;
    position: absolute;
    right: 78px;
    bottom: 12px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}
/* Commented out as it was causing a strange issue in FF where the text is still visible
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}*/
.hidden {
    display: none !important;
    visibility: hidden;
}
.visible {
    display: block !important;
    visibility: visible;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.clearer{
  width: 100%;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.jspVerticalBar {
    display:none;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 1250px) {
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}