﻿*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
html {
    font-size:62.5%
}
body {
    background:#262626;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-style:normal;
    font-size:14px;
    line-height:0;
    color:#222;
    position:relative;
    -webkit-font-smoothing:antialiased;
}
a img {
    border:none
}
a {
    text-decoration:none;
    line-height:inherit;
    -webkit-transition:color .2s ease-in;
    -moz-transition:color .2s ease-in;
    -o-transition:color .2s ease-in;
    transition:color .2s ease-in;
    cursor:pointer;
    word-break:break-word;
}
a:focus {
    outline:none
}
p a, p a:visited {
    line-height:inherit
}
.left {
    float:left;
}
.right {
    float:right
}
.text-left {
    text-align:left
}
.text-right {
    text-align:right
}
.text-center {
    text-align:center
}
.hide {
    display:none !important
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin:0;
    padding:0;
    font-size:14px;
    direction:ltr
}
p {
    font-family:inherit;
    font-weight:normal;
    font-size:14px;
    line-height:1.6;
    margin-bottom:17px
}
p.lead {
    font-size:17.5px;
    line-height:1.6;
    margin-bottom:17px
}
aside p {
    font-size:13px;
    line-height:1.35;
    font-style:italic
}
h1, h2, h3, h4, h5, h6 {
    font-weight:bold;
    font-style:normal;
    color:#222;
    text-rendering:optimizeLegibility;
    line-height:1.1;
    margin-bottom:14px;
    margin-top:14px
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size:60%;
    color:#6f6f6f;
    line-height:0
}
h1 {
    font-size:44px
}
h2 {
    font-size:37px;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
}
h3 {
    font-size:27px;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
}
h4 {
    font-size:23px;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
}
h5 {
    font-size:19px;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
}
h6 {
    font-size:14px;
    font-family: "Open Sans", sans-serif;
    font-weight:300;
}
hr {
    border:solid #ddd;
    border-width:1px 0 0;
    clear:both;
    margin:22px 0 21px;
    height:0
}
hr.dotted {
    border:1px dotted #ddd;
}
.ie7 hr.dotted
{
    margin-right:20px!important
}

.ie7.left-right-padding
{
    padding-left:0px !important;
    padding-right:0px!important;
}
.subheader {
    line-height:1.3;
    color:#6f6f6f;
    font-weight:300;
    margin-bottom:17px
}
em, i {
    font-style:italic;
    line-height:inherit
}
strong, b, .strong {
    font-weight:bold;
    line-height:inherit
}
p strong
{
    font-family:'HelveticaNeue-Bold', Arial, sans-serif;
}
small {
    font-size:85%;
    line-height:inherit;
    color: #888;
    font-weight: 100;
}
ul, ol, dl {
    font-size:14px;
    line-height:1.6;
    margin-bottom:17px;
    list-style-position:outside
}
ul li ul, ul li ol {
    margin-left:20px;
    margin-bottom:0
}
ul.square, ul.circle, ul.disc {
    margin-left:17px
}
ul.square {
    list-style-type:square
}
ul.square li ul {
    list-style:inherit
}
ul.circle {
    list-style-type:circle
}
ul.circle li ul {
    list-style:inherit
}
ul.disc {
    list-style-type:disc
}
ul.disc li ul {
    list-style:inherit
}
ul.no-bullet {
    list-style:none
}
ul.large li {
    line-height:21px
}
ol {
    margin-left:20px
}
ol li ul, ol li ol {
    margin-left:20px;
    margin-bottom:0
}
.print-only {
    display:none !important
}

#DescriptionInput {
    min-height: 406px;   
}
@media print {
* {
    background:transparent !important;
    color:black !important;
    box-shadow:none !important;
    text-shadow:none !important;
    filter:none !important;
    -ms-filter:none !important
}
a, a:visited {
    text-decoration:underline
}
a[href]:after {
    content:" (" attr(href) ")"
}
.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
}
.hide-on-print {
    display:none !important
}
.print-only {
    display:block !important
}
.hide-for-print {
    display:none !important
}
.show-for-print {
    display:inherit !important
}
}
form {
    margin:0 0 19.41641px
}
.row form .row {
    margin:0 -6px
}
.row form .row .column, .row form .row .columns {
    padding:0 6px
}
.row form .row.collapse {
    margin:0
}
.row form .row.collapse .column, .row form .row.collapse .columns {
    padding:0
}
label {
    font-size:14px;
    color:#4d4d4d;
    display:block;
    margin-bottom:3px
}
label.right {
    float:none;
    text-align:right
}
label.inline {
    line-height:32px;
    margin:0 0 12px 0
}
.prefix, .postfix {
    display:block;
    position:relative;
    z-index:2;
    text-align:center;
    width:100%;
    padding-top:0;
    padding-bottom:0;
    height:32px;
    line-height:31px
}
a.button.prefix, a.button.postfix {
    padding-left:0;
    padding-right:0;
    text-align:center
}
span.prefix, span.postfix, span.prefix:hover, span.postfix:hover {
    background:#bababa !important;
    border:1px solid #9c9c9c !important;
    cursor: default !important;
    pointer-events: none
}

.prefix {
    left:2px;
    -moz-border-radius-topleft:2px;
    -webkit-border-top-left-radius:2px;
    border-top-left-radius:2px;
    -moz-border-radius-bottomleft:2px;
    -webkit-border-bottom-left-radius:2px;
    border-bottom-left-radius:2px;
    overflow:hidden
}
.postfix {
    right:2px;
    -moz-border-radius-topright:2px;
    -webkit-border-top-right-radius:2px;
    border-top-right-radius:2px;
    -moz-border-radius-bottomright:2px;
    -webkit-border-bottom-right-radius:2px;
    border-bottom-right-radius:2px
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
    background-color:#fff;
    font-family:inherit;
    border:1px solid #ccc;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);
    color:rgba(0,0,0,0.75);
    display:block;
    font-size:14px;
    margin:0 0 12px 0;
    padding:11px 6px 12px;
    height:42px;
    height:38px\9;
    width:100%;
    -webkit-transition:all 0.15s linear;
    -moz-transition:all 0.15s linear;
    -o-transition:all 0.15s linear;
    transition:all 0.15s linear
}
.searchPanel input[type="text"], .trainingPanel input[type="text"]
{
    height:42px\9;
}
.ie8 input[type="text"] {
    padding:15px 6px 25px 6px;
    height:18px !important;
}
.ie7 input[type="text"] {
    padding:10px 0px 10px 6px;
    height:20px;
}
.ie8 input[type="password"] 
{
    color: #636466!important;
    padding:15px 6px 25px 6px;
        height:38px;
}
.ie7 input[type="password"] {
    padding:10px 0px 10px 6px;
    height:20px;
}

input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
    font-size:17px;
    padding:4px 6px
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    -webkit-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75)!important;
    box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75)!important;
}
.lt-ie9 input[type="text"]:focus, .lt-ie9 input[type="password"]:focus, .lt-ie9 input[type="date"]:focus, .lt-ie9 input[type="datetime"]:focus, .lt-ie9 input[type="email"]:focus, .lt-ie9 input[type="number"]:focus, .lt-ie9 input[type="search"]:focus, .lt-ie9 input[type="tel"]:focus, .lt-ie9 input[type="time"]:focus, .lt-ie9 input[type="url"]:focus, .lt-ie9 textarea:focus {
    border:1px solid #3399ff;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
    background-color:#ddd
}
textarea {
    height:auto
}
select {
    width:100%
}
fieldset {
    border:solid 1px #ddd;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    padding:12px 12px 0;
    margin:18px 0
}
fieldset legend {
    font-weight:bold;
    background:#fff;
    padding:0 3px;
    margin:0;
    margin-left:-3px
}
.error input, input.error, .error textarea, textarea.error {
    border-color:#c60f13;
    background-color:rgba(198,15,19,0.1)
}
.error label, label.error {
    color:#c60f13
}
.error small, small.error {
    display:block;
    padding:6px 4px;
    margin-top:-13px;
    margin-bottom:12px;
    background:#c60f13;
    color:#fff;
    font-size:12px;
    font-weight:bold;
    -moz-border-radius-bottomleft:2px;
    -webkit-border-bottom-left-radius:2px;
    border-bottom-left-radius:2px;
    -moz-border-radius-bottomright:2px;
    -webkit-border-bottom-right-radius:2px;
    border-bottom-right-radius:2px
}
.error textarea:focus, textarea.error:focus {
    background:#fafafa;
    border-color:#b3b3b3
}
form.custom span.custom {
    display:inline-block;
    width:16px;
    height:16px;
    position:relative;
    top:2px;
    border:solid 1px #ccc;
    background:#fff
}
form.custom span.custom.radio {
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
    border-radius:100px
}
form.custom span.custom.checkbox:before {
    content:"";
    display:block;
    line-height:0.8;
    height:14px;
    width:14px;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    font-size:14px;
    color:#fff
}
form.custom span.custom.radio.checked:before {
    content:"";
    display:block;
    width:8px;
    height:8px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    -ms-border-radius:100px;
    -o-border-radius:100px;
    border-radius:100px;
    background:#222;
    position:relative;
    top:3px;
    left:3px
}
form.custom span.custom.checkbox.checked:before {
    content:"";
    color:#222
}
form.custom div.custom.dropdown {
    display:block;
    position:relative;
    width:auto;
    height:28px;
    margin-bottom:9px;
    margin-top:2px
}
form.custom div.custom.dropdown ul {
    overflow-y:auto;
    max-height:200px
}
form.custom div.custom.dropdown a.current {
    display:block;
    width:auto;
    line-height:26px;
    min-height:28px;
    padding:0;
    padding-left:6px;
    padding-right:38px;
    border:solid 1px #ddd;
    color:#141414;
    background-color:#fff;
    white-space:nowrap
}
form.custom div.custom.dropdown a.selector {
    position:absolute;
    width:27px;
    height:28px;
    display:block;
    right:0;
    top:0;
    border:solid 1px #ddd
}
form.custom div.custom.dropdown a.selector:after {
    content:"";
    display:block;
    content:"";
    display:block;
    width:0;
    height:0;
    border:solid 5px;
    border-color:#aaa transparent transparent transparent;
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-2px;
    margin-left:-5px
}
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
    content:"";
    display:block;
    width:0;
    height:0;
    border:solid 5px;
    border-color:#222 transparent transparent transparent
}
form.custom div.custom.dropdown.open ul {
    display:block;
    z-index:10
}
form.custom div.custom.dropdown.small {
    width:134px !important
}
form.custom div.custom.dropdown.medium {
    width:254px !important
}
form.custom div.custom.dropdown.large {
    width:434px !important
}
form.custom div.custom.dropdown.expand {
    width:100% !important
}
form.custom div.custom.dropdown.open.small ul {
    width:134px !important
}
form.custom div.custom.dropdown.open.medium ul {
    width:254px !important
}
form.custom div.custom.dropdown.open.large ul {
    width:434px !important
}
form.custom div.custom.dropdown.open.expand ul {
    width:100% !important
}
form.custom div.custom.dropdown ul {
    position:absolute;
    width:auto;
    display:none;
    margin:0;
    left:0;
    top:27px;
    margin:0;
    padding:0;
    background:#fff;
    background:rgba(255,255,255,0.95);
    border:solid 1px #ccc
}
form.custom div.custom.dropdown ul li {
    color:#555;
    font-size:13px;
    cursor:pointer;
    padding:3px;
    padding-left:6px;
    padding-right:38px;
    min-height:18px;
    line-height:18px;
    margin:0;
    white-space:nowrap;
    list-style:none
}
form.custom div.custom.dropdown ul li.selected {
    background:#cdebf5;
    color:#000
}
form.custom div.custom.dropdown ul li.selected:after {
    content:"\2013";
    position:absolute;
    right:10px
}
form.custom div.custom.dropdown ul li:hover {
    background-color:#cdebf5;
    color:#000
}
form.custom div.custom.dropdown ul li:hover:after {
    content:"\2013";
    position:absolute;
    right:10px;
    color:#a3dbec
}
form.custom div.custom.dropdown ul li.selected:hover {
    background:#cdebf5;
    cursor:default;
    color:#000
}
form.custom div.custom.dropdown ul li.selected:hover:after {
    color:#000
}
form.custom div.custom.dropdown ul.show {
    display:block
}
form.custom .custom.disabled {
    background-color:#ddd
}
@-moz-document url-prefix() {form.custom div.custom.dropdown a.selector {
height:30px
}}
.lt-ie9 form.custom div.custom.dropdown a.selector 
{
    height:30px
}
.mainWrap{
    width:100%;
    background:#fff;
    min-height:400px;
    padding-bottom:100px;
    /* Disable responsive framework */
    min-width:940px;
}
#largepage .mainWrap 
{
    padding-bottom:0px;
}
.row {
    width:940px;
    max-width:100%;
    /* Disable responsive framework */
    min-width:940px;
    /*min-width:768px; */
    margin:0 auto
}
.row .row {
    width:auto;
    max-width:none;
    min-width:0;
    margin:0 0px
}
.row.collapse .column, .row.collapse .columns {
    padding:0
}
.row .row {
    width:auto;
    max-width:none;
    min-width:0;
    margin:0 0px
}
.row .row.collapse {
    margin:0
}
.column, .columns {
    float:left;
    min-height:1px;
    padding:0 0px;
    position:relative
}
.column.centered, .columns.centered {
    float:none;
    margin:0 auto
}
 [class*="column"]+[class*="column"]:last-child {
float:right
}
[class*="column"]+[class*="column"].end {
float:left
}
.one, .row .one {
    width:8.33333%
}
.onehalf, .row .onehalf {
    width:14.5%
}
.two, .row .two {
    width:16.66667%
}
.three, .row .three {
    width:25%
}
.four, .row .four {
    width:33.33333%
}
.five, .row .five {
    width:41.66667%
}
.six, .row .six {
    width:50%
}
.seven, .row .seven {
    width:58.33333%
}
.eight, .row .eight {
    width:66.66667%
}
.nine, .row .nine {
    width:75%
}
.ten, .row .ten {
    width:83.33333%
}
.eleven, .row .eleven {
    width:91.66667%
}
.twelve, .row .twelve {
    width:100%
}
.ie7 .row .seven
{
    width:57.33333%
}
.ie7 .row .eight
{
    width:65%
}
.ie7 .onecolfix
{
    width:34px !important;
}
.ie7 .fourcolix
{
    width:32%;
}
.ie7 .fivecolfix
{
    width:280px !important;
}
.ie7 .sixcolfix
{
    width:49% !important;
}

.ie7 .applyFormFix
{
    width:379px;
}
img, object, embed {
    max-width:100%;
    height:auto
}
object, embed {
    height:100%
}
img {
    -ms-interpolation-mode:bicubic
}
.row {
*zoom:1
}
.row:before, .row:after {
    content:" ";
    display:table
}
.row:after {
    clear:both
}
.button, .button:visited{
    width:auto;
    background:#f46d32;
    border:1px solid #b54d20;
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-family:inherit;
    font-size:14px;
    font-weight:bold;
    font-family:'HelveticaNeue-Bold', Arial, sans-serif;
    line-height:1;
    margin:0;
    outline:none;
    padding:10px 20px 11px;
    position:relative;
    text-align:center;
    text-decoration:none;
    -webkit-transition:background-color 0.15s ease-in-out;
    -moz-transition:background-color 0.15s ease-in-out;
    -o-transition:background-color 0.15s ease-in-out;
    transition:background-color 0.15s ease-in-out;
    text-shadow: 1px 1px #666;
}
.button:hover {
    color:#fff;
    background-color:#fe8652
}
.button:active {
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2) inset;
    -moz-box-shadow:0 1px 0 rgba(0,0,0,0.2) inset;
    box-shadow:0 1px 0 rgba(0,0,0,0.2) inset;
}
.button:focus {
    -webkit-box-shadow:0 0 4px #b29c6c, 0 1px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow:0 0 4px #b29c6c, 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow:0 0 4px #b29c6c, 0 1px 0 rgba(255,255,255,0.5) inset;
    color:#fff
}
.button:visited
{
    width:auto;
    background:#f46d32;
    border:1px solid #b54d20;
}
.button.large {
    font-size:17px;
    padding:15px 30px 16px
}
.button.medium {
    font-size:14px;
    padding: 7px 14px;
}
.button.small {
    font-size:11px;
    padding:7px 14px 8px
}
.button.tiny {
    font-size:10px;
    padding:5px 10px 6px
}
.button.expand {
    width:100%;
    text-align:center
}
.button.primary {
    background-color:#b29c6c;
    border:1px solid #897548;
}
.button.primary:hover {
    background-color:#9a8351
}
.button.primary:focus {
    -webkit-box-shadow:0 0 4px #b29c6c, 0 1px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow:0 0 4px #b29c6c, 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow:0 0 4px #b29c6c, 0 1px 0 rgba(255,255,255,0.5) inset
}
.button.secondary {
    background-color:#CCC !important;
    color:#FFF;
    border:1px solid #888 !important
}
.button.secondary:hover {
    background-color:#dcdcdc  !important;
}
.button.secondary:focus {
    -webkit-box-shadow:0 0 5px #002141, 0 1px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow:0 0 5px #002141, 0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow:0 0 5px #002141, 0 1px 0 rgba(255,255,255,0.5) inset
}
.button.secondary.hideButton {
    width:102px;
}
.button.radius {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.button.round {
    -webkit-border-radius:1000px;
    -moz-border-radius:1000px;
    -ms-border-radius:1000px;
    -o-border-radius:1000px;
    border-radius:1000px
}
.button.full-width {
    width:100%;
    text-align:center;
    padding-left:0px !important;
    padding-right:0px !important
}
.button.left-align {
    text-align:left;
    text-indent:12px
}
.button.disabled, .button[disabled] {
    opacity:0.6;
    cursor:default;
    background:#b29c6c;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
        
}
.button.disabled :hover, .button[disabled] :hover {
    background:#b29c6c
}
.button.disabled.success, .button[disabled].success {
    background-color:#5da423
}
.button.disabled.success:hover, .button[disabled].success:hover {
    background-color:#5da423
}
.button.disabled.alert, .button[disabled].alert {
    background-color:#c60f13
}
.button.disabled.alert:hover, .button[disabled].alert:hover {
    background-color:#c60f13
}
.button.disabled.secondary, .button[disabled].secondary {
    background-color:#002141
}
.button.disabled.secondary:hover, .button[disabled].secondary:hover {
    background-color:#002141
}
/* Disabled elements */
.disabled, .disabled span,
.disabled .input, .disabled input,
.disabled .label, .disabled label,
.disabled .button, .disabled button,
.disabled a,
:disabled {
    cursor: not-allowed !important;

}
.greyButton.disabled
{
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.75), 0 1px 1px rgba(255, 255, 255, 0.35) !important;
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.75), 0 1px 1px rgba(255, 255, 255, 0.35) !important;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.75), 0 1px 1px rgba(255, 255, 255, 0.35) !important;
    border-color: #9c9c9c !important;
    background: #cfd3d7 ;
    text-shadow: none !important;
    color: #949494 !important;
}
.greyButton.disabled:hover
{
    background: #cfd3d7 ;
    color: #949494 !important;
}

input[type="submit"].button, button.button {
    -webkit-appearance:none;
}
@-moz-document url-prefix() {
    button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner { border:none;padding: 0;}
    input[type="submit"].tiny.button {
    padding:3px 10px 4px;
    }
    input[type="submit"].small.button {
    padding:5px 14px 6px;
    }
    input[type=submit].medium.button {
    padding:8px 20px 9px;
    }
    input[type="submit"].large.button {
    padding:13px 30px 14px;
    }
}
ul.button-group {
    list-style:none;
    padding:0;
    margin:0 0 12px;
*zoom:1
}
ul.button-group:before, ul.button-group:after {
    content:" ";
    display:table
}
ul.button-group:after {
    clear:both
}
ul.button-group li {
    padding:0;
    margin:0 0 0 -1px;
    float:left
}
ul.button-group li:first-child {
    margin-left:0
}
ul.button-group.radius li a.button, ul.button-group.radius li a.button.radius, ul.button-group.radius li a.button-rounded, ul.button-group.radius li input[type="submit"].button, ul.button-group.radius li input[type="submit"].button.radius, ul.button-group.radius li input[type="submit"].button-rounded {
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px
}
ul.button-group.radius li:first-child a.button, ul.button-group.radius li:first-child a.button.radius, ul.button-group.radius li:first-child input[type="submit"].button, ul.button-group.radius li:first-child input[type="submit"].button.radius {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px
}
ul.button-group.radius li:first-child a.button.rounded, ul.button-group.radius li:first-child input[type="submit"].button.rounded {
    -moz-border-radius-topleft:1000px;
    -webkit-border-top-left-radius:1000px;
    border-top-left-radius:1000px;
    -moz-border-radius-bottomleft:1000px;
    -webkit-border-bottom-left-radius:1000px;
    border-bottom-left-radius:1000px
}
ul.button-group.radius li:last-child a.button, ul.button-group.radius li:last-child a.button.radius, ul.button-group.radius li:last-child input[type="submit"].button, ul.button-group.radius li:last-child input[type="submit"].button.radius {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px
}
ul.button-group.radius li:last-child a.button.rounded, ul.button-group.radius li:last-child input[type="submit"].button.rounded {
    -moz-border-radius-topright:1000px;
    -webkit-border-top-right-radius:1000px;
    border-top-right-radius:1000px;
    -moz-border-radius-bottomright:1000px;
    -webkit-border-bottom-right-radius:1000px;
    border-bottom-right-radius:1000px
}
ul.button-group.even .button {
    width:100%
}
ul.button-group.even.two-up li {
    width:50%
}
ul.button-group.even.three-up li {
    width:33.3%
}
ul.button-group.even.three-up li:first-child {
    width:33.4%
}
ul.button-group.even.four-up li {
    width:25%
}
ul.button-group.even.five-up li {
    width:20%
}
div.button-bar {
    overflow:hidden
}
div.button-bar ul.button-group {
    float:left;
    margin-right:8px
}
div.button-bar ul.button-group:last-child {
    margin-left:0
}

.applyButton {
    width:auto;
    font-size:20px;
    text-shadow:1px 1px #1c654c;
    background:#2db083;
    border:1px solid #1c654c;
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    -webkit-transition:background 0.15s ease-in-out;
    -moz-transition:background 0.15s ease-in-out;
    -o-transition:background 0.15s ease-in-out;
    transition:background 0.15s ease-in-out
}
.applyButton:hover {
    color:#fff;
    background:#289671;
}
.greyButton {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    position: relative;
    text-align: center;
    text-transform: none;
    padding: 4px 7px !important;
    font-size: 12px;
    line-height: 28px;
    -webkit-background-clip: padding-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 6px;
    border-width: 1px;
    border-style: solid;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    background-position: center center !important;
    color: #666666 !important;
    background: #d6dadf url(../../images/communities/old-browsers/colors/bg_button.png) repeat-x;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#efeff4), to(#d6dadf));
    background: -webkit-linear-gradient(top, #efeff4, #d6dadf);
    background: -moz-linear-gradient(top, #efeff4, #d6dadf);
    background: -ms-linear-gradient(top, #efeff4, #d6dadf);
    background: -o-linear-gradient(top, #efeff4, #d6dadf);
    background: linear-gradient(top, #efeff4, #d6dadf);
    border-color: #cccccc;
    text-shadow:1px 1px #fff;
}
.greyButton:hover, a.greyButton:hover {
    color: #444 !important;
    background: #d7dbdf url(../../images/communities/old-browsers/colors/bg_a_button_hover.png) repeat-x;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d7dbdf));
    background: -webkit-linear-gradient(top, #fefefe, #d7dbdf);
    background: -moz-linear-gradient(top, #fefefe, #d7dbdf);
    background: -ms-linear-gradient(top, #fefefe, #d7dbdf);
    background: -o-linear-gradient(top, #fefefe, #d7dbdf);
    background: linear-gradient(top, #fefefe, #d7dbdf);
    border-color: #cccccc;
}

.greyButton:visited
{
    color: #666666 !important;
    height:28px;
    padding: 6px 7px !important;
    line-height:28px;
}
a.greyButton
{
   color: #666666 !important;
}

a.greyButton.blacky
{
    color:#000 !important
}
.greyButton.icon-refresh:before {
    font-size: 29px;
    vertical-align: -3px;
}
.greyButton.icon-tick:before,
.greyButton.icon-cross:before {
    vertical-align: middle;
    margin-left: 1px;
    margin-top: -14px;
}
.greyButton.icon-forbidden:before {
    vertical-align: middle;
    margin-top: -16px;
}
/************************/


.nav-bar {
    height:40px;
    background:#4d4d4d;
    margin-left:0;
    margin-top:20px;
    padding:0
}
.nav-bar>li {
    float:left;
    display:block;
    position:relative;
    padding:0;
    margin:0;
    border:1px solid #333;
    border-right:none;
    line-height:38px;
    -webkit-box-shadow:1px 0 0 rgba(255,255,255,0.2) inset;
    -moz-box-shadow:1px 0 0 rgba(255,255,255,0.2) inset;
    box-shadow:1px 0 0 rgba(255,255,255,0.2) inset
}
.nav-bar>li:first-child {
    -webkit-box-shadow:0 0 0;
    -moz-box-shadow:0 0 0;
    box-shadow:0 0 0
}
.nav-bar>li:last-child {
    border-right:solid 1px #333;
    -webkit-box-shadow:1px 0 0 rgba(255,255,255,0.2) inset, 1px 0 0 rgba(255,255,255,0.2);
    -moz-box-shadow:1px 0 0 rgba(255,255,255,0.2) inset, 1px 0 0 rgba(255,255,255,0.2);
    box-shadow:1px 0 0 rgba(255,255,255,0.2) inset, 1px 0 0 rgba(255,255,255,0.2)
}
.nav-bar>li.active {
    background:#b29c6c;
    border-color:#9a8351
}
.nav-bar>li.active>a {
    color:#fff;
    cursor:default
}
.nav-bar>li.active:hover {
    background:#b29c6c;
    cursor:default
}
.nav-bar>li:hover {
    background:#333
}
.nav-bar>li>a {
    color:#e6e6e6
}
.nav-bar>li ul {
    margin-bottom:0
}
.nav-bar>li .flyout {
    display:none
}
.nav-bar>li.has-flyout>a:first-child {
    padding-right:40px;
    position:relative
}
.nav-bar>li.has-flyout>a:first-child:after {
    content:"";
    display:block;
    width:0;
    height:0;
    border:solid 4px;
    border-color:#e6e6e6 transparent transparent transparent;
    position:absolute;
    right:20px;
    top:17px
}
.nav-bar>li.has-flyout>a.flyout-toggle {
    border-left:0 !important;
    position:absolute;
    right:0;
    top:0;
    padding:20px;
    z-index:2;
    display:block
}
.nav-bar>li.has-flyout.is-touch>a:first-child {
    padding-right:55px
}
.nav-bar>li.has-flyout.is-touch>a.flyout-toggle {
    border-left:1px dashed #666
}
.nav-bar>li>a:first-child {
    position:relative;
    padding:0 20px;
    display:block;
    text-decoration:none;
    font-size:14px
}
.nav-bar>li>input {
    margin:0 10px
}
.nav-bar.vertical {
    height:auto;
    margin-top:0
}
.nav-bar.vertical>li {
    float:none;
    border-bottom:none;
    border-right:solid 1px #333;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none
}
.nav-bar.vertical>li.has-flyout>a:first-child:after {
    content:"";
    display:block;
    width:0;
    height:0;
    border:solid 4px;
    border-color:transparent transparent transparent #e6e6e6
}
.nav-bar.vertical>li .flyout {
    left:100%;
    top:-1px
}
.nav-bar.vertical>li .flyout.right {
    left:auto;
    right:100%
}
.nav-bar.vertical>li.active {
    border-right:solid 1px #9a8351
}
.nav-bar.vertical>li:last-child {
    border-bottom:solid 1px #333
}
.lt-ie9 .timer {
    display:none !important
}
.lt-ie9 div.caption {
    background:#000;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    zoom:1
}
.reveal-modal-bg {
    position:absolute;
    height:100%;
    width:100%;
    background:#000;
    background-color:#000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index:1000;
    display:none;
    top:0;
    left:0;
    min-width:940px;
}
.reveal-modal {
    background:#fff;
    visibility:hidden;
    display:none;
    top:100px;
    left:50%;
    margin-left:-260px;
    width:520px;
    /*position:fixed; */
    position:absolute;
    z-index:10000;
    padding:30px;
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    /*border-radius: 3px;
    border: 7px solid rgba(0, 0, 0, 0.5);*/
}

.reveal-modal form #EmailAddresses,
.reveal-modal form textarea[name="EmailAddresses"] {
    overflow-y: hidden;
}

.reveal-modal .close-reveal-modal {
    font-size:22px;
    font-size:2.2rem;
    line-height:.8;
    position:absolute;
    top:15px;
    right:15px;
    color:#222 !important;
    font-weight:bold;
    cursor:pointer
}
.reveal-modal .close-reveal-modal:hover
{
    color:#555 !important;
}
.reveal-modal .close-reveal-modal.cancel-button {
    font-size: 14px;
    color: white !important;
    position: static;
    line-height: 1;
    margin-left: 5px;
}
.reveal-modal .close-reveal-modal.cancel-button:hover {
    color: white !important;
}
.reveal-modal.small {
    width: 30%;
    margin-left: -15%
}
.reveal-modal.medium {
    width:40%;
    margin-left:-20%
}
.reveal-modal.large {
    width:60%;
    margin-left:-30%
}
.reveal-modal.xlarge {
    width:70%;
    margin-left:-35%
}
.reveal-modal.expand {
    width:90%;
    margin-left:-45%
}
.reveal-modal .row {
    min-width:0;
    margin-bottom:10px
}
.reveal-modal>:first-child {
    margin-top:0
}
.reveal-modal>:last-child {
    margin-bottom:0
}
@media print {
.reveal-modal {
    border:solid 1px #000;
    background:#fff !important
}
}
div.alert-box {
    display:block;
    padding:6px 7px 7px;
    font-weight:bold;
    font-size:14px;
    color:#fff;
    background-color:#b29c6c;
    border:1px solid rgba(0,0,0,0.1);
    margin-bottom:12px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    text-shadow:0 -1px rgba(0,0,0,0.3);
    position:relative
}
div.alert-box.success {
    background-color:#5da423;
    color:#fff;
    text-shadow:0 -1px rgba(0,0,0,0.3)
}
div.alert-box.alert {
    background-color:#c60f13;
    color:#fff;
    text-shadow:0 -1px rgba(0,0,0,0.3)
}
div.alert-box.secondary {
    background-color:#002141;
    color:#000;
    text-shadow:0 1px rgba(255,255,255,0.3)
}
div.alert-box a.close {
    color:#333;
    position:absolute;
    right:4px;
    top:-1px;
    font-size:17px;
    opacity:0.2;
    padding:4px
}
div.alert-box a.close:hover, div.alert-box a.close:focus {
    opacity:0.4
}
.label {
    padding:1px 4px 2px;
    font-size:12px;
    /*font-weight:bold;*/
    text-align:center;
    text-decoration:none;
    line-height:1;
    white-space:nowrap;
    display:inline;
    position:relative;
    bottom:1px;
    color:#fff;
}
.label.radius {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.label.round {
    padding:1px 7px 2px;
    -webkit-border-radius:1000px;
    -moz-border-radius:1000px;
    -ms-border-radius:1000px;
    -o-border-radius:1000px;
    border-radius:1000px
}
.label.alert {
    background-color:#c60f13
}
.label.success {
    background-color:#5da423
}
.label.secondary {
    background-color:#002141;
    color:#000
}
.has-tip {
    border-bottom:dotted 1px #ccc;
    cursor:help;
    font-weight:bold;
    color:#333
}
.has-tip:hover {
    border-bottom:dotted 1px #79673f;
    color:#b29c6c
}
.has-tip.tip-left, .has-tip.tip-right {
    float:none !important
}
.tooltip {
    display:none;
    background:#000;
    background:rgba(0,0,0,0.85);
    position:absolute;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    padding:5px;
    z-index:999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    line-height:normal
}
.tooltip>.nub {
    display:block;
    width:0;
    height:0;
    border:solid 5px;
    border-color:transparent transparent #000 transparent;
    border-color:transparent transparent rgba(0,0,0,0.85) transparent;
    position:absolute;
    top:-10px;
    left:10px
}
.tooltip.tip-override>.nub {
    border-color:transparent transparent #000 transparent !important;
    border-color:transparent transparent rgba(0,0,0,0.85) transparent !important;
    top:-10px !important
}
.tooltip.tip-top>.nub {
    border-color:#000 transparent transparent transparent;
    border-color:rgba(0,0,0,0.85) transparent transparent transparent;
    top:auto;
    bottom:-10px
}
.tooltip.tip-left, .tooltip.tip-right {
    float:none !important
}
.tooltip.tip-left>.nub {
    border-color:transparent transparent transparent #000;
    border-color:transparent transparent transparent rgba(0,0,0,0.85);
    right:-10px;
    left:auto
}
.tooltip.tip-right>.nub {
    border-color:transparent #000 transparent transparent;
    border-color:transparent rgba(0,0,0,0.85) transparent transparent;
    right:auto;
    left:-10px
}
.tooltip.noradius {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0
}
.tooltip.opened {
    color:#b29c6c !important;
    border-bottom:dotted 1px #79673f !important
}
.tap-to-close {
    display:block;
    font-size:10px;
    font-size:1rem;
    color:#888;
    font-weight:normal
}
.panel {
    background:#fafafa;
    border:solid 1px #e6e6e6;
    margin:0;
    padding:20px
}
.panel>:first-child {
    margin-top:0
}
.panel>:last-child {
    margin-bottom:0
}
.panel.callout {
    background:#b29c6c;
    color:#fff;
    border-color:#9a8351;
    -webkit-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
    -moz-box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5)
}
.panel.callout a {
    color:#fff
}
.panel.callout .button {
    background:#fff;
    border:none;
    color:#b29c6c;
    text-shadow:none
}
.panel.callout .button:hover {
    background:rgba(255,255,255,0.8)
}
.panel.radius {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px
}
.squarepanel {
    background:#002141;
    margin:0;
    padding:0px;
    max-height:235px;
    color:#FFF;
}
 h3.squarepanel{
    font-size: 40px;
    padding:40px 0 0 30px;
    line-height:45px;
    padding-bottom: 65px;
}
.ie7 .squarepanel, .ie8 .sqaurepanel
{
    
}
ul.accordion {
    margin:0 0 22px 0;
    border-bottom:1px solid #002141
}
ul.accordion>li {
    list-style:none;
    margin:0;
    padding:0;
    border-top:1px solid #002141
}
ul.accordion>li>div.title {
    cursor:pointer;
    background:#002e5a;
    padding:15px;
    margin:0;
    position:relative;
    border-left:1px solid #002141;
    border-right:1px solid #002141;
    -webkit-transition:0.15s background linear;
    -moz-transition:0.15s background linear;
    -o-transition:0.15s background linear;
    transition:0.15s background linear
}
ul.pagination {
    display:block;
    height:24px;
    margin-left:-5px
}
ul.pagination li {
    float:left;
    display:block;
    height:24px;
    color:#999;
    font-size:14px;
    margin-left:5px
}
ul.pagination li a {
    display:block;
    padding:1px 7px 1px;
    color:#555
}
ul.pagination li:hover a, ul.pagination li a:focus {
    background:#e6e6e6
}
ul.pagination li.unavailable a {
    cursor:default;
    color:#999
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
    background:transparent
}
ul.pagination li.current a {
    background:#b29c6c;
    color:#fff;
    font-weight:bold;
    cursor:default
}
ul.pagination li.current a:hover {
    background:#b29c6c
}

ul.inline-list, ul.link-list {
    margin:0 0 17px -22px;
    padding:0;
    list-style:none;
    overflow:hidden
}
ul.inline-list>li, ul.link-list>li {
    list-style: none;
    float:left;
    margin-left:22px;
    display:block
}
ul.inline-list>li>*, ul.link-list>li>* {
    display:block
}

.th {
    display:block
}
.th img {
    display:block;
    border:solid 4px #fff;
    -webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 0 1px rgba(0,0,0,0.2);
    box-shadow:0 0 0 1px rgba(0,0,0,0.2);
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition-property:box-shadow;
    -moz-transition-property:box-shadow;
    -o-transition-property:box-shadow;
    transition-property:box-shadow;
    -webkit-transition-duration:300ms;
    -moz-transition-duration:300ms;
    -o-transition-duration:300ms;
    transition-duration:300ms
}
.th:hover img {
    -webkit-box-shadow:0 0 6px 1px rgba(178,156,108,0.5);
    -moz-box-shadow:0 0 6px 1px rgba(178,156,108,0.5);
    box-shadow:0 0 6px 1px rgba(178,156,108,0.5)
}

table {
    background:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    margin:0;
    border:0px solid #ddd !important;
    border-bottom:1px solid #ccc;
}
table thead, table tfoot {
    background:#f5f5f5
}
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display:table-cell;
    font-size:14px;
    line-height:18px;
    text-align:left
}
table tbody tr td span {
    font-size:13px;
}
table thead tr th, table tfoot tr td {
    padding:8px 10px 9px;
    font-size:14px;
    font-weight:bold;
    color:#222
}
table thead tr th:first-child, table tfoot tr td:first-child {
    border-left:none
}
table thead tr th:last-child, table tfoot tr td:last-child {
    border-right:none
}
table tbody tr.even, table tbody tr.alt {
    background:#f9f9f9
}
table tbody tr:nth-child(even) {
    background:#f9f9f9
}
table tbody tr td {
    color:#333;
    padding:9px 10px;
    /*vertical-align:top;*/
    border:none
}

div.progress {
    padding:2px;
    margin-bottom:10px;
    border:1px solid #ccc;
    height:25px
}

.top-bar-js-breakpoint {
    width:940px !important;
    visibility:hidden
}
.contain-to-grid {
    width:100%;
    background:#222
}
.fixed {
    width:100%;
    left:0;
    position:fixed;
    top:0;
    z-index:99
}
.top-bar {
    background: rgba(0,0,0,0.9);
    background: #000 url(../../images/communities/topbar.png)  repeat\9;
    *background: #000;
    height:30px;
    line-height:45px;
    margin:0px;
    padding:0;
    width:100%;
    z-index:10000;
    border-bottom:1px solid #000;
    display:block;
    position:fixed;
    /* Disable responsive framework */
    min-width:940px;
}
.contain-to-grid .top-bar {
    max-width:940px;
    margin:0 auto
}
.top-bar>ul .name h1 {
    line-height:45px;
    margin:0
}
.top-bar>ul .name h1 a {
    font-weight:bold;
    padding:0 22.5px;
    font-size:17px !important
}
.top-bar>ul .name img {
    margin-top:-5px;
    vertical-align:middle;
    width: 133px;
}
.top-bar.expanded {
    height:inherit
}
.top-bar ul {
    margin-left:0;
    display:inline;
    height:45px;
    line-height:45px;
    list-style:none
}
.top-bar ul>li {
    float:left
}
.top-bar ul>li a {
    color:#fff;
    display:block;
    font-size:13px;
    font-weight:normal;
    height:30px;
    line-height:30px;
    padding:1px 15px;
}
.top-bar ul>li:hover, .top-bar ul>li:active {
    background:#000;
    padding:0;
}
.ie7 .top-bar ul>li:hover
{
    height:29px;
}
.top-bar ul>li:hover a, .top-bar ul>li:active a, .top-bar ul>li:active a {
    color:#d9d9d9
}
.top-bar ul>li.divider {
    background:#000;
    -webkit-box-shadow:1px 0 0 rgba(255,255,255,0.1);
    -moz-box-shadow:1px 0 0 rgba(255,255,255,0.1);
    box-shadow:1px 0 0 rgba(255,255,255,0.1);
    height:100%;
    margin-right:1px;
    width:1px
}
.top-bar ul>li.has-button a.button {
    margin:0 11.25px
}
.top-bar ul>li.has-button:hover {
    background:#222
}
.top-bar ul>li.has-button:hover a {
    color:#fff
}
.top-bar ul>li.search {
    padding:0 15px
}
.top-bar ul>li.search form {
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle;
    width:200px
}
.top-bar ul>li.search form input[type=text] {
    -moz-border-radius-topright:0;
    -webkit-border-top-right-radius:0;
    border-top-right-radius:0;
    -moz-border-radius-bottomright:0;
    -webkit-border-bottom-right-radius:0;
    border-bottom-right-radius:0;
    float:left;
    font-size:13px;
    margin-top:-1px;
    height:22.5px
}
.top-bar ul>li.search form input[type=text]+.button {
    border-left:none;
    -moz-border-radius-topleft:0;
    -webkit-border-top-left-radius:0;
    border-top-left-radius:0;
    -moz-border-radius-bottomleft:0;
    -webkit-border-bottom-left-radius:0;
    border-bottom-left-radius:0;
    float:left;
    font-size:12px;
    margin-top:-1px;
    padding:5px 12px 4px
}
.top-bar ul>li.search form input[type=search] {
    font-size:16px;
    margin-bottom:0
}
.top-bar ul>li.search:hover {
    background:#222
}
.top-bar ul>li.toggle-topbar {
    display:none
}
.top-bar ul>li.has-dropdown {
    position:relative
}
.top-bar ul>li.has-dropdown:hover>.dropdown {
    display:block;
    visibility:visible
}
.top-bar ul>li.has-dropdown a {
    padding-right:31px;

}
.top-bar ul>li.has-dropdown a:after {
    content:"";
    display:block;
    width:0;
    height:0;
    border:solid 5px;
    border-color:#fff transparent transparent transparent;
    margin-right:15px;
    margin-top:-2.5px;
    position:absolute;
    right:0;
    top:50%;
}
.ie7 .top-bar ul>li.has-dropdown a{
    /*background: url(../../images/communities/sprites.png) right -103px; */
}
span .ie7arrow, .ie7arrow
{
    display:none;
}

.ie7 .span .ie7arrow, .ie7 .ie7arrow 
{
    display:inline;    
}
.top-bar ul>li.has-dropdown .dropdown {
    background: rgba(0,0,0,0.9);
    background: url(../../images/communities/topbar.png)  repeat\9; 
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,.12);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.12);
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    left:0;
    margin:0;
    padding:9px 0 0 0;
    position:absolute;
    visibility:hidden;
    z-index:9000;
    height:auto;
    display:block;
    
}
.ie7 .top-bar ul>li.has-dropdown .dropdown
{
    margin: -1px 0 0 0;
}

.ie8 .top-bar ul>li .dropdown, .ie7 .top-bar ul>li .dropdown {
    padding:9px 32px 10px 0px;
}

.top-bar ul>li.has-dropdown .dropdown:hover {
    background:#000;
}
.top-bar ul>li.has-dropdown .dropdown li {
    background: transparent;
    min-width:100%;
    padding-bottom:5px;
    color:#fff;
    font-weight:normal;
    height:100%;
    line-height:1;
    padding:7px 17px 5px 15px;
    white-space:nowrap;
    float:left;
}
.top-bar ul>li.has-dropdown .dropdown li a {
    color:#b29c6c;
    font-weight:normal;
    height:100%;
    line-height:1;
    white-space:nowrap;
    padding:5px 0;
    -webkit-transition:color .2s ease-in;
    -moz-transition:color .2s ease-in;
    -o-transition:color .2s ease-in;
    transition:color .2s ease-in;
}
.top-bar ul>li.has-dropdown .dropdown li a:after {
    border:none
}
.top-bar ul>li.has-dropdown .dropdown li a:hover {
    color:#7c6d4c
}
.top-bar ul>li.has-dropdown .dropdown li label {
    color:#6f6f6f;
    font-size:10px;
    font-weight:bold;
    margin:0;
    padding-left:15px;
    text-transform:uppercase
}
.top-bar ul>li.has-dropdown .dropdown li.divider {
    border-top:solid 1px #000;
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.1) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,0.1) inset;
    box-shadow:0 1px 0 rgba(255,255,255,0.1) inset;
    height:10px;
    padding:0;
    width:100%
}
.top-bar ul>li.has-dropdown .dropdown li:last-child {
    padding-bottom:20px;
}
.top-bar ul>li.has-dropdown .dropdown li.active a {
    background:#000
}
.top-bar ul>li.has-dropdown .dropdown li.has-dropdown>a {
    padding-right:30px
}
.top-bar ul>li.has-dropdown .dropdown li.has-dropdown>a:after {
    border:none;
    content:"\00bb";
    right:5px;
    top:6px
}
.top-bar ul>li.has-dropdown .dropdown li.has-dropdown .dropdown {
    position:absolute;
    left:100%;
    top:0
}
.top-bar ul>li.has-dropdown .dropdown li.has-dropdown:hover>.dropdown {
    display:block
}
.top-bar ul>li.has-dropdown .dropdown .button {
    padding: 10px 20px 11px;
    font-weight:bold;
    color:#fff !important;
}
.top-bar ul>li.has-dropdown .dropdown li .button a {
    color:#fff !important;
}
.top-bar ul>li.has-dropdown .dropdown .button:hover {
    background-color:#fe8652
}
.top-bar ul>li.has-dropdown .dropdown li.inlineLinks a {
    display: inline !important;
 padd
}
.top-bar ul.left {
    float:left;
    width:auto;
    margin-bottom:0
}
.top-bar ul.right {
    float:right;
    width:auto;
    margin-bottom:0;
    height: auto;
    line-height: normal;
}
.top-bar ul.right > li:hover,
.top-bar ul.right > li:active {
    background: none;
}
.top-bar ul.right .has-dropdown .dropdown {
    left:auto;
    right:0px
}
.top-bar ul.right .has-dropdown .dropdown li.has-dropdown>.dropdown {
    right:100%;
    left:auto;
    width:100%
}
.top-bar .js-generated {
    display:none
}

.top-bar li a.primaryLink, .top-bar li a.primaryLink:hover
{
    font-weight:bold;
    font-family:'HelveticaNeue-Bold', Arial, sans-serif
}
@-moz-document url-prefix() {
 .top-bar ul li .button.small {
 padding-bottom:6px
}
.top-bar ul li.search form input[type=search] {
 font-size:14px;
 height:22px;
 padding:3px
}
}
.lt-ie9 .top-bar ul li a {
    color:#fff;
    display:block;
    font-weight:bold;
    font-size:13px;
    height:30px;
    line-height:30px;
    padding:0 15px
}
.lt-ie9 .top-bar ul li a.button {
    height:auto;
    line-height:30px;
    margin-top:7px
}
.lt-ie9 .top-bar ul li a:hover {
    color:#ccc
}
.lt-ie9 .top-bar ul li a img {
    margin-top:-5px;
    vertical-align:middle
}
.lt-ie9 .top-bar ul li a.active {
    background:#151515;
    color:#d9d9d9
}
.lt-ie9 .top-bar ul li.has-dropdown {
    padding-right:33.75px
}
.lt-ie9 .top-bar ul li.has-dropdown>ul li {
    padding-right:0
}

.clearing-blackout {
    background:#000;
    background:rgba(0,0,0,0.8);
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:999
}

.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print {
    display:none !important
}
.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print {
    display:inherit !important
}
.show-for-landscape, .hide-for-portrait {
    display:inherit !important
}
.hide-for-landscape, .show-for-portrait {
    display:none !important
}
.show-for-touch {
    display:none !important
}
.hide-for-touch {
    display:inherit !important
}
.touch .show-for-touch {
    display:inherit !important
}
.touch .hide-for-touch {
    display:none !important
}
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium {
    display:table !important
}
/********************************************************/
/*                       20. Tabs                       */
/********************************************************/

/* This wrapper class is required to handle responsive variations */
.standard-tabs, .swipe-tabs, .side-tabs {
    border: 1px solid #cccccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    zoom: 1;
}
/* Actual tabs */
    .tabs {
    list-style-type: none;
    margin: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.tabs > li {
    padding: 12px 30px 12px 12px;
    border-top: 1px solid #cccccc;
    color: #c0c0c0;
}
.tabs > li:first-child {
    border-top: 0;
}
.tabs > li > a {
    display: block;
    margin: -12px -30px -12px -12px;
    padding: 12px 30px 12px 12px;
    color: #666666 !important;
}
.tabs > li > a:focus {
    outline: 0;
}
.no-touch .tabs > li > a:hover {
    color: black;
}
.tabs > li.disabled > a, .no-touch .tabs > li.disabled > a:hover {
    color: #c0c0c0;
}
/* Content */
    .tabs-content {
    background: white;
    color: #666666;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
/* Back button */
    .tabs-back {
    display: block;
    padding: 12px 12px 12px 30px;
    color: #666666;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    position: relative;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
/* When js is activated */
    .tabs-active > .tabs, .tabs-active > .tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.tabs-active > .tabs-content {
    left: 100%;
}
/* When transistions are enabled */
    .tabs-animated {
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
}
/* Animation must be disabled for inner tabs within equalized tabs, because it give false results */
        .same-height .tabs-animated {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.tabs-animated > .tabs, .tabs-animated > .tabs-content {
    -webkit-transition: left 300ms;
    -moz-transition: left 300ms;
    -ms-transition: left 300ms;
    -o-transition: left 300ms;
    transition: left 300ms;
}
.csstransforms .tabs-animated > .tabs, .csstransforms .tabs-animated > .tabs-content {
    -webkit-transition: -webkit-transform 300ms;
    -moz-transition: -moz-transform 300ms;
    -ms-transition: -ms-transform 300ms;
    -o-transition: -o-transform 300ms;
    transition: translatex 300ms;
}
/* When a tab is opened */
    .tab-opened > .tabs {
    left: -100%;
}
.csstransforms .tab-opened > .tabs {
    left: 0;
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%);
}
.tab-opened > .tabs-content {
    left: 0;
}
.csstransforms .tab-opened > .tabs-content {
    left: 100%;
    -webkit-transform: translatex(-100%);
    -moz-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%);
}
/* Recursive tabs */
    .inner-tabs {
    border: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.with-padding > .inner-tabs {
    margin: -20px;
}
.inner-tabs > .tabs-content > .tabs-back {
    display: none;
}
/* Tags */
.tag {
    padding: 0 4px 2px;
}
.ie9 .tag {
    padding: 1px 4px;
}
small.tag {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    padding: 3px 4px;
    vertical-align: 1px;
    display:block;
    text-align:center !important;
    margin-bottom:2px;
}
.tag {
    background: #0059a0;
    color: white;
    border-color: #004795;
}
.green-bg, .approved-bg {
    background: #99c624;
    color: white;
    border-color: #6d960c;
}
.orange-bg, .pending-bg {
    background: #ffae00;
    color: white;
    border-color: #cc9707;
}
.blue-bg, .admin-bg {
    background: #0059a0;
    color: white;
    border-color: #004795;
}
.aircv-bg {
    background: #57BFE2;
    color: white;
    border-color: #57BFE2;
}
.red-bg, .blocked-bg {
    background: #dd380d;
    color: white;
    border-color: #931a03;
}
.gold-bg
{
    background: #927e4d; /* Old browsers */
    background: -moz-linear-gradient(left,  #927e4d 0%, #ad9866 50%, #927e4d 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#927e4d), color-stop(50%,#ad9866), color-stop(99%,#927e4d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #927e4d 0%,#ad9866 50%,#927e4d 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #927e4d 0%,#ad9866 50%,#927e4d 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #927e4d 0%,#ad9866 50%,#927e4d 99%); /* IE10+ */
    background: linear-gradient(to right,  #927e4d 0%,#ad9866 50%,#927e4d 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#927e4d', endColorstr='#927e4d',GradientType=1 ); /* IE6-9 */
    color: white;
    border-color: #716344
}
a.red-bg:hover {
    color: white;
    background: #e35a36;
}
.grey-bg, .owner-bg{
    background: #a5a5a5;
    color: white;
    border-color: #666666;
}
a.grey-bg:hover {
    color: white;
    background: #b4b4b4;
}
.light-grey-bg {
    background: #eceff5;
}
small.tag.notice, small.tag.event, small.tag.pipeline {
    display:inline;
}
small.tag.notice {
    background: #494c51;
}
/* TABLE STYLE OVERWRITES */
/* Silver */
.details > summary, .accordion > dt, .table > thead > tr > th, .table > thead > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    color: #666666;
    background: none !important;
    -webkit-background-size:0 !important;
    -moz-background-size: 0 !important;
    -o-background-size:0 !important;
    background-size: 100% 100%;
 background: !important;;
    border-color: 0 !important;
}
.table > thead > tr > th {
    color: #000 !important;
    background:  none;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: none;
    background: none;
    border-color: none;
}
.select.compact > .select-value, .compact .select > .select-value {
    height:24px !important;
    margin-top:5px;
}
table > tbody > tr > th, .table > tbody > tr > td {
    padding: 10px 10px !important;
}
th.iconColumn {
    text-align:center !important;
}
.table-header + .table > thead > tr > th, .table-header + .table > thead > tr > td {
    border-top: 0;
    border-bottom: 1px solid #ccc;
}

table thead tr th:first-child {
    border-bottom: 1px solid #ccc;
}
.table-footer {
    color: #222 !important;
    background: #efefef !important;
    border:0px !important;
    border-top: 1px solid #ccc !important;
    margin-top: -1px !important;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.85), inset 0 1px 0 rgba(255, 255, 255, 0.85);
    display:block;
}
table > tbody > tr.thead > th {
    padding: 17px 10px 20px !important;
    color:#000;
    line-height: normal;
}
table > tbody > tr.thead:hover {
    background: #f6f6f6 !important;
}
table > tbody > tr.tablehead
{
        background: #f6f6f6 !important;
}
.navButton {
    padding:5px 10px !important;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background:#efeff4;
    background: -webkit-gradient(linear, left top, left bottom, from(#efeff4), to(#d6dadf));
    background: -webkit-linear-gradient(top, #efeff4, #d6dadf);
    background: -moz-linear-gradient(top, #efeff4, #d6dadf);
    background: -ms-linear-gradient(top, #efeff4, #d6dadf);
    background: -o-linear-gradient(top, #efeff4, #d6dadf);
    background: linear-gradient(top, #efeff4, #d6dadf);
    border-color: #cccccc;
    color: #666666;
    text-shadow:1px 1px #fff;
}
.navButton:hover {
    color: #333;
    background-color:#d6dadf;
}
.navButtons {
    padding-left:10px;
    float:right
}
.navLink {
    padding:0px 10px 0 10px;
    cursor:pointer;
}
.navLinks {
    padding-left:10px;
    float:right
}



/***********************************************
                    TABS
***********************************************/

/* This wrapper class is required to handle responsive variations */
.standard-tabs, .side-tabs {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: visible;
    height: auto !important;
}
.standard-tabs > .tabs, .side-tabs > .tabs {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.csstransforms .standard-tabs > .tabs, .csstransforms .side-tabs > .tabs {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/*
     * Standard tabs
     */
    .standard-tabs {
    padding-top: 29px;
}
/* Actual tabs */
    .standard-tabs > .tabs {
    right: 0;
    width: auto;
    height: 30px;
    margin: -5px -5px 0 -4px;
    padding: 5px 5px 0 5px;
    text-transform:uppercase;
}
.standard-tabs > .tabs > li {
    float: left;
    padding:5px 21px 9px 12px;
    border-left: 0px solid #fff;
    border-top: 0;
}
.ie7 .standard-tabs > .tabs > li
{
    padding:5px 12px 7px 12px;  
}
.standard-tabs > .tabs > li:first-child {
    border-left-color: transparent;
}
.standard-tabs > .tabs > li > a {
    margin: -5px -12px -9px;
    padding: 5px 12px 9px;
}
.standard-tabs > .tabs > li > a:after {
    display: none;
}
/* IE7 */
.standard-tabs > .tabs > li > a > .with-arrow-after {
    display: none;
}
.no-touch .standard-tabs > .tabs > li > a:hover {
    padding-bottom: 6px;
    border-bottom: 3px solid #f46d32;
}
.no-touch .standard-tabs > .tabs > li.disabled > a:hover {
    color: #c0c0c0;
    padding-bottom: 9px;
    border-bottom: 0;
}
.standard-tabs > .tabs > li.active, .standard-tabs > .tabs > li.active + li {
    border-left-color: transparent;
}
.ie7 .standard-tabs > .tabs 
{
        margin: -21px -5px 0 -4px;
}
/* IE7 */
.ie7 .standard-tabs > .tabs > li.active, .ie7 .standard-tabs > .tabs > li.active + li {
    border-left-color: #cccccc;
}
.ie7 .standard-tabs > .tabs > li.active.last-child {
    border-right: 1px solid #cccccc;
}
.standard-tabs > .tabs > li.active > a {
    margin-left: -13px;
    margin-right: -13px;
    padding: 6px 22px 7px;
    border: 1px solid #cccccc;
    border-bottom: 0;
    background: white;
    color: #f46d32;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    width:auto
}
.no-touch .standard-tabs > .tabs > li.active > a:hover {
    padding-bottom:7px;
    border-bottom:0px !important
}
/*
     * Standard tabs at bottom
     */
.standard-tabs.at-bottom {
    padding-top: 0;
    padding-bottom: 29px;
}
.standard-tabs.at-bottom > .tabs {
    top: auto;
    bottom: 0;
    margin: 0 -5px -5px -5px;
    padding: 0 5px 5px 5px;
}
.standard-tabs.at-bottom > .tabs > li {
    padding: 9px 12px 5px;
}
.standard-tabs.at-bottom > .tabs > li > a {
    margin: -9px -12px -5px;
    padding: 9px 12px 5px;
}
.no-touch .standard-tabs.at-bottom > .tabs > li > a:hover {
    padding-bottom: 5px;
    border-bottom: 0;
    padding-top: 6px;
    border-top: 3px solid #f46d32;
}
.no-touch .standard-tabs.at-bottom > .tabs > li.disabled > a:hover {
    padding-top: 9px;
    border-top: 0;
}
.standard-tabs.at-bottom > .tabs > li.active > a {
    margin-left: -13px;
    margin-right: -13px;
    padding: 7px 12px 6px;
    border-bottom: 1px solid #cccccc;
    border-top: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25);
}
.no-touch .standard-tabs.at-bottom > .tabs > li.active > a:hover {
    padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
    padding-top: 7px;
    border-top: 0;
}
.standard-tabs.at-bottom > .tabs-content {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius: 6px 6px 6px 0;
    border-radius: 6px 6px 6px 0;
}
/*
     * Side tabs
     */
    .side-tabs {
    padding-left: 179px;
    margin-left:10px;
}
/* Actual tabs */
    .side-tabs > .tabs {
    width: 185px;
    margin: 0 0 -5px -5px;
    padding: 0 0 5px 0px;
}
.side-tabs > .tabs > li {
    padding: 11px 9px 11px 11px;
    border-top: 1px solid #cccccc;
    text-transform:uppercase;
}
.side-tabs > .tabs > li:first-child {
    border-top-color: transparent;
}
.side-tabs > .tabs > li > a {
    margin: -11px -9px -11px -11px;
    padding: 11px 9px 11px 11px;
}
.side-tabs > .tabs > li > a:after {
    display: none
}
/* IE7 */
.side-tabs > .tabs > li > a > .with-arrow-after {
    display: none;
}
.no-touch .side-tabs > .tabs > li > a:hover {
    padding-right: 6px;

}
.no-touch .side-tabs > .tabs > li.disabled > a:hover {
    color: #c0c0c0;
    padding-right: 9px;
    border-right: 0;
}
.side-tabs > .tabs > li.active, .side-tabs > .tabs > li.active + li {
    border-top-color: transparent;
}
.side-tabs > .tabs > li.active > a {
    text-transform:uppercase;
    margin-top: -12px;
    margin-bottom: -12px;
    padding: 11px 9px 11px 10px;
    border: 1px solid #cccccc;
    border-right: 0;
    background: white;
    color: #f46d32; 
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.no-touch .side-tabs > .tabs > li.active > a:hover {
    padding-right: 9px;
    border-right: 0px solid #fff !important
}


/* Right side tabs */
    .side-tabs.on-right {
    padding-left: 0;
    padding-right: 179px;
}
.side-tabs.on-right > .tabs {
    left: auto;
    right: 0;
    margin: -5px -5px -5px 0;
    padding: 5px 5px 5px 0;
}
.side-tabs.on-right > .tabs > li {
    padding: 11px 11px 11px 9px;
}
.side-tabs.on-right > .tabs > li > a {
    margin: -11px -11px -11px -9px;
    padding: 11px 11px 11px 9px;
}
.no-touch .side-tabs.on-right > .tabs > li > a:hover {
    padding-right: 11px;
    border-right: 0;
    padding-left: 6px;
    border-left: 3px solid #999999;
}
.no-touch .side-tabs.on-right > .tabs > li.disabled > a:hover {
    padding-right: 11px;
    padding-left: 9px;
    border-left: 0;
}
.side-tabs.on-right > .tabs > li.active > a {
    margin-top: -12px;
    margin-bottom: -12px;
    padding: 11px 11px 10px 9px;
    border-right: 1px solid #cccccc;
    border-left: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.no-touch .side-tabs.on-right > .tabs > li.active > a:hover {
    padding-right: 11px;
    padding-left: 9px;
    border-right: 1px solid #cccccc;
    border-left: 0;
}
.side-tabs.on-right > .tabs-content {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.tabs-fullheight.on-right > .tabs-content {
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
/* Content */
    .standard-tabs > .tabs-content, .side-tabs > .tabs-content {
    position: static;
    left: auto;
    right: auto;
    overflow: visible;
    width: auto;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;/*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);*/
}
.tabs-fullheight > .tabs-content {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.csstransforms .standard-tabs > .tabs-content, .csstransforms .side-tabs > .tabs-content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.standard-tabs > .tabs-content {
}
/* Back button */
    .standard-tabs > .tabs-content > .tabs-back, .side-tabs > .tabs-content > .tabs-back {
    display: none;
}
/* When transistions are enabled */
    .standard-tabs.tabs-animated, .standard-tabs.tabs-animated > .tabs, .standard-tabs.tabs-animated > .tabs-content, .side-tabs.tabs-animated, .side-tabs.tabs-animated > .tabs, .side-tabs.tabs-animated > .tabs-content {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/* Recursive tabs */
    .with-padding > .standard-tabs.inner-tabs, .with-padding > .side-tabs.inner-tabs {
    margin: 0;
}
/* Extra Styles */
.standard-tabs > .tabs-content {
    background:#f6f6f6;
    margin-top:16px;
}
.standard-tabs > .tabs-content {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    height:auto;
    dispaly:block;

}
.standard-tabs > .tabs > li.active > a {
    font-size: 20px;
    background:#f6f6f6;
}
.standard-tabs > .tabs > li > a {
    padding-top:14px;
    display: inline-block;
}
.standard-tabs > .tabs {
    height:51px;
}
.side-tabs > .tabs-content {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
    -webkit-border-radius: 6px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;/*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);*/
            min-height:254px;
}
.side-tabs > .tabs > li > a {
    padding: 14px 9px 14px 11px;
}
.side-tabs > .tabs > li.active > a {
    padding: 14px 9px 14px 10px;
}
/***********************************************
                    TABLES
***********************************************/

/* Generic */
.vertical-center {
    vertical-align: middle;
}
/* Complex table style */
.table {
    width: 100%;
    border: 1px solid #cccccc;
}
.table-header + .table {
    border-top: 0;
}
.table > thead, .table > tbody > tr > th, .table > tfoot > tr > th {
    text-align: left;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 9px 10px;
    
}
.table-header + .table > thead > tr > th, .table-header + .table > thead > tr > td {
    border-top: 0;
}
.table > tbody > tr > th, .table > tbody > tr > td {
    padding: 9px 10px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0px dotted #cfcfcf;
}
.table > tbody > tr > th:first-child
{
    border-bottom: 1px solid #e6e6e6;
}
/* Even rows styling */
.table > tbody > tr:nth-child(even) {
    background: #f7f7f7;
}
.table > tbody > tr.even {
    background: #f7f7f7;
}
/* Hover styling */
    .table > tbody > tr:hover {
    background: #f0f0f0;
}
.table > tbody > tr > td.messagerow {
    padding:20px !important;
}
.table > tbody > tr > td.messagerow:hover {
    background: #fff !important;

}
/* Padding adjust */
th.low-padding, td.low-padding {
    line-height: 24px !important;
    padding: 5px 5px 4px 5px !important;
}
td.button-height, th.button-height {
    padding: 8px 10px 8px 10px !important;
}
/* Header and footer for the complex table style */
.table-header, .table-footer {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
}
.table-header {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.table-footer {
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
}
.table-header.button-height, .table-footer.button-height {
    margin: 0;
    padding: 9px 10px;
}

/***********************************************
                    FORMS
***********************************************/

/* Disable outline */
input:focus, .input:focus {
    outline: 0;
}
/* IE7 */
label {
    zoom: 1;
}
/* Standard text input */
.input, .inputs {
    display: inline-block;
    text-align: left;
    padding: 0 9px;
    line-height: 30px;
    border: 0;
    vertical-align: baseline;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: -webkit-box-shadow 400ms;
    -moz-transition: -moz-box-shadow 400ms;
    -ms-transition: box-shadow 400ms;
    -o-transition: box-shadow 400ms;
    transition: box-shadow 400ms;
    -webkit-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 0), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 0 rgba(51, 153, 255, 0);
    -moz-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 0), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 0 rgba(51, 153, 255, 0);
    box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 0), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 0 rgba(51, 153, 255, 0);
}
.ie7 .input {
    display: inline;
    zoom: 1;
    vertical-align: middle;
}

input.input, textarea.input {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 23px;
}

.inputs {
    display: block;
    padding: 0;
    height: auto;
    list-style-type: none;
    margin-left: 0;
}
.inputs > li {
    padding: 0 9px;
    line-height: 30px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.inputs > li:first-child {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.inputs > li:last-child {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.no-boxshadow .inputs > li.last-child {
    border-bottom: 0;
}
.black-inputs .inputs > li:last-child, .inputs.black-input > li:last-child {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
p > .button, p > .input {
    margin-top: -7px;
    margin-bottom: -7px;
}
.button-height .button, .button-height .input {
    margin-top: 0;
    margin-bottom: 0;
}


.input.full-width {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.input.disabled, .input:disabled, .disabled .input {
    padding: 0 8px;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #999999;
}
input.input.disabled, input.input:disabled, .disabled input.input {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 16px;
}
.input.disabled > .input-unstyled, .inputs.disabled > li > .input-unstyled, .disabled .input > .input-unstyled, .disabled .inputs > li > .input-unstyled {
    padding-top: 6px;
    padding-bottom: 6px;
}
.input > .float-left, .input > .float-right {
    height: inherit;
 //height:expression(this.parentNode.currentStyle['height']);
    line-height: inherit;
 //line-height:expression(this.parentNode.currentStyle['line-height']);
}
.input.large {
    padding: 0 19px;
    line-height: 50px;
}
input.input.large {
    padding-top: 17px;
    padding-bottom: 17px;
    line-height: 16px;
}
.inputs.large > li {
    line-height: 50px;
    padding: 0 19px;
}
.large > .input-unstyled, .large > li > .input-unstyled {
    padding-top: 17px;
    padding-bottom: 17px;
}
.large > .input-unstyled:first-child, .large > li > .input-unstyled:first-child {
    margin-left: -19px;
    padding-left: 19px !important;
}
.large > .input-unstyled:last-child, .large > li > .input-unstyled:last-child {
    margin-right: -19px;
    padding-right: 19px !important;
}
/* IE7 */
            .large > .input-unstyled.last-child, .large > li > .input-unstyled.last-child {
    margin-right: -19px;
    padding-right: 19px !important;
}
.input.large.disabled, .input.large:disabled, .disabled .input.large {
    padding: 0 18px;
    line-height: 48px;
}
input.input.large.disabled, input.input.large:disabled, .disabled input.input.large {
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: 16px;
}
.input.large.disabled > .input-unstyled, .inputs.large.disabled > li > .input-unstyled, .disabled .input.large > .input-unstyled, .disabled .inputs.large > li > .input-unstyled {
    padding-top: 16px;
    padding-bottom: 16px;
}
input[type=radio], input[type=checkbox] {
    vertical-align: -2px;
    background:none;
    box-shadow:none\9
    
}
input[type=checkbox]
{
    padding-top:1px \9
}

::-webkit-input-placeholder {
 color: #808080;
}
input:-moz-placeholder {
 color: #808080;
}
/* For older browsers */
.placeholder {
    color: #808080 !important;
}


/* File input */
.input.file {
    position: relative;
    padding: 0;
}
.file-text {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 9px;
    overflow: hidden;
    background: none;
}
.input.file > .button {
    position: absolute;
    z-index: 2;
    right: 3px;
    top: 3px;
}
.input.file > input {
    position: relative;
    z-index: 3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
/* Fieldset and field-lists */
.fieldset {
    padding: 20px;
    border: 1px solid #cccccc;
    margin-bottom: 16px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.15);
}
.fieldset:last-child {
    margin-bottom: 0;
}
/* IE7 */
        .fieldset.last-child {
    margin-bottom: 0;
}
.legend {
    line-height: 22px;
    border-width: 1px;
    border-style: solid;
    padding: 0 9px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 88;
    margin-bottom: 10px;
}
/* IE7 background bleed bug: http://www.communitymx.com/content/article.cfm?cid=DD9F3 */
.ie7 .fieldset {
    position: relative;
    margin-top: 30px;
}
.ie7 .legend {
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: -11px;
}
/* Selects */
select {
    display: inline-block;
    zoom: 1;
    text-align: left;
    font-weight: bold;
    position: relative;
    z-index: 89;
    font-size: 13px;
    line-height: 30px;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    vertical-align: middle;
    margin: -2px 0 2px;
    border: 1px solid #cccccc !important;
    background: #fff !important;
    color: rgba(0,0,0,0.75);
    padding: 5px !important;
    font-family: helvetica;
    font-weight: normal;
    font-size: 14px;
    height: 40px;
    margin-bottom: 13px !important;
    
    
}
.selectMultiple {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
select.select30
{
    height:30px !important
}
.select, .selectMultiple {
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: -webkit-box-shadow 400ms;
    -moz-transition: -moz-box-shadow 400ms;
    -ms-transition: box-shadow 400ms;
    -o-transition: box-shadow 400ms;
    transition: box-shadow 400ms;
    -webkit-box-shadow: 0 0 0 1px rgba(51, 153, 255, 0), 0 0 0 rgba(51, 153, 255, 0);
    -moz-box-shadow: 0 0 0 1px rgba(51, 153, 255, 0), 0 0 0 rgba(51, 153, 255, 0);
    box-shadow: 0 0 0 1px rgba(51, 153, 255, 0), 0 0 0 rgba(51, 153, 255, 0);
}
.select.focus, .select.selectedd {
    -webkit-box-shadow: 0 0 0 1px rgba(51, 153, 255, 1), 0 0 5px rgba(51, 153, 255, 0.75);
    -moz-box-shadow: 0 0 0 1px rgba(51, 153, 255, 1), 0 0 5px rgba(51, 153, 255, 0.75);
    box-shadow: 0 0 0 1px rgba(51, 153, 255, 1), 0 0 5px rgba(51, 153, 255, 0.75);
}
.select.full-width, .selectMultiple.full-width {
    display: block;
}
.select {
    padding: 0 26px 0 0;
}
select:focus, select.select:focus
{
    -webkit-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75)!important;
    box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75)!important;
}
select.selectedd:focus
{
    -webkit-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75)!important;
    box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 2px 5px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75)!important;
    border:5px outline  #3399ff !important;
} 

.select > select, .selectMultiple > select {
    position: absolute;
    display: block;
    z-index: 99;
    width: 100%;
    height: 30px;
    top: 0;
    left: 0;
    margin: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
p > .select {
    margin-top: -7px;
    margin-bottom: -7px;
}
/* Styled radio/checkboxes */
.checkbox, .radio {
    display: inline-block;
 *display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    border-width: 1px;
    border-style: solid;
    padding: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    -webkit-background-clip: padding-box;
    position: relative;
    margin-top: -2px;
    margin-bottom: 2px;
}
.checkbox > input, .radio > input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.checkbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.radio {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.checkbox.focus, .radio.focus {
    -webkit-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75);
    -moz-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75);
    box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75);
}

.checkbox.disabled, .disabled .checkbox, .radio.disabled, .disabled .radio {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/********************************************************/
/*                           Icons                      */
/********************************************************/

@font-face {
    font-family: 'EntypoRegular';
    src: url('Entypo/entypo-webfont.eot');
    src: url('Entypo/entypo-webfont.eot?#iefix') format('embedded-opentype'), url('Entypo/entypo-webfont.woff') format('woff'), url('Entypo/entypo-webfont.ttf') format('truetype'), url('Entypo/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
    font-family: 'EntypoRegular';
    font-size: 2em;
    line-height: 1em;
    margin: -0.5em 0.115em -0.5em -0.077em;
    vertical-align: -0.077em;
}
.button.icon:before, .button > .icon:before, .button-icon.icon:before, .button-icon > .icon:before {
    font-size: 2.3em;
    margin-top: -0.65em;
    margin-bottom: -0.65em;
    vertical-align: -0.133em;
}
/* Sizes */
.icon-size2:before {
    font-size: 50px;
    margin-top: -1.25em;
    margin-bottom: -1.25em;
    vertical-align: -0.132em;
}
.icon-size3:before {
    font-size: 36px;
    margin-top: -9px;
    margin-bottom: -1.75em;
    vertical-align:0;
}
.icon-size4:before {
    font-size: 7em;
    margin-top: -3em;
    margin-bottom: -3em;
    vertical-align: middle;
}
.icon-size5:before {
    font-size: 10em;
    margin-top: -4.5em;
    margin-bottom: -4.5em;
    vertical-align: middle;
}
.icon-size6:before {
    font-size: 5em;
    margin-top: -9px;
    margin-bottom: -1.75em;
    vertical-align:0;
}
/* Empty icons */
    [class^="icon-"]:empty:before, [class*=" icon-"]:empty:before {
    margin-right: -0.077em;
    margin-left: -0.077em;
}
/* IE7 */
    .font-icon {
    font-weight: normal;
    font-style: normal;
    font-family: 'EntypoRegular';
    font-size: 2em;
    margin: -0.5em 0.115em -0.5em -0.077em;
    vertical-align: middle;
    display:none;
}
.font-icon.empty {
    margin-right: -2px;
    margin-left: -2px;
}
/* Sizes */
.icon-size2 > .font-icon {
    font-size: 3.5em;
    margin-top: -1.25em;
    margin-bottom: -1.25em;
    vertical-align: -0.132em;
}
.icon-size3 > .font-icon {
    font-size: 4.5em;
    margin-top: -1.75em;
    margin-bottom: -1.75em;
    vertical-align: -0.171em;
}
.icon-size4 > .font-icon {
    font-size: 7em;
    margin-top: -3em;
    margin-bottom: -3em;
    vertical-align: middle;
}
.icon-size5 > .font-icon {
    font-size: 10em;
    margin-top: -4.5em;
    margin-bottom: -4.5em;
    vertical-align: middle;
}
.icon-size6 > .font-icon {
    font-size: 5em;
    margin-top: -4.5em;
    margin-bottom: -4.5em;
    vertical-align: middle;
}
/* IE8 */
    [class^="icon-"].font-icon-empty:before, [class*=" icon-"].font-icon-empty:before {
    margin-right: -0.077em;
    margin-left: -0.077em;
}
.icon-phone:before {
    content: '!';
}
.icon-mobile:before {
    content: '"';
}
.icon-tag:before {
    content: '#';
}
.icon-directions:before {
    content: '$';
}
.icon-mail:before {
    content: '%';
}
.icon-pencil:before {
    content: '&';
}
.icon-paperclip:before {
    content: '\'';
}
.icon-reply:before {
    content: '(';
}
.icon-replay-all:before {
    content: ')';
}
.icon-forward:before {
    content: '*';
}
.icon-user:before {
    content: '+';
}
.icon-users:before {
    content: ',';
}
.icon-add-user:before {
    content: '-';
}
.icon-card:before {
    content: '.';
}
.icon-extract:before {
    content: '/';
}
.icon-marker:before {
    content: '0';
}
.icon-map:before {
    content: '1';
}
.icon-compass:before {
    content: '2';
}
.icon-arrow:before {
    content: '3';
}
.icon-target:before {
    content: '4';
}
.icon-path:before {
    content: '5';
}
.icon-heart:before {
    content: '6';
}
.icon-star:before {
    content: '7';
}
.icon-like:before {
    content: '8';
}
.icon-chat:before {
    content: '9';
}
.icon-speech:before {
    content: ':';
}
.icon-quote:before {
    content: ';';
}
.icon-printer:before {
    content: '<';
}
.icon-bell:before {
    content: '=';
}
.icon-link:before {
    content: '>';
}
.icon-flag:before {
    content: '?';
}
.icon-gear:before {
    content: '@';
}
.icon-flashlight:before {
    content: 'A';
}
.icon-cup:before {
    content: 'B';
}
.icon-price-tag:before {
    content: 'C';
}
.icon-camera:before {
    content: 'D';
}
.icon-moon:before {
    content: 'E';
}
.icon-palette:before {
    content: 'F';
}
.icon-leaf:before {
    content: 'G';
}
.icon-music-note:before {
    content: 'H';
}
.icon-bag:before {
    content: 'I';
}
.icon-plane:before {
    content: 'J';
}
.icon-buoy:before {
    content: 'K';
}
.icon-rain:before {
    content: 'L';
}
.icon-eye:before {
    content: 'M';
}
.icon-clock:before {
    content: 'N';
}
.icon-mic:before {
    content: 'O';
}
.icon-calendar:before {
    content: 'P';
}
.icon-lightning:before {
    content: 'Q';
}
.icon-hourglass:before {
    content: 'R';
}
.icon-rss:before {
    content: 'S';
}
.icon-wifi:before {
    content: 'T';
}
.icon-lock:before {
    content: 'U';
}
.icon-unlock:before {
    content: 'V';
}
.icon-tick:before {
    content: 'W';
}
.icon-cross:before {
    content: 'X';
}
.icon-minus-round:before {
    content: 'Y';
}
.icon-plus-round:before {
    content: 'Z';
}
.icon-cross-round:before {
    content: '[';
}
.icon-minus:before {
    content: '\\';
}
.icon-plus:before {
    content: ']';
}
.icon-forbidden:before {
    content: '^';
}
.icon-info:before {
    content: '_';
}
.icon-info-round:before {
    content: '`';
}
.icon-question:before {
    content: 'a';
}
.icon-question-round:before {
    content: 'b';
}
.icon-warning:before {
    content: 'c';
}
.icon-redo:before {
    content: 'd';
}
.icon-undo:before {
    content: 'e';
}
.icon-swap:before {
    content: 'f';
}
.icon-revert:before {
    content: 'g';
}
.icon-refresh:before {
    content: 'h';
}
.icon-list:before {
    content: 'i';
}
.icon-list-add:before {
    content: 'j';
}
.icon-thumbs:before {
    content: 'k';
}
.icon-page-list:before {
    content: 'l';
}
.icon-page:before {
    content: 'm';
}
.icon-pages:before {
    content: 'n';
}
.icon-marker:before {
    content: '0';
}
.icon-pictures:before {
    content: 'p';
}
.icon-movie:before {
    content: 'q';
}
.icon-music:before {
    content: 'r';
}
.icon-folder:before {
    content: 's';
}
.icon-drawer:before {
    content: 't';
}
.icon-trash:before {
    content: 'u';
}
.icon-outbox:before {
    content: 'v';
}
.icon-inbox:before {
    content: 'w';
}
.icon-download:before {
    content: 'x';
}
.icon-cloud:before {
    content: 'y';
}
.icon-cloud-upload:before {
    content: 'z';
}
.icon-play:before {
    content: '{';
}
.icon-pause:before {
    content: '|';
}
.icon-record:before {
    content: '~';
}
.icon-forward:before {
    content: 'Ä';
}
.icon-backward:before {
    content: 'Å';
}
.icon-previous:before {
    content: 'Ç';
}
.icon-next:before {
    content: 'É';
}
.icon-expand:before {
    content: 'Ñ';
}
.icon-reduce:before {
    content: 'Ö';
}
.icon-volume:before {
    content: 'Ü';
}
.icon-loud:before {
    content: 'á';
}
.icon-mute:before {
    content: 'à';
}
.icon-left-fat:before {
    content: 'â';
}
.icon-down-fat:before {
    content: 'ä';
}
.icon-up-fat:before {
    content: 'ã';
}
.icon-right-fat:before {
    content: 'å';
}
.icon-left:before {
    content: 'ç';
}
.icon-down:before {
    content: 'é';
}
.icon-up:before {
    content: 'è';
}
.icon-right:before {
    content: 'ê';
}
.icon-left-round:before {
    content: 'ë';
}
.icon-down-round:before {
    content: 'í';
}
.icon-up-round:before {
    content: 'ì';
}
.icon-right-round:before {
    content: 'î';
}
.icon-home:before {
    content: 'ï';
}
.icon-ribbon:before {
    content: 'ñ';
}
.icon-read:before {
    content: 'ó';
}
.icon-new-tab:before {
    content: 'ò';
}
.icon-search:before {
    content: 'ô';
}
.icon-ellipsis:before {
    content: 'ö';
}
.icon-bullet-list:before {
    content: '®';
}
.icon-creative-commons:before {
    content: '©';
}
.reveal-modal .icon-skip {
    font-size: 14px;
    color: #888 !important;
    display: block;
    margin: 5px 0 0;
    top: 6px;
    font-weight: normal;
    border-bottom: 1px solid #888;
    line-height: 15px;
}
.reveal-modal .icon-skip:hover {
    border-color: #555;
}
.reveal-modal .icon-skip .icon-next {
    margin-left: 5px;
}

/* extra icons */
.top-bar ul > li a.facebook-icon {
    float: left;
    padding-left: 8px;
    color: #fff;
    background: url(../../images/communities/sprites.png) -445px -78px;
}
.top-bar ul>li:hover a.facebook-icon {
    color: #d9d9d9;
}

/***********************************************
               RIBBONS
***********************************************/    
.ribbon {
    display: block;
    width: 121px;
    height: 117px;
    overflow: hidden;
    position: absolute;
    z-index: 88;
    top: -5px;
    right: -4px;
}
.ribbon-inner {
    display: block;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0 7px 10px;
    left: -7px;
    top: 32px;
    width: 162px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-text-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
    -moz-text-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
    text-indent: -4px;
}
.no-csstransforms .ribbon-inner {
    left: -25px;
}
.tiny > .ribbon-inner {
    font-size: 10px;
    line-height: 10px;
    padding: 3px 0;
    left: -2px;
    top: 7px;
    width: 60px;
}
.no-csstransforms .tiny > .ribbon-inner {
    left: -9px;
}
.ribbon-inner:before, .ribbon-inner:after {
    content: '';
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    border-top:   3px solid;
    border-top-color: inherit;
    position: absolute;
    bottom: -3px;
}
.tiny > .ribbon-inner:before, .tiny > .ribbon-inner:after {
    border-left-width: 2px;
    border-right-width: 2px;
    border-top-width: 2px;
    bottom: -2px;
}
.ribbon-inner:before {
    left: 1px;
}
.ribbon-inner:after {
    right: 1px;
}
.exclusiveQuickJob > .ribbon-inner {
    padding: 1px 0 1px 9px;
    left: -7px;
    top: 8px;
    width: 91px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    background: #927e4d; /* Old browsers */
    font-size:8px;
    letter-spacing:1px;

}
.ribbon.exclusiveQuickJob
{
    left: -2px !important;
    top: 44px !important;
    height:31px;
}
/***********************************************
               USEFUL TIPS
***********************************************/
#usefulTips {
    z-index: 999400;
    right: 0;
    left: 0;
    text-align: left;
    margin-top:30px
}
#usefulTips> ul {
    list-style-type: none;
    margin: 79px 0 0 0;
}

.ie8 #usefulTips> ul
{
    margin: 95px 0 0 0;
}
.ie7 #usefulTips> ul
{
    margin: 85px 0 0 0;
}
.usefultip {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 0 8px 5px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(226, 226, 226, 0.25), inset 0 0px 0px rgba(0, 0, 0, 0), 0 1px 1px rgba(226, 226, 226, 0.5), 0 0 5px rgba(226, 226, 226, 0.75) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(226, 226, 226, 0.25), inset 0 0px 0px rgba(0, 0, 0, 0), 0 1px 1px rgba(226, 226, 226, 0.5), 0 0 5px rgba(226, 226, 226, 0.75)!important;
    box-shadow: inset 0 0 0 1px rgba(226, 226, 226, 0.25), inset 0 0px 0px rgba(0, 0, 0, 0), 0 1px 1px rgba(226, 226, 226, 0.5), 0 0 5px rgba(226, 226, 226, 0.75)!important;
    
    color: #bdbdbd;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: #fff);
    border: 1px solid #d7d7d7 ;

}
.ie8 .usefultip
{
 margin-bottom:6px;  
}
.usefultip.activeTip {
    -webkit-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 0px 0px rgba(0, 0, 0, 0), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75) !important;
    -moz-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 0px 0px rgba(0, 0, 0, 0), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75)!important;
    box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 1), inset 0 0px 0px rgba(0, 0, 0, 0), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 5px rgba(51, 153, 255, 0.75)!important;
    border:0px solid #3399ff;
    padding:1px;

}
.usefultip.activeTip h3
{
    color: #3399ff !important
}

.ie8 .usefultip, .ie7 .usefultip 
{
    padding:1px
}
.ie7 li.usefultip
{
    border-top: 1px solid #d7d7d7 !important;
}
.ie8 .usefultip.activeTip, .ie7 .usefultip.activeTip
{
     border:1px solid #3399ff !important;
}

.usefultip.activeTip > .block-arrow.left > span {
    border-right-color: #3399ff;
}

.ie8 .usefultip > .block-arrow.left > span, .ie8 .usefultip.activeTip > .block-arrow.left > span, .ie7 .usefultip > .block-arrow.left > span, .ie7 .usefultip.activeTip > .block-arrow.left > span
{
    margin-left:-20px
}
.usefultip > .close {
    margin: -3px -3px 0 0;
}
.usefultip > a, .usefultip > div {
    display: block;
    text-decoration: none;
    padding: 4px 10px;
    color: inherit;
    margin: 0;
    min-height:54px;
}
.ie7 .usefultip > a, .ie7 .usefultip > div
{
    padding: 4px 10px;
}
.ie8 .usefultip > a, .ie8 .usefultip > div, .ie7 .usefultip > a, .ie7 .usefultip > div
{
    min-height:40px;
}


.usefultip.no-title > a, .usefultip.no-title > div {
    color: white;
}
.usefultip > a > h3, .usefultip > div > h3 {
    color: #000;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4px;
    margin-top:5px;
}

.ie8 .usefultip h3, .ie7 .usefultip h3
{
        font-size: 13px;
}
.usefultip > a > b, .usefultip > div > b, .usefultip > div > a {
    color: white;
}

.usefultip-icon {
    float: left;
    margin: 7px 6px 7px 8px;
}
.extra-usefultips {
    padding: 2px 6px;
    font-weight: bold;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}
.more-usefultips {
    padding: 3px 7px;
    cursor: pointer;
}
.usefultip > .block-arrow.left > span {
    border-right-color: #d7d7d7;
}
.block-arrow.left > span {
    margin: 20px -5px -6px -18px;
    border-top-color: transparent;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 9px solid transparent;
}


/********************************************************/
/*                 4. Inputs & progress                 */
/********************************************************/

.input, .inputs, .progress, .slider, .checkbox, .radio, select, select .select {
    background: #e6e6e6 url(../../images/communities/old-browsers/bg_input36.png) repeat-x;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
    background: -webkit-linear-gradient(top, white, #e6e6e6);
    background: -moz-linear-gradient(top, white, #e6e6e6);
    background: -ms-linear-gradient(top, white, #e6e6e6);
    background: -o-linear-gradient(top, white, #e6e6e6);
    background: linear-gradient(top, white, #e6e6e6);
    border-color: #cccccc;
    color: #666666;
}
.ie8 .checkbox, .ie8 input[type="checkbox"]
{
    background: #fff !important;
    border:none
}
.input:disabled {
    -webkit-text-fill-color: #999999;
}

.whiteinput {
    background: #fff;
    border-color: #cccccc;
    color: #666666;
}
/********************************************************/
/*                   5. Modal window                    */
/********************************************************/

.modal {
    background: #101010 url(../../images/communities/old-browsers/colors/bg_modal.png) repeat-x;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d3d3d), to(#101010));
    background: -webkit-linear-gradient(top, #3d3d3d, #101010);
    background: -moz-linear-gradient(top, #3d3d3d, #101010);
    background: -ms-linear-gradient(top, #3d3d3d, #101010);
    background: -o-linear-gradient(top, #3d3d3d, #101010);
    background: linear-gradient(top, #3d3d3d, #101010);
    color: white;
    border-color: #191919;
}
/********************************************************/
/*            6. Generic gradients - defaults           */
/********************************************************/

/* Silver */
.select-value, .select-arrow, .switch-button, .black-inputs .radio > .check-knob, .black-inputs.radio > .check-knob, .legend, .block-title, .details > summary, .accordion > dt, .table > thead > tr > th, .table > thead > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td, .agenda-header, .agenda-event, .tabs-back, .blocks-list > li, .panel-control, .wizard-step {
    color: #666666;
    background: #f6f6f6;
    background: #f6f6f6;
    border-color: #cccccc;
}
.table > thead > tr > th
{
    background: #f6f6f6 !important;
}

/**********************************
          NEW STYLES
***********************************/

.primaryColor {
    color:white
}
.secondaryColor {
    color:white;
}
.primaryText {
    color:#b29c6c;
}
.secondaryText {
    color: #002141;
}
/* Align */
.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}

img.align-center
{
    margin:0px auto;
    display:block
}
/* Margins */
.large-margin-top {
    margin-top: 30px !important;
}
.margin-top {
    margin-top: 16px !important;
}
.mid-margin-top {
    margin-top: 8px !important;
}
.small-margin-top {
    margin-top: 4px !important;
}
.no-margin-top {
    margin-top: 0 !important;
}
.large-margin-right {
    margin-right: 30px !important;
}
.huge-margin-top {
    margin-top: 100px !important;
}
.margin-right {
    margin-right: 16px !important;
}
.mid-margin-right {
    margin-right: 8px !important;
}
.small-margin-right {
    margin-right: 4px !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
.large-margin-left {
    margin-left: 30px !important;
}
.margin-left {
    margin-left: 16px !important;
}
.mid-margin-left {
    margin-left: 8px !important;
}
.small-margin-left {
    margin-left: 4px !important;
}
.twenty-margin-left {
    margin-left:20px !important;
}
.no-margin-left {
    margin-left: 0 !important;
}
.huge-margin-bottom {
    margin-bottom: 100px !important;
}
.large-margin-bottom {
    margin-bottom: 30px !important;
}
.margin-bottom {
    margin-bottom: 16px !important;
}
.mid-margin-bottom {
    margin-bottom: 8px !important;
}
.small-margin-bottom {
    margin-bottom: 4px !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
.no-margin {
    margin: 0px !important;
}
.negative-margin-top {
    margin-top:-50px !important;
}
.no-border {
    border: none !important;
}
.no-border-top {
    border-top: none !important;
}
.no-border-right {
    border-right: none !important;
}
.no-border-bottom {
    border-bottom: none !important;
}
.no-border-left {
    border-left: none !important;
}
/* Padding */
.with-padding {
    padding: 20px !important;
}
.with-mid-padding {
    padding: 10px !important;
}
.with-small-padding {
    padding: 5px !important;
}
.no-padding {
    padding: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.with-right-padding {
    padding-right: 20px !important;
}
.with-left-padding {
    padding-left: 20px !important;
}
.with-right-mid-padding {
    padding-right: 10px !important;
}
.with-left-mid-padding {
    padding-left: 10px !important;
}
.huge-padding-bottom {
    padding-bottom: 100px !important;
}
.with-top-padding {
    padding-top: 20px !important;
}
.mid-padding-top{
    padding-top: 8px !important;
}
.left-right-padding{
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.with-vertical-padding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.with-horizontal-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.tabs-padding
{
    padding: 20px 10px 20px 20px!important;
}
.ie7 .tabs-padding
{
    padding: 40px 10px 20px 20px!important;
}
.inline {
    display:inline !important;
}
.no-shadow {
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    -ms-box-shadow:none !important;
    -o-box-shadow:none !important;
    box-shadow:none !important;
}
.radio-label{
    padding-top:8px;
    max-width:300px;
    word-wrap:break-word;
    margin-bottom:0px;
    cursor:pointer
    
}
#largepage .custom-bg, #inner-page .custom-bg, #admin-page .custom-bg {
    background: url(../../images/communities/diagonal_striped_brick.png);
    border-bottom:0px solid #d3d3d3;
}
#aircv-page .custom-bg{
    background: url(../../images/communities/skybg.png) repeat;
    border-bottom:0px solid #d3d3d3;
}
#largepage .cover-image, #inner-page .cover-image, #admin-page .cover-image {
    background: url(../../images/communities/cover.jpg) no-repeat;
    z-index: -1;
    position: absolute;
}
#largepage .cover-image, #largepage .custom-bg {
    height: 584px;
    width: 100%;
    min-width:940px;
    position: absolute;
    z-index: -1;
    left:0px;
    border-bottom: 1px solid #d3d3d3;
    margin-top: -30px;
}
#largepage .cover-image {
    margin-top: 0;
}
#largepage .custom-bg-head,
#inner-page .custom-bg-head,
#admin-page .custom-bg-head,
#aircv-page .custom-bg-head {
    position: relative;
}
.ie7 #largepage .cover-image
{
    height: 554px;  
}
.ie7 #largepage .custom-bg
{
    height: 583px;  
}
#largepage .cover-image-match {
    height:524px;
    margin-top: 29px;
}
#admin-page .admin-overlay {
    background: url(../../images/communities/admin-dotted.png) repeat;
    height: 413px;
    width: 100%;
    position: absolute;
    z-index: -2;
}
#inner-page .cover-image, #inner-page .custom-bg, #admin-page .cover-image, #admin-page .custom-bg, #aircv-page .custom-bg {
    height: 443px;
    width: 100%;
    position: absolute;
    z-index: -2;
    left:0px;
    margin-top:-30px
}
#inner-page .custom-bg, #admin-page .custom-bg, #aircv-page .custom-bg
{
    height: 584px;   
}
.ie7 #inner-page .cover-image, .ie7 #admin-page .cover-image
{
    height: 413px;
}
#admin-page .cover-image-match, #inner-page .cover-image-match, #aircv-page .cover-image-match {
    height:383px;
    margin-top: 30px;
}

.cover-image-match.job-expired-error > div:first-child {
    width: 75%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .cover-image-match.job-expired-error > div:first-child {
        padding-left: 10px;
    }

    .cover-image-match.job-expired-error .searchPanel {
        padding: 30px 15px 25px 20px;
        max-height: inherit;
    }
}

.cover-image-match.job-expired-error > div:last-child {
    width: 25%;
}

@media (max-width: 991px) and (min-width: 768px) {
    .cover-image-match.job-expired-error > div:last-child {
        padding-right: 10px;
    }
}

#aircv-page .cover-image{
    background: url(../../images/communities/aircv-hero.jpg);
    z-index: -1;
    position: absolute;
    height: 413px;
    width: 100%;
    position: absolute;
    z-index: -1;
    left:0px
}
#largepage #footer{
    margin-top:10px;
}

.fillpage{
    min-height:550px;
}
.bodytext {
    font-size:14px;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.transparent {
    background: none!important;
    border:none !important;
}
.black {
    background: #000!important;
    border:0;
}
.opaqueBlack {
    background: rgba(0,0,0,0.8);
    background: url(../../images/communities/opaque.png)  repeat\9; 
    border:0;
}
.top-panel-header {
    font-size:50px;
    padding-top:42px;
    color:#f46d32;
}
.top-panel-header span {
    color:#fff;
    font-size:35px;
}
#signin-title .top-panel-header, #register-title .top-panel-header
{
    padding-top:28px;
}
.inner-top-panel-header{
    font-size:50px;
    padding-top:28px;
    color:#f46d32;
}
.headerPanel {
    height:137px;
    max-height:137px;
}

.ie7 .headerPanel
{
    height:97px;
}
.giantFont {
    font-size: 120px;
    color: #fff;
    font-weight: bold;
    letter-spacing: -4px;
    text-shadow: 2px 2px 2px #222;
    filter: Shadow(Color=#222222, Direction=135, Strength=4) \9;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135) \9;
    padding-left: 20px;
    font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin-bottom: 0px;

}
.giantFont a
{
    color:#fff!important
}
.mainHeading
{
    position:relative;
    height: 125px;
    margin-top: 51px
}
.mainHeading h1
{
    bottom: 0px;
    position:absolute;
}
.sectionHeading h2
{
    font-weight:400;
    font-size:42px;
    margin-bottom: 36px;
}
.sectionHeading p
{
    font-size:20px;
    font-family:"Open Sans", sans-serif;
    font-weight:400
}
.largeFont {
    font-size:60px;
    text-transform:uppercase;
    color:#fff;
    font-weight:bold;
    letter-spacing:-4px;
    text-shadow:3px 3px 3px #444;
    margin-top:100px;
    padding-left:20px;
}
.larger-text {
    font-size:125%;
}
.larger-icons {
    font-size: 25px;
    line-height: 14px;
}
.inline-ribbon {
    font-size: 30px;
    margin-left: -21px;
    float: left;
    line-height: 7px;
    display: inline;
    width: 40px;
}
ul.large-text-menu {
    list-style-type:none;
    border-bottom:1px dotted #ccc;
}
ul.large-text-menu li {
    font-size:17px;
    border-top:1px dotted #ccc;
    padding-top:10px;
    margin-bottom:10px;
}
.largeArrow {
    font-size: 30px;
    padding: 24px;
    line-height: 45px;
}
.whitey {
    color:#fff;
}
.whitey:hover {
    color:#f8f8f8;
}
.whiteyBox
{
    background: #fff !important;
    height: 235px;
}
.blacky {
    color:#000!important;
}
.strip {
    margin:0 0 10px 0;
    padding:20px
}
.headerStrip {
    padding:8px 20px;
    margin-bottom:0px !important;
}
.headerStrip span a
{
    font-size:14px;
    color:#fff !important;
    vertical-align: middle;
     padding-left: 10px;
}
.blueyBG, .greenyBG, .pinkyBG {
    border:none;
}
.blueyBG, li.blueyBG {
    background-color: #0189be;
}
.greenyBG {
    background-color: #33ce98;
}
.shadowtext {
    text-shadow:1px 1px #000
}
.logoTriangleRow {
    position:relative;
    z-index:2;
}
.logoTriangle {
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 220px solid transparent;
    border-bottom: 220px solid transparent;
    border-right: 220px solid #fff;
    position:absolute;
    right:0px;
    top: 30px;
}
.logoPanelColumn {
    z-index:10;
    position:relative;
    margin-top:30px
}
.logoPanel {
    padding:0px;
    float:right;
    margin:0;
    padding:15px;
    text-align: right;
}
.logoPanel img {
    margin:-30px 0 15px 0;
}
.tclogo
{
    padding:10px 0 0 20px;
}
.tclogo img
{
    height:60px;
}
h1.poweredlogo {
    text-indent:-9999px;
}
.yourApplicationIcon {
    padding-left: 50px;
    background: url(../../images/communities/sprites.png) -9px -320px no-repeat;
    width: 37px;
    height: 34px;
    float: left;
    position: absolute;
    right: 0px;
    top: 28px;
}
.ie7 .yourApplicationIcon
{
    padding-left: 0px;
    padding-right:5px
}
.button.shrink {
    width:85%;
    height: 42px;
}
.ie7 .button.shrink {
    width:50%;
    height: 26px;
    padding: 7px;
    margin-top:1px;
}
.button.gosearch
{
    width:100px !important
}
.button.gosearch1
{
    width:100px !important;
    margin-left:4px;
}
.ie7 .button.gosearch1, .ie7 .button.gosearch
{
    height:42px;
}
.quicksearch-icon{
    font-size: 17px;
    padding: 13px 0px !important;
}
.count {
    font-size: 37px;
    font-weight: bold;
    margin-left: 0px;
    width: 100px !important;
    text-align: right !important;
    direction: ltr;
    padding-left:14px;
    line-height: 61px;
    color:#fff;
}
.stattext {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: white;
    vertical-align: super;
    margin-top: 3px;
    text-align: left;
    float: right;
    width: 81px;
    text-indent: 0px;
    display: block;
    line-height: 17px;
    padding-top: 12px;
    padding-left:6px;
}
.greyGradient {
    background: #d6dadf url(../../images/communities/old-browsers/bg_button.png) repeat-x;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#efeff4), to(#d6dadf));
    background: -webkit-linear-gradient(top, #efeff4, #d6dadf);
    background: -moz-linear-gradient(top, #efeff4, #d6dadf);
    background: -ms-linear-gradient(top, #efeff4, #d6dadf);
    background: -o-linear-gradient(top, #efeff4, #d6dadf);
    background: linear-gradient(top, #efeff4, #d6dadf);
    text-shadow:1px 1px #fff;
    font-size:17px;
    font-family: "Open Sans", sans-serif;
    border-bottom:1px solid #d3d3d3;
    line-height: 3px;
}
.ie8 .greyGradient, .ie7 .greyGradient
{
    line-height: 4px;
}
.45strip {
    height:45px;
}
/* Floating elements */
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.clear-both {
    clear: both;
}
.column.zeroheight, .columns.zeroheight{
    min-height:0px;
}
.baselineAffix {
    bottom:0px;
    position:absolute;
    display:inline;
}
.baselineAffix h3
{
    margin:0px;
    padding:0px;
    line-height:30px;
    vertical-align: middle;
    padding: 9px 10px 2px 20px!important;
}

.baselineAffix span {
    display:inline;
    font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    vertical-align: middle;
    padding: 9px 10px 2px 0px!important;
}
.inlineAffix {
    top:0px;
    position:absolute;
    z-index:20;
}
.inlineLink {
    position: absolute;
    bottom: 0px;
    padding: 0px;
    margin: 0 0 10px -22px;
}
.quickJobsList
{
    margin: 5px 0;
    *margin:0px 0;
    min-height: 300px;
    *min-height: auto;
    border-left: 1px dashed #ddd;
    *border-left: 0px dashed #ddd;
}
.quickJobs {
    height: 75px;
    margin-right:0px !important;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
}
.quickJobs:first-child
{
    border-top:0px solid #fff; 
}
p.jobTitle, p.jobLocation, h5.jobTitle {
    padding-left: 15px;
    color: #000;
}

.quickJobs p.jobShortlist {
    padding-left: 15px;
    margin-bottom: 0;
}

p.jobIndustry {
    color: #555;
    font-size: 12px;
    padding-left: 15px;
}
.jobMeta p.jobLocation, .jobMeta p.jobIndustry
{
    padding-left:0px;
}
.lrbordered {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    height:auto;
    height:75px;
}
.expandedJob .lrbordered, .fullJob .lrbordered {
    height:auto !important;
}
.ie7 .lrbordered {
    margin-right:-3px;
}

.rbordered {
    border-left:1px solid #fff;
    border-right:1px dashed #ddd;
    height:auto;
    height:75px;
}
.expandedJob .rbordered, .fullJob .rbordered {
    height:auto !important;
}
.ie7 .rbordered {
    margin-right:-3px;
}
.mainJobs {
    border-bottom:1px solid #ddd;
    min-height:90px;
}
.mainJobs:hover {
    background:#fafafa;
    border:px solid #ddd;
    -webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);
    box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);
    min-height:70px;
    border-bottom:1px solid #ddd
}
.ie7 .mainJobs
{
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #ddd;
}
.ie7 .mainJobs:hover
{
    border:1px solid #ddd;
}
.ie7 .mainJobs:hover .button, .ie7 .mainJobs:hover .jobLogo
{
    margin-left:-1px
}
.mainJobs .lrbordered {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    height:auto;
    min-height:118px;
}
.mainJobs:hover .lrbordered, .expandedJob .lrbordered, .fullJob .lrbordered, .mainJobs.lrbordered:hover {
    border-left:1px solid #fafafa;
    border-right:1px solid #fafafa;
    padding-right:-1px;
}
.fullJob .lrbordered {
    border-left:1px solid #;
    border-right:1px solid #fff;
}
.mainJobs .rbordered, .expandedJob .rbordered, .fullJob .rbordered {
    border-right:1px solid #ddd;
    height:auto;
    min-height:118px;
}
.fullJob .rbordered {
    border-right:1px solid #fff;
}
.expandedJob .rbordered, .fullJob .rbordered {
    border-right:1px solid #fafafa;
}
.mainJobs:hover .rbordered, .expandedJob:hover .rbordered {
    border-right:1px solid #fafafa;
    border-left:1px solid #fafafa;
}
.mainJobs:hover .jobButton, .mainJobs:hover .jobLogo img  {
    margin-left:0px;
}
.expandedJob {
    border-bottom:1px solid #ddd;
    background:#fafafa;
    border:1px solid #ddd;
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    min-height:70px;
    margin:-1px 0px 10px -1px;
    padding-bottom:30px;
    position: relative;
    display: flex;
    display: -webkit-flex;
}
.fullJob {
    border-bottom:1px solid #ddd;
    background:#fff;
    border:1px solid #ddd;
    -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.4);
    min-height:70px;
    margin:-1px 0px 0 -1px;
}
.fullPageJob {
    min-height:1000px;
}
p.jobTitle, h5.jobTitle {
    margin-top:12px;
    margin-bottom:0px;
    line-height:19px;
    font-size:18px
}
.latestJobMeta h5.jobTitle
{
    margin-top:16px;
    padding-left:10px
}
.latestJobMeta p.jobLocation
{
    padding-left:10px   
}
h5.jobTitle{
    font-weight:400;
}
h5.quickJobTitle{
    font-weight:400;
    margin-top:12px;
    margin-bottom:0px;
    line-height:19px;
    font-size:18px;
    padding-left:0px;
}
h3.largeJobTitle {
    margin-left:15px;
    margin-bottom:5px;
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
}
h3.newsTitle {
    margin-bottom:5px;
    padding-top:5px;
    line-height:25px;
    padding-left:15px;
}
h2.noticeTitle {
    color:#000;
}
p.newsDate {
    padding-left:15px;
    margin-bottom:0px;
    text-transform:uppercase;
    color:#555;
    font-size:12px;
}
.fullJob p.jobTitle {
    font-size:22px !important;
    padding-top:6px;
}
p.jobLocation {
    margin-top: 1px;
    margin-bottom: 1px;
    font-size: 15px
}
.mainJobs p.jobLocation, .expandedJob p.jobLocation, .fullJob p.jobLocation {
    font-size:14px;
}
.mainJobs p.jobLocation {
    margin-bottom: 0px;
}
p.jobDate, p.jobMonth {
    color:#919191;
    font-weight:300;
    text-transform:uppercase;
    text-align:center !important;
    margin:0px auto !important;
}
p.jobDate {
    font-size:28px;
    text-align:center;
    line-height: 35px;
    padding-top: 11px;
}
.quickJobs p.jobDate
{
   padding-top: 6px  !important; 
   line-height:30px;
}
.mainJobs p.jobDate, .expandedJob p.jobDate, .fullJob p.jobDate {
    font-size:38px;
    line-height: 45px;
}
p.jobMonth {
    font-size:10px;
    font-weight:300;
    text-align:center;
}
p.jobSnippet {
    color:#919191 !important;
    font-size:12px;
    line-height:16px;
    padding-right:11px;
    padding-left: 15px;
}
p.jobSnippet span {
    color: #444;
}
p.newsSnippet {
    color:#000 !important;
    font-size:14px;
    line-height:18px;
    padding-right:10px;
    padding-left:15px;
    font-weight:normal;
}
.jobDescription {
    color:#000;
    font-size:12px !important;
    line-height:16px;
    padding-right:30px;
    padding-left:15px;
    padding-bottom:20px;
    border-right: 1px solid #ddd;
}
.jobDescription h1, .jobDescription h2
{
    font-family:Open Sans, Sans-Serif;
    font-weight:300;
} 
.jobDescription h1
{
    font-size:27px !important;
}
.jobDescription h2
{
    font-size:21px !important;
}
.jobDescription p, .jobDescription ul, .jobDescription li, .jobDescription font {
    font-size:13px !important;
    text-align:left !important;
}
.jobDescription ul, .jobDescription ol{
    margin-left:20px;
}

.jobDescription .top {
    position: static;
}

.indentedStrip, .indentedStrip2, .indentedStrip3 {
    max-width: 360px;
    padding-left: 95px;
    margin: 0 0 40px -87px;
}
div.jobDescription table
{
    background:none !important;
}
.jobDescription  table tbody tr td {
    padding:0px!important;
}

.indentedStrip2
{
    margin:0 0 40px -80px;
}
.indentedStrip3
{
    margin:0 0 40px -77px;
}
p.jobLink {
    text-align:center;
    padding-top: 25px;
    font-weight:bold;
    font-size:12px;
}
.jobButton {
    text-align:center;
    padding-top: 30px;
}
.jobLogo, .newsThumb {
    text-align:center;
}
.jobLogo img {
    max-height: 80px;
    max-width: 120px;
    margin-top:16px;
    background:#fff;
}
.jobMeta {
    text-transform:uppercase;
    color:#666;
}
.jobMeta ul {
    list-style-type:none;
}
.orangeLink {
    color:#f46d32;
    -webkit-transition:color .2s ease-in;
    -moz-transition:color .2s ease-in;
    -o-transition:color .2s ease-in;
    transition:color .2s ease-in;
}
.orangeLink a:hover {
    color:#fe8652;
}
.storyDate {
    font-size: 13px;
    text-transform:uppercase;
    color:#bebebe;
    font-weight: bold;
    margin-bottom: 0;
}
#noticeboard {
    background: #494c51;
    padding: 20px 0px;
}
#noticeboard .row
{
    padding:0;
}
#noticeboard h4, #noticeboard h4 a
{
    color: #fff !important;
    text-transform:uppercase;
    word-break: break-word;
}
.ie7 #noticeboard .four
{
    width:30% !important;
}


 #noticeboard .row .four
 {
     padding:20px 40px 20px 0px;
 }

 .ie7 #noticeboard .row .four
 {
     padding:20px 30px 20px 0;
 }
.seeAll
{
    margin:25px 15px 0 0 !important;
    font-size:14px;
    float:right
}
.seeAll span
{
  font-size:20px; 
  line-height:10px; 
  font-weight:bold;
}
.backgroundIcon {
    width:56px;
    height:50px;
    float:left;
}
.noticeBoardPin {
    background: url(../../images/communities/sprites.png) -444px 0px no-repeat;
}
/* Pipeline Jobs*/
#pipeline-jobs {
    background: #494c51;
    padding: 20px 0px;
}
#pipeline-jobs .row
{
    padding:0;
}
#pipeline-jobs h4, #pipeline-jobs h4 a, #pipeline-jobs a
{
    color: #fff !important;
    text-transform:uppercase;
    word-break: break-word;
}
.ie7 #pipeline-jobs .four
{
    width:30% !important;
}
#pipeline-jobs .row .four
{
     padding:20px 40px 20px 0px;
}
#pipeline-jobs .storyDate {
   color: #494C51;
}
.ie7 #pipeline-jobs .row .four
 {
     padding:20px 30px 20px 0;
 }

#useful-links-container
{
    height:200px
}
ul.useful-links  {
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    list-style-image: none;
    float: right;
    margin-left:16px;
}
.useful-links li {
    margin:3px 0;
    list-style-type: none; 
    list-style-image: none;
    float: right;
}
.useful-links li a {
    margin: 0 4px;
    color:#fff!important ;
    padding: 4px 10px 5px;
    font-size:15px;
    font-weight: normal;
    display:inline-block;
    text-align: right;
    -webkit-transition: background-color 0.5s, color 0.5s;
    -moz-transition: background-color 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, color 0.5s;
    -ms-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}
.useful-links li a:hover
{
    background: #fff;
    color:#000;
} 
ul.useful-links li:nth-child(odd) a:hover, ul.useful-links li.odd a:hover, ul.useful-links li.even a:hover, ul.useful-links li a:hover, ul.useful-links li.primaryColor a:hover ul.useful-links li.secondaryColor a:hover {
    background-color:#fff !important;
    color:#000!important;
}

#footer {
    margin-top:10px;
}
#footer p {
    color:#ffffff !important;
}
/*  SOCIAL MEDIA   */
/*  SOCIAL MEDIA   */
.widget-social-media, .aircv-share {
    z-index: 20;
    color:#000;
    padding-bottom:50px;
}

.widget-social-media
.ie7 .widget-social-media
{
    height:70px;
}
.widget-social-media p, .aircv-share p {
    font-weight:bold;
    font-family:'HelveticaNeue-Bold', Arial, sans-serif
}
.widget-social-media ul, .aircv-share ul{
    list-style-type:none;
}
.widget-social-media ul li {
    float: left;
    margin-left: 10px;
    text-indent: -10000px;
}
.aircv-share ul
{
    display:inline
}
.aircv-share ul li
{
    margin-bottom:10px;
}
.widget-social-media ul li:first-child {
    margin-left: 0px;
}
.widget-social-media ul li a, .aircv-share ul li a {
    display: block;
    width: 45px;
    height: 45px;
    background-color:#b29c6c;
    background-image: url(../../images/communities/socialmedia.png);
    background-repeat: no-repeat;
    line-height: 0;
    -webkit-transition: background-color 0.5s, color 0.5s;
    -moz-transition: background-color 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, color 0.5s;
    -ms-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}
.widget-social-media ul a.email {
    background-position: 0 0;
    background-color:#e96690;
}
.widget-social-media ul a.email:hover {
    background-color:#ea9cb5;
}
.widget-social-media ul a.facebook, .aircv-share ul li.facebook a {
    background-position: -45px 0;
    background-color:#3b5998;
}
.widget-social-media ul a.facebook:hover, .aircv-share ul li.facebook a:hover {
    background-color:#758ab7;
}
.widget-social-media ul a.twitter, .aircv-share ul li.twitter a {
    background-position: -90px 0;
    background-color:#9AE4E8
}
.widget-social-media ul a.twitter:hover, .aircv-share ul li.twitter a:hover {
    background-color:#b8ecef
}
.widget-social-media ul a.linkedin, .aircv-share ul li.linkedin a{
    background-position: -135px 0;
    background-color:#0073b2
}
.widget-social-media ul a.linkedin:hover, .aircv-share ul li.linkedin a:hover {
    background-color:#4c9dc9
}
.widget-social-media ul a.googleplus, .aircv-share ul li.googleplus a{
    background-position: -180px 0;
    background-color:#C63D2D
}
.widget-social-media ul a.googleplus:hover, .aircv-share ul li.googleplus a:hover {
    background-color:#d7776c
}
.widget-social-media ul li a.jobbeacon {
    background-position: -222px 0;
    background-color:#d5d5d5;
    width:265px;
    text-indent:0px;
}
.widget-social-media ul a.jobbeacon:hover {
    background-color:#2db083
}
.widget-social-media ul li a.jobbeacon p.inlineLabel
{
    padding: 12px 0px 10px 55px;
    float: left;
    color: #fff !important;
}
.userInfo {
    clear: both;
    overflow: hidden;
}
.userInfo img {
    margin-right:10px;
    width:50px;
    height:50px;
    float: left;
}
.userName {
    color: #fff;
    margin-top: 2px;
    line-height: 18px;
}
.userDashboard {
    font-size: 11px;
    padding: 5px 8px 5px;
    margin-top: 7px;
}
.user-name {
    color: #fff;
    margin-top: 7px;
    margin-right: 5px;
    display: inline-block;
    line-height: normal;
    float: left;
}
.userType {
    font-size:18px;
    padding-top:5px;
}
.dropdown .userInfo {
    margin-bottom:10px;
    display:block;
}
.ie8 .dropdown .userInfo,  .ie7 .dropdown .userInfo
{
    min-width:200px;
}
.dropdown .userInfo img {
    float:none;
}
.dropdown .userName {
    font-size: 16px;
    width: auto !important;
    padding:5px 0 0 60px;
    float:right;
}
.dropdown .emailAdd{
    color:#ccc;
    font-size:13px;
}
a.signoutBt {
    background:  url(../../images/communities/sprites.png) -454px -53px;
    width: 20px;
    height: 20px;
    float:right;
    text-indent:-10000px;
    margin-top:-10px
}
a.signoutBt:hover {
    background:  url(../../images/communities/sprites.png) -476px -53px;
}
span.advancedSearch {
    font-size:14px;
    cursor:pointer;
    width:30%;
    font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    display:inline;
    height:20px;
}
#advancedSearch {
    display:none;
    width:100%;
    height:auto;
    padding-bottom: 11px;
    color:#fff;
}
#advancedSearch fieldset {
    margin:0px;
    padding:0px;
    color:#fff;
    border:0px !important;
    box-shadow:none !important;
    -moz-box-shadow:none !important;
    -webkit-box-shadow: none !important;
}
#advancedSearch fieldset input {
    height:27px;
}
#advancedSearch fieldset h6 {
    font-weight:normal;
    margin:0px;
    padding:0px;
    margin-bottom: 5px;
    margin-top:10px;
    font-size: 13px;
}
#advancedSearch .button {
    margin-top:69px;
}
.searchPanel
{
    max-height:278px;
}
.searchPanel h3
{
    display:inline;
}
.ie8 .searchPanel, .ie7 .searchPanel
{
   max-height:238px;
}
.searchPanelHeader
{
    height:44px
}
.button-group {
    zoom: 1;
    font-size: 13px;
    line-height: 25px;
    height: 27px;
    padding-left: 1px;
    display: block;
}
.button-group > .greyButton, .ie7 .button-group > .greyButton {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
    margin-left: -1px;
    padding:0px 6px !important;
}
.button-group.action {
    overflow: hidden;
    height: auto;
    margin-bottom: 5px; 
}
.button-group.action:last-child {
    margin-bottom: 0;
}
#advancedSearch .button-group > .greyButton, #advancedSearch .ie7 .button-group > .greyButton 
{
    padding:2px 7px !important;
}
#advancedSearch .fixInputMargins
{
    margin-bottom:24px !important
}
.button-group > .greyButton:first-child {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.button-group > .greyButton:last-child {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
a.showMe {
    width:30%
}
.yourApplicationHeader {
    height:100px;
    background:#b29c6c;
    width:100%;
    float:left;
}
.arrowLeft {
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 25px solid #b29c6c;
    margin-left:-25px;
    float:left;
}
.yourApplicationHeader h2 {
    text-transform:uppercase;
    letter-spacing:-1px;
    font-weight:bold;
    font-size:34px;
    background-position:right;
    padding:12px 0 0 10px;
    margin-bottom:8px;
}
.yourApplicationHeader span {
    font-size:13px;
    font-weight:200;
    padding-left:15px;
}
.applicationForm 
{
    float:left;
    width:100%
}
.applicationForm fieldset, .jobPostForm fieldset, .newMessage fieldset {
    border:none;
    border-bottom:1px solid #e0e0e0;
    border-radius:0px;
    margin-bottom:0px;
    padding:10px 20px 15px 25px;
    margin:0;
}
.applicationForm fieldset:last-child {
    border-bottom:0px solid #e0e0e0 !important;
    padding:10px 20px 0px 25px;
}
.jobPostForm fieldset, .newMessage fieldset {
    padding:0px !important;
}
.jobPostForm fieldset input{
    margin-bottom:22px !important;
}
.newMessage fieldset input {
    margin-bottom:30px !important;
}

.newMessage fieldset input[type="checkbox"] {
    margin-bottom: 0px !important;
}

.ie7 .jobPostForm fieldset input, .ie7 .newMessage fieldset input
{
   margin-bottom:10px !important; 
   max-width:561px
}
.jobPostForm fieldset input.button, .newMessage fieldset input.button
{
    margin-bottom:0px !important;
}
.jobPostForm fieldset select, .newMessage fieldset select 
{
    margin-bottom:12px !important;
}
.jobPostForm fieldset input.file, .newMessage fieldset input.file  {
    margin-bottom:0 !important;
}
.applicationForm h6, .jobPostForm h6, .newMessage h6, #enterNotice h6, #editNotice h6, #enterNewLink h6, #searchUsers h6{
    text-transform:uppercase;
    color:#777;
    font-weight:bold !important
}
.faded {
    opacity:0.7;
}
.lowercase{
    text-transform:none!important;
}
.applicationForm h6 span{
    text-transform:none!important;
    font-weight:normal;

}
.faded a:hover, .faded a, .faded:hover {
    cursor: not-allowed !important;
}
.whiteout {
    position:absolute;
    width:100%;
    height:100%;
    background-image:url(../../images/communities/whiteout.png);
    z-index:10;
    top:0;
    left:0;
    cursor: not-allowed !important;
}
.functionButton {
    color: #666666;
    background: #d6dadf;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background: #e6e6e6 url(../../images/communities/old-browsers/colors/bg_button.png) repeat-x;
    background: -webkit-gradient(linear, left top, left bottom, from(#efeff4), to(#d6dadf));
    background: -webkit-linear-gradient(top, #efeff4, #d6dadf);
    background: -moz-linear-gradient(top, #efeff4, #d6dadf);
    background: -ms-linear-gradient(top, #efeff4, #d6dadf);
    background: -o-linear-gradient(top, #efeff4, #d6dadf);
    background: linear-gradient(top, #efeff4, #d6dadf);
    border: 1px solid #ccc;
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    position: relative;
    text-align: center;
    font-weight: bold;
    font-family:'HelveticaNeue-Bold', Arial, sans-serif;
    text-transform: none;
    padding: 0 11px;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    -webkit-background-clip: padding-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 6px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    background-position: center center !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.input.file > .functionButton {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
}
.ie7 .input.file > .functionButton 
{
        top: -1px;
}
.input.file > input {
    cursor:pointer;
}
.button-height .functionButton, .button-height .input {
    margin-top: 0;
    margin-bottom: 0;
}
fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="date"], fieldset input[type="datetime"], fieldset input[type="email"], fieldset input[type="number"], fieldset input[type="search"], fieldset input[type="tel"], fieldset input[type="time"], fieldset input[type="url"], fieldset textarea {
    -webkit-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 0), inset 0 1px 5px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 0 rgba(51, 153, 255, 0);
    -moz-box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 0), inset 0 1px 5px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 0 rgba(51, 153, 255, 0);
    box-shadow: inset 0 0 0 1px rgba(51, 153, 255, 0), inset 0 1px 5px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.5), 0 0 0 rgba(51, 153, 255, 0);/*border:0px solid white*/
}
fieldset textarea {
    resize:none;
    background: #e6e6e6 url(../../images/communities/old-browsers/colors/bg_input.png) repeat-x;
    border: 1px solid #ccc !important;
    overflow:hidden;
}
fieldset input[type="checkbox"] {
    float:left;
    margin-top:2px !important;
}
fieldset .label {
    /*text-transform:uppercase;*/
    font-size: 14px;
    margin-left:30px;
    display:block;
    white-space:normal;
    text-align:left;
    line-height:18px;
}
fieldset p, fieldset .label {
    color: #888;
}
.ie7 fieldset .label, .ie8 fieldset .label
{
    line-height:24px;
}

.lt-ie9 .file-text {
    border: 1px solid #ccc !important;
}
.facebookButton {
    font-size: 13px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #FFFFFF !important;
    padding: 1px 0px;
    cursor: pointer;
    background-color: #3b5998;
    text-shadow: 1px 1px #55395A;
    border: 1px solid #2c3b5a !important;
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 3px rgba(0, 0, 0, 0.15)!important;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 3px rgba(0, 0, 0, 0.15)!important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 1px 3px rgba(0, 0, 0, 0.15)!important;
    display: block;
    margin:0px auto;
}
.facebookButton:hover {
    background: #758ab7;
    -webkit-transition: background 0.5s, color 0.5s;
    -moz-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    -ms-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s;
}
.or-split {
    font-size: 13px;
    position: relative;
    width: 100%;
    display: block;
    margin: 30px 0 20px;
}
.or-split:before, .or-split:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 30%;
    background: #d8d8d8;
    top: 10px;
}
.or-split:before {
    left: 0;
}
.or-split:after {
    right: 0;
}

.split-text
{
    font-size: 12px;
    color: #777;
}
.fieldset .formlink {
    margin-top:10px;
    margin-left:-10px;
    font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-size:inherit;
    text-transform:none;
    line-height:50px;
}
.fieldset .formlink a {
    color:#555;
    -webkit-transition: color 0.5s, color 0.5s;
    -moz-transition: color 0.5s, color 0.5s;
    -o-transition: color 0.5s, color 0.5s;
    -ms-transition: color 0.5s, color 0.5s;
    transition: color 0.5s, color 0.5s;
}
.fieldset .formlink a:hover {
    color:#999;
}
.stepsHeader, .introHeader {
    margin-bottom:40px;
    color:#f46d32;
    border-bottom: 1px dotted #ddd;
    padding-bottom:8px
}
.stepsHeader span, .introHeader span {
    font-size:60%;
    color:#ccc;
}
.stepsHeader span a {
    color:#ccc;
    -webkit-transition: color 0.5s, color 0.5s;
    -moz-transition: color 0.5s, color 0.5s;
    -o-transition: color 0.5s, color 0.5s;
    -ms-transition: color 0.5s, color 0.5s;
    transition: color 0.5s, color 0.5s;
}
.stepsHeader span a:hover {
    color:#f46d32;
}
.introHeader {
    margin-bottom:10px;
    color:#000;
}
.introHeader span {
    font-size:60%;
    color:#bbb;
}
.adjobSidebar {
    margin-top:70px;
}
.addJobTip { 
    border-bottom: 1px dotted #ddd;
    margin-bottom:30px;
    padding-bottom:20px
}
.addJobTip p {
    margin:15px 0 0 10px;
}

.displaylogo
{
    background: #fff;
    padding:10px;
    border:1px solid #ddd;
}
.image-label-group {
    position: relative;
    z-index: 2;
}
.image-label {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: -8px;
    background: #33ce98;
    padding: 0px 28px 0px 20px;
    font-size: 14px;
    height: 31px;
    text-shadow: 1px 1px #384d46;
    top: -39px;
    border-bottom:1px solid #384d46;
}
.image-label-text {
    position: relative;
    top: 15px;
}
.left-corner {
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #384d46;
    margin-left:0px;
    z-index: -2;
}
.uWorkinStrip {
    position:relative;
    width:100%;
    height:30px;
    z-index:100;
}
span.addNewLink {
    font-size:14px;
    cursor:pointer;
    width:30%
}
table > tbody > tr#enterNewLink, table > tbody > tr#enterNotice, table > tbody > tr#searchUsers {
    background:#f6f6f6 !important;
}
.greenButton {
    text-shadow:1px 1px #1c654c;
    background:#2db083;
    border:1px solid #1c654c;
    -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;
    -webkit-transition:background 0.15s ease-in-out;
    -moz-transition:background 0.15s ease-in-out;
    -o-transition:background 0.15s ease-in-out;
    transition:background 0.15s ease-in-out
}
.greenButton:hover {
    color:#fff;
    background:#289671;
}
a.cancelAddLinkButton {
}
.linkAfterButton {
    margin-top:10px;
    font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-size:inherit;
    text-transform:none;
    line-height:38px!important;
}
.linkAfterButton a {
    color:#444 !important;
    -webkit-transition: color 0.5s, color 0.5s;
    -moz-transition: color 0.5s, color 0.5s;
    -o-transition: color 0.5s, color 0.5s;
    -ms-transition: color 0.5s, color 0.5s;
    transition: color 0.5s, color 0.5s;
}
.linkAfterButton a:hover {
    color:#666 !important;
}
.forgotPass {
    margin-top:10px;
    font-family:"Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-size:inherit;
    text-transform:none;
    line-height:18px!important;
}
.forgotPass a {
    color:#444 !important;
    -webkit-transition: color 0.5s, color 0.5s;
    -moz-transition: color 0.5s, color 0.5s;
    -o-transition: color 0.5s, color 0.5s;
    -ms-transition: color 0.5s, color 0.5s;
    transition: color 0.5s, color 0.5s;
}
.forgotPass a:hover {
    color:#666 !important;
}
.ie7 .linkAfterButton
{
    font-size:14px;
    line-height:22px;
}
.ie8 .linkAfterButton
{
    font-size:14px;
    line-height:22px;
}
span.icon-fbsignin {
    background: url(../../images/communities/sprites.png) -444px 0px;
    width:23px;
    height:23px;
    padding: 0 0 0 23px;
}
.h4input {
    font-size: 23px !important;
    color:#555;
}
.newsThumb img {
    padding-top: 17px;
}
#article-toolbar {
    color: #424242;
    padding: 0.625em 0;
    width: 100%;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 1em;
    background: #fff;
    float:left
}
#article-toolbar p{
    line-height:30px;
    text-transform:uppercase;
    color:#555;
}
#sidebar {
    padding-left:20px;
}
#recent-notices, #latest-jobs {
    margin-bottom:20px;
}
#recent-notices .recent-notice, #latest-jobs .latest-jobs {
    border-bottom: 1px solid #ddd;
}
#recent-notices .recent-notice:first-child, #latest-jobs .latest-jobs:first-child {
    border-top: 0px solid #ddd;
}
#recent-notices .recent-notice h4, #recent-notices .recent-notice h5, #latest-jobs .latest-jobs h5{
    margin-bottom:5px;
    margin-top:12px;
}
#recent-notices .recent-notice p, #latest-jobs .latest-jobs p, .latest-jobs p {
    font-size:12px;
    line-height:16px;
    text-transform:uppercase;
    color:#555;
    margin-bottom:12px;
}
#recent-notices .see-all-recent-notice p, #latest-jobs  .see-all-latest-jobs p{
    font-size:12px;
    line-height:12px;
    text-transform:uppercase;
    margin-bottom:0px;
    margin-top:12px;
}
#latest-jobs  .latest-jobs p span{
    text-transform:none !important;
    color:#888;
}
#recent-notices .recent-notice:last-child, #latest-jobs .latest-jobs:last-child {
    border-bottom: 0px solid #ddd;
}
.sidebar-banner{
    padding-bottom:20px;
    border-bottom: 1px solid #ddd;
}
.sidebar-logo
{
    padding-bottom:20px;
    border-bottom: 1px solid #ddd;
    width:auto;
}
.sidebar-logo img
{
    width:auto;
 }  
.noticeboard-social-media {
    z-index: 20;
    height:30px;
    color:#000;
    float:right
}
.noticeboard-social-media p {
    font-weight:bold;
}
.noticeboard-social-media ul{
    float:right;
    list-style-type:none;
}
.noticeboard-social-media ul li {
    margin-right:5px;
    text-indent: -10000px;
    float:left;
}
.noticeboard-social-media ul li:last-child {
    margin-right: 0px;
}
.noticeboard-social-media ul li a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../../images/communities/socialmedia-small.png);
    background-repeat: no-repeat;
    line-height: 0;
    -webkit-transition: background-color 0.5s, color 0.5s;
    -moz-transition: background-color 0.5s, color 0.5s;
    -o-transition: background-color 0.5s, color 0.5s;
    -ms-transition: background-color 0.5s, color 0.5s;
    transition: background-color 0.5s, color 0.5s;
}
.noticeboard-social-media ul a.email {
    background-position: 0 0;
    background-color:#e96690;
}
.noticeboard-social-media ul a.email:hover {
    background-color:#ea9cb5;
}
.noticeboard-social-media ul a.facebook {
    background-position: -30px 0;
    background-color:#3b5998;
}
.noticeboard-social-media ul a.facebook:hover {
    background-color:#758ab7;
}
.noticeboard-social-media ul a.twitter {
    background-position: -60px 0;
    background-color:#9AE4E8
}
.noticeboard-social-media ul a.twitter:hover {
    background-color:#b8ecef
}
.noticeboard-social-media ul a.linkedin {
    background-position: -90px 0;
    background-color:#0073b2
}
.noticeboard-social-media ul a.linkedin:hover {
    background-color:#4c9dc9
}
.noticeboard-social-media ul a.googleplus {
    background-position: -120px 0;
    background-color:#C63D2D
}
.noticeboard-social-media ul a.googleplus:hover {
    background-color:#d7776c
}
.notice-body, .preview-notice-body
{
    border-bottom: 1px solid #ccc;
    padding-bottom:30px;
    margin-bottom:20px;
    min-height:600px;
    clear:both;
    line-height: 1.6;
    margin-bottom: 17px;
}
.notice-body p, .preview-notice-body p
{
    font-size:13px !important;
    text-align:left !important;
}
.notice-body img, .preview-notice-body img
{
    padding:10px;
    max-width:600px;
    height:auto!important;
}
.notice-body p 
{
    padding-right:20px;
}
.preview-notice-body p
{
    padding-right:0px;
}
.notice-body h1, .notice-body h2, .preview-notice-body h1, .preview-notice-body h2
{
    font-family:Open Sans, Sans-Serif;
    font-weight:300;
} 
.notice-body h1, .preview-notice-body h1
{
    font-size:27px !important;
}
.notice-body h2, .preview-notice-body h2
{
    font-size:21px !important;
}
.preview-notice-body p, .notice-body p, .preview-notice-body h1, .notice-body h1, .preview-notice-body h2, .notice-body h2, .preview-notice-body h3, .notice-body h3, .preview-notice-body h4, .notice-body h4, .preview-notice-body h5, .notice-body h5, .preview-notice-body h6,  .notice-body h6
{
    margin-left: 0px !important
}
.notice-body table, preview-notice-body table
{
  width: auto!important;   
}
h4.sidebarHeader {
    border-bottom: 1px solid #000;
    padding-bottom:8px;
}
.clearfix::after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

textarea{
    resize: none;
    height:150px;   
}
.sidebar-message-boxhead {
    background: url(../../images/communities/sb-mb-header.png) top no-repeat;
    width: 340px;
}
.sidebar-message-boxhead, .table-message-boxhead {
    height: 20px;
    margin: 0px;
    padding: 0px;
}
.sidebar-message-box {
    background: url(../../images/communities/sb-mb-body.png);
    width: 340px;
    text-align: center;
}

sidebar-message-box.oneeightybox, .table-message-box.oneeightybox {
    
}
.sidebar-message-boxfoot {
    background: url(../../images/communities/sb-mb-foot.png) bottom no-repeat;
    width: 340px;
    margin: 0 0 30px 0;
}
.sidebar-message-boxfoot, .table-message-boxfoot {
    height: 21px;
    padding: 0px;
}

.table-message-box, .exclusive-message-box {
    width:100%;
    text-align: center;
    padding:30px;
    line-height: 30px;
    vertical-align: baseline;
    background: #eaf5f7 url(../../images/communities/blue-overlay.png) repeat;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.table-message-box p
{
    font-family:Open Sans, Sans-Serif;
    font-weight:300px;
    font-size:20px;
    margin:0px;
    padding:0px;
    color: #333;
}
.ie7 .table-message-box
{
    width:91%;
}
.exclusive-message-box
{
    width:100%;
    text-align: center;
    padding:10px 10px 20px 10px;
    line-height: 10px;
}
.exclusive-message-box p
{
    font-family:Open Sans, Sans-Serif;
    font-weight:300px;
    font-size:14px;
    margin:10px 0;
    padding:0px;
    color: #333;
    text-transform:none;
}
.status-ribbon-pending, .status-ribbon-member, .status-ribbon-admin, .status-ribbon-owner {
    width:142px;
    height:37px;
    color:#fff;
    position:absolute;
    top:68px;
    right:-8px;
    font-size:12px;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
    text-align: left;
}
.status-ribbon-pending{
    background: url(../../images/communities/status-ribbon-pending.png) no-repeat;
    padding: 15px 0 0 52px; 
}
.status-ribbon-member{
    background: url(../../images/communities/status-ribbon-member.png) no-repeat;
    padding: 15px 0 0 52px;
}
.status-ribbon-admin{
    background: url(../../images/communities/status-ribbon-admin.png) no-repeat;
    padding: 15px 0 0 30px; 
}
.status-ribbon-owner{
    background: url(../../images/communities/status-ribbon-owner.png) no-repeat;
    padding: 15px 0 0 54px; 
}

.ie7 .status-ribbon-pending, .ie7 .status-ribbon-member, .ie7 .status-ribbon-admin, .ie7 .status-ribbon-owner 
{
    width:88px;
    line-height:8px;
    padding-top:11px;
}

.application-status-ribbon-pending {
    width:288px;
    height:37px;
    color:#fff;
    margin-left:-19px;
    font-size:13px;
    text-shadow: rgba(0, 0, 0, 0.25) 0 1px 1px;
    background: url(../../images/communities/application-status-ribbon-pending.png) no-repeat;
    display:block;
    font-weight:bold;
    margin-top:5px;
    padding-top:10px;
}
.pending-membership, .active-membership{
    background: rgb(255, 255, 255); 
    background: rgba(255, 255, 255, 0.8); 
    text-shadow:none !important;
    padding: 10px 11px 11px;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    width:100%;
    cursor: default!important;
}
.pending-membership, .pending-membership:hover {
    border:3px solid #ffae00 !important;
    color:#ffae00 !important;
}
.active-membership, .active-membership:hover {
    border:3px solid #33ce98 !important;
    color:#33ce98 !important;
}
.includeAirCV {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding:15px 0 15px 0;
    margin:30px 0 20px 0;
}
.includeAirCV p, .jobSubmitted p {
    font-size:13px;
    line-height:18px
}
.jobSubmitted p {
    margin-top:10px;
}
.includeAirCV label {
    font-size:12px;
}
.includeAirCV p a {
    font-size:16px;
    line-height:22px;
}
.ie7 #inviteMembers textarea
{
    max-width:504px
}
.ie8 #inviteMembers textarea
{
    border:1px solid #ccc    
}
#enterNotice textarea
{
    margin-bottom:20px;
}
.ie7 #enterNotice input{
   max-width:664px
}
.ie7 #enterNewLink input{
   max-width:460px
}
#enterNewLink input
{
    margin-bottom:20px;
}
#searchUsers ul.token-input-list-facebook
{
    height:47px!important;
    overflow-y: auto;
    
}
#searchUsers input#token-input-Recipients
{
    width:100px!important
}
#searchUsers td
{
    border:none!important;
    padding:0 10px!important
 
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#signInModal
{
    background:#fafafa;
}
.ie7 #signInModal
{
    padding-top:30px !important;
}
#signInModal .row .one
{
    width:6.5%
}
.ie7  #signInModal .row .one
{
    width:8.333%
}
#changePasswordModal h3,
.change-password h3 {
    margin-bottom: 30px;
}
.changepassword-field {
    margin-bottom: 17px;
}
.login-field label.placeholder,
.changepassword-field label.placeholder {
    position: absolute;
    left: 70px;
    color: #ccc;
    background: none;
    z-index: 5;
    width: 80px;
    text-align: right;
}
.changepassword-field label.placeholder {
    width: 150px;
}
.login-field label,
.changepassword-field label {
        display: block;
        margin-top: 11px;
        font-size: 13px;
        font-family: 'HelveticaNeue-Bold', Arial, sans-serif;
        font-weight: bold;
        color: #555;
        text-transform: capitalize;
        z-index: 1000;
        line-height: 20px;
    }
.login-field input,
.changepassword-field input {
    padding: 8px 15px 8px 0px;
    margin: 0;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 13px;
    position: relative;
    text-indent: 110px !important;
    text-indent: 0px\9 !important;
    padding-left: 110px \9;
}
.changepassword-field input {
    text-indent: 175px !important;
}
.ie7 #signInModal .login-field input, 
.ie8 #signInModal .login-field input, 
.ie7 #contactForm .login-field input, 
.ie8 #contactForm .login-field input
{
    padding-left:110px !important;  
    width:290px;
    text-indent:0px !important;  
    height:20px!important; 
    line-height:13px!important; 
    padding-bottom:20px!important; 
}
.ie8 #signInModal .login-field input, .ie8 #contactForm .login-field input
{
   width:400px; 
}
.preAuth-field
{
    margin:0 50px;
}
/*Jquery UI Overide styles */
.ui-autocomplete
{
    z-index:100 !important;
}
/*CK Editor New Styles */
.cke_bottom a
{
    color: #444!important
}
.cke_bottom a:hover
{
    color: #666!important
}
.cke_dialog_background_cover
{
    background-color:black !important;
    opacity: 0.7 !important;
}
/* JQuery UI  */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus
{
    border: 1px solid #ddd !important;
    background: #fff !important;
    font-weight: bold;
    color: #555 !important;
}
/* Image Drop Down Styles */

.dd-select, .dd-option, .dd-options
{
    width:300px !important;
}
.dd-option-image, .dd-selected-image
{
    margin-right:10px !important
}

a.dd-selected, a.dd-selected:hover, a.dd-selected:active, a.dd-selected:visited
{
    font-weight:normal;
    color:#555 !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    background:#fff;
}
label.dd-selected-text
{
    line-height:40px!important
}
.dd-option, .dd-option-selected
{
    height:54px !important;
}
/* Fancybox for videos */
#fancybox-wrap{
    width:auto !important
}
#fancybox-overlay
{
    min-width:940px;
}
/*------- Video Hover -----*/
#videoBox {
    height:243px;
    width:40px;
}
.videoThumb {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height:auto;
}
.videoThumbNail
{
    position: absolute;
    left: 0;
    top: 0;
    z-index:8;
    height:auto;
}
.videoLayover
{
    z-index: 9;  
    background: url(../../images/communities/videoThumb.png) no-repeat;
}
.videoLayover:hover
{
    z-index: 11;      
}
.top {
    position: absolute;
    left: 0;
    top: 0;
    width:auto;
    height:auto;
    z-index:0;
}
.videoHover {
    position: relative;
    height:265px;
    margin:0px;
    float:left;
    margin:0 1px 1px 0;
    width:470px;
    cursor:pointer;
    background: url(../../images/communities/videolayover.png) no-repeat;
    z-index:11;
    -webkit-transition:background .5s ease-in;
    -moz-transition:background .5s ease-in;
    -o-transition:background .5s ease-in;
    transition:background .5s ease-in;
}
.videoHover:hover
{
    background: url(../../images/communities/videolayoverhover.png) no-repeat;
}
/*** Activity Area ***/
.siteDesc{
    height:225px!important;
    *height:205px!important;    
    padding:15px;
    background: #fc8e03;
    /*background: #96cb2d*/
}
.siteDesc h3{
    font-size: 22px;
    color: #fff;
    margin-top: 0px;
    border-bottom:1px solid #fff;
    padding-bottom:13px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 11px;
}
.siteDesc p{
    font-size:13px;
    margin-bottom:8px;
    color: #222;
    line-height:19px;
}
.siteDesc p a
{
    color:#fff !important;
}
.siteDescTriangle
{
    width: 0;
    height: 0;
    border-bottom: 0;
    border-left: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #fc8e03;
    position: absolute;
    right: 0px;
    z-index:1;
}
.logoIcon{
    float:left;
    padding-right:10px
}
.logoIcon img{
    width:50px;
    height:50px;    
}
img.customLogo
{
    max-width:120px;
    max-height:80px;
}
.fb-container {
    width: 233px;
    height: 204px;
    overflow: hidden;
    margin-top:12px;
}
.fb-container > div {
     margin: -1px 0px 0px -1px;  
}

.exclusive-ribbon
{
    background:  url(../../images/communities/sprites.png) -398px -131px;
    width:103px;
    height:30px;
    text-indent:-10000px;
    margin:8px 0 0 -24px;
}

.exclusive-ribbon-preview
{
    background:  url(../../images/communities/sprites.png) -398px -131px;
    width:103px;
    height:30px;
    text-indent:-10000px;
    margin:8px 0 0 -42px;
}

h4.formsubheader
{
    font-family: "Open Sans", sans-serif;
    font-weight:300;
    font-size:20px;
    margin: 0 0 30px 0;
    line-height: 15px;
}
.contentArea span
{
    font-size:15px;
    font-weight:bold;
}
.contentArea ul
{
    
}
.contentArea li
{
   margin-left:25px;
}
.contentArea li.icon-tick
{
    list-style-type:none;
    margin-left:10px;
}
h5.headerStrip
{
    font-size:  17px; 
    margin-bottom:16px !important;
    margin-top:16px !important;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
}
.disclaimer p
{
    font-size:12px;
    line-height:15x;
    margin-bottom:8px;
    color:#444;
}

.rounded10
{
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    border-radius:10px   
}

/* Job Alerts */
.jobAlertBox
{   
    padding: 18px 7px 0px 20px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
}
.jobAlertBox h3
{
    font-weight:700;
    font-size:16px;
    margin:0px
}
.jobAlertBox p
{
    margin: 3px 0 18px 0;
    line-height: 18px;
}

#JobAlertInputBoxTop .jobAlertBox input {
    padding: 0 6px;
}

.jobAlertBox input
{
    height:38px;
}
.jobAlertBox .icon-size6
{
    float:left;
    margin: -16px -7px 0 4px;
}
.jobAlertBox .icon-size6:before
{
    font-size: 80px; 
}
.jobAlertBox .button{
    background: rgb(43, 43, 43)!important;
    border: 1px solid #000!important;
    text-shadow: 1px 1px #000 !important;
}

.jobAlertBox .close-box {
    font-size:22px;
    font-size:2.2rem;
    line-height:.8;
    position:absolute;
    top:5px;
    right:6px;
    color:#aaa !important;
    font-weight:bold;
    cursor:pointer
}
.jobAlertBox .close-box:hover
{
    color:#aaa !important;
}


.extra-info-admin
{
    font-size:12px;
    margin-top:2px;
	word-break: break-word;
}

.input-icon
{
   position: absolute;
   right: 32px;
   top: 21px;
}

/* Events */
.eb_event_list{
    border-bottom: 1px solid #ddd;
    padding:10px 0;
}
.eb_event_list_item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 10px;
}
.eb_event_list:first-child
{
    padding:0 0 10px 0;
}
.eb_event_list:last-child, .eb_event_list_item:last-child
{
   border-bottom: 0px solid #ddd; 
}
span.eb_event_list_title
{
    line-height: 24px;
    font-size: 19px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-bottom:5px;
}

span.eb_event_list_date, span.eb_event_list_location
{
    display: inherit;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #555;
}

span.eb_event_list_time
{
    display:none
}
/* Unlock the fixed topbar for iPad */
@media only screen and (max-width: 960px) and (min-width: 768px)
{
.top-bar {
    position: absolute !important;
}
}

p.job-nologo {
    font-family: 'Open Sans', arial;
    line-height: 18px;
    margin: 28px 10px 0;
    font-weight: 700;
    color: #444;
    font-size: 13px;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
    padding: 5px;
}
p.job-nologo .hide, p.job-nologo.hide
{
    display:block!important
}
.jobLogo span
{
  font-family: 'Open Sans', arial; 
  color:#555;
  font-size:12px;
  line-height: 16px;
  padding: 8px 5px 5px;
  display: block;
}
li.token-input-token-facebook p {
    color:#fff
}

/* Job Search Results */
.addtoshortList {
    padding: 10px 0 0 31px;
}

.addtoshortList a.btn-addtoshortlist {
    color: #919191 !important;
    font-size: 13px;
}

    
.icon-star-custom:before {
    font-size: 35px;
}

.addtoshortList.custom {
    text-align: left;
    text-transform: capitalize;
}



.applyButton.custom {
    float: left;
    margin-right: 20px;
}

/* User Dashboard */
.user-dashboard hr {
    margin: 5px 15px 15px;
}

.user-dashboard .myaccount {
    overflow: hidden;
    padding: 15px;
}

.user-dashboard .gravatar {
    float: left;
    width: 80px;
}

.user-dashboard .profile-heading h3 {
    margin-left: 100px;
}

.user-dashboard .list-group {
    list-style: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.list-group-item strong {
    color: #000;
}

.user-dashboard .table > tbody > tr:hover {
    background: transparent;
}

.dashboard-tab.standard-tabs .table th:first-child > span {
    padding-left: 15px;
}

.my-shortlisted-job p.jobSnippet,
.my-shortlisted-job p.jobLocation {
    padding-left: 0;
}

.dashboard-side-tab .dashboard-tableft {
    width: 186px;
}

.dashboard-side-tab {
    padding-left: 180px;
}

.dashboard-side-tab > .tabs-content {
    min-height: 340px;
}

.dashboard-tableft li {
    border-right: 1px solid #ccc;
    line-height: 18px;
}

.dashboard-tableft li.active {
    border-right: 0;
}
.dashboard-side-tab .responsive-table .myaccount .gravatar {
    width: 80px;
}
.dashboard-side-tab .responsive-table .myaccount .gravatar img {
    width: 100%;
}

.btn-hamburger {
    float: right;
    background: none;
    border: 0;
    margin-right: 5px;
    cursor: pointer;
    height: 25px;
    margin-top: 6px;
}

.btn-hamburger:focus {
    outline: 0;
}

.btn-hamburger .icon-list {
    margin-left: 5px;
}

.btn-hamburger .icon-list:before {
    font-size: 70px;
    height: 50px;
}

.menu-slideout {
    display: none;
}

.menu-slideout section {
    border-bottom: 1px solid #3a404e;
}

.menu-slideout section:last-child {
    border: 0;
}
.menu-section-list {
  padding:0;
  margin: 10px 0;
  list-style:none;
}

.menu-section-list a {
  display: block;
  padding: 10px 20px;
}

.menu-section-list a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.menu-section-list.white li a {
    color: white !important;
}

.menu-section-user {
    margin-bottom: 10px;
}

.menu-section-user li {
    padding: 10px 20px;
}

.menu-section-user .name a {
    display: block;
}

.menu-section-user .name .poweredlogo {
    display: none;
}

/* User Dashboard */

.control-buttons {
    padding-left: 200px;
    margin: 30px 0 0;
}

.control-buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.control-buttons ul li {
    float: left;
    margin-left: 30px;
}

.control-buttons ul li:first-child {
    margin-left: 10px;
}

.job-alerts-status {
    padding: 0 0 15px 35px;
}

.job-alerts-status span {
    line-height: normal;
}

p.jobSnippet.custom {
    padding-left: 0;
}

.button-align .button-group a{
    display: block;
    float: right;
}

.register-modal-text {
    display: block;
    margin: 10px 30px 0px;
    font-size: 20px;
    line-height: normal;
}

/*Hide this job*/
.admin-remove-job.fullJob .apply-columns {
    min-height: 566px;
}

.admin-remove-job.fullJob {
    padding-bottom: 30px;
}

.admin-remove-job {
    display: flex;
    display: -webkit-flex;
}

.admin-remove-job .apply-columns {
    min-height: 600px;
    position: relative;
}

.admin-remove-job .hide-job {
    position: absolute;
    bottom: 0;
    display: block;
    z-index: 1;
    left: 0;
    padding-left: 20px;
    /*display: none;*/
}

.admin-remove-job .hide-job .hide-text {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    color: #919191;
}
.notice-order {
    font-size: 16px;
    vertical-align: middle;
    margin-top: 3px;
    display: inline-block;
}
.notice-star:before {
    vertical-align: middle;
    margin: 0;
}


/*Jobs admin*/
.community-admin-tabs .action-group {
    padding-left: 5px !important;
}

.community-admin-tabs .action-group .button-group {
    height: auto;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}

.community-admin-tabs .action-group .button-group a {
    box-sizing: border-box;
    height: 28px;
    min-width: 40%;
}

.community-admin-tabs .action-group .button-group a:nth-child(2) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.community-admin-tabs .action-group .button-group a:nth-child(3) {
    border-radius: 4px;
    margin-top: 5px;
    width: auto;
}

.community-admin-tabs.hidden-job-admin .action-group .button-group a:nth-child(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 70%;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 940px;
    }

    .carousel-inner {
        padding: 0 35px;
        width: 100% !important;
        left: 0 !important;
    }

    .bx-wrapper .bx-prev {
        margin-left: -40px !important;
    }

    .bx-wrapper .bx-next {
        margin-right: -40px !important;
    }
}